Language: python
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
9700 | 506 |
Learn how to design large scale systems. Prep for the system design interview.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
683 | 388 |
The world’s simplest facial recognition api for Python and the command line
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
13422 | 275 |
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
donnemartin / data-science-ipython-notebooks
https://github.com/donnemartin/data-science-ipython-notebooks
stars | today |
---|---|
7864 | 253 |
Continually updated data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
11602 | 212 |
⏬ Dumb downloader that scrapes the web
youfou / wxpy
https://github.com/youfou/wxpy
stars | today |
---|---|
939 | 173 |
微信机器人 / 优雅的微信个人号API
jostmey / NakedTensor
https://github.com/jostmey/NakedTensor
stars | today |
---|---|
1896 | 178 |
Bare bone examples of machine learning in TensorFlow
explosion / spaCy
https://github.com/explosion/spaCy
stars | today |
---|---|
3973 | 136 |
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
google / seq2seq
https://github.com/google/seq2seq
stars | today |
---|---|
950 | 126 |
A general-purpose encoder-decoder framework for Tensorflow
jarun / googler
https://github.com/jarun/googler
stars | today |
---|---|
1404 | 98 |
Google Search, Google Site Search, Google News from the terminal.
ricequant / rqalpha
https://github.com/ricequant/rqalpha
stars | today |
---|---|
950 | 78 |
RQAlpha是一个中国市场领先的股票和期货的回测引擎,具备日级别的历史数据回测,并且具有很强的可拓展性。由Ricequant米筐科技开源。
yunjey / pytorch-tutorial
https://github.com/yunjey/pytorch-tutorial
stars | today |
---|---|
1133 | 78 |
tutorial for researchers to learn deep learning with pytorch
google / python-fire
https://github.com/google/python-fire
stars | today |
---|---|
4798 | 76 |
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
lbryio / lbry
https://github.com/lbryio/lbry
stars | today |
---|---|
382 | 75 |
A fully decentralized network for distributing data
littlecodersh / ItChat
https://github.com/littlecodersh/ItChat
stars | today |
---|---|
2963 | 67 |
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
sukeesh / Jarvis
https://github.com/sukeesh/Jarvis
stars | today |
---|---|
446 | 54 |
Personal Assistant for Linux
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
30584 | 55 |
A curated list of awesome Python frameworks, libraries, software and resources
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
12379 | 43 |
Models built with TensorFlow
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
24468 | 42 |
Command-line program to download videos from YouTube.com and other video sites
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
13061 | 39 |
a web proxy tool
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
21952 | 34 |
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.
mrzhu-cool / pix2pix-pytorch
https://github.com/mrzhu-cool/pix2pix-pytorch
stars | today |
---|---|
42 | 40 |
PyTorch implementation of “Image-to-Image Translation Using Conditional Adversarial Networks”.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
25827 | 36 |
A microframework based on Werkzeug, Jinja2 and good intentions
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
3835 | 38 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
eriklindernoren / ML-From-Scratch
https://github.com/eriklindernoren/ML-From-Scratch
stars | today |
---|---|
5542 | 33 |
Bare bones Python implementations of some of the fundamental Machine Learning models and algorithms.
Language: go
bcicen / ctop
https://github.com/bcicen/ctop
stars | today |
---|---|
4342 | 377 |
Top-like interface for container metrics
knqyf263 / pet
https://github.com/knqyf263/pet
stars | today |
---|---|
1096 | 126 |
Simple command-line snippet manager, written in Go.
StackExchange / dnscontrol
https://github.com/StackExchange/dnscontrol
stars | today |
---|---|
98 | 75 |
Synchronize your DNS to multiple providers from a simple DSL
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
21479 | 60 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
25884 | 63 |
The Go programming language
docker / docker
https://github.com/docker/docker
stars | today |
---|---|
40673 | 46 |
Docker - the open-source application container engine
future-architect / vuls
https://github.com/future-architect/vuls
stars | today |
---|---|
3811 | 52 |
Vulnerability scanner for Linux/FreeBSD, agentless, written in Go
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
19002 | 36 |
A curated list of awesome Go frameworks, libraries and software
Vladimir37 / Backlun
https://github.com/Vladimir37/Backlun
stars | today |
---|---|
47 | 37 |
Static API for training your front-end skills
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
14572 | 32 |
A golang ebook intro how to build a web with golang
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
7308 | 26 |
TiDB is a distributed NewSQL database compatible with MySQL protocol
coreos / clair
https://github.com/coreos/clair
stars | today |
---|---|
1906 | 30 |
Vulnerability Static Analysis for Containers
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
18193 | 28 |
Gogs is a painless self-hosted Git service.
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
15052 | 28 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
spf13 / hugo
stars | today |
---|---|
15632 | 27 |
A Fast and Flexible Static Site Generator built with love in GoLang
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
9271 | 26 |
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.
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
7889 | 25 |
🌸 A command-line fuzzy finder written in Go
grpc-ecosystem / grpc-gateway
https://github.com/grpc-ecosystem/grpc-gateway
stars | today |
---|---|
1513 | 24 |
gRPC to JSON proxy generator
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
7468 | 18 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
15374 | 24 |
Open Source Continuous File Synchronization
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
6909 | 23 |
Træfɪk, a modern reverse proxy
josephyzhou / github-trending
https://github.com/josephyzhou/github-trending
stars | today |
---|---|
1437 | 23 |
Tracking the most popular Github repos, updated daily
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
6005 | 22 |
Minio is an open source object storage server compatible with Amazon S3 APIs
golang / dep
stars | today |
---|---|
2524 | 21 |
Go dependency tool
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
10100 | 20 |
beego is an open-source, high-performance web framework for the Go programming language.
Language: javascript
react-community / create-react-native-app
https://github.com/react-community/create-react-native-app
stars | today |
---|---|
2417 | 604 |
Create a React Native app on any OS with no build config.
freeCodeCamp / freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
stars | today |
---|---|
244901 | 469 |
The https://freeCodeCamp.com open source codebase and curriculum. Learn to code and help nonprofits.
bailicangdu / vue2-elm
https://github.com/bailicangdu/vue2-elm
stars | today |
---|---|
3820 | 177 |
基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用
wix / react-native-interactable
https://github.com/wix/react-native-interactable
stars | today |
---|---|
930 | 194 |
Experimental implementation of high performance interactable views in React Native
vuejs / vue
stars | today |
---|---|
46803 | 149 |
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 |
---|---|
22699 | 138 |
Create React apps with no build configuration.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
61964 | 97 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
thejameskyle / react-loadable
https://github.com/thejameskyle/react-loadable
stars | today |
---|---|
1313 | 107 |
A higher order component for loading components with promises.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
15435 | 104 |
Promise based HTTP client for the browser and node.js
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
107890 | 71 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
reswitched / PegaSwitch
https://github.com/reswitched/PegaSwitch
stars | today |
---|---|
340 | 90 |
PegaSwitch is an exploit toolkit for the Nintendo Switch
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
53305 | 86 |
A book series on JavaScript. @YDKJS on twitter.
prettier / prettier
https://github.com/prettier/prettier
stars | today |
---|---|
5888 | 85 |
Prettier is an opinionated JavaScript formatter.
camwest / react-slot-fill
https://github.com/camwest/react-slot-fill
stars | today |
---|---|
167 | 85 |
Slot & Fill component for merging React subtrees together. Portal on steroids.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
49035 | 64 |
JavaScript Style Guide
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
45703 | 64 |
A framework for building native apps with React.
facebookincubator / idx
https://github.com/facebookincubator/idx
stars | today |
---|---|
295 | 72 |
Library for accessing arbitrarily nested, possibly nullable properties on a JavaScript object.
SunJieMing / js-minicamp-homework-1
https://github.com/SunJieMing/js-minicamp-homework-1
stars | today |
---|---|
41 | 14 |
storybooks / react-storybook
https://github.com/storybooks/react-storybook
stars | today |
---|---|
8927 | 56 |
UI Component Dev Environment for React
yarnpkg / yarn
https://github.com/yarnpkg/yarn
stars | today |
---|---|
23518 | 52 |
📦 🐈 Fast, reliable, and secure dependency management.
d3 / d3
stars | today |
---|---|
61556 | 48 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
pinterest / service-workers
https://github.com/pinterest/service-workers
stars | today |
---|---|
646 | 53 |
A collection of utilities for creating/testing/experimenting with service workers.
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
9653 | 51 |
Framework for server-rendered React apps
webpack / webpack
https://github.com/webpack/webpack
stars | today |
---|---|
25458 | 45 |
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.
reactjs / redux
https://github.com/reactjs/redux
stars | today |
---|---|
29059 | 41 |
Predictable state container for JavaScript apps
Language: unknown
cctanfujun / android-tips-tricks-cn
https://github.com/cctanfujun/android-tips-tricks-cn
stars | today |
---|---|
506 | 165 |
震惊!这么多的安卓开发Tips
symfony / skeleton
https://github.com/symfony/skeleton
stars | today |
---|---|
93 | 90 |
The Symfony Flex skeleton
vhf / free-programming-books
https://github.com/vhf/free-programming-books
stars | today |
---|---|
79561 | 72 |
📚 Freely available programming books
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
37457 | 72 |
A complete computer science study plan to become a software engineer.
nushackers / notes-to-cs-freshmen-from-the-future
https://github.com/nushackers/notes-to-cs-freshmen-from-the-future
stars | today |
---|---|
123 | 80 |
Notes to (NUS) Computer Science Freshmen, From The Future (Original by @ejamesc )
facebookincubator / react-vr
https://github.com/facebookincubator/react-vr
stars | today |
---|---|
1088 | 81 |
Issues-only repo for React VR - a React Native platform to run 3D and WebVR content.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
54611 | 75 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
47667 | 49 |
A collection of useful .gitignore templates
oxford-cs-deepnlp-2017 / lectures
https://github.com/oxford-cs-deepnlp-2017/lectures
stars | today |
---|---|
7310 | 59 |
Oxford Deep NLP 2017 course
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
16447 | 50 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
viatsko / awesome-vscode
https://github.com/viatsko/awesome-vscode
stars | today |
---|---|
1431 | 61 |
A curated list of delightful VS Code packages and resources.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
12828 | 59 |
A curated list of awesome things related to Vue.js
forter / security-101-for-saas-startups
https://github.com/forter/security-101-for-saas-startups
stars | today |
---|---|
3078 | 55 |
security tips for startups
654277633 / nuwa2
https://github.com/654277633/nuwa2
stars | today |
---|---|
53 | 50 |
android hotfix plugin, update the nuwa plugin, support gradle 1.2.3 to 2.x.
shengxinjing / programmer-job-blacklist
https://github.com/shengxinjing/programmer-job-blacklist
stars | today |
---|---|
4829 | 42 |
🙈 程序员找工作黑名单,换工作和当技术合伙人需谨慎啊
jokermonn / -Api
https://github.com/jokermonn/-Api
stars | today |
---|---|
187 | 32 |
「一个」、「Time 时光」、「开眼」、「一席」、「内涵段子」、「微软必应词典」、「金山词典」、「豆瓣电影」、「中央天气」、「小米天气」、「魅族天气」、「每日一文」、「12306」、「途牛」、「快递100」、「快递」应用 Api。仅供学习,禁止商业使用,侵权请联系删除。
ty4z2008 / Qix
https://github.com/ty4z2008/Qix
stars | today |
---|---|
7025 | 28 |
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
opendigg / awesome-github-vue
https://github.com/opendigg/awesome-github-vue
stars | today |
---|---|
766 | 29 |
Vue相关开源项目库汇总
topper-123 / Articles
https://github.com/topper-123/Articles
stars | today |
---|---|
33 | 31 |
Programming articles (Python mostly)
alibaba / weex
https://github.com/alibaba/weex
stars | today |
---|---|
13498 | 28 |
A framework for building Mobile cross-platform UI
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
16102 | 27 |
⚡️ Delightful Node.js packages and resources
AllThingsSmitty / css-protips
https://github.com/AllThingsSmitty/css-protips
stars | today |
---|---|
9154 | 28 |
A collection of tips to help take your CSS skills pro
akullpp / awesome-java
https://github.com/akullpp/awesome-java
stars | today |
---|---|
11667 | 25 |
A curated list of awesome Java frameworks, libraries and software.
racaljk / hosts
https://github.com/racaljk/hosts
stars | today |
---|---|
11444 | 19 |
🗽 最新可用的google hosts文件。镜像:
philipwalton / flexbugs
https://github.com/philipwalton/flexbugs
stars | today |
---|---|
6460 | 28 |
A community-curated list of flexbox issues and cross-browser workarounds for them.