Language: python
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
43655 | 154 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
iodide-project / pyodide
https://github.com/iodide-project/pyodide
stars | today |
---|---|
534 | 123 |
The Python scientific stack, compiled to WebAssembly
nteract / papermill
https://github.com/nteract/papermill
stars | today |
---|---|
563 | 121 |
📚 Parameterize, execute, and analyze notebooks
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
16147 | 106 |
🏡 Open-source home automation platform running on Python 3
NVIDIA / vid2vid
https://github.com/NVIDIA/vid2vid
stars | today |
---|---|
2737 | 91 |
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
pwxcoo / chinese-xinhua
https://github.com/pwxcoo/chinese-xinhua
stars | today |
---|---|
3339 | 69 |
中华新华字典数据库。包括歇后语,成语,词语,汉字。提供新华字典API。
chubin / cheat.sh
https://github.com/chubin/cheat.sh
stars | today |
---|---|
13370 | 69 |
the only cheat sheet you need
donnemartin / interactive-coding-challenges
https://github.com/donnemartin/interactive-coding-challenges
stars | today |
---|---|
14750 | 44 |
Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
40452 | 33 |
Models and examples built with TensorFlow
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
32895 | 38 |
Deep Learning for humans
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
11842 | 37 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
54268 | 30 |
A curated list of awesome Python frameworks, libraries, software and resources
s0md3v / Photon
https://github.com/s0md3v/Photon
stars | today |
---|---|
3377 | 32 |
Incredibly fast crawler designed for reconnaissance.
trailofbits / algo
https://github.com/trailofbits/algo
stars | today |
---|---|
10286 | 33 |
Set up a personal IPSEC VPN in the cloud
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
40901 | 30 |
Command-line program to download videos from YouTube.com and other video sites
anouarbensaad / IoT-Honeypot
https://github.com/anouarbensaad/IoT-Honeypot
stars | today |
---|---|
48 | 31 |
This tool to simulate http server attacks in Python which logs HackerIP and all the tracing he does into a Logfile then a database.
felixweyne / imaginaryC2
https://github.com/felixweyne/imaginaryC2
stars | today |
---|---|
27 | 26 |
Imaginary C2 is a python tool which aims to help in the behavioral (network) analysis of malware. Imaginary C2 hosts a HTTP server which captures HTTP requests towards selectively chosen domains/IPs. Additionally, the tool aims to make it easy to replay captured Command-and-Control responses/served payloads.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
19394 | 23 |
The Python programming language
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
16273 | 24 |
The world’s simplest facial recognition api for Python and the command line
evyatarmeged / Raccoon
https://github.com/evyatarmeged/Raccoon
stars | today |
---|---|
1060 | 26 |
A high performance offensive security tool for reconnaissance and vulnerability scanning
Microsoft / human-pose-estimation.pytorch
https://github.com/Microsoft/human-pose-estimation.pytorch
stars | today |
---|---|
194 | 26 |
The project is official implement of our ECCV2018 paper “Simple Baselines for Human Pose Estimation and Tracking( https://arxiv.org/abs/1804.06208 )”
imhuay / Algorithm_Interview_Notes-Chinese
https://github.com/imhuay/Algorithm_Interview_Notes-Chinese
stars | today |
---|---|
1909 | 24 |
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
kitao / pyxel
https://github.com/kitao/pyxel
stars | today |
---|---|
3575 | 24 |
A retro game development environment in Python
mkaz / termgraph
https://github.com/mkaz/termgraph
stars | today |
---|---|
1731 | 22 |
a python command-line tool which draws basic graphs in the terminal
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
38328 | 18 |
The Python micro framework for building web applications.
Language: go
arduino / arduino-cli
https://github.com/arduino/arduino-cli
stars | today |
---|---|
464 | 240 |
Arduino command line interface
yqh231 / CoinQuantitave
https://github.com/yqh231/CoinQuantitave
stars | today |
---|---|
108 | 108 |
Virtual currency quantitative trading
buzzfeed / sso
https://github.com/buzzfeed/sso
stars | today |
---|---|
667 | 70 |
sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
golang / go
stars | today |
---|---|
45975 | 49 |
The Go programming language
jesseduffield / lazygit
https://github.com/jesseduffield/lazygit
stars | today |
---|---|
9000 | 47 |
simple terminal UI for git commands
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
5907 | 33 |
百度网盘客户端 - Go语言编写
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
15964 | 35 |
🌸 A command-line fuzzy finder
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
40546 | 31 |
Production-Grade Container Scheduling and Management
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
34503 | 31 |
A curated list of awesome Go frameworks, libraries and software
aykevl / tinygo
https://github.com/aykevl/tinygo
stars | today |
---|---|
652 | 31 |
Go compiler for small devices, based on LLVM.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
19902 | 30 |
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.
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
9933 | 25 |
A platform for building proxies to bypass network restrictions.
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
10351 | 25 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
ncw / rclone
stars | today |
---|---|
10498 | 24 |
“rsync for cloud storage” - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
28201 | 21 |
The world’s fastest framework for building websites.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
24701 | 18 |
A golang ebook intro how to build a web with golang
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
20239 | 16 |
Official Go implementation of the Ethereum protocol
MichaelMure / git-bug
https://github.com/MichaelMure/git-bug
stars | today |
---|---|
1991 | 18 |
Distributed bug tracker embedded in Git
ontio / ontology
https://github.com/ontio/ontology
stars | today |
---|---|
401 | 17 |
Official Go implementation of the Ontology protocol. https://ontio.github.io/documentation/
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
11104 | 15 |
Connect, secure, control, and observe services.
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
19947 | 14 |
Distributed reliable key-value store for the most critical data of a distributed system
magefile / mage
https://github.com/magefile/mage
stars | today |
---|---|
859 | 15 |
a Make/rake-like build tool using Go
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
15385 | 14 |
Drone is a Continuous Delivery platform built on Docker, written in Go
goharbor / harbor
https://github.com/goharbor/harbor
stars | today |
---|---|
5159 | 14 |
An open source trusted cloud native registry project that stores, signs, and scans content.
google / go-cloud
https://github.com/google/go-cloud
stars | today |
---|---|
4056 | 14 |
A library and tools for open cloud development in Go.
Language: c++
ValveSoftware / Proton
https://github.com/ValveSoftware/Proton
stars | today |
---|---|
4022 | 296 |
Compatibility tool for Steam Play based on Wine and additional components
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
108148 | 41 |
Computation using data flow graphs for scalable machine learning
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
63768 | 40 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
google / filament
https://github.com/google/filament
stars | today |
---|---|
3950 | 35 |
Filament is a real-time physically based rendering engine for Android, Windows, Linux and macOS
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
34262 | 29 |
Bitcoin Core integration/staging tree
doitsujin / dxvk
https://github.com/doitsujin/dxvk
stars | today |
---|---|
2175 | 28 |
Vulkan-based D3D11 implementation for Linux / Wine
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
18145 | 22 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Microsoft / LightGBM
https://github.com/Microsoft/LightGBM
stars | today |
---|---|
6314 | 25 |
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK( http://github.com/microsoft/dmtk ) project of Microsoft.
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
10628 | 20 |
JSON for Modern C++
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
27137 | 14 |
Open Source Computer Vision Library
acidanthera / VirtualSMC
https://github.com/acidanthera/VirtualSMC
stars | today |
---|---|
23 | 18 |
SMC emulator layer
sqlsec / clover
https://github.com/sqlsec/clover
stars | today |
---|---|
36 | 15 |
分享整理一些黑苹果Clover驱动配置文件
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
28644 | 17 |
Protocol Buffers - Google’s data interchange format
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
10740 | 14 |
An open autonomous driving platform
fraillt / bitsery
https://github.com/fraillt/bitsery
stars | today |
---|---|
158 | 16 |
Your binary serialization library
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
3699 | 14 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
16333 | 12 |
Godot Engine – Multi-platform 2D and 3D game engine
tamlok / vnote
https://github.com/tamlok/vnote
stars | today |
---|---|
2495 | 14 |
A Vim-inspired note-taking application that knows programmers and Markdown better.
haoel / leetcode
https://github.com/haoel/leetcode
stars | today |
---|---|
7759 | 13 |
LeetCode Problems’ Solutions
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
15256 | 14 |
Lovely console emulator package for Windows
topisani / OTTO
https://github.com/topisani/OTTO
stars | today |
---|---|
550 | 12 |
Your entire music-making workflow, in one box.
CleverRaven / Cataclysm-DDA
https://github.com/CleverRaven/Cataclysm-DDA
stars | today |
---|---|
2053 | 12 |
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
grpc / grpc
stars | today |
---|---|
16780 | 11 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
yandex / ClickHouse
https://github.com/yandex/ClickHouse
stars | today |
---|---|
4545 | 12 |
ClickHouse is a free analytic DBMS for big data.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
8585 | 11 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
Language: javascript
felixrieseberg / windows95
https://github.com/felixrieseberg/windows95
stars | today |
---|---|
6637 | 1175 |
💩 🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.
GoogleChromeLabs / size-plugin
https://github.com/GoogleChromeLabs/size-plugin
stars | today |
---|---|
334 | 220 |
Track compressed Webpack asset sizes over time.
checkly / puppeteer-recorder
https://github.com/checkly/puppeteer-recorder
stars | today |
---|---|
2014 | 135 |
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
mafintosh / turbo-json-parse
https://github.com/mafintosh/turbo-json-parse
stars | today |
---|---|
146 | 127 |
Turbocharged JSON.parse for type stable JSON data
Jannchie / Historical-ranking-data-visualization-based-on-d3.js
https://github.com/Jannchie/Historical-ranking-data-visualization-based-on-d3.js
stars | today |
---|---|
878 | 118 |
这是一个数据可视化项目,能够将历史数据排名转化为动态柱状图图表
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
35208 | 93 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
vuejs / vue
stars | today |
---|---|
111981 | 63 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / metro
https://github.com/facebook/metro
stars | today |
---|---|
2153 | 62 |
🚇 The JavaScript bundler for React Native.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
109603 | 50 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
54293 | 41 |
Create React apps with no build configuration.
GantMan / ReactStateMuseum
https://github.com/GantMan/ReactStateMuseum
stars | today |
---|---|
773 | 44 |
A whirlwind tour of React state management systems by example
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
47135 | 36 |
Promise based HTTP client for the browser and node.js
mweststrate / immer
https://github.com/mweststrate/immer
stars | today |
---|---|
5758 | 39 |
Create the next immutable state by mutating the current one
date-fns / date-fns
https://github.com/date-fns/date-fns
stars | today |
---|---|
11901 | 38 |
⏳ Modern JavaScript date utility library ⌛️
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
37650 | 34 |
📚 免费的计算机编程类中文书籍,欢迎投稿
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
75142 | 31 |
JavaScript Style Guide
airbnb / lottie-web
https://github.com/airbnb/lottie-web
stars | today |
---|---|
13227 | 34 |
Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
rwaldron / johnny-five
https://github.com/rwaldron/johnny-five
stars | today |
---|---|
9489 | 33 |
JavaScript Robotics and IoT programming framework, developed at Bocoup.
suanmei / callapp-lib
https://github.com/suanmei/callapp-lib
stars | today |
---|---|
91 | 32 |
call native webview from webpage
szmarczak / http-timer
https://github.com/szmarczak/http-timer
stars | today |
---|---|
41 | 32 |
Timings for HTTP requests
Microsoft / ailab
https://github.com/Microsoft/ailab
stars | today |
---|---|
53 | 30 |
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
37030 | 31 |
Headless Chrome Node API
jxnblk / mdx-deck
https://github.com/jxnblk/mdx-deck
stars | today |
---|---|
4023 | 31 |
♠️ MDX-based presentation decks
typicode / json-server
https://github.com/typicode/json-server
stars | today |
---|---|
34334 | 29 |
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
BestDingSheng / resources
https://github.com/BestDingSheng/resources
stars | today |
---|---|
1505 | 30 |
知名互联网企业内推资料整理 持续更新ing 。 目前已经维护五个微信群接近3000人,欢迎你的加入!
Language: unknown
diogocezar / dctb-utfpr
https://github.com/diogocezar/dctb-utfpr
stars | today |
---|---|
244 | 204 |
Lista dos materiais elaborados por mim para as aulas ministradas na UTFPR.
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
37405 | 154 |
🤓 Build your own (insert technology here)
InterviewMap / CS-Interview-Knowledge-Map
https://github.com/InterviewMap/CS-Interview-Knowledge-Map
stars | today |
---|---|
10179 | 115 |
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
33306 | 97 |
📚 Computer Science Learning Notes
Avik-Jain / 100-Days-Of-ML-Code
https://github.com/Avik-Jain/100-Days-Of-ML-Code
stars | today |
---|---|
10754 | 95 |
100 Days of ML Coding
afshinea / stanford-cs-229-machine-learning
https://github.com/afshinea/stanford-cs-229-machine-learning
stars | today |
---|---|
1702 | 92 |
VIP cheatsheets for Stanford’s CS 229 Machine Learning
MatrixAINetwork / SMARTCONTRACT
https://github.com/MatrixAINetwork/SMARTCONTRACT
stars | today |
---|---|
50 | 50 |
Both reference and original sol files
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
71735 | 38 |
A collection of useful .gitignore templates
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
87204 | 43 |
A book series on JavaScript. @YDKJS on twitter.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
55664 | 40 |
Roadmap to becoming a web developer in 2018
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
91260 | 38 |
😎 Curated list of awesome lists
ninjaaron / replacing-bash-scripting-with-python
https://github.com/ninjaaron/replacing-bash-scripting-with-python
stars | today |
---|---|
167 | 38 |
Guide on using using python for administrative scripting
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
36755 | 35 |
🎉 A curated list of awesome things related to Vue.js
MatrixAINetwork / MATRIX_Diary
https://github.com/MatrixAINetwork/MATRIX_Diary
stars | today |
---|---|
140 | 26 |
Matrix Trendings as well as Digests
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
67591 | 29 |
A complete computer science study plan to become a software engineer.
runvnc / dadsresume
https://github.com/runvnc/dadsresume
stars | today |
---|---|
692 | 30 |
My dad’s resume and skills from 1980
MatrixAINetwork / MATRIX_WEEKLY-Q-As
https://github.com/MatrixAINetwork/MATRIX_WEEKLY-Q-As
stars | today |
---|---|
134 | 22 |
questions from Matrix community and answers from Matrix experts
thedaviddias / Front-End-Performance-Checklist
https://github.com/thedaviddias/Front-End-Performance-Checklist
stars | today |
---|---|
7396 | 26 |
🎮 The only Front-End Performance Checklist that runs faster than the others
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
16017 | 19 |
The largest Node.JS best practices list (August 2018)
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
23031 | 19 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
5800 | 19 |
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Droogans / unmaintainable-code
https://github.com/Droogans/unmaintainable-code
stars | today |
---|---|
6003 | 19 |
A more maintainable, easier to share version of the infamous http://mindprod.com/jgloss/unmain.html
getlantern / download
https://github.com/getlantern/download
stars | today |
---|---|
1023 | 16 |
🔴 蓝灯最新版本下载 https://github.com/getlantern/download 🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴
facert / awesome-spider
https://github.com/facert/awesome-spider
stars | today |
---|---|
3226 | 15 |
爬虫集合
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
34117 | 14 |
🎓 Path to a free self-taught education in Computer Science!