Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Oct 5, 2024
1 parent bb66ef3 commit aaea6d6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/computer languages/Computer_languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Guides/Misc...etc

* [wikipedia/Foreign function interface FFI](https://en.wikipedia.org/wiki/Foreign_function_interface)
* [Call_graph](https://en.wikipedia.org/wiki/Call_graph)
* [The Raft Consensus Algorithm](https://raft.github.io/)
* [SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)
Expand Down
3 changes: 3 additions & 0 deletions docs/computer languages/programming_languages/rust/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo

## Any projects with Rust

* [uniffi-rs](https://github.com/mozilla/uniffi-rs)
* [bindgen](https://github.com/rust-lang/rust-bindgen)
* [sccache](https://github.com/mozilla/sccache)
* [ReVanced APKs download application](https://github.com/revanced-apks/revanced-apks.github.io/tree/main)
* [Tokio](https://docs.rs/crate/tokio/latest)
* [tokio-rs/tokio](https://github.com/tokio-rs/tokio)
Expand Down
18 changes: 18 additions & 0 deletions docs/network/web/browser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Browser

# Browser Engine

* A browser engine (also known as a layout engine or rendering engine) from wiki media
* [Web Browser Engine – Definition & Working](https://www.geeksforgeeks.org/web-browser-engine-definition-working/)
* [Comparison_of_browser_engines](https://en.wikipedia.org/wiki/Comparison_of_browser_engines)
* [Gecko](https://en.wikipedia.org/wiki/Gecko_(software))
* [Servo](https://servo.org/)
* [Setting up your environment](https://book.servo.org/hacking/setting-up-your-environment.html)


# Firefox

* [Contributing to Mozilla projects](https://firefox-source-docs.mozilla.org/contributing/contributing_to_mozilla.html)
* [Getting Set Up To Work On The Firefox Codebase](https://firefox-source-docs.mozilla.org/setup/index.html)
* [writing-rust-code](https://firefox-source-docs.mozilla.org/writing-rust-code/index.html)
* [wiki mozilla/Quantum](https://wiki.mozilla.org/Quantum)

0 comments on commit aaea6d6

Please sign in to comment.