Skip to content

Instantly share code, notes, and snippets.

View adalinesimonian's full-sized avatar
😈
Up to no good

Adaline Valentina Simonian adalinesimonian

😈
Up to no good
View GitHub Profile
@benjamindean
benjamindean / Code.desktop
Last active July 20, 2019 12:19
Linux desktop entry for Visual Studio Code. Goes to "/usr/share/applications/". For this to work, Code should be linked to `code` executable: https://code.visualstudio.com/Docs/setup
[Desktop Entry]
Name=Code
Exec=code %U
Terminal=false
Icon=code
Type=Application
StartupNotify=true
Categories=TextEditor;Development;Utility;
MimeType=text/plain;
@carols10cents
carols10cents / rust.md
Last active April 22, 2017 22:54
Resources for Learning Rust
@carols10cents
carols10cents / javascript-to-rust-cheat-sheet.md
Last active October 28, 2023 07:57
JavaScript to Rust Cheat Sheet

JavaScript to Rust Cheat Sheet

The goal of this is to have an easily-scannable reference for the most common syntax idioms in JavaScript and Rust so that programmers most comfortable with JavaScript can quickly get through the syntax differences and feel like they could read and write basic Rust programs.

What do you think? Does this meet its goal? If not, why not?

Variables

JavaScript: