Blog Posts

Recent posts

Rust - Index, mut Index operator example

less than 1 minute read

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 use std::ops::{Index, IndexMut}; #[derive(Debug)] pub struct ImageArray2 { dat...

Emacs - Learning Emacs

1 minute read

http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ C-h C-h : help C-g : quit C-x b : switch buffers C-x right : right-cycle through bu...