>>54
Holy shit I lol'd so hard. I dunno why but it reminded me of a commercial or something.
Name:
Anonymous2008-12-14 0:48
>>51 /* Copyright (c) 2008 Anonymous
*
* Please read the license at the end of this file. Also, please note the fact
* that the license does not claim that taking away your freedom makes software
* more free.
*/
int main(int argc, char **argv){
repl();
return 0;
}
/* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that you do not allow
* it or any derivative works to be distributed under any GNU license.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
There's probably others, but my progscrape-fu is rusty. The problem seems to be that older posts actually have different HTML serialisations. (^quot;, ')
select thrid,time,body from posts where body like "%I've read SICP%" order by time asc;