I could probably implement an entire windowing system using just java Graphics2D primitives. They’re so useful, probably one of the best things designed right inside a language. However, word w… more →
Wasting my time... Writing on a blog.bobobobo wrote 1 month ago: Here’s how you do it. NSString to char* NSString* nsstr = @"My NSString" ; const char * cstr = … more →
jordoex wrote 8 months ago: I could probably implement an entire windowing system using just java Graphics2D primitives. They … more →
jordoex wrote 9 months ago: I present: substrings char str_pid[strlen(msg_in.buf)-2]; sprintf(str_pid, “%.*s\n”, str … more →