Language: python
oarriaga / face_classification
https://github.com/oarriaga/face_classification
stars | today |
---|---|
172 | 126 |
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
schollz / howmanypeoplearearound
https://github.com/schollz/howmanypeoplearearound
stars | today |
---|---|
2459 | 55 |
Count the number of people around you 👨👨👦 by monitoring wifi signals 📡
nelson-liu / paraphrase-id-tensorflow
https://github.com/nelson-liu/paraphrase-id-tensorflow
stars | today |
---|---|
80 | 44 |
Various models and code for the paraphrase identification task, specifically with the Quora Question Pairs dataset.
abatchy17 / WindowsExploits
https://github.com/abatchy17/WindowsExploits
stars | today |
---|---|
218 | 46 |
Windows exploits, mostly precompiled.
keon / algorithms
https://github.com/keon/algorithms
stars | today |
---|---|
7978 | 43 |
Minimal examples of data structures and algorithms in Python
yandex / gixy
https://github.com/yandex/gixy
stars | today |
---|---|
4164 | 45 |
Nginx configuration static analyzer
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
14945 | 34 |
Models built with TensorFlow
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
34164 | 34 |
A curated list of awesome Python frameworks, libraries, software and resources
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
22750 | 32 |
A curated list of awesome Machine Learning frameworks, libraries and software.
facebookresearch / ParlAI
https://github.com/facebookresearch/ParlAI
stars | today |
---|---|
1597 | 29 |
A framework for training and evaluating AI models on a variety of openly available dialog datasets.
HelloZeroNet / ZeroNet
https://github.com/HelloZeroNet/ZeroNet
stars | today |
---|---|
7261 | 30 |
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
27166 | 27 |
A microframework based on Werkzeug, Jinja2 and good intentions
codingo / Reconnoitre
https://github.com/codingo/Reconnoitre
stars | today |
---|---|
50 | 28 |
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results along with writing out recommendations for further testing.
toji / semilive
https://github.com/toji/semilive
stars | today |
---|---|
72 | 30 |
A Sublime Text plugin for “Live” coding
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
20611 | 27 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
26136 | 26 |
Command-line program to download videos from YouTube.com and other video sites
merantix / picasso
https://github.com/merantix/picasso
stars | today |
---|---|
448 | 27 |
🎨 A CNN visualizer
kalliope-project / kalliope
https://github.com/kalliope-project/kalliope
stars | today |
---|---|
521 | 25 |
Kalliope is a modular always-on voice controlled personal assistant designed for home automation.
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
6263 | 20 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
15771 | 15 |
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on TensorFlow or Theano.
django / django
https://github.com/django/django
stars | today |
---|---|
25777 | 16 |
The Web framework for perfectionists with deadlines.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
16948 | 20 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
kennethreitz / requests
https://github.com/kennethreitz/requests
stars | today |
---|---|
25078 | 19 |
Python HTTP Requests for Humans™
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
23254 | 18 |
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.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
7791 | 11 |
The Python programming language
Language: go
beego / mux
stars | today |
---|---|
202 | 157 |
A high performance and powerful trie based url path router for Go.
raviqqe / tisp
https://github.com/raviqqe/tisp
stars | today |
---|---|
206 | 150 |
“Time is Space” programming language
kshvmdn / fsql
https://github.com/kshvmdn/fsql
stars | today |
---|---|
2668 | 103 |
Search through your filesystem with SQL-esque queries.
huanglizhuo / kotlin-in-chinese
https://github.com/huanglizhuo/kotlin-in-chinese
stars | today |
---|---|
1507 | 43 |
kotlin 官方文档翻译
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
4061 | 38 |
Official Go implementation of the Ethereum protocol
rs / zerolog
stars | today |
---|---|
189 | 39 |
Zero Allocation JSON Logger
coreos / zetcd
https://github.com/coreos/zetcd
stars | today |
---|---|
404 | 35 |
Serve the Apache Zookeeper API but back it with an etcd cluster
golang / go
stars | today |
---|---|
28141 | 32 |
The Go programming language
dgraph-io / badger
https://github.com/dgraph-io/badger
stars | today |
---|---|
1437 | 28 |
Fastest key/value store in Go.
jingweno / godzilla
https://github.com/jingweno/godzilla
stars | today |
---|---|
962 | 28 |
Godzilla is a ES2015 to Go source code transpiler and runtime
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
20716 | 27 |
A curated list of awesome Go frameworks, libraries and software
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
23348 | 20 |
Production-Grade Container Scheduling and Management
DATA-DOG / fastroute
https://github.com/DATA-DOG/fastroute
stars | today |
---|---|
43 | 21 |
Simple, idiomatic and fast 172 loc http router for golang
cockroachdb / cockroach
https://github.com/cockroachdb/cockroach
stars | today |
---|---|
10265 | 18 |
CockroachDB - the open source, cloud-native SQL database.
moby / moby
stars | today |
---|---|
43685 | 15 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
dgraph-io / dgraph
https://github.com/dgraph-io/dgraph
stars | today |
---|---|
3178 | 18 |
Fast, Distributed Graph DB
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
15922 | 16 |
A golang ebook intro how to build a web with golang
tidwall / pinhole
https://github.com/tidwall/pinhole
stars | today |
---|---|
70 | 17 |
3D Wireframe Drawing Library for Go
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
4612 | 14 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
10947 | 15 |
beego is an open-source, high-performance web framework for the Go programming language.
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
16041 | 15 |
Open Source Continuous File Synchronization
lovoo / goka
stars | today |
---|---|
577 | 15 |
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
v2tec / watchtower
https://github.com/v2tec/watchtower
stars | today |
---|---|
859 | 14 |
Automatically update running Docker containers
spf13 / hugo
stars | today |
---|---|
17181 | 13 |
A Fast and Flexible Static Site Generator built with love in GoLang
imroc / req
stars | today |
---|---|
245 | 13 |
a golang http request library for human
Language: javascript
developit / preact-cli
https://github.com/developit/preact-cli
stars | today |
---|---|
764 | 252 |
😺 Your next Preact PWA starts in 30 seconds.
mbasso / asm-dom
https://github.com/mbasso/asm-dom
stars | today |
---|---|
581 | 251 |
A minimal WebAssembly virtual DOM focused on performance
diegomura / react-pdf
https://github.com/diegomura/react-pdf
stars | today |
---|---|
1096 | 248 |
Create PDF files using React
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
58857 | 98 |
A book series on JavaScript. @YDKJS on twitter.
GoogleChrome / workbox
https://github.com/GoogleChrome/workbox
stars | today |
---|---|
1301 | 93 |
Workbox is a collection of JavaScript libraries for Progressive Web Apps
vuejs / vue
stars | today |
---|---|
54184 | 84 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
26964 | 79 |
Create React apps with no build configuration.
developit / preact
https://github.com/developit/preact
stars | today |
---|---|
9478 | 66 |
⚛️ Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
67176 | 61 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
KingPixil / moon
https://github.com/KingPixil/moon
stars | today |
---|---|
581 | 61 |
🌚 ⚡️ A minimal, blazing fast UI library.
tj / react-batch
https://github.com/tj/react-batch
stars | today |
---|---|
69 | 55 |
Batch component for performant frequent updates (flush on count or interval)
RisingStack / protect
https://github.com/RisingStack/protect
stars | today |
---|---|
187 | 51 |
Proactively protect your Node.js web services
ks888 / LambStatus
https://github.com/ks888/LambStatus
stars | today |
---|---|
196 | 47 |
Serverless Status Page System
kitze / sizzy
https://github.com/kitze/sizzy
stars | today |
---|---|
4185 | 43 |
A tool for developing responsive websites crazy-fast
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
110764 | 30 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
yjlintw / comic-reader
https://github.com/yjlintw/comic-reader
stars | today |
---|---|
44 | 38 |
Comic Reader
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
35091 | 36 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
rtivital / react-things
https://github.com/rtivital/react-things
stars | today |
---|---|
130 | 35 |
Коллекция материалов для изучения React
typicode / json-server
https://github.com/typicode/json-server
stars | today |
---|---|
21584 | 37 |
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
pubkey / rxdb
https://github.com/pubkey/rxdb
stars | today |
---|---|
5085 | 33 |
💻 📱 Client-Side Database for Browsers, NodeJS, electron, cordova, react-native and every other javascript-runtime ❗️
mariusandra / insights
https://github.com/mariusandra/insights
stars | today |
---|---|
411 | 33 |
Self-hosted “SQL-not-required” data analytics and visualisation tool.
react-toolbox / react-toolbox
https://github.com/react-toolbox/react-toolbox
stars | today |
---|---|
6270 | 32 |
A set of React components implementing Google’s Material Design specification with the power of CSS Modules
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
48610 | 26 |
A framework for building native apps with React.
react-community / react-navigation
https://github.com/react-community/react-navigation
stars | today |
---|---|
4603 | 28 |
Learn once, navigate anywhere
mavoweb / mavo
https://github.com/mavoweb/mavo
stars | today |
---|---|
1019 | 29 |
Create web applications entirely by writing HTML and CSS!
Language: unknown
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
21051 | 123 |
Roadmap to becoming a web developer in 2017
wangjiegulu / kotlin-for-android-developers-zh
https://github.com/wangjiegulu/kotlin-for-android-developers-zh
stars | today |
---|---|
941 | 76 |
Kotlin for android developers in chinese.
stamparm / EternalRocks
https://github.com/stamparm/EternalRocks
stars | today |
---|---|
118 | 63 |
EternalRocks worm
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
50358 | 53 |
A collection of useful .gitignore templates
vhf / free-programming-books
https://github.com/vhf/free-programming-books
stars | today |
---|---|
85288 | 53 |
📚 Freely available programming books
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
58783 | 54 |
😎 Curated list of awesome lists
googlecreativelab / quickdraw-dataset
https://github.com/googlecreativelab/quickdraw-dataset
stars | today |
---|---|
524 | 50 |
Documentation on how to access and use the Quick, Draw! Dataset.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
43951 | 41 |
A complete computer science study plan to become a software engineer.
HFTrader / DeepLearningBook
https://github.com/HFTrader/DeepLearningBook
stars | today |
---|---|
3977 | 42 |
MIT Deep Learning Book in PDF format
mezod / awesome-indie
https://github.com/mezod/awesome-indie
stars | today |
---|---|
3321 | 46 |
Resources for independent developers to make money
aalhour / awesome-compilers
https://github.com/aalhour/awesome-compilers
stars | today |
---|---|
2007 | 44 |
😎 A curated list of awesome resources on Compilers, Interpreters and Runtimes.
racaljk / hosts
https://github.com/racaljk/hosts
stars | today |
---|---|
13081 | 21 |
🗽 最新可用的google hosts文件。镜像:
tuvttran / project-based-learning
https://github.com/tuvttran/project-based-learning
stars | today |
---|---|
4502 | 27 |
Curated list of project-based tutorials
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
17922 | 26 |
A collective list of public JSON APIs for use in web development.
adminho / learning-it
https://github.com/adminho/learning-it
stars | today |
---|---|
207 | 23 |
ripienaar / free-for-dev
https://github.com/ripienaar/free-for-dev
stars | today |
---|---|
15709 | 26 |
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
Microsoft / xaml-standard
https://github.com/Microsoft/xaml-standard
stars | today |
---|---|
470 | 26 |
Vocabulary specification for the XAML Standard, a unified markup dialect for defining user interface elements and their behavior.
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
7029 | 24 |
TodoMVC for the RealWorld™ — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
govolution / betterdefaultpasslist
https://github.com/govolution/betterdefaultpasslist
stars | today |
---|---|
235 | 23 |
xitu / awesome-kotlin-cn
https://github.com/xitu/awesome-kotlin-cn
stars | today |
---|---|
125 | 25 |
Kotlin 资源大全,包括教程文章、开源库和框架、Demo 等,由掘金技术社区整理和维护。
kamranahmedse / design-patterns-for-humans
https://github.com/kamranahmedse/design-patterns-for-humans
stars | today |
---|---|
16756 | 19 |
Design Patterns for Humans™ - An ultra-simplified explanation
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
15972 | 19 |
A curated list of awesome things related to Vue.js
tootsuite / documentation
https://github.com/tootsuite/documentation
stars | today |
---|---|
369 | 20 |
Full documentation repository for Mastodon
nikitavoloboev / knowledge-map
https://github.com/nikitavoloboev/knowledge-map
stars | today |
---|---|
4181 | 19 |
🌍 Search Interactive Mind Maps to learn anything
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
18539 | 17 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.