Language: python
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
35976 | 436 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
quantumlib / Cirq
https://github.com/quantumlib/Cirq
stars | today |
---|---|
529 | 441 |
A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
chubin / cheat.sh
https://github.com/chubin/cheat.sh
stars | today |
---|---|
9770 | 331 |
the only cheat sheet you need
techbanca / coinai
https://github.com/techbanca/coinai
stars | today |
---|---|
268 | 154 |
Seed applications based on AI for digital currency quantitative analysis, medium-term forecast and asset allocation for the secondary market of the BANCA community
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
40093 | 174 |
A collective list of public JSON APIs for use in web development.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
38596 | 99 |
Models and examples built with TensorFlow
ansible / ansible-jupyter-kernel
https://github.com/ansible/ansible-jupyter-kernel
stars | today |
---|---|
247 | 97 |
Jupyter Notebook Kernel for running Ansible Tasks and Playbooks
MatrixAINetwork / MatrixAIPoC_PY
https://github.com/MatrixAINetwork/MatrixAIPoC_PY
stars | today |
---|---|
93 | 44 |
This is a POC release (Python Version) for Election Algorithm of Consensus Mechanism, with AI function
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
52759 | 50 |
A curated list of awesome Python frameworks, libraries, software and resources
Kozea / WeasyPrint
https://github.com/Kozea/WeasyPrint
stars | today |
---|---|
1940 | 54 |
WeasyPrint converts web documents (HTML with CSS, SVG, …) to PDF.
facebookincubator / xar
https://github.com/facebookincubator/xar
stars | today |
---|---|
874 | 53 |
executable archive format
Chakazul / Lenia
https://github.com/Chakazul/Lenia
stars | today |
---|---|
225 | 52 |
Lenia - Mathematical Life Forms
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
31745 | 40 |
Deep Learning for humans
jackfrued / Python-100-Days
https://github.com/jackfrued/Python-100-Days
stars | today |
---|---|
4268 | 43 |
Python - 100天从新手到大师
lancifollia / tinygbt
https://github.com/lancifollia/tinygbt
stars | today |
---|---|
85 | 44 |
A Tiny, Pure Python implementation of Gradient Boosted Trees.
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
39829 | 36 |
Command-line program to download videos from YouTube.com and other video sites
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
15295 | 32 |
The world’s simplest facial recognition api for Python and the command line
alexmojaki / sorcery
https://github.com/alexmojaki/sorcery
stars | today |
---|---|
80 | 37 |
Dark magic delights in Python
hq6 / GdbShellPipe
https://github.com/hq6/GdbShellPipe
stars | today |
---|---|
40 | 37 |
Enable piping of internal command output to external commands
django / django
https://github.com/django/django
stars | today |
---|---|
35188 | 29 |
The Web framework for perfectionists with deadlines.
nbedos / termtosvg
https://github.com/nbedos/termtosvg
stars | today |
---|---|
5782 | 36 |
Record terminal sessions as SVG animations
Netflix-Skunkworks / diffy
https://github.com/Netflix-Skunkworks/diffy
stars | today |
---|---|
144 | 34 |
Diffy is a triage tool used during cloud-centric security incidents, to help digital forensics and incident response (DFIR) teams quickly identify suspicious hosts on which to focus their response.
quantumlib / OpenFermion-Cirq
https://github.com/quantumlib/OpenFermion-Cirq
stars | today |
---|---|
49 | 33 |
Quantum circuits for simulations of quantum chemistry and materials.
XanaduAI / strawberryfields
https://github.com/XanaduAI/strawberryfields
stars | today |
---|---|
97 | 32 |
Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
31475 | 22 |
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
Language: go
jdkato / prose
https://github.com/jdkato/prose
stars | today |
---|---|
1442 | 106 |
📖 A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction.
golang / go
stars | today |
---|---|
44339 | 70 |
The Go programming language
alecthomas / participle
https://github.com/alecthomas/participle
stars | today |
---|---|
844 | 61 |
A parser library for Go
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
38923 | 51 |
Production-Grade Container Scheduling and Management
josephyzhou / github-trending
https://github.com/josephyzhou/github-trending
stars | today |
---|---|
2246 | 57 |
Tracking the most popular Github repos, updated daily
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
6991 | 54 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
33150 | 49 |
A curated list of awesome Go frameworks, libraries and software
hunterlong / statup
https://github.com/hunterlong/statup
stars | today |
---|---|
405 | 48 |
Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.
rtr7 / router7
https://github.com/rtr7/router7
stars | today |
---|---|
1373 | 42 |
pure-Go small home internet router
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
17627 | 38 |
The Prometheus monitoring system and time series database.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
18913 | 38 |
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.
liftbridge-io / liftbridge
https://github.com/liftbridge-io/liftbridge
stars | today |
---|---|
113 | 37 |
Lightweight, fault-tolerant message streams.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
19387 | 30 |
Official Go implementation of the Ethereum protocol
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
36202 | 33 |
🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴 蓝灯最新版本下载 https://github.com/getlantern/download 🔴
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
13806 | 35 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
27292 | 34 |
The world’s fastest framework for building websites.
MatrixAINetwork / Tutorials
https://github.com/MatrixAINetwork/Tutorials
stars | today |
---|---|
49 | 25 |
Valuable Learning Materials on Blockchain Dev (including Fabric and Ethereum), python imlementation of blockchain_go, deep learning, as well as CN version of “The Way to Go”
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
9427 | 29 |
An open platform to connect, manage, and secure microservices.
gaia-pipeline / gaia
https://github.com/gaia-pipeline/gaia
stars | today |
---|---|
1681 | 29 |
Build powerful pipelines in any programming language.
alipay / sofa-mosn
https://github.com/alipay/sofa-mosn
stars | today |
---|---|
303 | 23 |
SOFA MOSN is a modular observable smart proxy which can be used in service mesh deployed as a data plane sidecar.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
24006 | 25 |
A golang ebook intro how to build a web with golang
onestraw / golb
https://github.com/onestraw/golb
stars | today |
---|---|
210 | 25 |
🐙 Yet another load balancer
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
16438 | 23 |
The Cloud Native Edge Router
helm / helm
stars | today |
---|---|
6565 | 21 |
The Kubernetes Package Manager
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
16135 | 22 |
beego is an open-source, high-performance web framework for the Go programming language.
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
105452 | 137 |
Computation using data flow graphs for scalable machine learning
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
62632 | 57 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
26279 | 30 |
Open Source Computer Vision Library
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
19828 | 36 |
Tesseract Open Source OCR Engine (main repository)
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
33335 | 30 |
Bitcoin Core integration/staging tree
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
17210 | 30 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
10226 | 30 |
An open autonomous driving platform
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
12792 | 31 |
SQL powered operating system instrumentation, monitoring, and analytics.
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
12805 | 23 |
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
knightsj / awesome-algorithm-question-solution
https://github.com/knightsj/awesome-algorithm-question-solution
stars | today |
---|---|
108 | 24 |
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
27732 | 21 |
Protocol Buffers - Google’s data interchange format
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
5841 | 20 |
C++ front/service proxy
unicode-org / icu
https://github.com/unicode-org/icu
stars | today |
---|---|
78 | 21 |
The new home of the ICU project source code.
BVLC / caffe
stars | today |
---|---|
24918 | 17 |
Caffe: a fast open framework for deep learning.
facebookincubator / oomd
https://github.com/facebookincubator/oomd
stars | today |
---|---|
31 | 21 |
A userspace out-of-memory killer
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
15850 | 18 |
Godot Engine – Multi-platform 2D and 3D game engine
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
8146 | 16 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
44589 | 18 |
The Swift Programming Language
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
8281 | 17 |
🔧 Cross-platform GUI management tool for Redis
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
8632 | 15 |
Google Test
v8 / v8
stars | today |
---|---|
9907 | 16 |
The official mirror of the V8 Git repository
facebookresearch / faiss
https://github.com/facebookresearch/faiss
stars | today |
---|---|
4180 | 14 |
A library for efficient similarity search and clustering of dense vectors.
grpc / grpc
stars | today |
---|---|
16272 | 16 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
14859 | 17 |
Lovely console emulator package for Windows
sqlitebrowser / sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
stars | today |
---|---|
9098 | 16 |
Official home of the DB Browser for SQLite (DB4S) project. Previously known as “SQLite Database Browser” and “Database Browser for SQLite”. Website at:
Language: javascript
phobal / ivideo
https://github.com/phobal/ivideo
stars | today |
---|---|
7259 | 359 |
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux) A client that can watch video of domestic(China) mainstream video platform
imbrn / v8n
stars | today |
---|---|
1437 | 370 |
☑️ JavaScript fluent validation library.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
27310 | 207 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
hasura / graphql-engine
https://github.com/hasura/graphql-engine
stars | today |
---|---|
2382 | 199 |
Blazing fast, instant GraphQL APIs on Postgres with fine grained access control
vuejs / vue
stars | today |
---|---|
108034 | 159 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
106767 | 113 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
jasperapp / jasper
https://github.com/jasperapp/jasper
stars | today |
---|---|
718 | 115 |
Jasper - A flexible and powerful issue reader for GitHub
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
17422 | 96 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
45112 | 75 |
Promise based HTTP client for the browser and node.js
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
35888 | 68 |
📚 免费的计算机编程类中文书籍,欢迎投稿
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
52461 | 63 |
Create React apps with no build configuration.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
66539 | 69 |
A framework for building native apps with React.
tensorflow / tfjs
https://github.com/tensorflow/tfjs
stars | today |
---|---|
8297 | 65 |
A WebGL accelerated JavaScript library for training and deploying ML models.
browsh-org / browsh
https://github.com/browsh-org/browsh
stars | today |
---|---|
8476 | 73 |
A fully-modern text-based browser, rendering to TTY and browsers
joshwcomeau / guppy
https://github.com/joshwcomeau/guppy
stars | today |
---|---|
1750 | 70 |
🐠 A friendly application manager and task runner for React.js
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
73656 | 63 |
JavaScript Style Guide
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
51441 | 60 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
35088 | 60 |
Headless Chrome Node API
alidcastano / rogue.js
https://github.com/alidcastano/rogue.js
stars | today |
---|---|
1642 | 61 |
Rogue.js - a nearly invisible framework for creating server-rendered React applications
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
23571 | 55 |
⚛️ 📄 🚀 Blazing fast static site generator for React
airbnb / hypernova
https://github.com/airbnb/hypernova
stars | today |
---|---|
4357 | 56 |
A service for server-side rendering your JavaScript views
mixn / carbon-now-cli
https://github.com/mixn/carbon-now-cli
stars | today |
---|---|
2587 | 54 |
🎨 Beautiful images of your code — from right inside your terminal.
knsv / mermaid
https://github.com/knsv/mermaid
stars | today |
---|---|
18936 | 53 |
Generation of diagram and flowchart from text in a similar manner as markdown
justjavac / awesome-wechat-weapp
https://github.com/justjavac/awesome-wechat-weapp
stars | today |
---|---|
16193 | 48 |
微信小程序开发资源汇总 💯
YMFE / yapi
stars | today |
---|---|
3183 | 49 |
YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
Language: unknown
InterviewMap / InterviewMap
https://github.com/InterviewMap/InterviewMap
stars | today |
---|---|
4419 | 774 |
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
adam-golab / react-developer-roadmap
https://github.com/adam-golab/react-developer-roadmap
stars | today |
---|---|
7311 | 163 |
Roadmap to becoming a React developer in 2018
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
28823 | 141 |
📆 准备秋招学习笔记
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
70105 | 64 |
A collection of useful .gitignore templates
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
89161 | 68 |
😎 Curated list of awesome lists
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
108485 | 57 |
📚 Freely available programming books
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
35915 | 61 |
🤓 Build your own (insert technology here)
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
22327 | 48 |
后端架构师技术图谱
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
66432 | 49 |
A complete computer science study plan to become a software engineer.
kahun / awesome-sysadmin
https://github.com/kahun/awesome-sysadmin
stars | today |
---|---|
17406 | 57 |
A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
35356 | 48 |
🎉 A curated list of awesome things related to Vue.js
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
11611 | 45 |
Curated list of project-based tutorials
Microsoft / join-dev-design
https://github.com/Microsoft/join-dev-design
stars | today |
---|---|
42 | 32 |
Join Microsoft Developer Design
opendigg / awesome-github-wechat-weapp
https://github.com/opendigg/awesome-github-wechat-weapp
stars | today |
---|---|
4573 | 46 |
微信小程序开源项目库汇总
MatrixAINetwork / Diary
https://github.com/MatrixAINetwork/Diary
stars | today |
---|---|
43 | 25 |
Matrix Trendings as well as Digests
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
4859 | 32 |
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
awesomedata / awesome-public-datasets
https://github.com/awesomedata/awesome-public-datasets
stars | today |
---|---|
26801 | 31 |
A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛
hackstoic / golang-open-source-projects
https://github.com/hackstoic/golang-open-source-projects
stars | today |
---|---|
2589 | 27 |
为互联网IT人打造的中文版awesome-go
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
14384 | 28 |
The largest Node.JS best practices list (June 2018)
toniblyx / my-arsenal-of-aws-security-tools
https://github.com/toniblyx/my-arsenal-of-aws-security-tools
stars | today |
---|---|
30 | 26 |
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
mqyqingfeng / Blog
https://github.com/mqyqingfeng/Blog
stars | today |
---|---|
6648 | 26 |
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
xitu / gold-miner
https://github.com/xitu/gold-miner
stars | today |
---|---|
15127 | 24 |
🥇 掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
geeeeeeeeek / git-recipes
https://github.com/geeeeeeeeek/git-recipes
stars | today |
---|---|
7413 | 23 |
🥡 Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.
sw-yx / react-typescript-cheatsheet
https://github.com/sw-yx/react-typescript-cheatsheet
stars | today |
---|---|
1133 | 24 |
a cheatsheet for react users using typescript with react for the first (or nth!) time
jlevy / the-art-of-command-line
https://github.com/jlevy/the-art-of-command-line
stars | today |
---|---|
35881 | 23 |
Master the command line, in one page