Language: python
glample / Arnold
https://github.com/glample/Arnold
stars | today |
---|---|
170 | 102 |
Arnold - DOOM Agent
liiight / notifiers
https://github.com/liiight/notifiers
stars | today |
---|---|
252 | 104 |
The easy way to send notifications
zhoubear / open-paperless
https://github.com/zhoubear/open-paperless
stars | today |
---|---|
1382 | 88 |
Scan, index, and archive all of your paper documents
ruiminshen / yolo2-pytorch
https://github.com/ruiminshen/yolo2-pytorch
stars | today |
---|---|
93 | 80 |
PyTorch implementation of the YOLO (You Only Look Once) v2
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
25694 | 47 |
Models and examples built with TensorFlow
Instagram / MonkeyType
https://github.com/Instagram/MonkeyType
stars | today |
---|---|
982 | 44 |
A system for Python that generates static type annotations by collecting runtime types
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
23374 | 40 |
Deep Learning for humans
LiuXiaolong19920720 / Add-Christmas-Hat
https://github.com/LiuXiaolong19920720/Add-Christmas-Hat
stars | today |
---|---|
89 | 35 |
Add Christmas hat on one’s head based on OpneCV and Dlib
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
42911 | 35 |
A curated list of awesome Python frameworks, libraries, software and resources
anfederico / cryptoview
https://github.com/anfederico/cryptoview
stars | today |
---|---|
47 | 39 |
Elegant portfolio management for multi-exchange traders
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
24072 | 29 |
scikit-learn: machine learning in Python
facebookresearch / MUSE
https://github.com/facebookresearch/MUSE
stars | today |
---|---|
567 | 33 |
A library for Multilingual Unsupervised or Supervised word Embeddings
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
32318 | 30 |
Command-line program to download videos from YouTube.com and other video sites
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
10541 | 29 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
kutoga / going_deeper
https://github.com/kutoga/going_deeper
stars | today |
---|---|
58 | 31 |
Going Deeper: Infinite Deep Neural Networks
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
28674 | 28 |
A curated list of awesome Machine Learning frameworks, libraries and software.
hengyuan-hu / bottom-up-attention-vqa
https://github.com/hengyuan-hu/bottom-up-attention-vqa
stars | today |
---|---|
127 | 26 |
vqa, bottom-up-attention, pytorch
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
16593 | 24 |
⏬ Dumb downloader that scrapes the web
yunjey / pytorch-tutorial
https://github.com/yunjey/pytorch-tutorial
stars | today |
---|---|
4001 | 24 |
PyTorch Tutorial for Deep Learning Researchers
junxiaosong / AlphaZero_Gomoku
https://github.com/junxiaosong/AlphaZero_Gomoku
stars | today |
---|---|
32 | 22 |
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
bitcoinbook / bitcoinbook
https://github.com/bitcoinbook/bitcoinbook
stars | today |
---|---|
6270 | 22 |
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
14960 | 20 |
The Python programming language
yeasy / docker_practice
https://github.com/yeasy/docker_practice
stars | today |
---|---|
6568 | 21 |
Learn and understand Docker technologies, with real DevOps practice!
openai / gym
stars | today |
---|---|
9062 | 19 |
A toolkit for developing and comparing reinforcement learning algorithms.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
31921 | 16 |
A microframework based on Werkzeug, Jinja2 and good intentions
Language: go
dbohdan / automatic-api
https://github.com/dbohdan/automatic-api
stars | today |
---|---|
508 | 241 |
A list of software that turns your database into a REST/GraphQL API
fireworq / fireworq
https://github.com/fireworq/fireworq
stars | today |
---|---|
919 | 106 |
Fireworq is a lightweight, high-performance, language-independent job queue system.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
10649 | 41 |
Official Go implementation of the Ethereum protocol
zachlatta / sshtron
https://github.com/zachlatta/sshtron
stars | today |
---|---|
1403 | 44 |
Play Tron over SSH
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
30467 | 30 |
Production-Grade Container Scheduling and Management
ncw / rclone
stars | today |
---|---|
7818 | 34 |
“rsync for cloud storage” - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
19714 | 26 |
A golang ebook intro how to build a web with golang
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
8623 | 25 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
golang / go
stars | today |
---|---|
35800 | 25 |
The Go programming language
snail007 / goproxy
https://github.com/snail007/goproxy
stars | today |
---|---|
677 | 24 |
proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持正向代理和内网穿透.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls高强度加密,安全无特征.代理时会自动判断访问的网站是否屏蔽,如果被屏蔽那么就会使用上级代理(前提是配置了上级代理)访问网站;如果访问的网站没有被屏蔽,为了加速访问,代理会直接访问网站,不使用上级代理.另外可以设置域名黑白名单,更加自由的控制网站的访问方式。下载地址: https://github.com/snail007/goproxy/releases 官方QQ交流群:189618940
gocolly / colly
https://github.com/gocolly/colly
stars | today |
---|---|
3381 | 25 |
Fast and Elegant Scraping Framework for Golang
yunabe / lgo
stars | today |
---|---|
117 | 25 |
Go (golang) Jupyter Notebook and an interactive REPL
mojocn / base64Captcha
https://github.com/mojocn/base64Captcha
stars | today |
---|---|
109 | 18 |
Golang验证码support digits, numbers,alphabet, arithmetic, audio and digit-alphabet captcha.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
4705 | 21 |
An open platform to connect, manage, and secure microservices.
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
18745 | 23 |
Open Source Continuous File Synchronization
istio / fortio
https://github.com/istio/fortio
stars | today |
---|---|
136 | 23 |
Fortio load testing library and command line tool and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
13722 | 21 |
The Prometheus monitoring system and time series database.
tinode / chat
https://github.com/tinode/chat
stars | today |
---|---|
313 | 21 |
Instant messaging server - backend in Go, client-side binding in Java and Javascript
moby / moby
stars | today |
---|---|
46957 | 18 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
13742 | 18 |
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.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
26303 | 18 |
A curated list of awesome Go frameworks, libraries and software
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
11147 | 18 |
TiDB is a distributed HTAP database compatible with MySQL protocol
Ne0nd0g / merlin
https://github.com/Ne0nd0g/merlin
stars | today |
---|---|
388 | 18 |
Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
lightningnetwork / lnd
https://github.com/lightningnetwork/lnd
stars | today |
---|---|
1280 | 17 |
Lightning Network Daemon ⚡️
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
21953 | 16 |
The world’s fastest framework for building websites.
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
83486 | 165 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
23144 | 139 |
Bitcoin Core integration/staging tree
butor / blackbird
https://github.com/butor/blackbird
stars | today |
---|---|
3194 | 122 |
Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
54420 | 40 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
thepowersgang / mrustc
https://github.com/thepowersgang/mrustc
stars | today |
---|---|
446 | 40 |
Alternative rust compiler (re-implementation)
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
20766 | 26 |
Open Source Computer Vision Library
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
15004 | 28 |
Tesseract Open Source OCR Engine (main repository)
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
4998 | 28 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
clemahieu / raiblocks
https://github.com/clemahieu/raiblocks
stars | today |
---|---|
378 | 27 |
RaiBlocks is a cryptocurrency
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
4102 | 23 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
22406 | 23 |
Protocol Buffers - Google’s data interchange format
apple / turicreate
https://github.com/apple/turicreate
stars | today |
---|---|
5150 | 26 |
Turi Create simplifies the development of custom machine learning models.
fireice-uk / xmr-stak
https://github.com/fireice-uk/xmr-stak
stars | today |
---|---|
870 | 22 |
Unified All-in-one Monero miner
avast-tl / retdec
https://github.com/avast-tl/retdec
stars | today |
---|---|
3207 | 26 |
RetDec is a retargetable machine-code decompiler based on LLVM.
grpc / grpc
stars | today |
---|---|
12876 | 22 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
12004 | 23 |
Godot Engine – Multi-platform 2D and 3D game engine
baidu / bigflow
https://github.com/baidu/bigflow
stars | today |
---|---|
567 | 21 |
Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 5000 jobs every day.
BVLC / caffe
stars | today |
---|---|
21944 | 17 |
Caffe: a fast open framework for deep learning.
eteran / edb-debugger
https://github.com/eteran/edb-debugger
stars | today |
---|---|
693 | 19 |
edb is a cross platform x86/x86-64 debugger.
litecoin-project / litecoin
https://github.com/litecoin-project/litecoin
stars | today |
---|---|
2418 | 11 |
Litecoin source tree
ubisoftinc / massgate
https://github.com/ubisoftinc/massgate
stars | today |
---|---|
797 | 17 |
Massgate is the online backend server for the Massive Entertainment game World in Conflict, and is now open-source to make it possible for anyone to host their own Massgate server.
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
3520 | 16 |
A toolkit for making real world machine learning and data analysis applications in C++
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
12530 | 15 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
10435 | 17 |
SQL powered operating system instrumentation, monitoring, and analytics.
monero-project / monero
https://github.com/monero-project/monero
stars | today |
---|---|
1927 | 16 |
Monero: the secure, private, untraceable cryptocurrency
Language: javascript
Chalarangelo / 30-seconds-of-code
https://github.com/Chalarangelo/30-seconds-of-code
stars | today |
---|---|
12201 | 338 |
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
danilowoz / react-content-loader
https://github.com/danilowoz/react-content-loader
stars | today |
---|---|
2367 | 260 |
React component that uses SVG to create a collection of loaders which simulates the structure of the content that will be loaded, similar to Facebook cards loaders.
parcel-bundler / parcel
https://github.com/parcel-bundler/parcel
stars | today |
---|---|
12983 | 172 |
📦 🚀 Blazing fast, zero configuration web application bundler
vuejs / vue
stars | today |
---|---|
77766 | 136 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
google / boardgame.io
https://github.com/google/boardgame.io
stars | today |
---|---|
4430 | 127 |
State management and more for turn based games.
wdlhao / vue2-element-touzi-admin
https://github.com/wdlhao/vue2-element-touzi-admin
stars | today |
---|---|
136 | 61 |
基于vue2.0 +vuex+ element-ui后台管理系统
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
84190 | 56 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
26298 | 55 |
📚 免费的计算机编程类中文书籍,欢迎投稿
prettier / prettier
https://github.com/prettier/prettier
stars | today |
---|---|
18572 | 60 |
Prettier is an opinionated code formatter.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
21691 | 57 |
Headless Chrome Node API
thedaviddias / Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
stars | today |
---|---|
23990 | 52 |
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
sentsin / layui
https://github.com/sentsin/layui
stars | today |
---|---|
10765 | 47 |
采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
32863 | 49 |
Promise based HTTP client for the browser and node.js
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
16228 | 44 |
⚛️ 📄 🚀 Blazing fast static site generator for React
egoist / poi
stars | today |
---|---|
2833 | 46 |
⚡️ Delightful web development.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
39805 | 43 |
Create React apps with no build configuration.
askmike / gekko
https://github.com/askmike/gekko
stars | today |
---|---|
4316 | 39 |
A bitcoin trading bot written in node - https://gekko.wizb.it/
mrdoob / three.js
https://github.com/mrdoob/three.js
stars | today |
---|---|
37856 | 35 |
JavaScript 3D library.
reactjs / redux
https://github.com/reactjs/redux
stars | today |
---|---|
36765 | 35 |
Predictable state container for JavaScript apps
Tencent / wepy
https://github.com/Tencent/wepy
stars | today |
---|---|
4108 | 37 |
小程序组件化开发框架
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
63433 | 32 |
JavaScript Style Guide
ethereum / web3.js
https://github.com/ethereum/web3.js
stars | today |
---|---|
2894 | 33 |
Ethereum JavaScript API
facebook / Docusaurus
https://github.com/facebook/Docusaurus
stars | today |
---|---|
2815 | 34 |
Easy to maintain open source documentation websites.
styled-components / styled-components
https://github.com/styled-components/styled-components
stars | today |
---|---|
12111 | 34 |
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
ant-design / ant-design-pro
https://github.com/ant-design/ant-design-pro
stars | today |
---|---|
5494 | 30 |
👨🏻💻👩🏻💻 An out-of-box UI solution for enterprise applications
Language: unknown
bulutyazilim / awesome-datascience
https://github.com/bulutyazilim/awesome-datascience
stars | today |
---|---|
6468 | 125 |
📝 An awesome Data Science repository to learn and apply for real world problems.
Jam3 / math-as-code
https://github.com/Jam3/math-as-code
stars | today |
---|---|
5546 | 88 |
a cheat-sheet for mathematical notation in code form
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
54970 | 61 |
A complete computer science study plan to become a software engineer.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
74195 | 59 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
59222 | 45 |
A collection of useful .gitignore templates
high-speed-downloader / high-speed-downloader
https://github.com/high-speed-downloader/high-speed-downloader
stars | today |
---|---|
204 | 53 |
百度网盘不限速下载 支持Windows和Mac
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
72557 | 37 |
A book series on JavaScript. @YDKJS on twitter.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
26657 | 39 |
A curated list of awesome things related to Vue.js
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
98835 | 32 |
📚 Freely available programming books
mtdvio / every-programmer-should-know
https://github.com/mtdvio/every-programmer-should-know
stars | today |
---|---|
30652 | 29 |
A collection of (mostly) technical things every software developer should know
jobbole / awesome-python-cn
https://github.com/jobbole/awesome-python-cn
stars | today |
---|---|
7662 | 21 |
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
nothings / single_file_libs
https://github.com/nothings/single_file_libs
stars | today |
---|---|
3315 | 22 |
List of single-file C/C++ libraries.
markerikson / react-redux-links
https://github.com/markerikson/react-redux-links
stars | today |
---|---|
12113 | 23 |
Curated tutorial and resource links I’ve collected on React, Redux, ES6, and more
cld378632668 / program-wheels-based-cplusplus-
https://github.com/cld378632668/program-wheels-based-cplusplus-
stars | today |
---|---|
31 | 19 |
program wheels based c++ especially those Java have
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
11284 | 21 |
The largest Node.JS best practices list. Curated from the top ranked articles and always updated
fffaraz / awesome-cpp
https://github.com/fffaraz/awesome-cpp
stars | today |
---|---|
10883 | 20 |
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.
ethereum / wiki
https://github.com/ethereum/wiki
stars | today |
---|---|
6224 | 19 |
The Ethereum Wiki -
k88hudson / git-flight-rules
https://github.com/k88hudson/git-flight-rules
stars | today |
---|---|
18323 | 20 |
Flight rules for git
xitu / gold-miner
https://github.com/xitu/gold-miner
stars | today |
---|---|
10825 | 16 |
🥇 掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
apachecn / xgboost-doc-zh
https://github.com/apachecn/xgboost-doc-zh
stars | today |
---|---|
88 | 15 |
XGBoost 中文文档
ipfs / ipfs
stars | today |
---|---|
10064 | 17 |
IPFS - The Permanent Web
geeeeeeeeek / git-recipes
https://github.com/geeeeeeeeek/git-recipes
stars | today |
---|---|
5401 | 15 |
Git recipes in Chinese by Zhongyi Tong. 高质量的Git中文教程.
keon / awesome-nlp
https://github.com/keon/awesome-nlp
stars | today |
---|---|
3141 | 16 |
📖 A curated list of resources dedicated to Natural Language Processing (NLP)
KeKe-Li / book
https://github.com/KeKe-Li/book
stars | today |
---|---|
120 | 14 |
All programming languages books
TonnyL / Awesome_APIs
https://github.com/TonnyL/Awesome_APIs
stars | today |
---|---|
3478 | 16 |
A collection of APIs