zyhcool's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
ytdl-org/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
ant-design/ant-design
An enterprise-class UI design language and React UI library
prometheus/prometheus
The Prometheus monitoring system and time series database.
soimort/you-get
:arrow_double_down: Dumb downloader that scrapes the web
validatorjs/validator.js
String validation
wistbean/learn_python3_spider
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
hoanhan101/ultimate-go
The Ultimate Go Study Guide
nilaoda/N_m3u8DL-CLI
[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
Netflix/zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
clearw5/Auto.js
Automation&Workflow JavaScript IDE on Android(安卓平台上的JavaScript编程IDE)
ccfos/nightingale
An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.
open-falcon/falcon-plus
An open-source and enterprise-level monitoring system.
wxiaoqi/Spring-Cloud-Platform
🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新
rse/es6-features
ECMAScript 6: Feature Overview & Comparison
chenshenhai/koa2-note
《Koa2进阶学习笔记》已完结🎄🎄🎄
tychxn/jd-assistant
京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能
doodlewind/jshistory-cn
🇨🇳 《JavaScript 二十年》中文版
syncsynchalt/illustrated-tls12
The Illustrated TLS 1.2 Connection: Every byte explained
Henryhaohao/Bilibili_video_download
:rainbow:Bilibili_video_download-B站视频下载
crizstian/cinema-microservice
Example of a cinema microservice
nilaoda/The-New-M3U8-Downloader
Rebulid of M3U8-Downloader. (Stop updating permanently)
javieraviles/node-typescript-koa-rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
cer/microservices-examples
Examples of microservices
ZSAIm/VideoCrawlerEngine
起源于旧项目爱奇艺解析器(iqiyi-parser)在开发、维护和扩展的过程中遇到的一些问题,而实现的一个基于任务流式的可视化爬虫引擎。引擎的执行单元是节点。脚本节点(script)作为根节点来完成对节点和流程的描述,经由任务节点(task)解析流程描述并生成节点的执行队列,最后交由工作者执行池处理。整个过程可视可控,所有节点处理器都以插件的形式导入,以最大程度实现易扩展性。
nilaoda/Batch-Download
Creat a .bat file.
hyj1991/deep-into-code
Node.js / Libuv / V8 引擎源代码学习笔记
Vincedream/heyu
📧 何遇,一款有趣的 Chrome 拓展程序,让每一次 New Tab 都是一种期待
ivvvan2261/node-typescript-koa-rest
✨REST API using NodeJS and KOA framework, typescript, class-validators. Middlewares JWT, CORS, MongoDB database, Winston Logger. Swagger API docs