Language: python
DutchGraa / crackcoin
https://github.com/DutchGraa/crackcoin
stars | today |
---|---|
323 | 181 |
Very basic blockchain-free cryptocurrency PoC in Python
iogf / crocs
stars | today |
---|---|
230 | 173 |
Write regex using pure python class/function syntax and test it better. (Regex for humans).
anishathalye / seashells
https://github.com/anishathalye/seashells
stars | today |
---|---|
93 | 80 |
The official client for Seashells.io 🐚
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
18367 | 54 |
Models built with TensorFlow
lmcinnes / umap
https://github.com/lmcinnes/umap
stars | today |
---|---|
76 | 66 |
Uniform Manifold Approximation and Projection
probcomp / bayeslite
https://github.com/probcomp/bayeslite
stars | today |
---|---|
583 | 57 |
BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
35842 | 43 |
A curated list of awesome Python frameworks, libraries, software and resources
AlexiaJM / Deep-learning-with-cats
https://github.com/AlexiaJM/Deep-learning-with-cats
stars | today |
---|---|
664 | 44 |
Deep learning with cats (^._.^)
meetshah1995 / pytorch-semseg
https://github.com/meetshah1995/pytorch-semseg
stars | today |
---|---|
52 | 47 |
Semantic Segmentation Architectures Implemented in PyTorch
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
17428 | 38 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
11433 | 33 |
The Python programming language
mandatoryprogrammer / TrustTrees
https://github.com/mandatoryprogrammer/TrustTrees
stars | today |
---|---|
75 | 37 |
A Tool for DNS Delegation Trust Graphing
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
24070 | 34 |
A curated list of awesome Machine Learning frameworks, libraries and software.
andreiapostoae / dota2-predictor
https://github.com/andreiapostoae/dota2-predictor
stars | today |
---|---|
60 | 32 |
Tool that predicts the outcome of a Dota 2 game using Machine Learning
warner / magic-wormhole
https://github.com/warner/magic-wormhole
stars | today |
---|---|
6033 | 33 |
get things from one computer to another, safely
jadore801120 / attention-is-all-you-need-pytorch
https://github.com/jadore801120/attention-is-all-you-need-pytorch
stars | today |
---|---|
236 | 32 |
A PyTorch implementation of the Transformer model in “Attention is All You Need”.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
28175 | 27 |
A microframework based on Werkzeug, Jinja2 and good intentions
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
19730 | 25 |
scikit-learn: machine learning in Python
jordanpotti / AWSBucketDump
https://github.com/jordanpotti/AWSBucketDump
stars | today |
---|---|
104 | 29 |
Security Tool to Look For Interesting Files in S3 Buckets
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
27271 | 26 |
Command-line program to download videos from YouTube.com and other video sites
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
24152 | 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.
tensorflow / tensor2tensor
https://github.com/tensorflow/tensor2tensor
stars | today |
---|---|
2068 | 23 |
A library for generalized sequence to sequence models
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
18010 | 23 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vividvilla / csvtotable
https://github.com/vividvilla/csvtotable
stars | today |
---|---|
257 | 24 |
Simple command-line utility to convert CSV files to searchable and sortable HTML table.
django / django
https://github.com/django/django
stars | today |
---|---|
26747 | 13 |
The Web framework for perfectionists with deadlines.
Language: go
evilsocket / xray
https://github.com/evilsocket/xray
stars | today |
---|---|
369 | 211 |
XRay is a tool for recon, mapping and OSINT gathering from public networks.
mmcloughlin / globe
https://github.com/mmcloughlin/globe
stars | today |
---|---|
1150 | 137 |
Globe wireframe visualizations in Golang
campoy / go-tooling-workshop
https://github.com/campoy/go-tooling-workshop
stars | today |
---|---|
1304 | 81 |
A workshop covering all the tools gophers use in their day to day life
aglyzov / ws-machine
https://github.com/aglyzov/ws-machine
stars | today |
---|---|
75 | 61 |
WS-Machine is a websocket finite state machine for client websocket connections (Go)
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
24766 | 36 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
29704 | 43 |
The Go programming language
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
21977 | 42 |
A curated list of awesome Go frameworks, libraries and software
goreleaser / goreleaser
https://github.com/goreleaser/goreleaser
stars | today |
---|---|
1461 | 41 |
Deliver Go binaries as fast and easily as possible
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
5796 | 41 |
Official Go implementation of the Ethereum protocol
oracle / smith
https://github.com/oracle/smith
stars | today |
---|---|
266 | 33 |
Smith: A microcontainer builder
tj / go-update
https://github.com/tj/go-update
stars | today |
---|---|
94 | 29 |
Go package for auto-updating system-specific binaries via GitHub releases.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
16789 | 25 |
A golang ebook intro how to build a web with golang
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
18300 | 27 |
A Fast and Flexible Static Site Generator built with love in GoLang.
moby / moby
stars | today |
---|---|
44523 | 21 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
19955 | 23 |
Gogs is a painless self-hosted Git service.
aybabtme / rgbterm
https://github.com/aybabtme/rgbterm
stars | today |
---|---|
172 | 26 |
RGB colors for your terminal
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
1496 | 17 |
Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric
go-kit / kit
stars | today |
---|---|
7222 | 20 |
A standard library for microservices.
elves / elvish
https://github.com/elves/elvish
stars | today |
---|---|
2470 | 20 |
Friendly and expressive Unix shell
DarthSim / imgproxy
https://github.com/DarthSim/imgproxy
stars | today |
---|---|
117 | 20 |
Fast and secure standalone server for resizing and converting remote images
tidwall / cities
https://github.com/tidwall/cities
stars | today |
---|---|
103 | 20 |
10,000 Cities with Latitude, Longitude, and Elevation in Go
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
14029 | 17 |
Distributed reliable key-value store for the most critical data of a distributed system
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
8759 | 19 |
Træfik, a modern reverse proxy
Unknwon / the-way-to-go_ZH_CN
https://github.com/Unknwon/the-way-to-go_ZH_CN
stars | today |
---|---|
5506 | 16 |
《The Way to Go》中文译本,中文正式名《Go入门指南》
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
10709 | 17 |
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.
Language: c++
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
3369 | 351 |
An open autonomous driving platform
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
63118 | 122 |
Computation using data flow graphs for scalable machine learning
facebookresearch / ELF
https://github.com/facebookresearch/ELF
stars | today |
---|---|
725 | 73 |
An Extensive, Lightweight and Flexible Research Platform for Real-time Strategy Games
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
47796 | 44 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
14204 | 40 |
Bitcoin Core integration/staging tree
samizzo / hexed
https://github.com/samizzo/hexed
stars | today |
---|---|
37 | 36 |
Windows console-based hex editor
google / UIforETW
https://github.com/google/UIforETW
stars | today |
---|---|
400 | 33 |
User interface for recording and managing ETW traces
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
18581 | 29 |
Protocol Buffers - Google’s data interchange format
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
16723 | 25 |
Open Source Computer Vision Library
BVLC / caffe
stars | today |
---|---|
18943 | 20 |
Caffe: a fast open framework for deep learning.
KDAB / hotspot
https://github.com/KDAB/hotspot
stars | today |
---|---|
235 | 28 |
The Linux perf GUI for performance analysis.
guidovranken / libfuzzer-gv
https://github.com/guidovranken/libfuzzer-gv
stars | today |
---|---|
48 | 23 |
enhanced fork of libFuzzer
Microsoft / ELL
https://github.com/Microsoft/ELL
stars | today |
---|---|
1292 | 21 |
Embedded Learning Library
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39308 | 18 |
The Swift Programming Language
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
1859 | 20 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
hioa-cs / IncludeOS
https://github.com/hioa-cs/IncludeOS
stars | today |
---|---|
2326 | 20 |
A minimal, resource efficient unikernel for cloud services
GPUOpen-LibrariesAndSDKs / VulkanMemoryAllocator
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
stars | today |
---|---|
68 | 19 |
Easy to integrate Vulkan memory allocation library
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
7883 | 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
EOSIO / eos
stars | today |
---|---|
475 | 18 |
valhalla / valhalla
https://github.com/valhalla/valhalla
stars | today |
---|---|
154 | 16 |
Open Source Routing Engine for OpenStreetMap
dmlc / mxnet
stars | today |
---|---|
10332 | 13 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
9393 | 17 |
SQL powered operating system instrumentation, monitoring, and analytics.
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
9855 | 16 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
8564 | 15 |
Godot Engine – Multi-platform 2D and 3D game engine
Microsoft / CNTK
https://github.com/Microsoft/CNTK
stars | today |
---|---|
11706 | 13 |
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Language: javascript
vadimdemedes / ink
https://github.com/vadimdemedes/ink
stars | today |
---|---|
1438 | 453 |
🌈 React for CLIs
samccone / bundle-buddy
https://github.com/samccone/bundle-buddy
stars | today |
---|---|
459 | 399 |
jaredreich / pell
https://github.com/jaredreich/pell
stars | today |
---|---|
263 | 248 |
📝 the simplest and smallest (5kB) WYSIWYG text editor for web, with no dependencies
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
11194 | 247 |
⚛️ 📄 🚀 Blazing fast static site generator for React
nitin42 / terminal-in-react
https://github.com/nitin42/terminal-in-react
stars | today |
---|---|
659 | 220 |
👨💻 A tiny component that renders a terminal
sindresorhus / refined-github
https://github.com/sindresorhus/refined-github
stars | today |
---|---|
2183 | 179 |
Browser extension that simplifies the GitHub interface and adds useful features
stratiformltd / react-loadable-visibility
https://github.com/stratiformltd/react-loadable-visibility
stars | today |
---|---|
239 | 175 |
A wrapper around react-loadable and loadable-components to load elements that are visible on the page.
gajus / usus
stars | today |
---|---|
394 | 173 |
Webpage pre-rendering service. ⚡️
weixin / WeSketch
https://github.com/weixin/WeSketch
stars | today |
---|---|
1566 | 144 |
A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.
vuejs / vue
stars | today |
---|---|
59352 | 134 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
30179 | 134 |
Create React apps with no build configuration.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
55000 | 131 |
JavaScript Style Guide
Bogdan-Lyashenko / Under-the-hood-ReactJS
https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS
stars | today |
---|---|
2064 | 119 |
Entire ReactJS code base explanation by visual block schemes (Stack+Fiber versions)
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
62906 | 87 |
A book series on JavaScript. @YDKJS on twitter.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
70642 | 82 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
oguzhaninan / Stacer
https://github.com/oguzhaninan/Stacer
stars | today |
---|---|
2061 | 90 |
Linux System Optimizer and Monitoring
tkh44 / emotion
https://github.com/tkh44/emotion
stars | today |
---|---|
605 | 91 |
⚡️ The Next Generation of CSS-in-JS
grab / front-end-guide
https://github.com/grab/front-end-guide
stars | today |
---|---|
7919 | 85 |
📚 Study guide and introduction to the modern front end stack.
airbnb / prop-types-exact
https://github.com/airbnb/prop-types-exact
stars | today |
---|---|
106 | 83 |
For use with React PropTypes. Will error on any prop not explicitly specified.
vigneshshanmugam / js-cpa
https://github.com/vigneshshanmugam/js-cpa
stars | today |
---|---|
81 | 71 |
Code pattern analysis for JS
mrvautin / githubdocs
https://github.com/mrvautin/githubdocs
stars | today |
---|---|
71 | 69 |
Easily build a searchable documentation app using markdown files in your Github Repo.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
22835 | 64 |
Promise based HTTP client for the browser and node.js
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
112486 | 37 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
lipp / login-with
https://github.com/lipp/login-with
stars | today |
---|---|
1477 | 58 |
Stateless login-with microservice for OAuth
d3 / d3
stars | today |
---|---|
65976 | 46 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
Language: unknown
shieldfy / API-Security-Checklist
https://github.com/shieldfy/API-Security-Checklist
stars | today |
---|---|
3083 | 1474 |
Checklist of the most important security countermeasures when designing, testing, and releasing your API
wearehive / project-guidelines
https://github.com/wearehive/project-guidelines
stars | today |
---|---|
5768 | 734 |
A set of best practices for JavaScript projects
jiqizhixin / Artificial-Intelligence-Terminology
https://github.com/jiqizhixin/Artificial-Intelligence-Terminology
stars | today |
---|---|
145 | 142 |
The English-Chinese paired terminologies in Artificial Intelligence Domain
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
17795 | 146 |
🔗 Some useful websites for programmers.
gilbert / es-pipeline-operator
https://github.com/gilbert/es-pipeline-operator
stars | today |
---|---|
1538 | 87 |
A proposal for adding the simple-but-useful pipeline operator to JavaScript.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
88605 | 69 |
📚 Freely available programming books
jeromedalbert / real-world-react
https://github.com/jeromedalbert/real-world-react
stars | today |
---|---|
1371 | 72 |
Real World React apps and their open source codebases for developers to learn from
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
52111 | 51 |
A collection of useful .gitignore templates
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
61620 | 60 |
😎 Curated list of awesome lists
byoungd / english-level-up-tips-for-Chinese
https://github.com/byoungd/english-level-up-tips-for-Chinese
stars | today |
---|---|
4392 | 61 |
可能是让你受益匪浅的英语进阶指南
andrew–r / channels
https://github.com/andrew--r/channels
stars | today |
---|---|
3038 | 58 |
A collection of useful YouTube channels for javascript developers and web designers
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
18093 | 57 |
A curated list of awesome things related to Vue.js
UKHomeOffice / posters
https://github.com/UKHomeOffice/posters
stars | today |
---|---|
1371 | 55 |
Home Office Digital repository of posters covering different topics - research, access needs, accessibility, design.
dexteryy / spellbook-of-modern-webdev
https://github.com/dexteryy/spellbook-of-modern-webdev
stars | today |
---|---|
7791 | 49 |
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
45391 | 39 |
A complete computer science study plan to become a software engineer.
tc39 / proposal-pattern-matching
https://github.com/tc39/proposal-pattern-matching
stars | today |
---|---|
682 | 43 |
Pattern matching syntax for ECMAScript
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
19725 | 31 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
astorfi / TensorFlow-World-Resources
https://github.com/astorfi/TensorFlow-World-Resources
stars | today |
---|---|
37 | 34 |
ngosang / trackerslist
https://github.com/ngosang/trackerslist
stars | today |
---|---|
1299 | 30 |
An updated list of public BitTorrent trackers
Scanate / EthList
https://github.com/Scanate/EthList
stars | today |
---|---|
1332 | 29 |
The Comprehensive Ethereum Reading List
papers-we-love / papers-we-love
https://github.com/papers-we-love/papers-we-love
stars | today |
---|---|
23720 | 29 |
Papers from the computer science community to read and discuss.
Microsoft / MSRC-Security-Research
https://github.com/Microsoft/MSRC-Security-Research
stars | today |
---|---|
194 | 27 |
Security Research from the Microsoft Security Response Center (MSRC)
cocoa-ai / CocoaAI
https://github.com/cocoa-ai/CocoaAI
stars | today |
---|---|
72 | 27 |
🤖 The Cocoa Artificial Intelligence Lab
wasabeef / awesome-android-ui
https://github.com/wasabeef/awesome-android-ui
stars | today |
---|---|
24216 | 26 |
A curated list of awesome Android UI/UX libraries
github / site-policy
https://github.com/github/site-policy
stars | today |
---|---|
134 | 24 |
Collaborative development on GitHub’s site policies, procedures, and guidelines