>>4 Jokes on him, I masturbate to Admin-sama watching me masturbate.
Name:
Anonymous2014-08-15 11:19
$ svn checkout svn://progrider.org/anonymous The program 'svn' is currently not installed. You can install it by typing: sudo apt-get install subversion
Name:
Anonymous2014-08-15 11:29
pushed schema.sql, it is not done security wise but should give a taste of things to come
Name:
Anonymous2014-08-15 13:23
Where's the github for this svn thing?
Name:
Anonymous2014-08-15 18:44
I don't appreciate the fact that someone felt it necessary to try and convert the tabs in my file to spaces, and ruin the formatting in the process.
If I wanted to denote indents in my file by multiple spaces, I would have done so.
Abelson.c is absolutely brilliant though. Well done to whoever wrote it.
Name:
Anonymous2014-08-16 13:00
abelson.c:28:62: warning: operation on ‘a’ may be undefined [-Wsequence-point] abelson.c:29:48: warning: operation on ‘b’ may be undefined [-Wsequence-point]
Name:
Anonymous2014-08-16 20:45
>>22 Why are you compiling it with -Wall? It clearly doesn't care about being warning free.
Name:
Anonymous2014-08-16 21:03
>>10 no (try it out), because of SELECT * FROM ins INTO STRICT ok; (ins contains bools). thanks for reading though, there's more to come!