Language: python
NVIDIA / FastPhotoStyle
https://github.com/NVIDIA/FastPhotoStyle
stars | today |
---|---|
3773 | 1270 |
mfitzp / 15-minute-apps
https://github.com/mfitzp/15-minute-apps
stars | today |
---|---|
415 | 216 |
15 minute (small) desktop apps built with PyQt
Marten4n6 / EvilOSX
https://github.com/Marten4n6/EvilOSX
stars | today |
---|---|
322 | 192 |
A pure python, post-exploitation, RAT (Remote Administration Tool) for macOS / OSX.
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
11611 | 113 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
minimaxir / big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
stars | today |
---|---|
22841 | 96 |
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
kennethreitz / s3monkey
https://github.com/kennethreitz/s3monkey
stars | today |
---|---|
155 | 84 |
A Python library that allows you to interact with Amazon S3 Buckets as if they are your local filesystem.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
28611 | 52 |
Models and examples built with TensorFlow
deepfakes / faceswap
https://github.com/deepfakes/faceswap
stars | today |
---|---|
3807 | 61 |
Non official project based on original /r/Deepfakes thread. Many thanks to him!
llSourcell / Landing-a-SpaceX-Falcon-Heavy-Rocket
https://github.com/llSourcell/Landing-a-SpaceX-Falcon-Heavy-Rocket
stars | today |
---|---|
73 | 60 |
This is the code for “Landing a SpaceX Falcon Heavy Rocket” By Siraj Raval on Youtube
openai / gym
stars | today |
---|---|
10435 | 58 |
A toolkit for developing and comparing reinforcement learning algorithms.
kriadmin / 30-seconds-of-python-code
https://github.com/kriadmin/30-seconds-of-python-code
stars | today |
---|---|
444 | 61 |
Python implementation of 30-seconds-of-code
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
23386 | 50 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
25785 | 49 |
Deep Learning for humans
pypa / pipenv
https://github.com/pypa/pipenv
stars | today |
---|---|
8708 | 54 |
Python Development Workflow for Humans.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
45684 | 51 |
A curated list of awesome Python frameworks, libraries, software and resources
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
25899 | 48 |
scikit-learn: machine learning in Python
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
17488 | 47 |
⏬ Dumb downloader that scrapes the web
omergunal / PoT
https://github.com/omergunal/PoT
stars | today |
---|---|
58 | 47 |
Phishing on Twitter
smoqadam / PyFladesk
https://github.com/smoqadam/PyFladesk
stars | today |
---|---|
133 | 48 |
create desktop application by using Flask and QtWebKit
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
33537 | 40 |
A collective list of public JSON APIs for use in web development.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
11213 | 31 |
The world’s simplest facial recognition api for Python and the command line
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
34152 | 32 |
Command-line program to download videos from YouTube.com and other video sites
gruns / icecream
https://github.com/gruns/icecream
stars | today |
---|---|
445 | 32 |
Sweet and creamy print debugging.
bitcoinbook / bitcoinbook
https://github.com/bitcoinbook/bitcoinbook
stars | today |
---|---|
7851 | 29 |
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
NullArray / AutoSploit
https://github.com/NullArray/AutoSploit
stars | today |
---|---|
2608 | 27 |
Automated Mass Exploiter
Language: go
zricethezav / gitleaks
https://github.com/zricethezav/gitleaks
stars | today |
---|---|
1609 | 551 |
Searches full repo history for secrets and keys 🔑
jessfraz / img
https://github.com/jessfraz/img
stars | today |
---|---|
299 | 153 |
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
golang / vgo
stars | today |
---|---|
231 | 80 |
[mirror] Versioned Go Prototype
git-chglog / git-chglog
https://github.com/git-chglog/git-chglog
stars | today |
---|---|
187 | 69 |
CHANGELOG generator implemented in Go (Golang).
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
14172 | 55 |
Official Go implementation of the Ethereum protocol
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
28047 | 46 |
A curated list of awesome Go frameworks, libraries and software
golang / go
stars | today |
---|---|
38114 | 45 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
32800 | 36 |
Production-Grade Container Scheduling and Management
derekparker / delve
https://github.com/derekparker/delve
stars | today |
---|---|
7475 | 44 |
Delve is a debugger for the Go programming language.
esimov / caire
https://github.com/esimov/caire
stars | today |
---|---|
7536 | 43 |
Content aware image resize library
faiface / pixel
https://github.com/faiface/pixel
stars | today |
---|---|
1123 | 41 |
A hand-crafted 2D game library in Go
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
6064 | 35 |
An open platform to connect, manage, and secure microservices.
fullstorydev / grpcurl
https://github.com/fullstorydev/grpcurl
stars | today |
---|---|
202 | 37 |
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
13256 | 32 |
Træfik, a modern reverse proxy
micro / go-config
https://github.com/micro/go-config
stars | today |
---|---|
35 | 32 |
A pluggable dynamic config library
kitech / qt.go
https://github.com/kitech/qt.go
stars | today |
---|---|
146 | 32 |
Qt binding for Go (Golang) aims get Go’s compile speed again.
erning / gorun
https://github.com/erning/gorun
stars | today |
---|---|
333 | 29 |
gorun is a tool enabling one to put a “bang line” in the source code of a Go program to run it, or to run such a source code file explicitly. It was created in an attempt to make experimenting with Go more appealing to people used to Python and similar languages which operate most visibly with source code.
json-iterator / go
https://github.com/json-iterator/go
stars | today |
---|---|
2182 | 28 |
A high-performance 100% compatible drop-in replacement of “encoding/json”
kubernetes / helm
https://github.com/kubernetes/helm
stars | today |
---|---|
4215 | 25 |
The Kubernetes Package Manager
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
23535 | 27 |
The world’s fastest framework for building websites.
golang / dep
stars | today |
---|---|
7736 | 27 |
Go dependency management tool
bettercap / bettercap
https://github.com/bettercap/bettercap
stars | today |
---|---|
603 | 27 |
The state of the art network attack and monitoring framework.
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
13225 | 27 |
Drone is a Continuous Delivery platform built on Docker, written in Go
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
14833 | 26 |
The Prometheus monitoring system and time series database.
openfaas / faas
https://github.com/openfaas/faas
stars | today |
---|---|
8854 | 26 |
OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
90080 | 125 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
28005 | 63 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
56927 | 57 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
f1xpl / openauto
https://github.com/f1xpl/openauto
stars | today |
---|---|
140 | 57 |
AndroidAuto headunit emulator
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
4208 | 35 |
A toolkit for making real world machine learning and data analysis applications in C++
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
22365 | 26 |
Open Source Computer Vision Library
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
13444 | 27 |
Godot Engine – Multi-platform 2D and 3D game engine
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
23781 | 26 |
Protocol Buffers - Google’s data interchange format
facebookresearch / TensorComprehensions
https://github.com/facebookresearch/TensorComprehensions
stars | today |
---|---|
763 | 26 |
A domain specific language to express machine learning workloads.
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
3953 | 24 |
C++ front/service proxy
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
3656 | 20 |
The Solidity Contract-Oriented Programming Language
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
16417 | 21 |
Tesseract Open Source OCR Engine (main repository)
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
5904 | 19 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
caffe2 / caffe2
https://github.com/caffe2/caffe2
stars | today |
---|---|
7348 | 15 |
Caffe2 is a lightweight, modular, and scalable deep learning framework.
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
10840 | 16 |
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
vnpy / vnpy
stars | today |
---|---|
4954 | 15 |
基于python的开源量化交易平台开发框架
electronicarts / EASTL
https://github.com/electronicarts/EASTL
stars | today |
---|---|
2994 | 16 |
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
bystc / Snake-cpp
https://github.com/bystc/Snake-cpp
stars | today |
---|---|
44 | 16 |
用C++写的一个简易贪吃蛇
etodd / deceiver
https://github.com/etodd/deceiver
stars | today |
---|---|
322 | 17 |
Launch your spider drone at walls, ceilings, and enemy heads in this pre-apocalyptic philosophical shooter. Explore a vast cyberpunk city. Shoot things in the face. Question your basic beliefs.
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
9764 | 15 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
11785 | 15 |
SQL powered operating system instrumentation, monitoring, and analytics.
BVLC / caffe
stars | today |
---|---|
22880 | 13 |
Caffe: a fast open framework for deep learning.
grpc / grpc
stars | today |
---|---|
13738 | 13 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
5817 | 15 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
facebook / yoga
https://github.com/facebook/yoga
stars | today |
---|---|
9285 | 14 |
Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates.
Language: javascript
yangshun / front-end-interview-handbook
https://github.com/yangshun/front-end-interview-handbook
stars | today |
---|---|
8300 | 506 |
🕸 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 |
---|---|
680 | 515 |
Distributed crawler powered by Headless Chrome
duo-labs / cloudmapper
https://github.com/duo-labs/cloudmapper
stars | today |
---|---|
1033 | 323 |
CloudMapper creates network diagrams of AWS environments
octref / polacode
https://github.com/octref/polacode
stars | today |
---|---|
3027 | 310 |
📸 Polaroid for your code
airtap / airtap
https://github.com/airtap/airtap
stars | today |
---|---|
706 | 238 |
Test your JavaScript in 800+ browsers.
chrisvfritz / vue-enterprise-boilerplate
https://github.com/chrisvfritz/vue-enterprise-boilerplate
stars | today |
---|---|
381 | 217 |
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
electerious / basicScroll
https://github.com/electerious/basicScroll
stars | today |
---|---|
1354 | 200 |
Standalone parallax scrolling for mobile and desktop with CSS variables.
rwieruch / react-graphql-github-apollo
https://github.com/rwieruch/react-graphql-github-apollo
stars | today |
---|---|
289 | 181 |
A React + Apollo + GraphQL GitHub Client
jupyterlab / jupyterlab
https://github.com/jupyterlab/jupyterlab
stars | today |
---|---|
4114 | 161 |
JupyterLab computational environment.
kusti8 / proton-native
https://github.com/kusti8/proton-native
stars | today |
---|---|
1858 | 152 |
A React environment for cross platform native desktop apps
vuejs / vue
stars | today |
---|---|
84473 | 138 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
rematch / rematch
https://github.com/rematch/rematch
stars | today |
---|---|
245 | 129 |
A Redux Framework
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
26891 | 104 |
Headless Chrome Node API
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
88897 | 97 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
yangshun / tech-interview-handbook
https://github.com/yangshun/tech-interview-handbook
stars | today |
---|---|
18588 | 103 |
💯 Algorithms study materials, behavioral content and tips for rocking your coding interview
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
7263 | 98 |
🎨 Create and share beautiful images of your source code
thedevs-network / kutt
https://github.com/thedevs-network/kutt
stars | today |
---|---|
897 | 79 |
Free Modern URL Shortener.
Chalarangelo / 30-seconds-of-code
https://github.com/Chalarangelo/30-seconds-of-code
stars | today |
---|---|
17771 | 75 |
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
36551 | 75 |
Promise based HTTP client for the browser and node.js
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
43714 | 66 |
Create React apps with no build configuration.
redacademy / vue-ethereum-ipfs
https://github.com/redacademy/vue-ethereum-ipfs
stars | today |
---|---|
1020 | 65 |
Distributed Application Starter: Vue front-end, Ethereum / IPFS Backend
lukeed / dset
https://github.com/lukeed/dset
stars | today |
---|---|
240 | 66 |
A tiny (135B) utility for safely writing deep Object values~!
NewNewKing / SmallRomance
https://github.com/NewNewKing/SmallRomance
stars | today |
---|---|
111 | 59 |
程序员的小浪漫
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
66733 | 57 |
JavaScript Style Guide
prettier / prettier
https://github.com/prettier/prettier
stars | today |
---|---|
21650 | 54 |
Prettier is an opinionated code formatter.
Language: unknown
jhuangtw-dev / xg2xg
https://github.com/jhuangtw-dev/xg2xg
stars | today |
---|---|
593 | 429 |
by ex-googlers, for ex-googlers
arialdomartini / Back-End-Developer-Interview-Questions
https://github.com/arialdomartini/Back-End-Developer-Interview-Questions
stars | today |
---|---|
5709 | 330 |
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
15628 | 291 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
42072 | 203 |
Roadmap to becoming a web developer in 2018
swapagarwal / swag-for-dev
https://github.com/swapagarwal/swag-for-dev
stars | today |
---|---|
2160 | 206 |
😎 👕 🧦 A list of swag opportunities for developers
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
76224 | 117 |
A book series on JavaScript. @YDKJS on twitter.
amitmerchant1990 / how-products-got-their-name
https://github.com/amitmerchant1990/how-products-got-their-name
stars | today |
---|---|
358 | 100 |
Collection of products/projects and the stories of how they got their name
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
32851 | 94 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
78686 | 78 |
😎 Curated list of awesome lists
tombusby / cypherpunk-research
https://github.com/tombusby/cypherpunk-research
stars | today |
---|---|
178 | 72 |
This repository is essentially for compiling information about Cypherpunks, the history of the movement, and the people/events of note.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
61845 | 54 |
A collection of useful .gitignore templates
vuejs / vue-docs-zh-cn
https://github.com/vuejs/vue-docs-zh-cn
stars | today |
---|---|
129 | 66 |
creactiviti / sicp-course
https://github.com/creactiviti/sicp-course
stars | today |
---|---|
65 | 61 |
SICP Course
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
101538 | 60 |
📚 Freely available programming books
roboticcam / machine-learning-notes
https://github.com/roboticcam/machine-learning-notes
stars | today |
---|---|
170 | 55 |
This contains my past machine learning notes
binhnguyennus / awesome-scalability
https://github.com/binhnguyennus/awesome-scalability
stars | today |
---|---|
7533 | 50 |
An updated and curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
58073 | 42 |
A complete computer science study plan to become a software engineer.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
29009 | 42 |
🎉 A curated list of awesome things related to Vue.js
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
30098 | 34 |
🎓 Path to a free self-taught education in Computer Science!
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
12451 | 33 |
The largest Node.JS best practices list. Curated from the top ranked articles and always updated
mtdvio / every-programmer-should-know
https://github.com/mtdvio/every-programmer-should-know
stars | today |
---|---|
32000 | 24 |
A collection of (mostly) technical things every software developer should know
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
11893 | 26 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
25201 | 22 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
ipfs / ipfs
stars | today |
---|---|
11407 | 26 |
Peer-to-peer hypermedia protocol
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
23813 | 23 |
A collection of awesome things regarding React ecosystem.