Language: python
chinese-poetry / chinese-poetry
https://github.com/chinese-poetry/chinese-poetry
stars | today |
---|---|
6927 | 215 |
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
Netflix / security_monkey
https://github.com/Netflix/security_monkey
stars | today |
---|---|
2276 | 182 |
Security Monkey
DeNA / SRCNNKit
https://github.com/DeNA/SRCNNKit
stars | today |
---|---|
155 | 151 |
CoreML and Keras implementation of Super-Resolution Convolutional Neural Network (SRCNN)
NVIDIA / FastPhotoStyle
https://github.com/NVIDIA/FastPhotoStyle
stars | today |
---|---|
6389 | 103 |
Style transfer, deep learning, feature transform
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
29050 | 79 |
Models and examples built with TensorFlow
merrychap / shellen
https://github.com/merrychap/shellen
stars | today |
---|---|
192 | 84 |
Interactive shellcoding environment to easily craft shellcodes
asciinema / asciinema
https://github.com/asciinema/asciinema
stars | today |
---|---|
3716 | 82 |
Terminal session recorder 📹
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
26189 | 59 |
Deep Learning for humans
Viralmaniar / Passhunt
https://github.com/Viralmaniar/Passhunt
stars | today |
---|---|
92 | 58 |
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
23761 | 59 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
kennethreitz / twitter-scraper
https://github.com/kennethreitz/twitter-scraper
stars | today |
---|---|
450 | 57 |
Scrape the Twitter Frontend API without authentication.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
46167 | 50 |
A curated list of awesome Python frameworks, libraries, software and resources
Microsoft / MMdnn
https://github.com/Microsoft/MMdnn
stars | today |
---|---|
700 | 54 |
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch and CoreML.
robinsloan / sentencespace
https://github.com/robinsloan/sentencespace
stars | today |
---|---|
61 | 56 |
Generating gradients, exploring neighborhoods.
instacart / lore
https://github.com/instacart/lore
stars | today |
---|---|
299 | 55 |
Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers
deepmipt / DeepPavlov
https://github.com/deepmipt/DeepPavlov
stars | today |
---|---|
1152 | 47 |
An open source library for building end-to-end dialog systems and training chatbots.
Manisso / fsociety
https://github.com/Manisso/fsociety
stars | today |
---|---|
2394 | 43 |
fsociety Hacking Tools Pack – A Penetration Testing Framework
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
12197 | 40 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
EvilPort2 / Simple-OpenCV-Calculator
https://github.com/EvilPort2/Simple-OpenCV-Calculator
stars | today |
---|---|
145 | 38 |
A gesture controlled calculator.
minimaxir / big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
stars | today |
---|---|
23170 | 42 |
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
26153 | 33 |
scikit-learn: machine learning in Python
gene1wood / github-collaborator-manager
https://github.com/gene1wood/github-collaborator-manager
stars | today |
---|---|
49 | 41 |
A tool to manage GitHub repo collaborators with files
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
23586 | 35 |
pypa / pipenv
https://github.com/pypa/pipenv
stars | today |
---|---|
9091 | 39 |
Python Development Workflow for Humans.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
11460 | 31 |
The world’s simplest facial recognition api for Python and the command line
Language: go
erroneousboat / slack-term
https://github.com/erroneousboat/slack-term
stars | today |
---|---|
1866 | 823 |
Slack client for your terminal
RadhiFadlillah / shiori
https://github.com/RadhiFadlillah/shiori
stars | today |
---|---|
737 | 308 |
Simple bookmark manager built with Go
bettercap / bettercap
https://github.com/bettercap/bettercap
stars | today |
---|---|
1473 | 137 |
The state of the art network attack and monitoring framework.
bcicen / grmon
https://github.com/bcicen/grmon
stars | today |
---|---|
330 | 71 |
Command line monitoring for goroutines
zricethezav / gitleaks
https://github.com/zricethezav/gitleaks
stars | today |
---|---|
2899 | 67 |
Searches full repo history for secrets and keys 🔑
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
14717 | 51 |
Official Go implementation of the Ethereum protocol
golang / go
stars | today |
---|---|
38496 | 58 |
The Go programming language
yeasy / blockchain_guide
https://github.com/yeasy/blockchain_guide
stars | today |
---|---|
3361 | 53 |
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
z7zmey / php-parser
https://github.com/z7zmey/php-parser
stars | today |
---|---|
243 | 55 |
A Parser for PHP written in Go
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
33162 | 41 |
Production-Grade Container Scheduling and Management
nzoschke / gofaas
https://github.com/nzoschke/gofaas
stars | today |
---|---|
122 | 52 |
A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
spf13 / cobra
https://github.com/spf13/cobra
stars | today |
---|---|
6629 | 50 |
A Commander for modern Go CLI interactions
google / gops
https://github.com/google/gops
stars | today |
---|---|
2281 | 49 |
A tool to list and diagnose Go processes currently running on your system
golang / vgo
stars | today |
---|---|
553 | 45 |
[mirror] Versioned Go Prototype
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
28312 | 41 |
A curated list of awesome Go frameworks, libraries and software
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
32743 | 39 |
🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴 蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴
GenesisKernel / go-genesis
https://github.com/GenesisKernel/go-genesis
stars | today |
---|---|
528 | 40 |
Public blockchain platform for building digital ecosystems
blevesearch / bleve
https://github.com/blevesearch/bleve
stars | today |
---|---|
4121 | 37 |
A modern text indexing library for go
go-kit / kit
stars | today |
---|---|
9257 | 36 |
A standard library for microservices.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
20985 | 29 |
A golang ebook intro how to build a web with golang
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
10262 | 30 |
Minio is an open source object storage server compatible with Amazon S3 APIs
cbeuw / GoQuiet
https://github.com/cbeuw/GoQuiet
stars | today |
---|---|
100 | 30 |
A shadowsocks plugin that obfuscates SS traffic and can defend against active probing
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
13455 | 29 |
Træfik, a modern reverse proxy
moby / moby
stars | today |
---|---|
47858 | 24 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
7008 | 24 |
A platform for building proxies to bypass network restrictions.
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
91058 | 187 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
28623 | 67 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
57246 | 45 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
22601 | 27 |
Open Source Computer Vision Library
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
42817 | 30 |
The Swift Programming Language
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
16602 | 26 |
Tesseract Open Source OCR Engine (main repository)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
13625 | 24 |
Godot Engine – Multi-platform 2D and 3D game engine
BVLC / caffe
stars | today |
---|---|
23018 | 22 |
Caffe: a fast open framework for deep learning.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
6026 | 20 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
12774 | 20 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
grpc / grpc
stars | today |
---|---|
13878 | 18 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
3813 | 18 |
The Solidity Contract-Oriented Programming Language
fireice-uk / xmr-stak
https://github.com/fireice-uk/xmr-stak
stars | today |
---|---|
1868 | 14 |
Unified All-in-one Monero miner
elibensasson / libSTARK
https://github.com/elibensasson/libSTARK
stars | today |
---|---|
26 | 17 |
a library for zero knowledge (ZK) scalable transparent argument of knowledge (STAR
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
8687 | 15 |
JSON for Modern C++
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
6922 | 15 |
🔧 Cross-platform GUI management tool for Redis
Microsoft / AirSim
https://github.com/Microsoft/AirSim
stars | today |
---|---|
4458 | 13 |
Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
23985 | 12 |
Protocol Buffers - Google’s data interchange format
keepassxreboot / keepassxc
https://github.com/keepassxreboot/keepassxc
stars | today |
---|---|
3240 | 14 |
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
v8 / v8
stars | today |
---|---|
8323 | 13 |
The official mirror of the V8 Git repository
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
4052 | 12 |
C++ front/service proxy
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
6326 | 13 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
2214 | 11 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
OpenGene / fastp
https://github.com/OpenGene/fastp
stars | today |
---|---|
126 | 13 |
A FASTQ preprocessor with full features (QC/adapters/trimming/filtering/splitting…)
apple / turicreate
https://github.com/apple/turicreate
stars | today |
---|---|
6017 | 12 |
Turi Create simplifies the development of custom machine learning models.
Language: javascript
chaozh / awesome-blockchain
https://github.com/chaozh/awesome-blockchain
stars | today |
---|---|
3574 | 771 |
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料
game-helper / hongbao
https://github.com/game-helper/hongbao
stars | today |
---|---|
1467 | 444 |
✔️ 饿了么、美团拼手气红包辅助,一键领取手气最佳红包 http://www.elemhb.top/
pqina / filepond
https://github.com/pqina/filepond
stars | today |
---|---|
555 | 376 |
🌊 A Flexible and Fun JavaScript File Upload Plugin
terkelg / prompts
https://github.com/terkelg/prompts
stars | today |
---|---|
2070 | 290 |
Lightweight, beautiful and user-friendly interactive prompts
nativescript-vue / nativescript-vue
https://github.com/nativescript-vue/nativescript-vue
stars | today |
---|---|
2114 | 187 |
NativeScript with the ease of Vue
mafintosh / turbo-http
https://github.com/mafintosh/turbo-http
stars | today |
---|---|
221 | 160 |
Blazing fast low level http server
yangshun / front-end-interview-handbook
https://github.com/yangshun/front-end-interview-handbook
stars | today |
---|---|
10244 | 137 |
🕸 Almost complete answers to “Front-end Job Interview Questions” which you can use to interview potential candidates, test yourself or completely ignore
vuejs / vue
stars | today |
---|---|
85320 | 130 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
rematch / rematch
https://github.com/rematch/rematch
stars | today |
---|---|
643 | 128 |
A Redux Framework
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
89588 | 108 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
jamiebuilds / unstated
https://github.com/jamiebuilds/unstated
stars | today |
---|---|
2271 | 113 |
State so simple, it goes without saying
Chalarangelo / 30-seconds-of-code
https://github.com/Chalarangelo/30-seconds-of-code
stars | today |
---|---|
18356 | 103 |
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
44280 | 76 |
Create React apps with no build configuration.
photonstorm / phaser
https://github.com/photonstorm/phaser
stars | today |
---|---|
19430 | 80 |
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
tsayen / dom-to-image
https://github.com/tsayen/dom-to-image
stars | today |
---|---|
1913 | 84 |
Generates an image from a DOM node using HTML5 canvas
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
27510 | 81 |
Headless Chrome Node API
atomiks / tippyjs
https://github.com/atomiks/tippyjs
stars | today |
---|---|
3698 | 73 |
A lightweight, vanilla JS tooltip library
Tencent / wepy
https://github.com/Tencent/wepy
stars | today |
---|---|
6849 | 70 |
小程序组件化开发框架
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
37064 | 68 |
Promise based HTTP client for the browser and node.js
brunnolou / react-morph
https://github.com/brunnolou/react-morph
stars | today |
---|---|
1647 | 71 |
Morphing Ui transitions made simple
konvajs / konva
https://github.com/konvajs/konva
stars | today |
---|---|
2341 | 63 |
Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
LeCoupa / awesome-cheatsheets
https://github.com/LeCoupa/awesome-cheatsheets
stars | today |
---|---|
4484 | 57 |
📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
alibaba / G3D
https://github.com/alibaba/G3D
stars | today |
---|---|
195 | 62 |
A pure 3D render engine compatible with webgl, running both in browser and gcanvas.
alibaba / GCanvas
https://github.com/alibaba/GCanvas
stars | today |
---|---|
196 | 61 |
vraa / gitflowanimated
https://github.com/vraa/gitflowanimated
stars | today |
---|---|
98 | 61 |
Git flow - Animated
Language: unknown
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
3292 | 578 |
📚 技术面试需要掌握的基础知识,持续更新中~
enocom / gopher-reading-list
https://github.com/enocom/gopher-reading-list
stars | today |
---|---|
631 | 469 |
A curated selection of blog posts on Go
nswbmw / node-in-debugging
https://github.com/nswbmw/node-in-debugging
stars | today |
---|---|
1176 | 382 |
《Node.js 调试指南》
andrew–r / frontend-case-studies
https://github.com/andrew--r/frontend-case-studies
stars | today |
---|---|
2549 | 259 |
💼 A curated list of technical talks and articles about real-world enterprise frontend development
dgryski / go-perfbook
https://github.com/dgryski/go-perfbook
stars | today |
---|---|
1365 | 237 |
Thoughts on Go performance optimization
wahyd4 / work-in-australia
https://github.com/wahyd4/work-in-australia
stars | today |
---|---|
1156 | 204 |
程序员如何申请到澳洲工作
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
79306 | 101 |
😎 Curated list of awesome lists
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
16549 | 91 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
62223 | 67 |
A collection of useful .gitignore templates
gsathya / proposal-slice-notation
https://github.com/gsathya/proposal-slice-notation
stars | today |
---|---|
88 | 79 |
NirantK / awesome-project-ideas
https://github.com/NirantK/awesome-project-ideas
stars | today |
---|---|
136 | 67 |
Curated list of Machine Learning, NLP, Vision Project Ideas
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
58528 | 66 |
A complete computer science study plan to become a software engineer.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
43255 | 68 |
Roadmap to becoming a web developer in 2018
felixgr / secure-ios-app-dev
https://github.com/felixgr/secure-ios-app-dev
stars | today |
---|---|
781 | 67 |
Collection of the most common vulnerabilities found in iOS applications
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
76760 | 60 |
A book series on JavaScript. @YDKJS on twitter.
onmyway133 / fantastic-ios-architecture
https://github.com/onmyway133/fantastic-ios-architecture
stars | today |
---|---|
1853 | 61 |
🏯 Better ways to structure iOS apps
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
1001 | 57 |
A curated list of awesome Flutter components, frameworks, libraries, and softwares
zhaoqize / FE-Guide
https://github.com/zhaoqize/FE-Guide
stars | today |
---|---|
76 | 59 |
汇集了前端技术书籍、前端热门技术、前端发展等资料。
Cryptogenic / Exploit-Writeups
https://github.com/Cryptogenic/Exploit-Writeups
stars | today |
---|---|
264 | 52 |
A collection where my current and future writeups for exploits/CTF will go
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
29356 | 52 |
🎉 A curated list of awesome things related to Vue.js
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
15755 | 43 |
蓝灯(Lantern)官方论坛
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
101997 | 36 |
📚 Freely available programming books
jbhuang0604 / awesome-computer-vision
https://github.com/jbhuang0604/awesome-computer-vision
stars | today |
---|---|
5435 | 42 |
A curated list of awesome computer vision resources
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
33212 | 40 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
ethereum / wiki
https://github.com/ethereum/wiki
stars | today |
---|---|
8248 | 37 |
The Ethereum Wiki -