Language: python
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
7462 | 202 |
All Algorithms implemented in Python
facebookincubator / Bowler
https://github.com/facebookincubator/Bowler
stars | today |
---|---|
520 | 182 |
Safe code refactoring for modern Python.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
47720 | 137 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
pavlin-policar / fastTSNE
https://github.com/pavlin-policar/fastTSNE
stars | today |
---|---|
167 | 96 |
Fast, parallel implementations of tSNE
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
41404 | 63 |
Models and examples built with TensorFlow
madhavanmalolan / awesome-reactnative-ui
https://github.com/madhavanmalolan/awesome-reactnative-ui
stars | today |
---|---|
1059 | 86 |
Awesome React Native UI components updated weekly
xonsh / xonsh
https://github.com/xonsh/xonsh
stars | today |
---|---|
2607 | 61 |
Python-powered, cross-platform, Unix-gazing shell
prkumar / uplink
https://github.com/prkumar/uplink
stars | today |
---|---|
545 | 58 |
A Declarative HTTP Client for Python
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
55184 | 51 |
A curated list of awesome Python frameworks, libraries, software and resources
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
19800 | 47 |
The Python programming language
mwouts / jupytext
https://github.com/mwouts/jupytext
stars | today |
---|---|
785 | 54 |
Jupyter notebooks as Markdown documents, Julia, Python or R scripts
albertpumarola / GANimation
https://github.com/albertpumarola/GANimation
stars | today |
---|---|
481 | 49 |
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV’18 Oral) [PyTorch]
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
41650 | 46 |
Command-line program to download videos from YouTube.com and other video sites
junfu1115 / DANet
https://github.com/junfu1115/DANet
stars | today |
---|---|
136 | 46 |
Dual Attention Network for Scene Segmentation
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
42087 | 42 |
A collective list of public JSON APIs for use in web development.
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
33529 | 41 |
Deep Learning for humans
jsalt18-sentence-repl / jiant
https://github.com/jsalt18-sentence-repl/jiant
stars | today |
---|---|
58 | 47 |
The jiant sentence representation learning toolkit
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
30533 | 28 |
scikit-learn: machine learning in Python
NVIDIA / vid2vid
https://github.com/NVIDIA/vid2vid
stars | today |
---|---|
3621 | 34 |
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
32525 | 30 |
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/
kanishka-linux / reminiscence
https://github.com/kanishka-linux/reminiscence
stars | today |
---|---|
645 | 35 |
Self-Hosted Bookmark and Archive Manager
IBM / AIF360
stars | today |
---|---|
93 | 35 |
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
16831 | 31 |
The world’s simplest facial recognition api for Python and the command line
google / unrestricted-adversarial-examples
https://github.com/google/unrestricted-adversarial-examples
stars | today |
---|---|
56 | 32 |
Contest Proposal and infrastructure for the Unrestricted Adversarial Examples Challenge
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
38770 | 29 |
The Python micro framework for building web applications.
Language: go
schollz / rwtxt
https://github.com/schollz/rwtxt
stars | today |
---|---|
209 | 170 |
A cms for absolute minimalists.
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
41427 | 46 |
Production-Grade Container Scheduling and Management
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
17599 | 51 |
The Cloud Native Edge Router
golang / go
stars | today |
---|---|
46868 | 49 |
The Go programming language
jesseduffield / lazygit
https://github.com/jesseduffield/lazygit
stars | today |
---|---|
9975 | 52 |
simple terminal UI for git commands
skatiyar / pacman
https://github.com/skatiyar/pacman
stars | today |
---|---|
143 | 47 |
Classic pacman with procedurally generated infinite vertical maze.
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
18863 | 41 |
The Prometheus monitoring system and time series database.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
15258 | 39 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
35137 | 42 |
A curated list of awesome Go frameworks, libraries and software
xmge / gonote
https://github.com/xmge/gonote
stars | today |
---|---|
606 | 40 |
欢迎各位gopher一起来完善这份笔记,让更多的人能够了解go,学习go,使用go,热爱go. 👍
mercari / grpc-http-proxy
https://github.com/mercari/grpc-http-proxy
stars | today |
---|---|
50 | 39 |
A reverse proxy server which translate JSON HTTP requests to gRPC calls based on protoreflect
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
20490 | 33 |
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.
GoogleCloudPlatform / open-match
https://github.com/GoogleCloudPlatform/open-match
stars | today |
---|---|
876 | 35 |
Flexible, extensible, and scalable video game matchmaking.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
20688 | 29 |
Official Go implementation of the Ethereum protocol
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
28782 | 28 |
The world’s fastest framework for building websites.
pulumi / pulumi
https://github.com/pulumi/pulumi
stars | today |
---|---|
1246 | 29 |
Pulumi is a cloud native infrastructure as code platform. Build cloud apps and infrastructure in your favorite language, and continuously deploy them to any cloud, no YAML required.
moby / moby
stars | today |
---|---|
50352 | 27 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
etcd-io / etcd
https://github.com/etcd-io/etcd
stars | today |
---|---|
20300 | 26 |
Distributed reliable key-value store for the most critical data of a distributed system
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
6495 | 26 |
百度网盘客户端 - Go语言编写
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
14936 | 26 |
TiDB is a distributed HTAP database compatible with the MySQL protocol
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
10346 | 26 |
A platform for building proxies to bypass network restrictions.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
11677 | 25 |
Connect, secure, control, and observe services.
google / go-cloud
https://github.com/google/go-cloud
stars | today |
---|---|
4294 | 26 |
A library and tools for open cloud development in Go.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
25055 | 23 |
A golang ebook intro how to build a web with golang
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
18393 | 26 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
Language: c++
facebookincubator / LogDevice
https://github.com/facebookincubator/LogDevice
stars | today |
---|---|
810 | 300 |
Distributed storage for sequential data
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
109521 | 100 |
An Open Source Machine Learning Framework for Everyone
jing-interactive / DancingGaga
https://github.com/jing-interactive/DancingGaga
stars | today |
---|---|
183 | 65 |
AI 尬舞机
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
64485 | 39 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
Dappub / fairdicegame
https://github.com/Dappub/fairdicegame
stars | today |
---|---|
39 | 31 |
open-sourced, rig-resistant and verifiably fair dice game
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
27622 | 27 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
34714 | 30 |
Bitcoin Core integration/staging tree
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
18665 | 27 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
effekseer / Effekseer
https://github.com/effekseer/Effekseer
stars | today |
---|---|
197 | 28 |
fmtlib / fmt
stars | today |
---|---|
4412 | 28 |
A modern formatting library
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
8955 | 24 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
21031 | 25 |
Tesseract Open Source OCR Engine (main repository)
fluent-project / fluent
https://github.com/fluent-project/fluent
stars | today |
---|---|
613 | 24 |
A data-driven compute platform
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
45188 | 21 |
The Swift Programming Language
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
7813 | 21 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
6530 | 21 |
C++ front/service proxy
ValveSoftware / Proton
https://github.com/ValveSoftware/Proton
stars | today |
---|---|
5797 | 21 |
Compatibility tool for Steam Play based on Wine and additional components
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
29060 | 18 |
Protocol Buffers - Google’s data interchange format
doitsujin / dxvk
https://github.com/doitsujin/dxvk
stars | today |
---|---|
2406 | 18 |
Vulkan-based D3D11 and D3D10 implementation for Linux / Wine
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
10986 | 15 |
An open autonomous driving platform
aria2 / aria2
https://github.com/aria2/aria2
stars | today |
---|---|
11183 | 15 |
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
google / filament
https://github.com/google/filament
stars | today |
---|---|
4369 | 16 |
Filament is a real-time physically based rendering engine for Android, Windows, Linux and macOS
facebook / hhvm
https://github.com/facebook/hhvm
stars | today |
---|---|
15548 | 14 |
A virtual machine for executing programs written in Hack.
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
9131 | 11 |
Google Test
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
15485 | 14 |
Lovely console emulator package for Windows
Language: javascript
you-dont-need / You-Dont-Need-Momentjs
https://github.com/you-dont-need/You-Dont-Need-Momentjs
stars | today |
---|---|
2523 | 686 |
List of date-fns or native functions which you can use to replace moment.js + ESLint Plugin
npm / tink
stars | today |
---|---|
623 | 329 |
a dependency unwinder for javascript
axa-group / nlp.js
https://github.com/axa-group/nlp.js
stars | today |
---|---|
762 | 260 |
An NLP library built in node over Natural, with entity extraction, sentiment analysis, automatic language identify, and so more
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
14342 | 185 |
🎨 Create and share beautiful images of your source code
Nozbe / WatermelonDB
https://github.com/Nozbe/WatermelonDB
stars | today |
---|---|
3044 | 166 |
🍉 Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast ⚡️
thedaviddias / Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
stars | today |
---|---|
31109 | 163 |
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
mweststrate / immer
https://github.com/mweststrate/immer
stars | today |
---|---|
6549 | 159 |
Create the next immutable state by mutating the current one
mariusandra / pigeon-maps
https://github.com/mariusandra/pigeon-maps
stars | today |
---|---|
2285 | 149 |
ReactJS Maps without external dependencies
date-fns / date-fns
https://github.com/date-fns/date-fns
stars | today |
---|---|
13234 | 125 |
⏳ Modern JavaScript date utility library ⌛️
vuejs / vue
stars | today |
---|---|
113954 | 117 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
111248 | 81 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Dogstudio / highway
https://github.com/Dogstudio/highway
stars | today |
---|---|
253 | 84 |
Highway helps you manage your page transitions
rwv / chinese-dos-games
https://github.com/rwv/chinese-dos-games
stars | today |
---|---|
3545 | 78 |
🎮 Chinese DOS games in browser.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
36851 | 72 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
getgauge / taiko
https://github.com/getgauge/taiko
stars | today |
---|---|
347 | 74 |
A node.js library to automate chrome/chromium browser
loremwalker / WebSiteUseful
https://github.com/loremwalker/WebSiteUseful
stars | today |
---|---|
3023 | 64 |
🍅 翻墙!科学上网,免费ss帐号分享、ssr订阅源,免费VPN下载,获取及使用教程请看: https://github.com/loremwalker/fq-book
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
55441 | 61 |
Create React apps with no build configuration.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
38189 | 65 |
Headless Chrome Node API
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
38674 | 58 |
📚 免费的计算机编程类中文书籍,欢迎投稿
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
48204 | 58 |
Promise based HTTP client for the browser and node.js
mattdesl / bellwoods
https://github.com/mattdesl/bellwoods
stars | today |
---|---|
97 | 60 |
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
68674 | 55 |
A framework for building native apps with React.
you-dont-need / You-Dont-Need-Lodash-Underscore
https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
stars | today |
---|---|
6702 | 60 |
List of JavaScript methods which you can use natively + ESLint Plugin
danielfsousa / express-rest-es2017-boilerplate
https://github.com/danielfsousa/express-rest-es2017-boilerplate
stars | today |
---|---|
577 | 57 |
⌛️ Express boilerplate for building RESTful APIs
iamkun / dayjs
https://github.com/iamkun/dayjs
stars | today |
---|---|
14257 | 59 |
⏰ Day.js 2KB immutable date library alternative to Moment.js with the same modern API
Language: unknown
zziz / pwc
stars | today |
---|---|
1625 | 735 |
Papers with code. Sorted by stars. Updated weekly.
ripienaar / free-for-dev
https://github.com/ripienaar/free-for-dev
stars | today |
---|---|
20271 | 323 |
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
cjbarber / ToolsOfTheTrade
https://github.com/cjbarber/ToolsOfTheTrade
stars | today |
---|---|
12174 | 314 |
Tools of The Trade, from Hacker News.
byoungd / English-level-up-tips-for-Chinese
https://github.com/byoungd/English-level-up-tips-for-Chinese
stars | today |
---|---|
12934 | 251 |
可能是让你受益匪浅的英语进阶指南
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
35848 | 133 |
📚 Computer Science Learning Notes
Avik-Jain / 100-Days-Of-ML-Code
https://github.com/Avik-Jain/100-Days-Of-ML-Code
stars | today |
---|---|
14192 | 139 |
100 Days of ML Coding
PansonPanson / Java-Notes
https://github.com/PansonPanson/Java-Notes
stars | today |
---|---|
477 | 129 |
⭐️ ⭐️ 计算机科学基础知识、Java开发、后端/服务端开发、面试相关 ⭐️ ⭐️
afshinea / stanford-cs-229-machine-learning
https://github.com/afshinea/stanford-cs-229-machine-learning
stars | today |
---|---|
2741 | 107 |
VIP cheatsheets for Stanford’s CS 229 Machine Learning
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
88377 | 70 |
A book series on JavaScript. @YDKJS on twitter.
shervinea / cheatsheet-translation
https://github.com/shervinea/cheatsheet-translation
stars | today |
---|---|
105 | 59 |
Translation of VIP cheatsheets https://stanford.edu/~shervine/teaching/cs-229.html
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
72620 | 44 |
A collection of useful .gitignore templates
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
56822 | 59 |
Roadmap to becoming a web developer in 2018
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
68529 | 49 |
A complete computer science study plan to become a software engineer.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
92467 | 50 |
😎 Curated list of awesome lists
InterviewMap / CS-Interview-Knowledge-Map
https://github.com/InterviewMap/CS-Interview-Knowledge-Map
stars | today |
---|---|
11824 | 45 |
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
cdnjs / cdnjs
https://github.com/cdnjs/cdnjs
stars | today |
---|---|
6682 | 43 |
Free and Open Source Public Web CDN for web developer!
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
111195 | 40 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
37447 | 40 |
🎉 A curated list of awesome things related to Vue.js
Honlan / DeepInterests
https://github.com/Honlan/DeepInterests
stars | today |
---|---|
527 | 37 |
深度有趣
yarnpkg / rfcs
https://github.com/yarnpkg/rfcs
stars | today |
---|---|
247 | 36 |
RFCs for changes to Yarn
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
13613 | 30 |
Curated list of project-based tutorials
hongleizhang / RSPapers
https://github.com/hongleizhang/RSPapers
stars | today |
---|---|
289 | 32 |
Must-read papers on Recommender System.
aalansehaiyang / technology-talk
https://github.com/aalansehaiyang/technology-talk
stars | today |
---|---|
3551 | 29 |
汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识
gpakosz / .tmux
https://github.com/gpakosz/.tmux
stars | today |
---|---|
5303 | 29 |
Oh My Tmux! My pretty + versatile tmux configuration that just works (imho the best tmux configuration)
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
37067 | 29 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.