Ever wondered why this program crashes? void main() { char * str = “NonWritable”; str[0] = ‘X’; /*<< Booom*/ } Compiling the same using -fwritable-strings option to gcc h… more →
WoOd's TechLogborninthewoods wrote 1 year ago: Ever wondered why this program crashes? void main() { char * str = “NonWritable”; str[0] … more →
borninthewoods wrote 1 year ago: An engineer was called to fix an expensive piece of machinery.. he came, thought deeply while lookin … more →
borninthewoods wrote 1 year ago: Vim :help visualbell comes up with: ‘visualbell’ ‘vb’ Use visual bell instea … more →
borninthewoods wrote 1 year ago: http://www.google.com/transliterate/indic/ … more →
borninthewoods wrote 1 year ago: Different Characters, Fonts, Glyphs, Encodings, Keyboard settings. I get Crazy thinking about ASCII, … more →