Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Monaco Editor | 34,261 | 1,185 | 1,263 | a day ago | 293 | August 30, 2022 | 329 | mit | JavaScript | |
A browser based code editor | ||||||||||
Learn Vim | 11,420 | 18 days ago | 11 | other | ||||||
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 | ||||||||||
Rust By Example | 5,801 | 2 days ago | 100 | apache-2.0 | ||||||
Learn Rust with examples (Live code editor included) | ||||||||||
React Ace | 3,737 | 1,790 | 542 | 3 months ago | 97 | April 26, 2022 | 192 | mit | JavaScript | |
React Ace Component | ||||||||||
Codeapp | 2,071 | 5 days ago | 383 | mit | Swift | |||||
Building a full-fledged code editor for iPad | ||||||||||
Masscode | 1,977 | a year ago | 70 | agpl-3.0 | Vue | |||||
This repository is outdated and new version of massCode is available! https://github.com/massCodeIO/massCode. A free and open source code snippets manager for developers. | ||||||||||
Codejar | 1,444 | 5 | 6 days ago | 13 | April 03, 2022 | 4 | mit | TypeScript | ||
An embeddable code editor for the browser 🍯 | ||||||||||
Cpeditor | 1,339 | 2 months ago | 75 | gpl-3.0 | C++ | |||||
The IDE for competitive programming :tada: | Fetch, Code, Compile, Run, Check, Submit :rocket: | ||||||||||
Import Cost | 1,274 | 10 | 6 | a month ago | 29 | April 06, 2022 | 40 | mit | JavaScript | |
displays the import size of the package you are importing inside the code editor | ||||||||||
Urlpages | 1,235 | 3 years ago | 3 | mit | JavaScript | |||||
Create and view web pages stored entirely in the URL |
Learn Rust with examples (Live code editor included)
If you'd like to read Rust by Example, you can visit https://doc.rust-lang.org/rust-by-example/ to read it online.
If you'd like to read it locally, install Rust, and then:
git clone https://github.com/rust-lang/rust-by-example
cd rust-by-example
cargo install mdbook
mdbook build
mdbook serve
To be able to run the examples, you must be connected to the internet; you can read all content offline, however!
Please see the CONTRIBUTING.md file for more details.
Rust by Example is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rust by Example by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.