Language: python
AlexiaJM / Deep-learning-with-cats
https://github.com/AlexiaJM/Deep-learning-with-cats
stars | today |
---|---|
324 | 210 |
Deep learning with cats (^._.^)
facebookresearch / InferSent
https://github.com/facebookresearch/InferSent
stars | today |
---|---|
320 | 177 |
Sentence embeddings (InferSent) and training code for NLI.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
11273 | 97 |
The Python programming language
warner / magic-wormhole
https://github.com/warner/magic-wormhole
stars | today |
---|---|
5893 | 80 |
get things from one computer to another, safely
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
18221 | 61 |
Models built with TensorFlow
vividvilla / csvtotable
https://github.com/vividvilla/csvtotable
stars | today |
---|---|
83 | 74 |
Simple command-line utility to convert CSV files to searchable and sortable HTML table.
facebookresearch / SentEval
https://github.com/facebookresearch/SentEval
stars | today |
---|---|
126 | 71 |
A python tool for evaluating the quality of sentence embeddings.
binux / pyspider
https://github.com/binux/pyspider
stars | today |
---|---|
9242 | 65 |
A Powerful Spider(Web Crawler) System in Python.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
35720 | 50 |
A curated list of awesome Python frameworks, libraries, software and resources
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
17311 | 39 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
17937 | 43 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
django / django
https://github.com/django/django
stars | today |
---|---|
26701 | 34 |
The Web framework for perfectionists with deadlines.
songrotek / Deep-Learning-Papers-Reading-Roadmap
https://github.com/songrotek/Deep-Learning-Papers-Reading-Roadmap
stars | today |
---|---|
12429 | 33 |
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
26014 | 36 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
28105 | 31 |
A microframework based on Werkzeug, Jinja2 and good intentions
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
23968 | 30 |
A curated list of awesome Machine Learning frameworks, libraries and software.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
24088 | 26 |
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.
jd / daiquiri
https://github.com/jd/daiquiri
stars | today |
---|---|
74 | 34 |
Python library to easily setup basic logging functionality
AxeldeRomblay / MLBox
https://github.com/AxeldeRomblay/MLBox
stars | today |
---|---|
135 | 30 |
MLBox is a powerful Automated Machine Learning python library.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
19658 | 27 |
scikit-learn: machine learning in Python
gunthercox / ChatterBot
https://github.com/gunthercox/ChatterBot
stars | today |
---|---|
3603 | 30 |
ChatterBot is a machine learning, conversational dialog engine for creating chat bots.
DarkSand / Sasila
https://github.com/DarkSand/Sasila
stars | today |
---|---|
43 | 27 |
一个灵活、友好的爬虫框架
ant4g0nist / Susanoo
https://github.com/ant4g0nist/Susanoo
stars | today |
---|---|
110 | 29 |
A REST API security testing framework.
UndeadSec / Debinject
https://github.com/UndeadSec/Debinject
stars | today |
---|---|
35 | 25 |
Inject malicious code into *.debs
youfou / wxpy
https://github.com/youfou/wxpy
stars | today |
---|---|
2436 | 23 |
微信机器人 / 可能是最优雅的微信个人号 API ✨ ✨
Language: go
tidwall / shiny
https://github.com/tidwall/shiny
stars | today |
---|---|
238 | 130 |
Alternative server framework for Go using I/O multiplexing
campoy / go-tooling-workshop
https://github.com/campoy/go-tooling-workshop
stars | today |
---|---|
1077 | 125 |
A workshop covering all the tools gophers use in their day to day life
elves / elvish
https://github.com/elves/elvish
stars | today |
---|---|
2388 | 109 |
Friendly and expressive Unix shell
tj / gh-polls
https://github.com/tj/gh-polls
stars | today |
---|---|
836 | 101 |
Polls for GitHub issues and readmes
malisit / kolpa
https://github.com/malisit/kolpa
stars | today |
---|---|
434 | 77 |
A fake data generator written in and for Go
oracle / smith
https://github.com/oracle/smith
stars | today |
---|---|
163 | 58 |
Smith: A microcontainer builder
golang / go
stars | today |
---|---|
29595 | 52 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
24664 | 45 |
Production-Grade Container Scheduling and Management
dgraph-io / badger
https://github.com/dgraph-io/badger
stars | today |
---|---|
2143 | 46 |
Fastest key-value store in Go.
goreleaser / goreleaser
https://github.com/goreleaser/goreleaser
stars | today |
---|---|
1213 | 46 |
Deliver Go binaries as fast and easily as possible
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
5686 | 39 |
Official Go implementation of the Ethereum protocol
marianogappa / chart
https://github.com/marianogappa/chart
stars | today |
---|---|
263 | 32 |
Quick & smart charting for STDIN
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
16726 | 29 |
A golang ebook intro how to build a web with golang
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
13981 | 27 |
Distributed reliable key-value store for the most critical data of a distributed system
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
12903 | 28 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
21868 | 27 |
A curated list of awesome Go frameworks, libraries and software
fatih / gomodifytags
https://github.com/fatih/gomodifytags
stars | today |
---|---|
202 | 28 |
Go tool to modify struct field tags
vmware / harbor
https://github.com/vmware/harbor
stars | today |
---|---|
2401 | 23 |
An enterprise-class container registry server based on Docker Distribution
moby / moby
stars | today |
---|---|
44469 | 23 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
16689 | 22 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
10649 | 25 |
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.
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
19898 | 24 |
Gogs is a painless self-hosted Git service.
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
10218 | 23 |
Drone is a Continuous Delivery platform built on Docker, written in Go
github / orchestrator
https://github.com/github/orchestrator
stars | today |
---|---|
690 | 23 |
MySQL replication topology management and HA
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
10403 | 21 |
The Prometheus monitoring system and time series database.
Language: c++
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
2302 | 981 |
An open autonomous driving platform
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
62760 | 120 |
Computation using data flow graphs for scalable machine learning
KDAB / hotspot
https://github.com/KDAB/hotspot
stars | today |
---|---|
111 | 90 |
The Linux perf GUI for performance analysis.
facebookresearch / ELF
https://github.com/facebookresearch/ELF
stars | today |
---|---|
100 | 72 |
An Extensive, Lightweight and Flexible Research Platform for Real-time Strategy Games
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
47683 | 54 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
w8rbt / dpg
stars | today |
---|---|
56 | 52 |
Deterministic Password Generator
ApolloAuto / apollo-platform
https://github.com/ApolloAuto/apollo-platform
stars | today |
---|---|
157 | 41 |
Collections of Apollo Platform Software
HumbleNet / HumbleNet
https://github.com/HumbleNet/HumbleNet
stars | today |
---|---|
234 | 47 |
a cross-platform networking library that works in the browser
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
18499 | 32 |
Protocol Buffers - Google’s data interchange format
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
14104 | 27 |
Bitcoin Core integration/staging tree
Microsoft / ELL
https://github.com/Microsoft/ELL
stars | today |
---|---|
1235 | 26 |
Embedded Learning Library
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
11479 | 25 |
Tesseract Open Source OCR Engine (main repository)
PaddlePaddle / Paddle
https://github.com/PaddlePaddle/Paddle
stars | today |
---|---|
5061 | 21 |
PArallel Distributed Deep LEarning
BVLC / caffe
stars | today |
---|---|
18881 | 15 |
Caffe: a fast open framework for deep learning.
Dor1s / libfuzzer-workshop
https://github.com/Dor1s/libfuzzer-workshop
stars | today |
---|---|
389 | 20 |
Repository for materials of “Modern fuzzing of C/C++ Projects” workshop.
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
16656 | 15 |
Open Source Computer Vision Library
chaoticbob / tinyrenderers
https://github.com/chaoticbob/tinyrenderers
stars | today |
---|---|
180 | 20 |
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
7840 | 13 |
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
ethereum-mining / ethminer
https://github.com/ethereum-mining/ethminer
stars | today |
---|---|
351 | 17 |
Ethereum miner with OpenCL, CUDA and stratum support
facebookresearch / fastText
https://github.com/facebookresearch/fastText
stars | today |
---|---|
9864 | 16 |
Library for fast text representation and classification.
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39255 | 17 |
The Swift Programming Language
Tencent / mars
https://github.com/Tencent/mars
stars | today |
---|---|
9110 | 16 |
Mars is a cross-platform network component developed by WeChat.
dmlc / mxnet
stars | today |
---|---|
10293 | 16 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
RPCS3 / rpcs3
https://github.com/RPCS3/rpcs3
stars | today |
---|---|
3229 | 15 |
PS3 emulator/debugger
esp8266 / Arduino
https://github.com/esp8266/Arduino
stars | today |
---|---|
5307 | 10 |
ESP8266 core for Arduino
Language: javascript
wearehive / project-guidelines
https://github.com/wearehive/project-guidelines
stars | today |
---|---|
3047 | 997 |
A set of best practices for JavaScript projects
oguzhaninan / Stacer
https://github.com/oguzhaninan/Stacer
stars | today |
---|---|
1642 | 380 |
Linux System Optimizer and Monitoring
weixin / WeSketch
https://github.com/weixin/WeSketch
stars | today |
---|---|
1166 | 284 |
A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
lipp / login-with
https://github.com/lipp/login-with
stars | today |
---|---|
1116 | 250 |
Stateless login-with microservice for OAuth
jxnblk / rebass
https://github.com/jxnblk/rebass
stars | today |
---|---|
2637 | 246 |
Functional React UI component library, built with styled-components
icons8 / titanic
https://github.com/icons8/titanic
stars | today |
---|---|
1254 | 215 |
A set of animated icons + code to insert them into the webpages
Bogdan-Lyashenko / Under-the-hood-ReactJS
https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS
stars | today |
---|---|
1749 | 217 |
Entire ReactJS code base explanation by visual block schemes (Stack+Fiber versions)
grab / front-end-guide
https://github.com/grab/front-end-guide
stars | today |
---|---|
7600 | 177 |
📚 Study guide and introduction to the modern front end stack.
vuejs / vue
stars | today |
---|---|
58981 | 144 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
akveo / kittenTricks
https://github.com/akveo/kittenTricks
stars | today |
---|---|
2294 | 103 |
🐈 A react native mobile starter kit with over 40 screens and theme hot reload support
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
112366 | 78 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
70407 | 85 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
kentcdodds / babel-plugin-preval
https://github.com/kentcdodds/babel-plugin-preval
stars | today |
---|---|
165 | 97 |
Pre-evaluate code at build-time
siddharthkp / bundlesize
https://github.com/siddharthkp/bundlesize
stars | today |
---|---|
1366 | 81 |
Keep your bundle size in check
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
62686 | 75 |
A book series on JavaScript. @YDKJS on twitter.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
50586 | 73 |
A framework for building native apps with React.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
29878 | 64 |
Create React apps with no build configuration.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
54690 | 67 |
JavaScript Style Guide
chalk / chalk
https://github.com/chalk/chalk
stars | today |
---|---|
6125 | 71 |
🖍 Terminal string styling done right
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
22642 | 67 |
Promise based HTTP client for the browser and node.js
callemall / material-ui
https://github.com/callemall/material-ui
stars | today |
---|---|
26927 | 59 |
React Components that Implement Google’s Material Design.
indutny / webpack-common-shake
https://github.com/indutny/webpack-common-shake
stars | today |
---|---|
464 | 63 |
CommonJS Tree Shaker plugin for WebPack
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
10213 | 60 |
⚛️ 📄 🚀 Blazing fast static site generator for React
NARKOZ / hacker-scripts
https://github.com/NARKOZ/hacker-scripts
stars | today |
---|---|
28033 | 57 |
Based on a true story
webpack / webpack
https://github.com/webpack/webpack
stars | today |
---|---|
29734 | 50 |
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through “loaders,” modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, … and your custom stuff.
Language: unknown
jeromedalbert / real-world-react
https://github.com/jeromedalbert/real-world-react
stars | today |
---|---|
1072 | 237 |
Real World React apps and their open source codebases for developers to learn from
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
17306 | 113 |
🔗 Some useful websites for programmers.
uanders / react-redux-cheatsheet
https://github.com/uanders/react-redux-cheatsheet
stars | today |
---|---|
905 | 102 |
React Redux Cheat Sheet on Workflow & Concept
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
88393 | 80 |
📚 Freely available programming books
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
51987 | 59 |
A collection of useful .gitignore templates
aozhimin / MOSEC-2017
https://github.com/aozhimin/MOSEC-2017
stars | today |
---|---|
111 | 65 |
The third MOSEC mobile security technology summit 第三届 MOSEC 移动安全技术峰会参会分享
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
61440 | 70 |
😎 Curated list of awesome lists
dexteryy / spellbook-of-modern-webdev
https://github.com/dexteryy/spellbook-of-modern-webdev
stars | today |
---|---|
7642 | 58 |
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
tc39 / proposal-pattern-matching
https://github.com/tc39/proposal-pattern-matching
stars | today |
---|---|
280 | 57 |
Pattern matching syntax for ECMAScript
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
19651 | 42 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
justjavac / the-front-end-knowledge-you-may-dont-know
https://github.com/justjavac/the-front-end-knowledge-you-may-dont-know
stars | today |
---|---|
487 | 49 |
😇 你可能不知道的前端知识点
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
17952 | 46 |
A curated list of awesome things related to Vue.js
alexpate / awesome-design-systems
https://github.com/alexpate/awesome-design-systems
stars | today |
---|---|
4516 | 45 |
💅🏻 ⚒ A collection of awesome design systems
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
45282 | 36 |
A complete computer science study plan to become a software engineer.
ZuzooVn / machine-learning-for-software-engineers
https://github.com/ZuzooVn/machine-learning-for-software-engineers
stars | today |
---|---|
15474 | 31 |
A complete daily plan for studying to become a machine learning engineer.
luosijie / Front-end-Blog
https://github.com/luosijie/Front-end-Blog
stars | today |
---|---|
39 | 31 |
前端随笔
github / site-policy
https://github.com/github/site-policy
stars | today |
---|---|
41 | 34 |
Collaborative development on GitHub’s site policies, procedures, and guidelines
byoungd / english-level-up-tips-for-Chinese
https://github.com/byoungd/english-level-up-tips-for-Chinese
stars | today |
---|---|
4266 | 32 |
可能是让你受益匪浅的英语进阶指南
guillaume-chevalier / Awesome-Deep-Learning-Resources
https://github.com/guillaume-chevalier/Awesome-Deep-Learning-Resources
stars | today |
---|---|
197 | 30 |
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully.
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
28529 | 29 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
brillout / awesome-react-components
https://github.com/brillout/awesome-react-components
stars | today |
---|---|
8738 | 28 |
Catalog of React Components & Libraries
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
6198 | 26 |
蓝灯(Lantern)官方论坛
SilverMoonSecurity / Security-misc
https://github.com/SilverMoonSecurity/Security-misc
stars | today |
---|---|
27 | 25 |
Full overview of current vulnerability, exploit , fuzz, mitigation of current major Operation System(Windows, macOS, Linux, Android,iOS and so forath) and popular applicaiton
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
17799 | 23 |
⚡️ Delightful Node.js packages and resources
markerikson / react-redux-links
https://github.com/markerikson/react-redux-links
stars | today |
---|---|
9721 | 23 |
Curated tutorial and resource links I’ve collected on React, Redux, ES6, and more