Language: python
facebookresearch / fairseq-py
https://github.com/facebookresearch/fairseq-py
stars | today |
---|---|
528 | 93 |
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
6204 | 89 |
The world’s simplest facial recognition api for Python and the command line
1adrianb / face-alignment
https://github.com/1adrianb/face-alignment
stars | today |
---|---|
136 | 83 |
🔥 2D and 3D Face alignment library build using pytorch
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
21310 | 51 |
Models built with TensorFlow
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
38781 | 47 |
A curated list of awesome Python frameworks, libraries, software and resources
thu-ml / zhusuan
https://github.com/thu-ml/zhusuan
stars | today |
---|---|
604 | 48 |
A Library for Bayesian Deep Learning, Generative Models, Based on Tensorflow
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
19663 | 36 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
19574 | 40 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
LewisVo / Awesome-Linux-Software
https://github.com/LewisVo/Awesome-Linux-Software
stars | today |
---|---|
7853 | 39 |
🐧 A list of awesome applications, software, tools and other materials for Linux distros.
ansible / awx
https://github.com/ansible/awx
stars | today |
---|---|
1909 | 36 |
AWX Project
fireeye / pywintrace
https://github.com/fireeye/pywintrace
stars | today |
---|---|
46 | 34 |
ETW Python Library
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
16746 | 30 |
a web proxy tool
odoo / odoo
stars | today |
---|---|
7493 | 29 |
Odoo. Open Source Apps To Grow Your Business.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
13102 | 28 |
The Python programming language
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
21314 | 24 |
scikit-learn: machine learning in Python
kennethreitz / pipenv
https://github.com/kennethreitz/pipenv
stars | today |
---|---|
4101 | 32 |
Sacred Marriage of Pipfile, Pip, & Virtualenv.
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
25937 | 29 |
A curated list of awesome Machine Learning frameworks, libraries and software.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
25583 | 25 |
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.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
7483 | 25 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
django / django
https://github.com/django/django
stars | today |
---|---|
28352 | 24 |
The Web framework for perfectionists with deadlines.
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
27629 | 25 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
m4ll0k / Spaghetti
https://github.com/m4ll0k/Spaghetti
stars | today |
---|---|
353 | 24 |
Spaghetti - Web Application Security Scanner
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
29336 | 24 |
Command-line program to download videos from YouTube.com and other video sites
yidao620c / python3-cookbook
https://github.com/yidao620c/python3-cookbook
stars | today |
---|---|
2878 | 24 |
《Python Cookbook》 3rd Edition Translation
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
2878 | 24 |
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
Language: go
alecthomas / chroma
https://github.com/alecthomas/chroma
stars | today |
---|---|
640 | 108 |
A general purpose syntax highlighter in pure Go
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
26612 | 52 |
🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴 蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴
ProspectOne / perfops-cli
https://github.com/ProspectOne/perfops-cli
stars | today |
---|---|
110 | 45 |
A simple command line tool to interact with hunderds of servers around the world.
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
26995 | 42 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
32214 | 42 |
The Go programming language
jakecoffman / cp
https://github.com/jakecoffman/cp
stars | today |
---|---|
42 | 40 |
(unofficial) Chipmunk2D in Go, no dependencies
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
7460 | 31 |
Official Go implementation of the Ethereum protocol
keybase / client
https://github.com/keybase/client
stars | today |
---|---|
2318 | 30 |
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
olliecoleman / alloy
https://github.com/olliecoleman/alloy
stars | today |
---|---|
162 | 30 |
Boilerplate for creating web applications in Go (golang)
govalidator / validator
https://github.com/govalidator/validator
stars | today |
---|---|
69 | 29 |
Validate golang request data with simple rules. Highly inspired by Laravel’s request validation.
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
8422 | 28 |
Minio is an open source object storage server compatible with Amazon S3 APIs
kubernetes / minikube
https://github.com/kubernetes/minikube
stars | today |
---|---|
5130 | 25 |
Run Kubernetes locally
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
18086 | 22 |
A golang ebook intro how to build a web with golang
decred / atomicswap
https://github.com/decred/atomicswap
stars | today |
---|---|
28 | 22 |
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
23637 | 22 |
A curated list of awesome Go frameworks, libraries and software
coyove / goflyway
https://github.com/coyove/goflyway
stars | today |
---|---|
2245 | 23 |
HTTP tunnel in Go
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
19703 | 20 |
A Fast and Flexible Static Site Generator built with love in GoLang.
alexellis / faas
https://github.com/alexellis/faas
stars | today |
---|---|
5650 | 22 |
Functions as a Service (OpenFaaS) - a serverless framework for Docker & Kubernetes
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
17763 | 18 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
14121 | 21 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
9505 | 19 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
9930 | 20 |
Træfik, a modern reverse proxy
mozilla / sops
https://github.com/mozilla/sops
stars | today |
---|---|
614 | 21 |
Secrets management stinks, use some sops!
kris-nova / terraformctl
https://github.com/kris-nova/terraformctl
stars | today |
---|---|
23 | 20 |
Running Terraform in Kubernetes as a controller
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
10200 | 19 |
🌸 A command-line fuzzy finder
Language: c++
brpc / brpc
stars | today |
---|---|
3764 | 877 |
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called “baidu-rpc” inside Baidu.
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
70406 | 103 |
Computation using data flow graphs for scalable machine learning
thepowersgang / mrustc
https://github.com/thepowersgang/mrustc
stars | today |
---|---|
210 | 96 |
Alternative rust compiler (re-implementation)
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
5765 | 57 |
An open autonomous driving platform
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
20198 | 44 |
Protocol Buffers - Google’s data interchange format
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
13014 | 39 |
Tesseract Open Source OCR Engine (main repository)
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
16854 | 33 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
50499 | 36 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
facebookresearch / Starspace
https://github.com/facebookresearch/Starspace
stars | today |
---|---|
869 | 37 |
Learning embeddings for classification, retrieval and ranking.
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
18294 | 24 |
Open Source Computer Vision Library
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
40456 | 28 |
The Swift Programming Language
BVLC / caffe
stars | today |
---|---|
20281 | 25 |
Caffe: a fast open framework for deep learning.
h2oai / h2o4gpu
https://github.com/h2oai/h2o4gpu
stars | today |
---|---|
23 | 21 |
H2Oai GPU Edition
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
2808 | 20 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
10673 | 20 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
bkaradzic / bgfx
https://github.com/bkaradzic/bgfx
stars | today |
---|---|
3421 | 21 |
Cross-platform, graphics API agnostic, “Bring Your Own Engine/Framework” style rendering library.
Tencent / phxqueue
https://github.com/Tencent/phxqueue
stars | today |
---|---|
1056 | 16 |
A high-availability, high-throughput and highly reliable distributed queue based on the Paxos protocol.
lrz / mono-wasm
https://github.com/lrz/mono-wasm
stars | today |
---|---|
89 | 17 |
v8 / v8
stars | today |
---|---|
6711 | 15 |
The official mirror of the V8 git repository
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8815 | 13 |
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
Microsoft / CNTK
https://github.com/Microsoft/CNTK
stars | today |
---|---|
12430 | 14 |
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
1743 | 13 |
The Solidity Contract-Oriented Programming Language
facebookresearch / fastText
https://github.com/facebookresearch/fastText
stars | today |
---|---|
10529 | 13 |
Library for fast text representation and classification.
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
2773 | 12 |
A toolkit for making real world machine learning and data analysis applications in C++
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
6577 | 11 |
JSON for Modern C++
Language: javascript
jeromeetienne / AR.js
https://github.com/jeromeetienne/AR.js
stars | today |
---|---|
5321 | 609 |
Efficient Augmented Reality for the Web - 60fps on mobile!
awslabs / aws-mobile-react-native-starter
https://github.com/awslabs/aws-mobile-react-native-starter
stars | today |
---|---|
1053 | 494 |
ruanyf / es6tutorial
https://github.com/ruanyf/es6tutorial
stars | today |
---|---|
8539 | 179 |
《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。
vuejs / vue
stars | today |
---|---|
67700 | 179 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
developit / preact
https://github.com/developit/preact
stars | today |
---|---|
15149 | 181 |
⚛️ Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM.
muicss / sentineljs
https://github.com/muicss/sentineljs
stars | today |
---|---|
554 | 150 |
Detect new DOM nodes using CSS selectors (682 bytes)
reindexio / reindex-api
https://github.com/reindexio/reindex-api
stars | today |
---|---|
150 | 128 |
GraphQL backend as a service
freeCodeCamp / mail-for-good
https://github.com/freeCodeCamp/mail-for-good
stars | today |
---|---|
1775 | 120 |
An open source email campaign management tool for nonprofits
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
14333 | 117 |
Headless Chrome Node API
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
76061 | 97 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
115453 | 62 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
atlassian / react-beautiful-dnd
https://github.com/atlassian/react-beautiful-dnd
stars | today |
---|---|
3029 | 67 |
Beautiful, accessible drag and drop for lists with React.js
ApoorvSaxena / lozad.js
https://github.com/ApoorvSaxena/lozad.js
stars | today |
---|---|
2172 | 64 |
🔥 Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies for images, iframes and more
charlestati / amplify
https://github.com/charlestati/amplify
stars | today |
---|---|
411 | 65 |
A tiny script allowing inline image zoom
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
34609 | 55 |
Create React apps with no build configuration.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
58513 | 58 |
JavaScript Style Guide
lllyasviel / style2paints
https://github.com/lllyasviel/style2paints
stars | today |
---|---|
220 | 52 |
sketch + style = paints !
technopagan / sqip
https://github.com/technopagan/sqip
stars | today |
---|---|
93 | 58 |
“SQIP” (pronounced \skwɪb\ like the non-magical folk of magical descent) is a SVG-based LQIP technique.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
27252 | 54 |
Promise based HTTP client for the browser and node.js
atom / atom
stars | today |
---|---|
40243 | 48 |
The hackable text editor
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
53635 | 52 |
A framework for building native apps with React.
answershuto / learnVue
https://github.com/answershuto/learnVue
stars | today |
---|---|
347 | 51 |
Vue.js源码剖析
juliangarnier / anime
https://github.com/juliangarnier/anime
stars | today |
---|---|
15008 | 52 |
JavaScript Animation Engine
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
39417 | 42 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
keraf / NoCoin
https://github.com/keraf/NoCoin
stars | today |
---|---|
499 | 50 |
No coin is a tiny browser extension aiming to block coin miners such as Coinhive.
Language: unknown
mbeaudru / modern-js-cheatsheet
https://github.com/mbeaudru/modern-js-cheatsheet
stars | today |
---|---|
1130 | 638 |
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
mr-mig / every-programmer-should-know
https://github.com/mr-mig/every-programmer-should-know
stars | today |
---|---|
21609 | 463 |
A collection of (mostly) technical things every software developer should know
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
93743 | 75 |
📚 Freely available programming books
nbarbettini / little-aspnetcore-book
https://github.com/nbarbettini/little-aspnetcore-book
stars | today |
---|---|
114 | 80 |
The Little ASP.NET Core Book
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
22652 | 75 |
A curated list of awesome things related to Vue.js
byoungd / english-level-up-tips-for-Chinese
https://github.com/byoungd/english-level-up-tips-for-Chinese
stars | today |
---|---|
6390 | 69 |
可能是让你受益匪浅的英语进阶指南
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
54849 | 40 |
A collection of useful .gitignore templates
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
67600 | 56 |
A book series on JavaScript. @YDKJS on twitter.
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
8692 | 50 |
蓝灯(Lantern)官方论坛
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
65835 | 46 |
😎 Curated list of awesome lists
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
47624 | 39 |
A complete computer science study plan to become a software engineer.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
26512 | 43 |
Roadmap to becoming a web developer in 2017
nikitavoloboev / my-mac-os
https://github.com/nikitavoloboev/my-mac-os
stars | today |
---|---|
8595 | 39 |
💻 a list of applications, alfred workflows and various tools that make my macOS experience even more amazing
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
21630 | 34 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
cure53 / browser-sec-whitepaper
https://github.com/cure53/browser-sec-whitepaper
stars | today |
---|---|
41 | 33 |
Cure53 Browser Security White Paper
kennethreitz / awesome-coins
https://github.com/kennethreitz/awesome-coins
stars | today |
---|---|
1753 | 34 |
₿ A guide (for humans!) to cryto-currencies and their algos.
mgechev / angular-performance-checklist
https://github.com/mgechev/angular-performance-checklist
stars | today |
---|---|
1161 | 31 |
Cheatsheet for developing ⚡lightning⚡ fast progressive Angular applications.
shovanch / fullstack-webdev-path
https://github.com/shovanch/fullstack-webdev-path
stars | today |
---|---|
1833 | 25 |
📚 A learning path for Full-stack web development
nccgroup / CVE-2017-8759
https://github.com/nccgroup/CVE-2017-8759
stars | today |
---|---|
50 | 25 |
NCC Group’s analysis and exploitation of CVE-2017-8759 along with further refinements
zygmuntz / goodbooks-10k
https://github.com/zygmuntz/goodbooks-10k
stars | today |
---|---|
133 | 25 |
Ten thousand books, six million ratings
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
29819 | 22 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
aftertheflood / spark
https://github.com/aftertheflood/spark
stars | today |
---|---|
1005 | 23 |
A typeface for creating sparklines in text without code.
niezhiyang / open_source_team
https://github.com/niezhiyang/open_source_team
stars | today |
---|---|
210 | 20 |
国内顶尖团队的开源地址
brillout / awesome-react-components
https://github.com/brillout/awesome-react-components
stars | today |
---|---|
9871 | 21 |
Catalog of React Components & Libraries
shengxinjing / programmer-job-blacklist
https://github.com/shengxinjing/programmer-job-blacklist
stars | today |
---|---|
6133 | 20 |
🙈 程序员找工作黑名单,换工作和当技术合伙人需谨慎啊