Language: python
LewisVo / Awesome-Linux-Software
https://github.com/LewisVo/Awesome-Linux-Software
stars | today |
---|---|
4497 | 965 |
🐧 A list of awesome applications, softwares, tools and other materials for Linux distros.
crazyguitar / pysheeet
https://github.com/crazyguitar/pysheeet
stars | today |
---|---|
2025 | 213 |
Python Cheat Sheet
lk-geimfari / mimesis
https://github.com/lk-geimfari/mimesis
stars | today |
---|---|
1302 | 83 |
Python library, which helps generate mock data in different languages for various purposes. These data can be especially useful at various stages of software development and testing.
minimaxir / reactionrnn
https://github.com/minimaxir/reactionrnn
stars | today |
---|---|
163 | 81 |
Python module + R package to predict the reactions to a given text using a pretrained recurrent neural network.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
20187 | 59 |
Models built with TensorFlow
salesforce / awd-lstm-lm
https://github.com/salesforce/awd-lstm-lm
stars | today |
---|---|
82 | 55 |
flomlo / ntm_keras
https://github.com/flomlo/ntm_keras
stars | today |
---|---|
52 | 43 |
An implementation of the Neural Turing Machine as a keras recurrent layer.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
37723 | 37 |
A curated list of awesome Python frameworks, libraries, software and resources
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
18851 | 30 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
django / django
https://github.com/django/django
stars | today |
---|---|
27717 | 32 |
The Web framework for perfectionists with deadlines.
johnmcfarlane / unformat
https://github.com/johnmcfarlane/unformat
stars | today |
---|---|
96 | 38 |
generates .clang-format file from example codebase
csurfer / pyheatmagic
https://github.com/csurfer/pyheatmagic
stars | today |
---|---|
431 | 37 |
IPython magic command to profile and view your python code as a heat map.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
29200 | 33 |
A microframework based on Werkzeug, Jinja2 and good intentions
yihui-he / channel-pruning
https://github.com/yihui-he/channel-pruning
stars | today |
---|---|
51 | 36 |
Channel Pruning for Accelerating Very Deep Neural Networks
apache / incubator-superset
https://github.com/apache/incubator-superset
stars | today |
---|---|
15576 | 32 |
Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application
chaitanyamalaviya / lang-reps
https://github.com/chaitanyamalaviya/lang-reps
stars | today |
---|---|
55 | 36 |
encode / apistar
https://github.com/encode/apistar
stars | today |
---|---|
1993 | 35 |
A smart Web API framework, designed for Python 3. 🌟
kotajacob / wal_steam
https://github.com/kotajacob/wal_steam
stars | today |
---|---|
36 | 34 |
A little script that themes the colours for Metro for steam from wal or wpg.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
20739 | 24 |
scikit-learn: machine learning in Python
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
25193 | 26 |
A curated list of awesome Machine Learning frameworks, libraries and software.
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
28429 | 27 |
Command-line program to download videos from YouTube.com and other video sites
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
27007 | 25 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
19578 | 23 |
soravux / pytorch_tutorial
https://github.com/soravux/pytorch_tutorial
stars | today |
---|---|
48 | 28 |
Quick PyTorch introduction and tutorial. Targets computer vision, graphics and machine learning researchers eager to try a new framework.
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
48 | 28 |
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
Language: go
alexellis / faas
https://github.com/alexellis/faas
stars | today |
---|---|
4483 | 262 |
🐳 Functions as a Service - a serverless framework for Docker & Kubernetes
justjanne / powerline-go
https://github.com/justjanne/powerline-go
stars | today |
---|---|
145 | 113 |
A beautiful and useful low-latency prompt for your shell, written in go
apex / up
stars | today |
---|---|
2773 | 86 |
Deploy infinitely scalable serverless apps, apis, and sites in seconds.
google / pprof
https://github.com/google/pprof
stars | today |
---|---|
621 | 77 |
pprof is a tool for visualization and analysis of profiling data
wal-g / wal-g
https://github.com/wal-g/wal-g
stars | today |
---|---|
398 | 52 |
Archival and Restoration for Postgres
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
26188 | 43 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
31284 | 47 |
The Go programming language
AlecAivazis / survey
https://github.com/AlecAivazis/survey
stars | today |
---|---|
180 | 40 |
A golang library for building interactive prompts with support for windows and posix terminals.
rakyll / hey
stars | today |
---|---|
1894 | 37 |
HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom
nuclio / nuclio
https://github.com/nuclio/nuclio
stars | today |
---|---|
65 | 35 |
High-Performance Serverless event and data processing framework
boz / kail
stars | today |
---|---|
65 | 28 |
kubernetes log viewer
apex / up-examples
https://github.com/apex/up-examples
stars | today |
---|---|
155 | 27 |
Example apps, apis, and sites for Up.
awslabs / aws-sam-local
https://github.com/awslabs/aws-sam-local
stars | today |
---|---|
572 | 26 |
AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications
spf13 / cobra
https://github.com/spf13/cobra
stars | today |
---|---|
4959 | 26 |
A Commander for modern Go CLI interactions
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
7402 | 25 |
The fastest web framework for Go in (THIS) Earth. HTTP/2 Ready to GO. MVC when you need it.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
6763 | 20 |
Official Go implementation of the Ethereum protocol
moby / moby
stars | today |
---|---|
45106 | 20 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
22931 | 23 |
A curated list of awesome Go frameworks, libraries and software
golang / dep
stars | today |
---|---|
4314 | 22 |
Go dependency management tool
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
11194 | 21 |
The Prometheus monitoring system and time series database.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
19124 | 21 |
A Fast and Flexible Static Site Generator built with love in GoLang.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
11371 | 20 |
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.
c-bata / go-prompt
https://github.com/c-bata/go-prompt
stars | today |
---|---|
712 | 20 |
Building a powerful interactive prompt in Go, inspired by python-prompt-toolkit.
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
9234 | 16 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
microo8 / golymer
https://github.com/microo8/golymer
stars | today |
---|---|
109 | 17 |
Create HTML custom elements with go (gopherjs)
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
67594 | 118 |
Computation using data flow graphs for scalable machine learning
wangyu- / udp2raw-tunnel
https://github.com/wangyu-/udp2raw-tunnel
stars | today |
---|---|
513 | 105 |
A Tunnel which tunnels UDP via FakeTCP/UDP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment).Its Encrpyted,Anti-Replay and Multiplexed.It aslo acts as a Connection Stablizer.
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
49462 | 63 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
cuberite / cuberite
https://github.com/cuberite/cuberite
stars | today |
---|---|
1986 | 61 |
A lightweight, fast and extensible game server for Minecraft
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
15742 | 42 |
Bitcoin Core integration/staging tree
jarulraj / sqlcheck
https://github.com/jarulraj/sqlcheck
stars | today |
---|---|
966 | 37 |
Automatically identify anti-patterns in SQL queries
v8 / v8
stars | today |
---|---|
6442 | 31 |
The official mirror of the V8 git repository
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
12419 | 27 |
Tesseract Open Source OCR Engine (main repository)
dmlc / tvm
stars | today |
---|---|
530 | 28 |
End to end Tensor IR/DSL stack for deploying deep learning workloads to hardwares
phiste / kengine
https://github.com/phiste/kengine
stars | today |
---|---|
44 | 30 |
The Koala engine is a type-safe and self-documenting implementation of an Entity-Component-System (ECS), with a focus on runtime extensibility and compile-time type safety and clarity.
LoopPerfect / rxterm
https://github.com/LoopPerfect/rxterm
stars | today |
---|---|
32 | 28 |
Functional reactive terminals in C++ ⚡ ⌨️
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
17702 | 22 |
Open Source Computer Vision Library
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8438 | 22 |
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
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
19515 | 21 |
Protocol Buffers - Google’s data interchange format
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
10823 | 13 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
BVLC / caffe
stars | today |
---|---|
19747 | 13 |
Caffe: a fast open framework for deep learning.
sqlitebrowser / sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
stars | today |
---|---|
6545 | 17 |
Official home of the DB Browser for SQLite (DB4S) project. Previously known as “SQLite Database Browser” and “Database Browser for SQLite”. Website at:
Smorodov / Multitarget-tracker
https://github.com/Smorodov/Multitarget-tracker
stars | today |
---|---|
150 | 16 |
Hungarian algorithm + Kalman filter multitarget tracker implementation.
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39964 | 15 |
The Swift Programming Language
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
9010 | 13 |
Godot Engine – Multi-platform 2D and 3D game engine
Tencent / ncnn
https://github.com/Tencent/ncnn
stars | today |
---|---|
2386 | 14 |
ncnn is a high-performance neural network inference framework optimized for the mobile platform
msracver / Deep-Image-Analogy
https://github.com/msracver/Deep-Image-Analogy
stars | today |
---|---|
568 | 15 |
The source code of ‘Visual Attribute Transfer through Deep Image Analogy’.
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
7730 | 13 |
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
esp8266 / Arduino
https://github.com/esp8266/Arduino
stars | today |
---|---|
5567 | 11 |
ESP8266 core for Arduino
sony / nnabla
https://github.com/sony/nnabla
stars | today |
---|---|
1726 | 11 |
NNabla - Neural Network Libraries
Language: javascript
esbenp / pdf-bot
https://github.com/esbenp/pdf-bot
stars | today |
---|---|
803 | 718 |
🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
10090 | 657 |
Headless Chrome Node API
developit / preact
https://github.com/developit/preact
stars | today |
---|---|
12870 | 310 |
⚛️ Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM.
marko-js / marko
https://github.com/marko-js/marko
stars | today |
---|---|
4514 | 300 |
A friendly (and fast!) UI library from eBay that makes building web apps fun
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
20014 | 169 |
📚 免费的计算机编程类中文书籍,欢迎投稿
sentsin / layui
https://github.com/sentsin/layui
stars | today |
---|---|
6940 | 167 |
采用自身模块规范编写的前端UI框架,遵循原生HTML/CSS/JS的书写形式,极低门槛,拿来即用。
mirrorjs / mirror
https://github.com/mirrorjs/mirror
stars | today |
---|---|
754 | 181 |
A simple and powerful React framework with minimal API and zero boilerplate.
farzher / fuzzysort
https://github.com/farzher/fuzzysort
stars | today |
---|---|
554 | 164 |
Fast SublimeText-like fuzzy search for JavaScript.
vuejs / vue
stars | today |
---|---|
64264 | 145 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
qiangzi7723 / spider-for-netease-music
https://github.com/qiangzi7723/spider-for-netease-music
stars | today |
---|---|
150 | 131 |
抓取网易云音乐上所有歌曲的评论数量,并整理数据打造一个前端展示页面
plouc / nivo
stars | today |
---|---|
469 | 139 |
nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries
jawil / blog
stars | today |
---|---|
2528 | 123 |
Too young, too simple. Sometimes, naive & stupid 🐌
nitin42 / redocx
https://github.com/nitin42/redocx
stars | today |
---|---|
547 | 125 |
📄 Create word documents with React
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
74010 | 108 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
FormidableLabs / electron-webpack-dashboard
https://github.com/FormidableLabs/electron-webpack-dashboard
stars | today |
---|---|
1848 | 111 |
Electron Desktop GUI for Webpack Dashboard
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
65860 | 95 |
A book series on JavaScript. @YDKJS on twitter.
aksakalli / gtop
https://github.com/aksakalli/gtop
stars | today |
---|---|
4672 | 102 |
System monitoring dashboard for terminal
nuxt / nuxt.js
https://github.com/nuxt/nuxt.js
stars | today |
---|---|
5998 | 98 |
Versatile Vue.js Framework
shayc / cboard
https://github.com/shayc/cboard
stars | today |
---|---|
129 | 84 |
AAC communication board with text-to-speech for the browser
azat-co / fullstack-javascript
https://github.com/azat-co/fullstack-javascript
stars | today |
---|---|
255 | 73 |
Source code for the Fullstack JavaScript book
atlassian / react-beautiful-dnd
https://github.com/atlassian/react-beautiful-dnd
stars | today |
---|---|
2148 | 80 |
Beautiful, accessible drag and drop for lists with React.js
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
114362 | 55 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
33124 | 66 |
Create React apps with no build configuration.
GoogleChrome / howto-components
https://github.com/GoogleChrome/howto-components
stars | today |
---|---|
304 | 74 |
Literate code examples for common UI patterns.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
25557 | 72 |
Promise based HTTP client for the browser and node.js
Language: unknown
dformoso / machine-learning-mindmap
https://github.com/dformoso/machine-learning-mindmap
stars | today |
---|---|
1423 | 269 |
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
nikitavoloboev / my-mac-os
https://github.com/nikitavoloboev/my-mac-os
stars | today |
---|---|
1154 | 213 |
💻 a list of applications, alfred workflows and various tools that make my macOS experience even more amazing
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
11480 | 177 |
Learn regex the easy way
kakuilan / china_area_mysql
https://github.com/kakuilan/china_area_mysql
stars | today |
---|---|
1359 | 142 |
中国5级行政区域mysql库
Hack-with-Github / Awesome-Hacking
https://github.com/Hack-with-Github/Awesome-Hacking
stars | today |
---|---|
16762 | 149 |
A collection of various awesome lists for hackers, pentesters and security researchers
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
91621 | 110 |
📚 Freely available programming books
Yukong / Deeplearning.ai-Solutions
https://github.com/Yukong/Deeplearning.ai-Solutions
stars | today |
---|---|
383 | 101 |
Solutions of assignments and translation to Chinese
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
64199 | 92 |
😎 Curated list of awesome lists
dastergon / awesome-sre
https://github.com/dastergon/awesome-sre
stars | today |
---|---|
1025 | 83 |
A curated list of awesome Site Reliability and Production Engineering resources.
anderscorr / china-free
https://github.com/anderscorr/china-free
stars | today |
---|---|
130 | 64 |
Provide censored materials to citizens in China without a VPN. Start with 300 articles and 1000 ebooks censored by Cambridge University Press as reported Aug 18 2017.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
19987 | 71 |
A curated list of awesome things related to Vue.js
vahidk / EffectiveTensorflow
https://github.com/vahidk/EffectiveTensorflow
stars | today |
---|---|
5154 | 67 |
TensorFlow tutorials and best practices.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
53812 | 53 |
A collection of useful .gitignore templates
Hack-with-Github / Awesome-Security-Gists
https://github.com/Hack-with-Github/Awesome-Security-Gists
stars | today |
---|---|
136 | 63 |
evykassirer / playing-the-internship-game
https://github.com/evykassirer/playing-the-internship-game
stars | today |
---|---|
371 | 56 |
the rules, tips, and tricks I’ve learned on how to approach tech internships
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
46741 | 43 |
A complete computer science study plan to become a software engineer.
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
20842 | 39 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
fairygui / FairyGUI-cocos
https://github.com/fairygui/FairyGUI-cocos
stars | today |
---|---|
130 | 42 |
A flexible UI framework for Cocos2d-x
mqyqingfeng / Blog
https://github.com/mqyqingfeng/Blog
stars | today |
---|---|
2073 | 34 |
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
ziadoz / awesome-php
https://github.com/ziadoz/awesome-php
stars | today |
---|---|
16340 | 29 |
A curated list of amazingly awesome PHP libraries, resources and shiny things.
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
7706 | 29 |
蓝灯(Lantern)官方论坛
zapier / Zapier-for-Alfred
https://github.com/zapier/Zapier-for-Alfred
stars | today |
---|---|
40 | 30 |
An Alfred workflow to trigger Zaps
brannondorsey / wifi-cracking
https://github.com/brannondorsey/wifi-cracking
stars | today |
---|---|
6176 | 27 |
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat 🖧
dformoso / deeplearning-mindmap
https://github.com/dformoso/deeplearning-mindmap
stars | today |
---|---|
220 | 24 |
A mindmap summarising Deep Learning concepts.
twitter / reasonable-scala
https://github.com/twitter/reasonable-scala
stars | today |
---|---|
754 | 24 |
An experimental Scala compiler focused on compilation speed