Language: python
yandex / gixy
https://github.com/yandex/gixy
stars | today |
---|---|
1632 | 1174 |
Nginx configuration static analyzer
tomchristie / apistar
https://github.com/tomchristie/apistar
stars | today |
---|---|
1064 | 86 |
A smart Web API framework, designed for Python 3. ⚡️
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
16732 | 56 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
keon / algorithms
https://github.com/keon/algorithms
stars | today |
---|---|
7487 | 55 |
Minimal examples of data structures and algorithms in Python
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
14542 | 42 |
Models built with TensorFlow
awolfly9 / jd_analysis
https://github.com/awolfly9/jd_analysis
stars | today |
---|---|
129 | 43 |
京东商城评价信息数据分析。查看示例: http://awolfly9.com/article/jd_comment_analysis
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
33798 | 40 |
A curated list of awesome Python frameworks, libraries, software and resources
facebookresearch / clevr-iep
https://github.com/facebookresearch/clevr-iep
stars | today |
---|---|
49 | 39 |
Inferring and Executing Programs for Visual Reasoning
littlecodersh / ItChat
https://github.com/littlecodersh/ItChat
stars | today |
---|---|
4389 | 39 |
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
airbnb / superset
https://github.com/airbnb/superset
stars | today |
---|---|
13696 | 38 |
Superset is a modern, enterprise-ready business intelligence web application
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
12854 | 37 |
⏬ Dumb downloader that scrapes the web
MorvanZhou / Tensorflow-Tutorial
https://github.com/MorvanZhou/Tensorflow-Tutorial
stars | today |
---|---|
44 | 35 |
Tensorflow tutorial from basic to hard
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
15439 | 30 |
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on TensorFlow or Theano.
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
22428 | 32 |
A curated list of awesome Machine Learning frameworks, libraries and software.
jingweiz / pytorch-dnc
https://github.com/jingweiz/pytorch-dnc
stars | today |
---|---|
38 | 34 |
Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom
abatchy17 / WindowsExploits
https://github.com/abatchy17/WindowsExploits
stars | today |
---|---|
107 | 29 |
Windows exploits, mostly precompiled.
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
20407 | 29 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
olacabs / jackhammer
https://github.com/olacabs/jackhammer
stars | today |
---|---|
133 | 27 |
Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
26964 | 25 |
A microframework based on Werkzeug, Jinja2 and good intentions
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
23068 | 20 |
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.
vesche / scanless
https://github.com/vesche/scanless
stars | today |
---|---|
399 | 25 |
public port scan scrapper
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
14145 | 25 |
a web proxy tool
onejgordon / flow-dashboard
https://github.com/onejgordon/flow-dashboard
stars | today |
---|---|
677 | 28 |
A goal, task & habit tracker + personal dashboard to focus on what matters
mitmproxy / mitmproxy
https://github.com/mitmproxy/mitmproxy
stars | today |
---|---|
7707 | 26 |
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
7707 | 26 |
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
open-falcon / falcon-plus
https://github.com/open-falcon/falcon-plus
stars | today |
---|---|
844 | 259 |
An open-source and enterprise-level monitoring system.
cockroachdb / cockroach
https://github.com/cockroachdb/cockroach
stars | today |
---|---|
9827 | 205 |
CockroachDB - the scalable, survivable, strongly-consistent SQL database
loadimpact / k6
https://github.com/loadimpact/k6
stars | today |
---|---|
2112 | 168 |
A modern load testing tool, using Go and JavaScript - https://k6.io
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
23096 | 47 |
Production-Grade Container Scheduling and Management
tidwall / gjson
https://github.com/tidwall/gjson
stars | today |
---|---|
1304 | 46 |
Get JSON values quickly - JSON Parser for Go
rootsongjc / kubernetes-handbook
https://github.com/rootsongjc/kubernetes-handbook
stars | today |
---|---|
90 | 44 |
For kubernetes users and fans, let’s rock it!
golang / go
stars | today |
---|---|
27821 | 39 |
The Go programming language
uber / jaeger
https://github.com/uber/jaeger
stars | today |
---|---|
704 | 37 |
Jaeger, a Distributed Tracing System
moby / moby
stars | today |
---|---|
43513 | 34 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
spf13 / hugo
stars | today |
---|---|
17010 | 31 |
A Fast and Flexible Static Site Generator built with love in GoLang
hsluoyz / casbin
https://github.com/hsluoyz/casbin
stars | today |
---|---|
424 | 32 |
An authorization library that supports access control models like ACL, RBAC, ABAC
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
15724 | 26 |
A golang ebook intro how to build a web with golang
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
13360 | 28 |
Distributed reliable key-value store for the most critical data of a distributed system
google / syzkaller
https://github.com/google/syzkaller
stars | today |
---|---|
925 | 29 |
syzkaller is an unsupervised, coverage-guided Linux system call fuzzer
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
3870 | 28 |
Official Go implementation of the Ethereum protocol
ewhal / nyaa
stars | today |
---|---|
482 | 26 |
Nyaa.se replacement written in golang
keybase / client
https://github.com/keybase/client
stars | today |
---|---|
1792 | 27 |
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
20455 | 26 |
A curated list of awesome Go frameworks, libraries and software
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
10837 | 23 |
beego is an open-source, high-performance web framework for the Go programming language.
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
15901 | 23 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
7981 | 26 |
Træfik, a modern reverse proxy
derekparker / delve
https://github.com/derekparker/delve
stars | today |
---|---|
5555 | 25 |
Delve is a debugger for the Go programming language.
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
12163 | 23 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
9460 | 22 |
The Prometheus monitoring system and time series database.
puppetlabs / lumogon
https://github.com/puppetlabs/lumogon
stars | today |
---|---|
25 | 23 |
Get a complete picture of what your applications are made of without changing how you currently build and run containers. Just run and report.
Language: javascript
getinsomnia / insomnia
https://github.com/getinsomnia/insomnia
stars | today |
---|---|
1487 | 1034 |
The most intuitive cross-platform REST API Client 😴
eventbrite / britecharts
https://github.com/eventbrite/britecharts
stars | today |
---|---|
1269 | 571 |
Client-side reusable Charting Library based on D3.js v4 that allows easy and intuitive use of charts and components that can be composed together creating amazing visualizations.
facebook / prepack
https://github.com/facebook/prepack
stars | today |
---|---|
8425 | 248 |
Prepack is a partial evaluator for JavaScript. Prepack rewrites a JavaScript bundle, resulting in JavaScript code that executes more efficiently.
eleme / element-react
https://github.com/eleme/element-react
stars | today |
---|---|
579 | 212 |
Element UI
Rich-Harris / butternut
https://github.com/Rich-Harris/butternut
stars | today |
---|---|
362 | 208 |
The fast, future-friendly minifier
material-components / material-components-web
https://github.com/material-components/material-components-web
stars | today |
---|---|
3760 | 196 |
Modular and customizable Material Design UI components for the web
vuejs / vue
stars | today |
---|---|
53158 | 137 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
hshoff / vx
stars | today |
---|---|
973 | 136 |
react + d3 = vx | visualization components
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
66473 | 101 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
wix / react-native-calendars
https://github.com/wix/react-native-calendars
stars | today |
---|---|
447 | 89 |
React Native Calendar Components 📆
reactioncommerce / reaction
https://github.com/reactioncommerce/reaction
stars | today |
---|---|
4341 | 83 |
Reaction is a customizable, real-time reactive, JavaScript commerce platform.
zeit / pkg
stars | today |
---|---|
5810 | 83 |
Package your Node.js project into an executable
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
58289 | 76 |
A book series on JavaScript. @YDKJS on twitter.
yezihaohao / react-admin
https://github.com/yezihaohao/react-admin
stars | today |
---|---|
94 | 72 |
react-admin system solution
ryanmcdermott / clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
stars | today |
---|---|
14180 | 73 |
🛁 Clean Code concepts adapted for JavaScript
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
110434 | 57 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
rickbergfalk / sqlpad
https://github.com/rickbergfalk/sqlpad
stars | today |
---|---|
1249 | 70 |
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, and Presto.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
51973 | 64 |
JavaScript Style Guide
vesparny / fair-analytics
https://github.com/vesparny/fair-analytics
stars | today |
---|---|
359 | 69 |
📊 An analytics server that doesn’t undermine user’s privacy
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
48187 | 51 |
A framework for building native apps with React.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
26147 | 53 |
Create React apps with no build configuration.
lxyisme / vue-musicApp
https://github.com/lxyisme/vue-musicApp
stars | today |
---|---|
101 | 55 |
使用vue全家桶制作的音乐播放器
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
34770 | 45 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
13175 | 49 |
Framework for server-rendered React apps
airbnb / react-sketchapp
https://github.com/airbnb/react-sketchapp
stars | today |
---|---|
7119 | 51 |
render React components to Sketch ⚛️ 💎
Language: unknown
nikitavoloboev / knowledge-map
https://github.com/nikitavoloboev/knowledge-map
stars | today |
---|---|
2686 | 1445 |
🌍 Interactive Mind Map for learning anything
mezod / awesome-indie
https://github.com/mezod/awesome-indie
stars | today |
---|---|
2094 | 392 |
Resources for independent developers to make money
Microsoft / xaml-standard
https://github.com/Microsoft/xaml-standard
stars | today |
---|---|
221 | 193 |
Vocabulary specification for the XAML Standard, a unified markup dialect for defining user interface elements and their behavior.
open-source-society / computer-science
https://github.com/open-source-society/computer-science
stars | today |
---|---|
21659 | 119 |
🎓 Path to a free self-taught education in Computer Science!
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
20419 | 113 |
Roadmap to becoming a web developer in 2017
xairy / linux-kernel-exploitation
https://github.com/xairy/linux-kernel-exploitation
stars | today |
---|---|
513 | 107 |
A bunch of links related to Linux kernel fuzzing and exploitation
hobby-kube / guide
https://github.com/hobby-kube/guide
stars | today |
---|---|
1983 | 113 |
Kubernetes clusters for the hobbyist.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
43559 | 97 |
A complete computer science study plan to become a software engineer.
tuvttran / project-based-learning
https://github.com/tuvttran/project-based-learning
stars | today |
---|---|
4251 | 98 |
Curated list of project-based tutorials
beamandrew / medical-data
https://github.com/beamandrew/medical-data
stars | today |
---|---|
481 | 80 |
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
58233 | 79 |
😎 Curated list of awesome lists
vhf / free-programming-books
https://github.com/vhf/free-programming-books
stars | today |
---|---|
84892 | 60 |
📚 Freely available programming books
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
50001 | 49 |
A collection of useful .gitignore templates
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
15577 | 54 |
A curated list of awesome things related to Vue.js
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
6617 | 57 |
TodoMVC for the RealWorld™ — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
racaljk / hosts
https://github.com/racaljk/hosts
stars | today |
---|---|
12853 | 48 |
🗽 最新可用的google hosts文件。镜像:
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
18301 | 45 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
qazbnm456 / awesome-web-security
https://github.com/qazbnm456/awesome-web-security
stars | today |
---|---|
139 | 42 |
🐶 A curated list of Web Security materials and resources.
sbrugman / deep-learning-papers
https://github.com/sbrugman/deep-learning-papers
stars | today |
---|---|
2121 | 38 |
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
hemanth / awesome-now
https://github.com/hemanth/awesome-now
stars | today |
---|---|
128 | 37 |
Awesome list of now.sh
deployments.
wasabeef / awesome-android-ui
https://github.com/wasabeef/awesome-android-ui
stars | today |
---|---|
22994 | 30 |
A curated list of awesome Android UI/UX libraries
basecamp / handbook
https://github.com/basecamp/handbook
stars | today |
---|---|
2482 | 31 |
Basecamp Employee Handbook
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
17740 | 27 |
A collective list of public JSON APIs for use in web development.
mre / idiomatic-rust
https://github.com/mre/idiomatic-rust
stars | today |
---|---|
103 | 26 |
A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust.
evykassirer / playing-the-internship-game
https://github.com/evykassirer/playing-the-internship-game
stars | today |
---|---|
74 | 26 |
the rules, tips, and tricks I’ve learned on how to approach tech internships