Language: python
aaron-xichen / pytorch-playground
https://github.com/aaron-xichen/pytorch-playground
stars | today |
---|---|
291 | 118 |
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
vesche / scanless
https://github.com/vesche/scanless
stars | today |
---|---|
334 | 115 |
public port scan scrapper
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
14440 | 88 |
Models built with TensorFlow
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
16634 | 92 |
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 |
---|---|
7381 | 86 |
Minimal examples of data structures and algorithms in Python
thu-ml / zhusuan
https://github.com/thu-ml/zhusuan
stars | today |
---|---|
126 | 84 |
A Library for Generative Models
onejgordon / flow-dashboard
https://github.com/onejgordon/flow-dashboard
stars | today |
---|---|
623 | 69 |
A goal, task & habit tracker + personal dashboard to focus on what matters
xiyouMc / WebHubBot
https://github.com/xiyouMc/WebHubBot
stars | today |
---|---|
2041 | 57 |
Python + Scrapy + MongoDB . 5 million data per day !!! 💥 The world’s largest website. 🔞
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
33713 | 53 |
A curated list of awesome Python frameworks, libraries, software and resources
iogf / vy
stars | today |
---|---|
790 | 53 |
A vim-like in python made from scratch.
kivy / kivy
stars | today |
---|---|
5882 | 52 |
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
15375 | 32 |
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on TensorFlow or Theano.
facebookresearch / ParlAI
https://github.com/facebookresearch/ParlAI
stars | today |
---|---|
926 | 39 |
A framework for training and evaluating AI models on a variety of openly available dialog datasets.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
26912 | 34 |
A microframework based on Werkzeug, Jinja2 and good intentions
olacabs / jackhammer
https://github.com/olacabs/jackhammer
stars | today |
---|---|
39 | 37 |
Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
23021 | 30 |
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.
shaypal5 / pdpipe
https://github.com/shaypal5/pdpipe
stars | today |
---|---|
48 | 36 |
Easy pipelines for pandas DataFrames.
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
20354 | 34 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
4905 | 32 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
25875 | 31 |
Command-line program to download videos from YouTube.com and other video sites
Sentdex / pygta5
https://github.com/Sentdex/pygta5
stars | today |
---|---|
746 | 30 |
Explorations of Using Python to play Grand Theft Auto 5.
django / django
https://github.com/django/django
stars | today |
---|---|
25520 | 25 |
The Web framework for perfectionists with deadlines.
airbnb / superset
https://github.com/airbnb/superset
stars | today |
---|---|
13625 | 27 |
Superset is a modern, enterprise-ready business intelligence web application
facebookincubator / OnlineSchemaChange
https://github.com/facebookincubator/OnlineSchemaChange
stars | today |
---|---|
242 | 27 |
A tool for performing online schema changes on MySQL.
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
242 | 27 |
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
loadimpact / k6
https://github.com/loadimpact/k6
stars | today |
---|---|
1703 | 469 |
A modern load testing tool, using Go and JavaScript - https://k6.io
tidwall / gjson
https://github.com/tidwall/gjson
stars | today |
---|---|
1217 | 86 |
Get JSON values quickly - JSON Parser for Go
micro / go-micro
https://github.com/micro/go-micro
stars | today |
---|---|
1822 | 53 |
A pluggable RPC framework for microservices
ewhal / nyaa
stars | today |
---|---|
420 | 41 |
Nyaa.se replacement written in golang
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
23023 | 35 |
Production-Grade Container Scheduling and Management
derekparker / delve
https://github.com/derekparker/delve
stars | today |
---|---|
5516 | 40 |
Delve is a debugger for the Go programming language.
spf13 / hugo
stars | today |
---|---|
16951 | 36 |
A Fast and Flexible Static Site Generator built with love in GoLang
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
20396 | 33 |
A curated list of awesome Go frameworks, libraries and software
golang / go
stars | today |
---|---|
27750 | 29 |
The Go programming language
yanc0 / beeping
https://github.com/yanc0/beeping
stars | today |
---|---|
179 | 30 |
HTTP Monitoring via API - Measure the performance of you servers
moby / moby
stars | today |
---|---|
43461 | 23 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
42wim / dt
stars | today |
---|---|
147 | 30 |
DNS tool - display information about your domain
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
9870 | 27 |
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 |
---|---|
3818 | 25 |
Official Go implementation of the Ethereum protocol
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
12131 | 25 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
15671 | 23 |
A golang ebook intro how to build a web with golang
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
15845 | 19 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
4456 | 21 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
kshvmdn / rdrp
https://github.com/kshvmdn/rdrp
stars | today |
---|---|
70 | 23 |
A cross-platform command line tool for sending and receiving files over your local network, inspired by AirDrop.
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
10802 | 21 |
beego is an open-source, high-performance web framework for the Go programming language.
cockroachdb / cockroach
https://github.com/cockroachdb/cockroach
stars | today |
---|---|
9491 | 22 |
CockroachDB - the scalable, survivable, strongly-consistent SQL database
tarent / loginsrv
https://github.com/tarent/loginsrv
stars | today |
---|---|
229 | 21 |
JWT login microservice with plugable backends such as OAuth2, Github, htpasswd, osiam
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
8223 | 16 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
pilosa / pilosa
https://github.com/pilosa/pilosa
stars | today |
---|---|
856 | 20 |
Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
inconshreveable / ngrok
https://github.com/inconshreveable/ngrok
stars | today |
---|---|
9891 | 18 |
Introspected tunnels to localhost
Language: javascript
facebook / prepack
https://github.com/facebook/prepack
stars | today |
---|---|
7866 | 459 |
Prepack is a partial evaluator for JavaScript. Prepack rewrites a JavaScript bundle, resulting in JavaScript code that executes more efficiently.
hshoff / vx
stars | today |
---|---|
494 | 298 |
react + d3 = vx | visualization components
reactioncommerce / reaction
https://github.com/reactioncommerce/reaction
stars | today |
---|---|
4126 | 233 |
Reaction is a customizable, real-time reactive, JavaScript commerce platform.
wix / react-native-calendars
https://github.com/wix/react-native-calendars
stars | today |
---|---|
179 | 154 |
React Native Calendar Components
vuejs / vue
stars | today |
---|---|
52915 | 131 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
zeit / pkg
stars | today |
---|---|
5634 | 140 |
Package your Node.js project into an executable
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
66292 | 119 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
vesparny / fair-analytics
https://github.com/vesparny/fair-analytics
stars | today |
---|---|
155 | 131 |
An analytics server that doesn’t undermine user’s privacy
kitze / sizzy
https://github.com/kitze/sizzy
stars | today |
---|---|
3767 | 98 |
A tool for developing responsive websites crazy-fast
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
19125 | 79 |
Promise based HTTP client for the browser and node.js
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
110351 | 57 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
huanxsd / MeiTuan
https://github.com/huanxsd/MeiTuan
stars | today |
---|---|
984 | 74 |
MeiTuan App Write In latest React-Native(0.44.0)
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
26036 | 69 |
Create React apps with no build configuration.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
51842 | 66 |
JavaScript Style Guide
totaljs / framework
https://github.com/totaljs/framework
stars | today |
---|---|
2972 | 66 |
Node.js framework
typicode / json-server
https://github.com/typicode/json-server
stars | today |
---|---|
21243 | 65 |
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
13095 | 64 |
Framework for server-rendered React apps
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
58156 | 56 |
A book series on JavaScript. @YDKJS on twitter.
react-community / react-navigation
https://github.com/react-community/react-navigation
stars | today |
---|---|
4257 | 56 |
Learn once, navigate anywhere
mapd / mapd-charting
https://github.com/mapd/mapd-charting
stars | today |
---|---|
111 | 57 |
Dimensional charting built to work natively with crossfilter rendered using d3.js
rickbergfalk / sqlpad
https://github.com/rickbergfalk/sqlpad
stars | today |
---|---|
1086 | 57 |
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, and Presto.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
48097 | 43 |
A framework for building native apps with React.
reactjs / redux
https://github.com/reactjs/redux
stars | today |
---|---|
30787 | 44 |
Predictable state container for JavaScript apps
facebook / jest
https://github.com/facebook/jest
stars | today |
---|---|
9893 | 46 |
🃏 Delightful JavaScript Testing.
prettier / prettier
https://github.com/prettier/prettier
stars | today |
---|---|
9601 | 46 |
Prettier is an opinionated JavaScript formatter.
Language: unknown
mezod / awesome-indie
https://github.com/mezod/awesome-indie
stars | today |
---|---|
1097 | 643 |
Resources for independent developers to make money
hobby-kube / guide
https://github.com/hobby-kube/guide
stars | today |
---|---|
1637 | 557 |
Kubernetes clusters for the hobbyist.
tuvttran / project-based-learning
https://github.com/tuvttran/project-based-learning
stars | today |
---|---|
4030 | 170 |
Curated list of project-based tutorials
open-source-society / computer-science
https://github.com/open-source-society/computer-science
stars | today |
---|---|
21407 | 149 |
🎓 Path to a free self-taught education in Computer Science!
sbrugman / deep-learning-papers
https://github.com/sbrugman/deep-learning-papers
stars | today |
---|---|
2013 | 142 |
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
20204 | 130 |
Roadmap to becoming a web developer in 2017
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
6494 | 97 |
TodoMVC for the RealWorld™ — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
vhf / free-programming-books
https://github.com/vhf/free-programming-books
stars | today |
---|---|
84775 | 73 |
📚 Freely available programming books
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
58085 | 69 |
😎 Curated list of awesome lists
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
15470 | 61 |
A curated list of awesome things related to Vue.js
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
43379 | 55 |
A complete computer science study plan to become a software engineer.
m0l1ce / wooyunallbugs
https://github.com/m0l1ce/wooyunallbugs
stars | today |
---|---|
120 | 48 |
wooyun_all_bugs
Apache-Flink-Docs-ZH / Apache-Flink-Docs-ZH-translation
https://github.com/Apache-Flink-Docs-ZH/Apache-Flink-Docs-ZH-translation
stars | today |
---|---|
47 | 40 |
Apache Flink官方文档中文翻译计划
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
49902 | 35 |
A collection of useful .gitignore templates
basecamp / handbook
https://github.com/basecamp/handbook
stars | today |
---|---|
2423 | 48 |
Basecamp Employee Handbook
robi56 / Deep-Learning-for-Recommendation-Systems
https://github.com/robi56/Deep-Learning-for-Recommendation-Systems
stars | today |
---|---|
78 | 38 |
This repository contains Deep Learning based articles , paper and repositories for Recommender Systems
Idnan / bash-guide
https://github.com/Idnan/bash-guide
stars | today |
---|---|
7483 | 35 |
A guide to learn bash
racaljk / hosts
https://github.com/racaljk/hosts
stars | today |
---|---|
12781 | 29 |
🗽 最新可用的google hosts文件。镜像:
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
18225 | 28 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
17680 | 31 |
A collective list of public JSON APIs for use in web development.
Glimpse / Home
https://github.com/Glimpse/Home
stars | today |
---|---|
47 | 33 |
Project Glimpse: Node Edition - Spend less time debugging and more time developing.
Brunty / checker-services
https://github.com/Brunty/checker-services
stars | today |
---|---|
175 | 28 |
List of links to the various checkers out there on the web for sites, domains, security etc.
ruanyf / jstraining
https://github.com/ruanyf/jstraining
stars | today |
---|---|
8885 | 23 |
全栈工程师培训材料
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
1947 | 23 |
A list of awesome beginners-friendly projects.
ngosang / trackerslist
https://github.com/ngosang/trackerslist
stars | today |
---|---|
1069 | 23 |
An updated list of public BitTorrent trackers