Language: python
NVIDIA / FastPhotoStyle
https://github.com/NVIDIA/FastPhotoStyle
stars | today |
---|---|
4891 | 400 |
Style transfer, deep learning, feature transform
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
45858 | 123 |
A curated list of awesome Python frameworks, libraries, software and resources
mitmproxy / mitmproxy
https://github.com/mitmproxy/mitmproxy
stars | today |
---|---|
9734 | 126 |
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
crazyguitar / pysheeet
https://github.com/crazyguitar/pysheeet
stars | today |
---|---|
3068 | 108 |
Python Cheat Sheet
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
11784 | 92 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
mfitzp / 15-minute-apps
https://github.com/mfitzp/15-minute-apps
stars | today |
---|---|
666 | 90 |
15 minute (small) desktop apps built with PyQt
boy-hack / w9scan
https://github.com/boy-hack/w9scan
stars | today |
---|---|
126 | 62 |
学习python,学习黑客
kennethreitz / twitter-scraper
https://github.com/kennethreitz/twitter-scraper
stars | today |
---|---|
269 | 68 |
Scrape the Twitter Frontend API without authentication.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
33649 | 59 |
A collective list of public JSON APIs for use in web development.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
28699 | 43 |
Models and examples built with TensorFlow
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
11279 | 52 |
The world’s simplest facial recognition api for Python and the command line
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
25870 | 46 |
Deep Learning for humans
deepfakes / faceswap
https://github.com/deepfakes/faceswap
stars | today |
---|---|
3896 | 43 |
Non official project based on original /r/Deepfakes thread. Many thanks to him!
pypa / pipenv
https://github.com/pypa/pipenv
stars | today |
---|---|
8802 | 45 |
Python Development Workflow for Humans.
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
12763 | 40 |
🏡 Open-source home automation platform running on Python 3
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
23463 | 39 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
25951 | 33 |
scikit-learn: machine learning in Python
bitcoinbook / bitcoinbook
https://github.com/bitcoinbook/bitcoinbook
stars | today |
---|---|
7924 | 36 |
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
34216 | 35 |
Command-line program to download videos from YouTube.com and other video sites
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
8559 | 35 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
wangshub / wechat_jump_game
https://github.com/wangshub/wechat_jump_game
stars | today |
---|---|
13452 | 31 |
python 微信《跳一跳》辅助
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
33402 | 31 |
The Python micro framework for building web applications.
django / django
https://github.com/django/django
stars | today |
---|---|
31983 | 29 |
The Web framework for perfectionists with deadlines.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
16246 | 25 |
The Python programming language
llSourcell / Progressive_GANs
https://github.com/llSourcell/Progressive_GANs
stars | today |
---|---|
42 | 31 |
This is the code for “Generative Artificial Intelligence” By Siraj Raval on Youtube
Language: go
jessfraz / img
https://github.com/jessfraz/img
stars | today |
---|---|
710 | 228 |
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
zricethezav / gitleaks
https://github.com/zricethezav/gitleaks
stars | today |
---|---|
2057 | 185 |
Searches full repo history for secrets and keys 🔑
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
14284 | 55 |
Official Go implementation of the Ethereum protocol
golang / vgo
stars | today |
---|---|
400 | 55 |
[mirror] Versioned Go Prototype
hdm / nextnet
https://github.com/hdm/nextnet
stars | today |
---|---|
141 | 50 |
nextnet is a pivot point discovery tool written in Go.
huntsman-li / go-cache
https://github.com/huntsman-li/go-cache
stars | today |
---|---|
57 | 49 |
This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
32874 | 35 |
Production-Grade Container Scheduling and Management
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
28124 | 33 |
A curated list of awesome Go frameworks, libraries and software
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
23592 | 33 |
The world’s fastest framework for building websites.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
6111 | 30 |
An open platform to connect, manage, and secure microservices.
golang / go
stars | today |
---|---|
38188 | 27 |
The Go programming language
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
14878 | 27 |
The Prometheus monitoring system and time series database.
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
3641 | 23 |
Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric
fullstorydev / grpcurl
https://github.com/fullstorydev/grpcurl
stars | today |
---|---|
269 | 26 |
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
13302 | 23 |
Træfik, a modern reverse proxy
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
16972 | 23 |
Distributed reliable key-value store for the most critical data of a distributed system
bettercap / bettercap
https://github.com/bettercap/bettercap
stars | today |
---|---|
677 | 21 |
The state of the art network attack and monitoring framework.
moby / moby
stars | today |
---|---|
47754 | 20 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
yeasy / blockchain_guide
https://github.com/yeasy/blockchain_guide
stars | today |
---|---|
3129 | 21 |
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
golang / dep
stars | today |
---|---|
7778 | 21 |
Go dependency management tool
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
15190 | 19 |
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.
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
1200 | 18 |
百度网盘客户端 - Go语言编写
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
20861 | 18 |
A golang ebook intro how to build a web with golang
linuxkit / linuxkit
https://github.com/linuxkit/linuxkit
stars | today |
---|---|
4016 | 18 |
A toolkit for building secure, portable and lean operating systems for containers
openfaas / faas
https://github.com/openfaas/faas
stars | today |
---|---|
8904 | 15 |
OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
90262 | 115 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
28160 | 86 |
Bitcoin Core integration/staging tree
mikeakohn / java_grinder
https://github.com/mikeakohn/java_grinder
stars | today |
---|---|
171 | 56 |
Compile Java byte-code to native CPU’s.
f1xpl / openauto
https://github.com/f1xpl/openauto
stars | today |
---|---|
248 | 52 |
AndroidAuto headunit emulator
google-ar / arcore-android-sdk
https://github.com/google-ar/arcore-android-sdk
stars | today |
---|---|
2188 | 53 |
Google ARCore SDK for Android Studio
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
9877 | 44 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
57006 | 42 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
22418 | 24 |
Open Source Computer Vision Library
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
13486 | 24 |
Godot Engine – Multi-platform 2D and 3D game engine
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
3690 | 22 |
The Solidity Contract-Oriented Programming Language
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
23826 | 23 |
Protocol Buffers - Google’s data interchange format
BVLC / caffe
stars | today |
---|---|
22910 | 19 |
Caffe: a fast open framework for deep learning.
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
16459 | 19 |
Tesseract Open Source OCR Engine (main repository)
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
6268 | 19 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
grpc / grpc
stars | today |
---|---|
13770 | 17 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
2167 | 13 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
RPCS3 / rpcs3
https://github.com/RPCS3/rpcs3
stars | today |
---|---|
4508 | 12 |
PS3 emulator/debugger
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
10858 | 12 |
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
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
8017 | 11 |
An open autonomous driving platform
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
5940 | 12 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
4244 | 11 |
A toolkit for making real world machine learning and data analysis applications in C++
ethereum / cpp-ethereum
https://github.com/ethereum/cpp-ethereum
stars | today |
---|---|
2619 | 11 |
Ethereum C++ client
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
5845 | 10 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
v8 / v8
stars | today |
---|---|
8268 | 10 |
The official mirror of the V8 Git repository
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
6852 | 11 |
🔧 Cross-platform GUI management tool for Redis
Language: javascript
yangshun / front-end-interview-handbook
https://github.com/yangshun/front-end-interview-handbook
stars | today |
---|---|
8932 | 300 |
🕸 Almost complete answers to “Front-end Job Interview Questions” which you can use to interview potential candidates, test yourself or completely ignore
yujiosaka / headless-chrome-crawler
https://github.com/yujiosaka/headless-chrome-crawler
stars | today |
---|---|
1482 | 295 |
Distributed crawler powered by Headless Chrome
vitalets / github-trending-repos
https://github.com/vitalets/github-trending-repos
stars | today |
---|---|
789 | 177 |
Track GitHub trending repositories in your favorite programming language by native GitHub notifications!
ethereumbook / ethereumbook
https://github.com/ethereumbook/ethereumbook
stars | today |
---|---|
2045 | 155 |
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
cockpit-project / cockpit
https://github.com/cockpit-project/cockpit
stars | today |
---|---|
2884 | 149 |
There’s code a goin’ on
nozzle / react-static
https://github.com/nozzle/react-static
stars | today |
---|---|
3647 | 143 |
⚛️ 🚀 A progressive static site generator for React.
GoogleChromeLabs / clooney
https://github.com/GoogleChromeLabs/clooney
stars | today |
---|---|
279 | 142 |
Clooney is an actor library for the web. Use workers without thinking about workers.
M-Izadmehr / react-slider-kit
https://github.com/M-Izadmehr/react-slider-kit
stars | today |
---|---|
146 | 139 |
react-slider-kit is going to be a comprehensive solution to slider feature in react.
callstack / react-native-paper
https://github.com/callstack/react-native-paper
stars | today |
---|---|
565 | 119 |
Material Design for React Native (Android & iOS)
octref / polacode
https://github.com/octref/polacode
stars | today |
---|---|
3323 | 119 |
📸 Polaroid for your code
NewNewKing / SmallRomance
https://github.com/NewNewKing/SmallRomance
stars | today |
---|---|
293 | 100 |
程序员的小浪漫
vuejs / vue
stars | today |
---|---|
84710 | 96 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
27051 | 85 |
Headless Chrome Node API
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
89050 | 73 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
43829 | 66 |
Create React apps with no build configuration.
electerious / basicScroll
https://github.com/electerious/basicScroll
stars | today |
---|---|
1520 | 69 |
Standalone parallax scrolling for mobile and desktop with CSS variables.
airtap / airtap
https://github.com/airtap/airtap
stars | today |
---|---|
942 | 61 |
Test your JavaScript in 800+ browsers.
Chalarangelo / 30-seconds-of-code
https://github.com/Chalarangelo/30-seconds-of-code
stars | today |
---|---|
17885 | 55 |
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
36673 | 59 |
Promise based HTTP client for the browser and node.js
Tencent / wepy
https://github.com/Tencent/wepy
stars | today |
---|---|
6451 | 54 |
小程序组件化开发框架
duo-labs / cloudmapper
https://github.com/duo-labs/cloudmapper
stars | today |
---|---|
1257 | 55 |
CloudMapper creates network diagrams of AWS environments
chrisvfritz / vue-enterprise-boilerplate
https://github.com/chrisvfritz/vue-enterprise-boilerplate
stars | today |
---|---|
577 | 54 |
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
7392 | 50 |
🎨 Create and share beautiful images of your source code
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
66830 | 48 |
JavaScript Style Guide
rwieruch / react-graphql-github-apollo
https://github.com/rwieruch/react-graphql-github-apollo
stars | today |
---|---|
433 | 45 |
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Language: unknown
arialdomartini / Back-End-Developer-Interview-Questions
https://github.com/arialdomartini/Back-End-Developer-Interview-Questions
stars | today |
---|---|
6155 | 190 |
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
42421 | 176 |
Roadmap to becoming a web developer in 2018
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
15960 | 119 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
sagishahar / lpeworkshop
https://github.com/sagishahar/lpeworkshop
stars | today |
---|---|
94 | 78 |
Windows / Linux Local Privilege Escalation Workshop
swapagarwal / swag-for-dev
https://github.com/swapagarwal/swag-for-dev
stars | today |
---|---|
2361 | 82 |
😎 👕 🧦 A list of swag opportunities for developers
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
76342 | 63 |
A book series on JavaScript. @YDKJS on twitter.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
78807 | 57 |
😎 Curated list of awesome lists
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
101709 | 56 |
📚 Freely available programming books
jhuangtw-dev / xg2xg
https://github.com/jhuangtw-dev/xg2xg
stars | today |
---|---|
804 | 57 |
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
58163 | 45 |
A complete computer science study plan to become a software engineer.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
61909 | 36 |
A collection of useful .gitignore templates
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
29094 | 46 |
🎉 A curated list of awesome things related to Vue.js
minimaxir / hacker-news-undocumented
https://github.com/minimaxir/hacker-news-undocumented
stars | today |
---|---|
627 | 41 |
This list details some of the hidden norms about Hacker News not otherwise covered in the Guidelines and the FAQ.
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
30154 | 37 |
🎓 Path to a free self-taught education in Computer Science!
ethereum / wiki
https://github.com/ethereum/wiki
stars | today |
---|---|
8064 | 37 |
The Ethereum Wiki -
binhnguyennus / awesome-scalability
https://github.com/binhnguyennus/awesome-scalability
stars | today |
---|---|
7621 | 34 |
An updated and curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
32931 | 29 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
jtleek / datasharing
https://github.com/jtleek/datasharing
stars | today |
---|---|
32931 | 29 |
The Leek group guide to data sharing
ipfs / ipfs
stars | today |
---|---|
11448 | 22 |
Peer-to-peer hypermedia protocol
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
25244 | 22 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
acomminos / wine-pba
https://github.com/acomminos/wine-pba
stars | today |
---|---|
34 | 23 |
Patches to add a persistent buffer allocator for faster dynamic geometry in Direct3D games.
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
21841 | 19 |
⚡️ Delightful Node.js packages and resources
roboticcam / machine-learning-notes
https://github.com/roboticcam/machine-learning-notes
stars | today |
---|---|
229 | 19 |
This contains my past machine learning notes
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
11930 | 21 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
23849 | 19 |
A collection of awesome things regarding React ecosystem.