Language: python
nbedos / termtosvg
https://github.com/nbedos/termtosvg
stars | today |
---|---|
4469 | 444 |
Record terminal sessions as SVG animations
danmacnish / cartoonify
https://github.com/danmacnish/cartoonify
stars | today |
---|---|
878 | 251 |
python app to turn a photograph into a cartoon
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
39300 | 242 |
Command-line program to download videos from YouTube.com and other video sites
x0rz / tweets_analyzer
https://github.com/x0rz/tweets_analyzer
stars | today |
---|---|
1968 | 160 |
Tweets metadata scraper & activity analyzer
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
33917 | 79 |
A curated list of awesome Machine Learning frameworks, libraries and software.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
37884 | 54 |
Models and examples built with TensorFlow
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
52201 | 52 |
A curated list of awesome Python frameworks, libraries, software and resources
mps-youtube / mps-youtube
https://github.com/mps-youtube/mps-youtube
stars | today |
---|---|
3798 | 51 |
Terminal based YouTube player and downloader
vibora-io / vibora
https://github.com/vibora-io/vibora
stars | today |
---|---|
2965 | 49 |
Fast, asynchronous and elegant Python web framework.
mapbox / robosat
https://github.com/mapbox/robosat
stars | today |
---|---|
375 | 46 |
Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
31311 | 34 |
Deep Learning for humans
ThoughtfulDev / EagleEye
https://github.com/ThoughtfulDev/EagleEye
stars | today |
---|---|
267 | 45 |
Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
39183 | 43 |
A collective list of public JSON APIs for use in web development.
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
33369 | 38 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
27331 | 36 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
37163 | 32 |
The Python micro framework for building web applications.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
31170 | 27 |
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/
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
28086 | 29 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
OlafenwaMoses / ImageAI
https://github.com/OlafenwaMoses/ImageAI
stars | today |
---|---|
877 | 29 |
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
15044 | 27 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
jeffzh3ng / Fuxi-Scanner
https://github.com/jeffzh3ng/Fuxi-Scanner
stars | today |
---|---|
229 | 25 |
Network Security Vulnerability Scanner
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
18520 | 23 |
The Python programming language
django / django
https://github.com/django/django
stars | today |
---|---|
34945 | 20 |
The Web framework for perfectionists with deadlines.
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
5577 | 25 |
All Algorithms implemented in Python
odoo / odoo
stars | today |
---|---|
10020 | 24 |
Odoo. Open Source Apps To Grow Your Business.
Language: go
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
5646 | 294 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
hazbo / httpu
https://github.com/hazbo/httpu
stars | today |
---|---|
226 | 166 |
The terminal-first http client
salihciftci / liman
https://github.com/salihciftci/liman
stars | today |
---|---|
384 | 57 |
Web application for monitoring docker. Monitor docker inside the docker.
gaia-pipeline / gaia
https://github.com/gaia-pipeline/gaia
stars | today |
---|---|
113 | 55 |
Build powerful pipelines in any programming language.
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
38427 | 45 |
Production-Grade Container Scheduling and Management
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
32701 | 45 |
A curated list of awesome Go frameworks, libraries and software
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
19080 | 35 |
Official Go implementation of the Ethereum protocol
golang / go
stars | today |
---|---|
43733 | 37 |
The Go programming language
joncalhoun / form
https://github.com/joncalhoun/form
stars | today |
---|---|
201 | 34 |
Easily create HTML forms with Go structs.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
18578 | 28 |
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.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
9135 | 23 |
An open platform to connect, manage, and secure microservices.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
26904 | 27 |
The world’s fastest framework for building websites.
loadimpact / k6
https://github.com/loadimpact/k6
stars | today |
---|---|
3970 | 27 |
A modern load testing tool, using Go and JavaScript - https://k6.io
thedevsaddam / gojsonq
https://github.com/thedevsaddam/gojsonq
stars | today |
---|---|
350 | 26 |
A simple Go package to Query over JSON Data
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
22606 | 21 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
alash3al / lightify
https://github.com/alash3al/lightify
stars | today |
---|---|
54 | 25 |
a reverse proxy that just minify and compress the output
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
4460 | 23 |
百度网盘客户端 - Go语言编写
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
23762 | 22 |
A golang ebook intro how to build a web with golang
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
19086 | 22 |
Distributed reliable key-value store for the most critical data of a distributed system
gocaveman / tmeta
https://github.com/gocaveman/tmeta
stars | today |
---|---|
27 | 23 |
Minimalistic Idiomatic Database “ORM” functionality for Go
solo-io / gloo
https://github.com/solo-io/gloo
stars | today |
---|---|
664 | 22 |
The Function Gateway built on top of Envoy
kubernetes / minikube
https://github.com/kubernetes/minikube
stars | today |
---|---|
9730 | 21 |
Run Kubernetes locally
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
17378 | 19 |
The Prometheus monitoring system and time series database.
moby / moby
stars | today |
---|---|
49458 | 18 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
15200 | 19 |
🌸 A command-line fuzzy finder
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
104386 | 103 |
Computation using data flow graphs for scalable machine learning
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
9922 | 65 |
An open autonomous driving platform
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
62118 | 41 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
25962 | 30 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
33004 | 24 |
Bitcoin Core integration/staging tree
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
27418 | 31 |
Protocol Buffers - Google’s data interchange format
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
19549 | 26 |
Tesseract Open Source OCR Engine (main repository)
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
16912 | 21 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
44427 | 23 |
The Swift Programming Language
aseprite / aseprite
https://github.com/aseprite/aseprite
stars | today |
---|---|
4592 | 21 |
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Creality3DPrinting / Ender-3
https://github.com/Creality3DPrinting/Ender-3
stars | today |
---|---|
139 | 19 |
The Creality3D Ender-3, a fully Open Source 3D printer perfect for new users on a budget.
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
5622 | 16 |
C++ front/service proxy
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
12624 | 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
grpc / grpc
stars | today |
---|---|
16108 | 13 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
5408 | 14 |
Solidity, the Contract-Oriented Programming Language
BVLC / caffe
stars | today |
---|---|
24761 | 12 |
Caffe: a fast open framework for deep learning.
telegramdesktop / tdesktop
https://github.com/telegramdesktop/tdesktop
stars | today |
---|---|
7741 | 14 |
Telegram Desktop messaging app
samyk / frisky
https://github.com/samyk/frisky
stars | today |
---|---|
96 | 14 |
Instruments to assist in binary application reversing and augmentation, geared towards walled gardens like iOS and macOS
fmtlib / fmt
stars | today |
---|---|
4089 | 15 |
A modern formatting library
PaddlePaddle / Paddle
https://github.com/PaddlePaddle/Paddle
stars | today |
---|---|
7195 | 13 |
PArallel Distributed Deep LEarning
facebookresearch / faiss
https://github.com/facebookresearch/faiss
stars | today |
---|---|
4088 | 13 |
A library for efficient similarity search and clustering of dense vectors.
zhy520xp / mace-makefile-project
https://github.com/zhy520xp/mace-makefile-project
stars | today |
---|---|
24 | 14 |
makefile 交叉编译 libmace.a
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
11323 | 13 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
arangodb / arangodb
https://github.com/arangodb/arangodb
stars | today |
---|---|
5889 | 13 |
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
v8 / v8
stars | today |
---|---|
9765 | 12 |
The official mirror of the V8 Git repository
Language: javascript
vuejs / vue
stars | today |
---|---|
106536 | 147 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
alidcastano / rogue
https://github.com/alidcastano/rogue
stars | today |
---|---|
714 | 144 |
SSR for React that’s invisible (zero config! - only needs an App.js) and quick (no Webpack! - Parcel <3)
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
26211 | 135 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
105699 | 111 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
istarkov / rifm
https://github.com/istarkov/rifm
stars | today |
---|---|
120 | 83 |
React Input Format & Mask, tiny (≈650b) component to transform any input component into formatted or masked input
Glench / fuzzyset.js
https://github.com/Glench/fuzzyset.js
stars | today |
---|---|
791 | 78 |
fuzzyset.js - A fuzzy string set for javascript
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
51745 | 67 |
Create React apps with no build configuration.
youngdro / guitarChord
https://github.com/youngdro/guitarChord
stars | today |
---|---|
147 | 77 |
吉他和弦推导算法
marko-js / marko
https://github.com/marko-js/marko
stars | today |
---|---|
6511 | 75 |
A friendly (and fast!) UI library from eBay that makes building web apps fun
Canner / canner
https://github.com/Canner/canner
stars | today |
---|---|
1828 | 69 |
📡 Universal Content Management System(CMS) framework using React & Apollo GraphQL. Support Prisma, GraphQL, Firebase and Restful API
atlassian / react-beautiful-dnd
https://github.com/atlassian/react-beautiful-dnd
stars | today |
---|---|
7781 | 70 |
Beautiful, accessible drag and drop for lists with React.js
d2-projects / d2-admin
https://github.com/d2-projects/d2-admin
stars | today |
---|---|
1141 | 67 |
An elegant dashboard built by vue
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
34530 | 64 |
Headless Chrome Node API
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
5333 | 63 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用。
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
73051 | 56 |
JavaScript Style Guide
retejs / rete
https://github.com/retejs/rete
stars | today |
---|---|
499 | 62 |
JavaScript framework for visual programming and creating node editor
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
44441 | 58 |
Promise based HTTP client for the browser and node.js
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
26932 | 54 |
Next.js is a lightweight framework for static and server‑rendered applications.
mui-org / material-ui
https://github.com/mui-org/material-ui
stars | today |
---|---|
38339 | 53 |
React components that implement Google’s Material Design.
Netflix / pollyjs
https://github.com/Netflix/pollyjs
stars | today |
---|---|
5747 | 52 |
Record, Replay, and Stub HTTP Interactions.
mohd-akram / languages
https://github.com/mohd-akram/languages
stars | today |
---|---|
63 | 46 |
A graph of programming languages connected through compilers.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
66059 | 42 |
A framework for building native apps with React.
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
125861 | 31 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Tencent / wepy
https://github.com/Tencent/wepy
stars | today |
---|---|
12286 | 44 |
小程序组件化开发框架
reduxjs / redux
https://github.com/reduxjs/redux
stars | today |
---|---|
42342 | 39 |
Predictable state container for JavaScript apps
Language: unknown
adam-golab / react-developer-roadmap
https://github.com/adam-golab/react-developer-roadmap
stars | today |
---|---|
1257 | 629 |
Roadmap to becoming a React developer in 2018
learn-vuejs / vue-patterns
https://github.com/learn-vuejs/vue-patterns
stars | today |
---|---|
1215 | 294 |
Useful Vue patterns, techniques, tips and tricks and helpful curated links.
llSourcell / 100_Days_of_ML_Code
https://github.com/llSourcell/100_Days_of_ML_Code
stars | today |
---|---|
160 | 141 |
These are the instructions for “100 Days of ML Code” By Siraj Raval on Youtube
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
52524 | 125 |
Roadmap to becoming a web developer in 2018
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
35260 | 99 |
🤓 Build your own (insert technology here)
bradfitz / homelab
https://github.com/bradfitz/homelab
stars | today |
---|---|
1376 | 85 |
Brad’s homelab setup
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
26502 | 67 |
📆 准备秋招学习笔记
sebastianruder / NLP-progress
https://github.com/sebastianruder/NLP-progress
stars | today |
---|---|
4463 | 65 |
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.
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
21755 | 57 |
后端架构师技术图谱
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
88474 | 57 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
69570 | 37 |
A collection of useful .gitignore templates
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
11102 | 53 |
Curated list of project-based tutorials
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
107774 | 49 |
📚 Freely available programming books
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
84491 | 48 |
A book series on JavaScript. @YDKJS on twitter.
1c7 / chinese-independent-developer
https://github.com/1c7/chinese-independent-developer
stars | today |
---|---|
9411 | 50 |
👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 – 分享大家都在做什么
ConsenSysLabs / ethereum-developer-tools-list
https://github.com/ConsenSysLabs/ethereum-developer-tools-list
stars | today |
---|---|
307 | 40 |
A guide to available tools and platforms for developing on Ethereum.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
34845 | 43 |
🎉 A curated list of awesome things related to Vue.js
kallaway / 100-days-of-code
https://github.com/kallaway/100-days-of-code
stars | today |
---|---|
2328 | 34 |
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
DovAmir / awesome-design-patterns
https://github.com/DovAmir/awesome-design-patterns
stars | today |
---|---|
7356 | 39 |
A curated list of software and architecture related design patterns.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
65952 | 31 |
A complete computer science study plan to become a software engineer.
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
4520 | 34 |
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
llSourcell / Machine_Learning_Journey
https://github.com/llSourcell/Machine_Learning_Journey
stars | today |
---|---|
308 | 27 |
This is the Curriculum for “Machine Learning Journey” By Siraj Raval on Youtube
FQrabbit / SSTab-Rule
https://github.com/FQrabbit/SSTab-Rule
stars | today |
---|---|
28 | 26 |
支持更多游戏规则,让SSTap成为真正的“网游加速器”
fffaraz / awesome-cpp
https://github.com/fffaraz/awesome-cpp
stars | today |
---|---|
14208 | 22 |
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.
ningyu1 / e-books
https://github.com/ningyu1/e-books
stars | today |
---|---|
32 | 24 |
IT technical related e-books and PPT information, continuous updating.