Related Tags

software.programming-language
cpp python c haskell qt js rust qml scala sql

Rust

Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages.

fn main() {
    println!("Hello world!");
}
Thumbnail for HITCON 2023 – The Blade
Thumbnail for HITCON 2023 – The Blade

HITCON 2023 – The Blade

Beginner-friendly writeup for a nifty Rust reversing challenge.

Thumbnail for AOC 2021 Day 22 – Reactor Reboot
Thumbnail for AOC 2021 Day 22 – Reactor Reboot

AOC 2021 Day 22 – Reactor Reboot

Reboot reactors from a submarine using set theory.

Thumbnail for Advent of Code 2021
Thumbnail for Advent of Code 2021

Advent of Code 2021

Synopsis and reflections on solving the Advent of Code 2021 challenges through various programming languages.