So the widespread use of emojis these days kinda makes forum smileys pointless, yeah?
0 Members and 1 Guest are viewing this topic.
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz[17:32:54] * xar sets mode: +o newby[17:32:58] <xar> new rule[17:33:02] <xar> me and newby rule all
Quote from: CrAz3D on June 30, 2008, 10:38:22 amI'd bet that you're currently bloated like a water ballon on a hot summer's day.That analogy doesn't even make sense. Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT.
I'd bet that you're currently bloated like a water ballon on a hot summer's day.
Your grader was foreign.
Ctrl+A; enter. They're all opened in ultra-edit.Ctrl+F; "sucks"; all files.Found.
hm, I'd just do "grep sucks *". Seems like a lot less hassle then loading up Ultra-Edit, which is the bulkiest text editor I've used (that's not a full IDE)...
I would have done "cat *.* | grep "sucks" myself but eh? :p
I'd personally do as Joe suggests
You might be right about that, Joe.
sidoh@tehserver:~/CHRIS/cc$ time cat *.* | grep "sucks"/* TODO: this implementation sucks. Find a better way. */real 0m0.006suser 0m0.010ssys 0m0.000ssidoh@tehserver:~/CHRIS/cc$ time grep sucks *table.c:/* TODO: this implementation sucks. Find a better way. */real 0m0.003suser 0m0.000ssys 0m0.000s
Is it free? Link please?
Zend Dev Studio is alright, I still stick to Notepad2. I hate bloated IDE's personally.
I don't think I could function very efficiently without Zend.