Skip to content

Instantly share code, notes, and snippets.

View luringens's full-sized avatar

Viv luringens

  • Norway
View GitHub Profile
@luringens
luringens / main.rs
Created January 2, 2019 15:04
Minimal example of handling escape characters.
fn main() {
for arg in std::env::args().skip(1) {
println!("{}", unescape(arg.as_ref()));
}
}
/// Takes a string and replaces escape sequences with the characters they represent.
fn unescape(data: &str) -> String {
let mut result = String::with_capacity(data.len());
let mut iterator = data.chars();
@luringens
luringens / dnd5e-2018-02-11.md
Last active February 11, 2018 20:58
Summary of the 2018-02-11 RPS DnD5e session led by Wyhx

DnD 5e 2017-11-12

Character overview

Username Character name Race and Class
Luringen Igor Deathforge Human Paladin
Tweetiti Zarzatran Naandaelle Draconic Bloodline Sorcerer
Red Angel Gwen Everred Tiefling Druid
@luringens
luringens / dnd5e-2017-11-12.md
Last active December 3, 2017 22:52
Summary of the 2017-12-03 RPS DnD5e session led by Wyhx

DnD 5e 2017-11-12

Character overview

Username Character name Race and Class Notes
Luringen Igor Deathforge Human Paladin Prays to Helm, frontline DPS
Haxton Fale Niri Rockstaff Half-Elf Cleric Prays to Eldaf, healer
Tweetiti Zarzatran Naandaelle Draconic Bloodline Sorcerer Ranged support
Red Angel Gwen Everred Tiefling Druid Beast trainer/Beast
@luringens
luringens / dnd5e-2017-11-12.md
Last active November 13, 2017 11:38
Summary of the 2017-11-12 RPS DnD5e session led by Wyhx

DnD 5e 2017-11-12

Character overview

Username Character name Race and Class Notes
Luringen Igor Deathforge Human Paladin Prays to Helm, frontline DPS
Haxton Fale Niri Rockstaff Half-Elf Cleric Prays to Eldaf, healer
Tweetiti Zarzatran Naandaelle Tiefling Sorcerer Ranged support
EuropaPlanitia Euell High-Elf Wizard Ranged support