Git Product home page Git Product logo
func main() {
	profile := `
Hi there 👋
Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:
`
	fmt.Println(profile)
	
	me := map[string]string{
		"name":    "songjiayang",
		"job":     "Software Engineer",
		"company": "OPPO",
	}
	for k, v := range me {
		fmt.Printf("- %s: %s \n", k, v)
	}

}

songjiayang's Projects

gubernator icon gubernator

High Performance Rate Limiting MicroService and Library

ieasemusic icon ieasemusic

这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 :metal:

inside icon inside

这个一个基于在校大学生的二手商品发布平台,良好的交互和清新的界面(模仿点点)。 inside涉及平台为JavaEE,所需技术为SpringMVC+SpringMail+Mybatis

ipdc icon ipdc

IPDC(InterPlanetary Distributed Computing) is the Distributed Computation service, A peer-to-peer hypermedia protocol to make the computation faster, open, and more scalable.

ipdr icon ipdr

IPFS-backed Docker Registry

java-webserver icon java-webserver

A simple multi-threaded HTTP 1.1 Server implemented in Java for educational purposes based on W3C specifications

lindb icon lindb

LinDB is a scalable, high performance, high availability distributed time series database.

logger icon logger

Efficent and simple logger for golang with much more features.

mebox icon mebox

A simple web app copy from WeChat contact

mimir icon mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.

moby icon moby

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

mp4ff icon mp4ff

Library and tools for parsing and writing MP4 files including video, audio and subtitles. The focus is on fragmented files. Includes mp4ff-info tool to print information about a box tree.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.