Language: python
AtsushiSakai / PythonRobotics
https://github.com/AtsushiSakai/PythonRobotics
stars | today |
---|---|
1860 | 640 |
Python sample codes for robotics algorithms.
DeuroIO / erc20-ico-onchain-technical-analysis
https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis
stars | today |
---|---|
498 | 237 |
An tool to analyze any company’s ICO
nbedos / termtosvg
https://github.com/nbedos/termtosvg
stars | today |
---|---|
4982 | 205 |
Record terminal sessions as SVG animations
mukund109 / word-mesh
https://github.com/mukund109/word-mesh
stars | today |
---|---|
170 | 155 |
A context-preserving word cloud generator
openai / glow
https://github.com/openai/glow
stars | today |
---|---|
178 | 150 |
Code for reproducing results in “Glow: Generative Flow with Invertible 1x1 Convolutions”
mapbox / robosat
https://github.com/mapbox/robosat
stars | today |
---|---|
691 | 137 |
Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water
vibora-io / vibora
https://github.com/vibora-io/vibora
stars | today |
---|---|
3152 | 119 |
Fast, asynchronous and elegant Python web framework.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
38025 | 77 |
Models and examples built with TensorFlow
danmacnish / cartoonify
https://github.com/danmacnish/cartoonify
stars | today |
---|---|
1107 | 94 |
python app to turn a photograph into a cartoon
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
39500 | 78 |
Command-line program to download videos from YouTube.com and other video sites
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
27441 | 71 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
chubin / wttr.in
https://github.com/chubin/wttr.in
stars | today |
---|---|
5180 | 75 |
⛅️ The right way to check the weather
shobrook / statcode
https://github.com/shobrook/statcode
stars | today |
---|---|
74 | 65 |
Like man pages, but for HTTP status codes
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
52320 | 52 |
A curated list of awesome Python frameworks, libraries, software and resources
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
31244 | 46 |
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. https://docs.ansible.com/ansible/
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
31413 | 43 |
Deep Learning for humans
akshaybahadur21 / Autopilot
https://github.com/akshaybahadur21/Autopilot
stars | today |
---|---|
85 | 42 |
A self driving car model for humans.
OlafenwaMoses / ImageAI
https://github.com/OlafenwaMoses/ImageAI
stars | today |
---|---|
949 | 41 |
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
LMescheder / GAN_stability
https://github.com/LMescheder/GAN_stability
stars | today |
---|---|
108 | 43 |
Code for paper “Which Training Methods for GANs do actually Converge? (ICML 2018)”
jackfrued / Python-100-Days
https://github.com/jackfrued/Python-100-Days
stars | today |
---|---|
4023 | 40 |
Python - 100天从新手到大师
ricsinaruto / Seq2seqChatbots
https://github.com/ricsinaruto/Seq2seqChatbots
stars | today |
---|---|
90 | 41 |
Seq2seq chatbot models, check paper link
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
39261 | 37 |
A collective list of public JSON APIs for use in web development.
quentinhardy / scriptsAndExploits
https://github.com/quentinhardy/scriptsAndExploits
stars | today |
---|---|
85 | 36 |
Some scripts and exploits
mbadry1 / DeepLearning.ai-Summary
https://github.com/mbadry1/DeepLearning.ai-Summary
stars | today |
---|---|
1171 | 37 |
This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I’ve enjoyed every little bit of the course hope you enjoy my notes too.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
14970 | 35 |
The world’s simplest facial recognition api for Python and the command line
Language: go
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
6109 | 198 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
onestraw / golb
https://github.com/onestraw/golb
stars | today |
---|---|
117 | 103 |
🐙 Yet another load balancer
gaia-pipeline / gaia
https://github.com/gaia-pipeline/gaia
stars | today |
---|---|
265 | 71 |
Build powerful pipelines in any programming language.
golang / go
stars | today |
---|---|
43850 | 53 |
The Go programming language
perlin-network / noise
https://github.com/perlin-network/noise
stars | today |
---|---|
64 | 56 |
A decentralized P2P networking stack written in Go.
dave / jennifer
https://github.com/dave/jennifer
stars | today |
---|---|
794 | 55 |
Jennifer is a code generator for Go
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
38523 | 41 |
Production-Grade Container Scheduling and Management
hazbo / httpu
https://github.com/hazbo/httpu
stars | today |
---|---|
419 | 47 |
The terminal-first http client
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
27001 | 47 |
The world’s fastest framework for building websites.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
18657 | 43 |
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.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
19141 | 32 |
Official Go implementation of the Ethereum protocol
Unknwon / the-way-to-go_ZH_CN
https://github.com/Unknwon/the-way-to-go_ZH_CN
stars | today |
---|---|
8906 | 36 |
《The Way to Go》中文译本,中文正式名《Go 入门指南》
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
9189 | 32 |
An open platform to connect, manage, and secure microservices.
aldor007 / mort
https://github.com/aldor007/mort
stars | today |
---|---|
280 | 33 |
Storage and image processing server written in Go
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
4535 | 32 |
百度网盘客户端 - Go语言编写
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
17432 | 29 |
The Prometheus monitoring system and time series database.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
23812 | 28 |
A golang ebook intro how to build a web with golang
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
32779 | 29 |
A curated list of awesome Go frameworks, libraries and software
TruthHun / DocHub
https://github.com/TruthHun/DocHub
stars | today |
---|---|
788 | 29 |
参考百度文库,使用Beego(Golang)开发的开源文库系统
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
16225 | 26 |
The Cloud Native Edge Router
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
16011 | 25 |
beego is an open-source, high-performance web framework for the Go programming language.
genuinetools / reg
https://github.com/genuinetools/reg
stars | today |
---|---|
589 | 27 |
Docker registry v2 command line client.
smileisak / go-training
https://github.com/smileisak/go-training
stars | today |
---|---|
26 | 25 |
Go Training Repositories regroups some useful resources to learn Go Programming Language
moby / moby
stars | today |
---|---|
49486 | 18 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
10880 | 23 |
The fastest open-source and community-driven web framework for Go in (THIS) Earth. WebAssemply, HTTP/2, Websocket, SSE, Sessions… https://github.com/kataras/iris/#learn
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
104617 | 120 |
Computation using data flow graphs for scalable machine learning
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
62220 | 48 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
9991 | 36 |
An open autonomous driving platform
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
26034 | 35 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
33081 | 34 |
Bitcoin Core integration/staging tree
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
27484 | 32 |
Protocol Buffers - Google’s data interchange format
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
16977 | 30 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
7999 | 33 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
uber / horovod
https://github.com/uber/horovod
stars | today |
---|---|
3009 | 30 |
Distributed training framework for TensorFlow, Keras, and PyTorch.
zhongyang219 / TrafficMonitor
https://github.com/zhongyang219/TrafficMonitor
stars | today |
---|---|
1277 | 26 |
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
XiaoMi / mace
https://github.com/XiaoMi/mace
stars | today |
---|---|
2018 | 25 |
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
19593 | 25 |
Tesseract Open Source OCR Engine (main repository)
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
14232 | 22 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BVLC / caffe
stars | today |
---|---|
24790 | 17 |
Caffe: a fast open framework for deep learning.
liuchuo / PAT
https://github.com/liuchuo/PAT
stars | today |
---|---|
676 | 22 |
🍭 浙江大学PAT题解(C/C++/Java) - 努力成为萌萌的程序媛~
grpc / grpc
stars | today |
---|---|
16146 | 20 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
44466 | 19 |
The Swift Programming Language
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
12659 | 18 |
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
passionate-coder / Classic-Start
https://github.com/passionate-coder/Classic-Start
stars | today |
---|---|
152 | 19 |
Reborn of Classic Shell (Ivo Beltchev) - Classic Start (passionate-coder)
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
5679 | 16 |
C++ front/service proxy
diasurgical / devilution
https://github.com/diasurgical/devilution
stars | today |
---|---|
5163 | 19 |
Diablo devolved - magic behind the 1996 computer game
pplux / px
stars | today |
---|---|
171 | 18 |
Single header C++ Libraries for Thread Scheduling, Rendering, and so on…
aseprite / aseprite
https://github.com/aseprite/aseprite
stars | today |
---|---|
4640 | 17 |
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
LzyRapx / Algorithmic_Template
https://github.com/LzyRapx/Algorithmic_Template
stars | today |
---|---|
38 | 14 |
🍭 LzyRapx ’s code Library for competitive-programming.
sqlitebrowser / sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
stars | today |
---|---|
8998 | 15 |
Official home of the DB Browser for SQLite (DB4S) project. Previously known as “SQLite Database Browser” and “Database Browser for SQLite”. Website at:
Language: javascript
browsh-org / browsh
https://github.com/browsh-org/browsh
stars | today |
---|---|
4767 | 1131 |
A fully-modern text-based browser, rendering to TTY and browsers
phobal / ivideo
https://github.com/phobal/ivideo
stars | today |
---|---|
1582 | 582 |
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux),包括 VIP 资源
ATF19 / react-native-shop-ui
https://github.com/ATF19/react-native-shop-ui
stars | today |
---|---|
490 | 390 |
A react native clothes shopping app UI.
alcor / itty-bitty
https://github.com/alcor/itty-bitty
stars | today |
---|---|
2148 | 300 |
Itty.bitty is a tool to create links that contain small sites
retejs / rete
https://github.com/retejs/rete
stars | today |
---|---|
1088 | 258 |
JavaScript framework for visual programming and creating node editor
microstates / microstates.js
https://github.com/microstates/microstates.js
stars | today |
---|---|
722 | 215 |
Composable State Primitives for JavaScript
vuejs / vue
stars | today |
---|---|
106828 | 161 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
105896 | 109 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
26431 | 110 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
istarkov / rifm
https://github.com/istarkov/rifm
stars | today |
---|---|
405 | 106 |
React Input Format & Mask, tiny (≈650b) component to transform any input component into formatted or masked input
d2-projects / d2-admin
https://github.com/d2-projects/d2-admin
stars | today |
---|---|
1469 | 95 |
An elegant dashboard built by vue
alexkuz / script-progress
https://github.com/alexkuz/script-progress
stars | today |
---|---|
127 | 85 |
Estimate script execution time
mixn / carbon-now-cli
https://github.com/mixn/carbon-now-cli
stars | today |
---|---|
103 | 84 |
🎨 Beautiful images of your code — from right inside your terminal.
dosyago-coder-0 / brutal.js
https://github.com/dosyago-coder-0/brutal.js
stars | today |
---|---|
174 | 80 |
A crazy-small framework for building brutalist web applications
toolmantim / release-drafter
https://github.com/toolmantim/release-drafter
stars | today |
---|---|
109 | 79 |
Drafts your next release notes as pull requests are merged into master.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
73173 | 69 |
JavaScript Style Guide
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
51887 | 67 |
Create React apps with no build configuration.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
44559 | 68 |
Promise based HTTP client for the browser and node.js
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
5464 | 60 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用。
alidcastano / rogue.js
https://github.com/alidcastano/rogue.js
stars | today |
---|---|
903 | 59 |
A nearly invisible SSR experience for React - only an App.js
and some getInitialProps
magic
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
16595 | 59 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
125924 | 39 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
66144 | 51 |
A framework for building native apps with React.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
34627 | 50 |
Headless Chrome Node API
bytedance / xgplayer
https://github.com/bytedance/xgplayer
stars | today |
---|---|
417 | 54 |
A Web video player with a parser that saves traffic
Language: unknown
adam-golab / react-developer-roadmap
https://github.com/adam-golab/react-developer-roadmap
stars | today |
---|---|
3873 | 1201 |
Roadmap to becoming a React developer in 2018
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
26775 | 181 |
📆 准备秋招学习笔记
android-in-china / Compatibility
https://github.com/android-in-china/Compatibility
stars | today |
---|---|
335 | 181 |
用于反馈和跟踪国内 Android 设备/ROM 兼容性问题的公益项目
sebastianruder / NLP-progress
https://github.com/sebastianruder/NLP-progress
stars | today |
---|---|
4621 | 95 |
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
52706 | 83 |
Roadmap to becoming a web developer in 2018
learn-vuejs / vue-patterns
https://github.com/learn-vuejs/vue-patterns
stars | today |
---|---|
1457 | 81 |
Useful Vue patterns, techniques, tips and tricks and helpful curated links.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
84614 | 69 |
A book series on JavaScript. @YDKJS on twitter.
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
35402 | 66 |
🤓 Build your own (insert technology here)
DovAmir / awesome-design-patterns
https://github.com/DovAmir/awesome-design-patterns
stars | today |
---|---|
7469 | 66 |
A curated list of software and architecture related design patterns.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
88590 | 58 |
😎 Curated list of awesome lists
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
21872 | 55 |
后端架构师技术图谱
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
69669 | 39 |
A collection of useful .gitignore templates
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
11204 | 49 |
Curated list of project-based tutorials
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
34946 | 42 |
🎉 A curated list of awesome things related to Vue.js
Vonng / ddia
stars | today |
---|---|
632 | 36 |
《Designing Data-Intensive Application》DDIA中文翻译
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
107846 | 34 |
📚 Freely available programming books
bradfitz / homelab
https://github.com/bradfitz/homelab
stars | today |
---|---|
1444 | 36 |
Brad’s homelab setup
crazyandcoder / blog_backups
https://github.com/crazyandcoder/blog_backups
stars | today |
---|---|
67 | 27 |
Android 项目优化、面试题集,包含Android、Java、数据结构、算法、个人blog备份等。
xitu / gold-miner
https://github.com/xitu/gold-miner
stars | today |
---|---|
14941 | 24 |
🥇 掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
llSourcell / 100_Days_of_ML_Code
https://github.com/llSourcell/100_Days_of_ML_Code
stars | today |
---|---|
279 | 24 |
These are the instructions for “100 Days of ML Code” By Siraj Raval on Youtube
Snailclimb / Java-Guide
https://github.com/Snailclimb/Java-Guide
stars | today |
---|---|
508 | 21 |
📖 Java面试通关手册(Java学习指南)Java Interview Customs Manual (Java Study Guide)
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
4591 | 26 |
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
getlantern / download
https://github.com/getlantern/download
stars | today |
---|---|
201 | 23 |
🔴 蓝灯最新版本下载 https://github.com/getlantern/download 🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
26511 | 22 |
A collection of awesome things regarding React ecosystem.
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
24820 | 22 |
⚡️ Delightful Node.js packages and resources