shiyangjing's Stars
bilibili/redis_sdk_cxx
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
senghoo/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
shiyangjing/GOFamily
🔥 go 后端程序员宝典,包含了:算法,数据库,网络操作系统,分布式,系统设计等一揽子知识体系
yinggaozhen/awesome-go-cn
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
jobbole/awesome-go-cn
Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。由「开源前哨」和「Go开发大全」微信团队维护。
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
englandbaron/StudentManagement
面向云原生开发的学生管理系统
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
HumanSignal/labelImg
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
stanfordnlp/GloVe
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
shiyangjing/12306
12306智能刷票,订票
pjialin/py12306
🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理
testerSunshine/12306
12306智能刷票,订票
shiyangjing/leetcode
leetcode题解,记录自己的leetcode解题之路。
englandbaron/jenkins_container
englandbaron/springboot-sqlite-demo
SpringBoot Sqlite Example For Hack Coding
englandbaron/CadvisorAnalysis
Cadvisor for K8s RunTime Analysis
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
taosdata/TDengine
High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
shiyangjing/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
algorithm-visualizer/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
XPixelGroup/BasicSR
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
shiyangjing/examples-of-web-crawlers
python爬虫例子,对新手比较友好。淘宝模拟登录,淘宝商品爬虫,淘宝我已购买的宝贝爬虫,天猫商品爬虫,每天不同时间段通过微信发消息提醒女友,爬取5K分辨率超清唯美壁纸,爬取豆瓣排行榜电影数据(含GUI界面版),多线程+代理池爬取天天基金网、股票数据(无需使用爬虫框架),一键生成微信个人专属数据报告(了解你的微信社交历史)
shengqiangzhang/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
xinntao/ESRGAN
ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.