go
java
javascript
-
marktext/marktext
📝Next generation markdown editor, running on platforms of MacOS Windows and Linux.
-
drcmda/react-spring
🙌Helping react-motion and animated to become best friends
-
wasdk/WebAssemblyStudio
Learn, Teach, Work and Play in the WebAssembly Studio
-
DIYgod/RSSHub
🍭使用 RSS 连接全世界
-
vuejs/vue
🖖A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
react-tools/react-table
React Table - A lightweight, fast and extendable datagrid for React
-
FrontendMasters/front-end-handbook-2018
2018 edition of our front-end development handbook
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
glidejs/glide
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
-
sigalor/whatsapp-web-reveng
Reverse engineering WhatsApp Web.
-
justjavac/free-programming-books-zh_CN
📚免费的计算机编程类中文书籍,欢迎投稿
-
facebook/create-react-app
Create React apps with no build configuration.
-
Meituan-Dianping/mpvue
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
-
pshihn/rough
Create graphics with a hand-drawn, sketchy, appearance
-
atlassian/react-beautiful-dnd
Beautiful, accessible drag and drop for lists with React.js
-
axios/axios
Promise based HTTP client for the browser and node.js
-
GoogleChrome/puppeteer
Headless Chrome Node API
-
kamranahmedse/driver.js
A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page
-
airbnb/javascript
JavaScript Style Guide
-
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.
-
storybooks/storybook
Interactive UI component dev & test: React, React Native, Vue, Angular
-
kentcdodds/advanced-react-patterns-v2
Created with CodeSandbox
-
tensorflow/tfjs
A WebGL accelerated, browser based JavaScript library for training and deploying ML models.
-
Tencent/wepy
小程序组件化开发框架
-
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总💯
python
rust
-
orium/rpds
Rust Persistent Data Structures
-
rust-lang/rust
A safe, concurrent, practical language.
-
nebulet/nebulet
(Going to be) A microkernel that implements a WebAssembly "usermode" that runs in Ring 0.
-
jwilm/alacritty
A cross-platform, GPU-accelerated terminal emulator
-
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
-
rustwasm/wasm-bindgen
Interoperating JS and Rust code
-
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern
-
atom/xray
An experimental next-generation Electron-based text editor
-
paritytech/parity
Fast, light, robust Ethereum implementation.
-
google/xi-editor
A modern editor with a backend written in Rust.https://google.github.io/xi-editor
-
amethyst/amethyst
Data-oriented game engine written in Rust
-
graphql-rust/juniper
GraphQL server library for Rust
-
SergioBenitez/Rocket
A web framework for Rust.
-
rust-fuzz/honggfuzz-rs
Fuzz your Rust code with Google-developped Honggfuzz !
-
pingcap/tikv
Distributed transactional key value database powered by Rust and Raft
-
DenisKolodin/yew
Rust framework for making client web apps
-
actix/actix-web
Actix web is a small, pragmatic, and extremely fast web framework for Rust.
-
sozu-proxy/sozu
Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It will be awesome when it will be ready. Not So Secret Project! Ping us on gitter to know more
-
runconduit/conduit
Ultralight service mesh for Kubernetes
-
rust-lang/cargo
The Rust package manager
-
rust-lang-nursery/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
-
toidiu/learn-rust
-
stevedonovan/gentle-intro
A gentle Rust tutorial
-
servo/servo
The Servo Browser Engine
-
lotabout/rargs
xargs + awk with pattern matching support. `ls *.bak | rargs '(.*)\.bak' mv {0} {1}`