go
java
javascript
-
pshihn/rough
Create graphics with a hand-drawn, sketchy, appearance
-
kamranahmedse/driver.js
A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page
-
nhnent/tui.chart
🍞🍯Beautiful chart for data visualization.
-
Meituan-Dianping/mpvue
基于 Vue.js 的小程序开发框架,从底层支持 Vue.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
-
chaozh/awesome-blockchain-cn
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料
-
pshihn/workly
A really simple way to move a stand-alone function/class to a web worker.🏋️♀️→😄
-
vuejs/vue
🖖A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
jaredreich/pell
📝the simplest and smallest (~1kB) WYSIWYG text editor for web, with no dependencies
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
axios/axios
Promise based HTTP client for the browser and node.js
-
GoogleChrome/puppeteer
Headless Chrome Node API
-
facebook/create-react-app
Create React apps with no build configuration.
-
airbnb/javascript
JavaScript Style Guide
-
terkelg/prompts
Lightweight, beautiful and user-friendly interactive prompts
-
prettier/prettier
Prettier is an opinionated code formatter.
-
Tencent/wepy
小程序组件化开发框架
-
facebook/react-native
A framework for building native apps with React.
-
sindresorhus/cows
🐮ASCII cows
-
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总💯
-
rematch/rematch
A Redux Framework
-
pqina/filepond
🌊A Flexible and Fun JavaScript File Upload Library
-
nuxt/nuxt.js
Versatile Vue.js Framework
-
storybooks/storybook
Interactive UI component dev & test: React, React Native, Vue, Angular
-
parcel-bundler/parcel
📦🚀Blazing fast, zero configuration web application bundler
python
-
mzucker/noteshrink
Convert scans of handwritten notes to beautiful, compact PDFs
-
typeintandem/tandem
Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
-
tensorflow/models
Models and examples built with TensorFlow
-
BigNerd95/Chimay-Red
Working POC of Mikrotik exploit from Vault 7 CIA Leaks
-
snipsco/snips-nlu
Snips Python library to extract meaning from text
-
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
keras-team/keras
Deep Learning for humans
-
chinese-poetry/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
-
certbot/certbot
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
-
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
-
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.
-
uber-common/metta
An information security preparedness tool to do adversarial simulation.
-
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
-
vithursant/MagnetLoss-PyTorch
PyTorch implementation of a deep metric learning technique called "Magnet Loss" from Facebook AI Research (FAIR).
-
deepinsight/insightface
Face Recognition Project on MXNet
-
anvaka/word2vec-graph
Exploring word2vec embeddings as a graph of nearest neighbors
-
rg3/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
XX-net/XX-Net
a web proxy tool
-
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
-
natasha/natasha
Rule-based named entity recognition library for russian language
-
tensorflow/magenta
Magenta: Music and Art Generation with Machine Intelligence
-
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
-
NVIDIA/FastPhotoStyle
Style transfer, deep learning, feature transform
-
python/cpython
The Python programming language
rust
-
atom/xray
An experimental next-generation Electron-based text editor
-
rust-lang/rust
A safe, concurrent, practical language.
-
ashleygwilliams/wasm-pack
📦✨pack up the wasm and publish it to npm!
-
valeriansaliou/vigil
🚦Microservices Status Page. Monitors a distributed infrastructure and sends alerts to Slack.
-
alexcrichton/wasm-bindgen
Interoperating JS and Rust code
-
jwilm/alacritty
A cross-platform, GPU-accelerated terminal emulator
-
google/xi-editor
A modern editor with a backend written in Rust.https://google.github.io/xi-editor
-
koute/stdweb
A standard library for the client-side Web
-
LegNeato/asciinema-rs
Asciinema client written in Rust
-
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
-
redox-os/relibc
C Library in Rust for Redox and Linux (WIP)
-
serde-rs/serde
Serialization framework for Rust
-
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern
-
servo/servo
The Servo Browser Engine
-
DenisKolodin/yew
Rust framework for making client web apps
-
gyscos/Cursive
A Text User Interface library for the Rust programming language
-
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
paritytech/parity
Fast, light, robust Ethereum implementation.
-
tokio-rs/tokio
A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
-
facebookexperimental/mononoke
A Mercurial source control server, specifically designed to support large monorepos.
-
rust-lang/book
The Rust Programming Language
-
pingcap/tikv
Distributed transactional key value database powered by Rust and Raft
-
mozilla/mentat
A persistent, relational store inspired by Datomic and DataScript.
-
rust-lang-nursery/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
-
kbknapp/clap-rs
A full featured, fast Command Line Argument Parser for Rust