Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ITT small crappy tools you've made.

Name: Anonymous 2008-01-15 19:59

lol progfind


# progfind shiichan

Title:     Shiichan Post Referencing
URL:       http://dis.4chan.org/read/prog/1195857400
Posted:    2007-11-23 22:36
Last Post: 2007-11-24 14:52

Title:     SHIICHAN HAS A FATAL FLAW
URL:       http://dis.4chan.org/read/prog/1185843497
Posted:    2007-07-31 01:58
Last Post: 2007-08-03 12:56

Title:     Shiichan, read.php, Line 11
URL:       http://dis.4chan.org/read/prog/1185626900
Posted:    2007-07-28 13:48
Last Post: 2007-07-28 14:10

Title:     Shiichan needs an [img]
URL:       http://dis.4chan.org/read/prog/1185463229
Posted:    2007-07-26 16:20
Last Post: 2007-07-26 23:17

Title:     Shiichan
URL:       http://dis.4chan.org/read/prog/1181486959
Posted:    2007-06-10 15:49
Last Post: 2007-06-11 16:53

Name: Anonymous 2008-01-16 9:18

>>17

#define isdigit _isdigit

facepalm.
Do you really want to do that?
Keep in mind, to the preprocessor, `#define isdigit _isdigit' and `#define isdigit(x) _isdigit(x)' is not the same.

And anyway; isdigit() is standard, _isdigit() is not.
Wtf you be doin nigga?
PROTIP: it's faster on intel x86 to return an `int' than a `char'.
you also have memory leaks.
whatever.

Anyway, I wanted to write a BBCode development environment, (tab completion, bbcode history, definition of new bbcode tags, macros etc) but then i realized you could just take clisp, change the syntax, define the axiomatic bbcode tags and that's about it.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List