go
java
javascript
-
chaozh/awesome-blockchain
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料
-
tsayen/dom-to-image
Generates an image from a DOM node using HTML5 canvas
-
mafintosh/turbo-http
Blazing fast low level http server
-
Kickball/awesome-selfhosted
This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
-
terkelg/prompts
Lightweight, beautiful and user-friendly interactive prompts
-
pqina/filepond
🌊A Flexible and Fun JavaScript File Upload Plugin
-
GoogleChrome/puppeteer
Headless Chrome Node API
-
rematch/rematch
A Redux Framework
-
vuejs/vue
🖖A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
bramblex/jsjs
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
webpack-contrib/mini-css-extract-plugin
Lightweight CSS extraction plugin
-
atomiks/tippyjs
A lightweight, vanilla JS tooltip library
-
facebook/create-react-app
Create React apps with no build configuration.
-
axios/axios
Promise based HTTP client for the browser and node.js
-
yangshun/front-end-interview-handbook
🕸Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore
-
FreeTubeApp/FreeTube
An Open Source YouTube app for privacy
-
game-helper/hongbao
✔️饿了么、美团拼手气红包辅助,一键领取手气最佳红包http://www.elemhb.top/
-
CyberMonitor/APT_CyberCriminal_Campagin_Collections
APT & CyberCriminal Campaign Collection
-
Ni55aN/d3-node-editor
JavaScript library for visual programming
-
magcius/model-viewer
Model Viewer for random games
-
LeCoupa/awesome-cheatsheets
📚Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
photonstorm/phaser
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.
-
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders," modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
mafintosh/turbo-net
Low level TCP library for Node.js
python
-
Zeta36/chess-alpha-zero
Chess reinforcement learning by AlphaGo Zero methods.
-
ray-project/ray
A high-performance distributed execution engine
-
omikun/MyAppNap
Suspend any one Mac OS app when not in focus
-
Viralmaniar/Passhunt
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.
-
kennethreitz/twitter-scraper
Scrape the Twitter Frontend API without authentication.
-
rg3/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
asciinema/asciinema
Terminal session recorder📹
-
chinese-poetry/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
-
tensorflow/models
Models and examples built with TensorFlow
-
keras-team/keras
Deep Learning for humans
-
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
Microsoft/MMdnn
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.
-
merrychap/shellen
Interactive shellcoding environment to easily craft shellcodes
-
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
-
NVIDIA/FastPhotoStyle
Style transfer, deep learning, feature transform
-
minimaxir/big-list-of-naughty-strings
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.
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
django/django
The Web framework for perfectionists with deadlines.
-
EvilPort2/Simple-OpenCV-Calculator
A gesture controlled calculator.
-
pypa/pipenv
Python Development Workflow for Humans.
-
bitcoinbook/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
-
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
-
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
requests/requests
Python HTTP Requests for Humans™✨🍰✨
-
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
rust
-
Luminarys/synapse
Synapse BitTorrent Daemon
-
carols10cents/rustlings
Small exercises to get you used to reading and writing Rust code
-
sindresorhus/gifski-app
Convert videos to high-quality GIFs on your Mac
-
antoyo/relm
Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust
-
rust-lang/rust
A safe, concurrent, practical language.
-
jwilm/alacritty
A cross-platform, GPU-accelerated terminal emulator
-
ozkriff/zemeroth
Zemeroth is a 2D turn-based hexagonal strategy game in Rust.
-
google/xi-editor
A modern editor with a backend written in Rust.
-
paritytech/parity
Fast, light, robust Ethereum implementation.
-
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
-
SergioBenitez/Rocket
A web framework for Rust.
-
indradb/indradb
A graph database written in rust
-
kpcyrd/rshijack
tcp connection hijacker, rust rewrite of shijack
-
servo/servo
The Servo Browser Engine
-
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'.
-
koute/stdweb
A standard library for the client-side Web
-
DenisKolodin/yew
Rust framework for making client web apps
-
maekawatoshiki/naglfar
Naglfar is a toy web browser in Rust
-
Aaronepower/tokei
A program that allows you to count your code, quickly.
-
Cretonne/cretonne
Cretonne code generator
-
nrc/derive-new
derive simple constructor functions for Rust structs
-
actix/actix-web
Actix web is a small, pragmatic, extremely fast, web framework for Rust.
-
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern
-
diesel-rs/diesel
A safe, extensible ORM and Query Builder for Rust
-
kbknapp/clap-rs
A full featured, fast Command Line Argument Parser for Rust