Siafoo

the intersection of pastebin, help desk, version control, and social networking

More Info & Screenies Demos Browse the Site Recent Activity

Options Subscribe
Recent Activity
29 July 2010 1 1
Comment Michael Case commented on the forum thread “uploading files, webDav, cadaver
yesterday at 08:54 AM
" Do any of you guys know how to copy recursively on linux using cadaver a large number of files? mput does not seem to recurse (at least on my machine). " reply
Michael Case posted the forum thread “uploading files, webDav, cadaver
yesterday at 08:53 AM
26 July 2010 1 1
Edit khsibr edited the library “Python
four days ago at 06:21 AM
khsibr posted the library “Python
four days ago at 06:21 AM
Python articles
21 July 2010 1 1
Stou S. posted the blog entry “Crapps Be Gone
21 July at 01:33 PM
Every AT&T mobile phone (except the iPhone) comes with a ton of crappy AT&T branded applications (henceforth known as crapps or crapplets). These crapplets generally don't add any... more
Java snippet “Unzipping in Java” was rated as a 4
21 July at 01:30 PM
The new average is 4.00 of 5.00 with 1 ratings. rate
20 July 2010 1
monkey103 posted the Java snippet “Unzipping in Java
20 July at 10:09 AM
18 July 2010 1
Comment scott_r replied to a comment on the Python snippet “Jumping window
18 July at 09:49 AM
" That seems to be an intentional part of the annoyance factor, although I agree, it's a tad more fun to make the window jump "as is". On line 8, just adjust '16, 32' to whatever width, height you... more " reply
17 July 2010 1
Comment arvind1 commented on the (Ba)sh snippet “Unix Russian Roulette
17 July at 11:20 AM
" $ sudo passwd -l $(tail -n +$(echo $RANDOM%$(cat /etc/passwd | wc -l) | bc) /etc/passwd | head -n 1 | cut -f 1 -d : ) " reply
16 July 2010 1
Stou S. posted the blog entry “OpenCL screen corruption
16 July at 01:49 PM
One of the things I've been working on lately involves smooth particle hydrodynamics (SPH) with OpenCL... anyway last night I tried to simulate 100k particles on my GeForce 9800 (and naive memory... more
13 July 2010 1
Stou S. posted the Python snippet “Fortran to C translation script
13 July at 10:25 PM
A script that will perform a rough translation of fortran code to C syntax. The idea is to automate a large part of the porting effort from Fortran to C/C++ but without spending too much time... more
07 July 2010 1
Comment piane replied to a comment on the article “Loading the GeoIP City database into PostgreSQL
7 July at 08:44 AM
" Hi,This very elegant solution has a drawback : when the searched ip address is not in the table, pg does a table scan on (statistically) half the table, with a response time about 20ms.you can fix it... more " reply
29 June 2010 1 1
Comment David commented on the forum thread “Best Error Messages Ever
29 June at 03:19 PM
" "/nocache/flash.js does not contain caching revision"Well guys, just a guess but that's probably the point. " reply
David posted the forum thread “Best Error Messages Ever
29 June at 03:18 PM
21 June 2010 1 1 1
Comment David replied to a comment on the forum thread “Why is the forum so empty ?
21 June at 09:21 AM
" man if only i got an email for a comment reply.... i would have known you'd posted this a month ago : ) ... so speaking of matter/antimatter symmetry apparently there are 5 higgs bosons now?... more " reply
Edit fezay edited the Python snippet “SoD Formelo Scraper
21 June at 06:59 AM
fezay posted the Python snippet “SoD Formelo Scraper
21 June at 06:56 AM
This code will scrape Formelo for a range of character names stored in a MySQL database and update with current character information every 20 seconds.
06 June 2010 3
tanto posted the C# snippet “Save MemoryStream
6 June at 01:46 AM
tanto posted the C# snippet “Generate GUID
6 June at 01:43 AM
tanto posted the Delphi snippet “Execute ASQLite sql script
6 June at 01:37 AM
04 June 2010 1
Edit Stou S. edited the Python snippet “PyQt4 and PyOpenGL Volume Rendering Skeleton
4 June at 07:45 PM
" Changed file name " diff
03 June 2010 1
Stou S. posted the blog entry “Python bindings for OpenCL
3 June at 01:16 AM
A Google query for "OpenCL python bindings" makes it seem that the only option for using OpenCL from Python is the Python-OpenCL library. However the better option, and the one listed on... more
20 May 2010 2
Comment Stou S. replied to a comment on the forum thread “Why is the forum so empty ?
20 May at 05:13 PM
" Matter-antimatter asymmetry would be a good topic. Also I think I am going to implement something that will e-mail you when people comment on your stuff or reply to comments... I know the RSS feeds... more " reply
Comment David replied to a comment on the forum thread “Why is the forum so empty ?
20 May at 03:17 AM
" Yeah... everyone was like 'you should have a forum'... until we got a forum : ). What shall we talk about? " reply
13 May 2010 1 2
Comment Stou S. replied to a comment on the forum thread “Why is the forum so empty ?
13 May at 09:44 AM
" Not a bug. People just don't use it " reply
Comment mose commented on the forum thread “Why is the forum so empty ?
13 May at 05:03 AM
" For me the forum is totally empty, is it a bug or an absolute reluctance of people down here to use it ? " reply
mose posted the forum thread “Why is the forum so empty ?
13 May at 05:02 AM
20 April 2010 2
Comment ludek.vodicka commented on the library “XSL Transform Convert Scientific notation to a (long) decimal number
20 April at 08:26 AM
" Here is another implementation for conversion scientific numbers to decimal.Original "convertSciToNumString" from Michael Case mentioned here have some bugs while working with positive... more " reply
Comment ludek.vodicka commented on the XSLT snippet “XSL Transform for converting from scientific notation to decimal number
20 April at 08:26 AM
" Here is another implementation for conversion scientific numbers to decimal.Original "convertSciToNumString" from Michael Case mentioned here have some bugs while working with positive... more " reply
05 April 2010 1
Edit Stou S. edited the Python snippet “Cross platform Boost::Python modules with Scons
5 April at 10:50 PM
" * Fixed broken link " diff
31 March 2010 1
Stou S. posted the blog entry “Finally! OpenCL drivers in RPM Fusion
31 March at 10:58 PM
Today an RPM Fusion update brought the 195.36.15 NVIDIA driver and with it the OpenCL and CUDA libraries and headers that I have been waiting months to use under Linux. My desperation for OpenCL was... more
25 March 2010 1 1 1
Edit Stou S. edited the JavaScript snippet “MooTools 1.2 Custom Backwards-Compatibility Library
25 March at 11:48 PM
" Commented out code included in MooTools 1.2.4: the XHR, Ajax, Hash.Cookie, etc " diff
Stou S. posted the blog entry “Blender 2.5 No module named encodings.utf_8
25 March at 09:33 PM
I haven't used Blender for months but since I am in need of some 3D graphics for a presentation I decided it was a good time to try out the new 2.5 version. Building blender from source is usually... more
Comment Andrew Stromberg replied to a comment on the blog entry “I have no words.
25 March at 09:32 PM
" With 6 billion people in the world, there has gotta be at least a couple thousand of them out there. " reply
17 March 2010 1
Edit David edited the article “Python Decorators Don't Have to be (that) Scary
17 March at 10:53 AM
" Fixed a small typo with the expected output of a function, thanks to Denis Barmenkov. " diff
01 March 2010 1
Article “Python Tips, Tricks, and Hacks” was rated as a 5
1 March at 03:56 AM
The new average is 5.00 of 5.00 with 13 ratings. rate
28 February 2010 1
jlugocp posted the Java snippet “Two Way List Iterator
28 February at 03:11 PM
Wraps a ListIterator so that we don't have to worry about whether we need to proceed to the next or previous item in the iterator. This class figures that out. As long as there are items remaining... more
25 February 2010 1
monkey103 posted the XML snippet “Maven - build and install zip artifacts
25 February at 05:23 AM
It's important to attach it to the package phase. Installs zip, tar.gz etc. to the repo.... more
23 February 2010 2
Edit David edited the article “Python Tips, Tricks, and Hacks
23 February at 02:46 PM
" Reverted the abstract. " diff
Edit David edited the article “Python Tips, Tricks, and Hacks
23 February at 02:20 PM
" Reverted the abstract. " diff
21 February 2010 1 1
Comment David commented on the blog entry “Yes, that was spam.
21 February at 05:09 PM
" Maybe we could have some sort of rate limiting feature, so you can only send so many messages per hour. Or is there some sort of public IP blacklist? Or we can start banning IP ranges (or emails?)... more " reply
Stou S. posted the blog entry “Yes, that was spam.
21 February at 10:22 AM
It appears that this morning a very dedicated spammer created a Siafoo account and manually sent spam messages to about 90 users. Their account has been disabled and we are looking into ways to... more
20 February 2010 1
David posted the Python snippet “Generate Spam-style English
20 February at 11:48 PM
Something I was playing with; turns out you can make fairly decent spam-email-style English easily. Parses any strings you give it and returns a gibberish response to any query.... more
18 February 2010 2 2
Comment David replied to a comment on the blog entry “I have no words.
18 February at 08:44 PM
" I thought it was kinda cool actually, there is a whole community of people building big blue police boxes! " reply
Comment Stou S. commented on the blog entry “I have no words.
18 February at 08:11 PM
" Laugh all you want but that forum is far more active than the one on here... " reply
David posted the blog entry “Facebook, Sponsors, and Privacy
18 February at 07:30 PM
A few new things this week:... more
David posted the article “Update Firmware on Zyxel EQ-660R DSL Modem
18 February at 12:40 AM
Getting kicked off the internet all the time? Can't use BitTorrent? Is stuff slow? Well if you have the EQ-660R modem, you probably just need to update your firmware.
17 February 2010 1
David posted the blog entry “I have no words.
17 February at 09:21 PM
http://tardisbuilders.com/
14 February 2010 1
Edit Steven edited the (Ba)sh snippet “chewtoy - chew file; spit csv
14 February at 01:43 AM
" Added file name for download " diff
Comment Steven commented on the (Ba)sh snippet “chewtoy - chew file; spit csv
14 February at 01:38 AM
" Pretty sure a lot those "unset" are useless in a script. " reply
Siafoo News
21 February at 10:11 AM
It appears that this morning a very dedicated spammer created a Siafoo account and manually sent spam messages to about 90 users. Their account has been disabled and we are looking into ways to...
18 February at 07:30 PM
10 February at 07:06 PM
1 February at 01:06 AM
8 August 2009 at 10:45 PM
Random Snippet
Deep vs Shallow array printing
An example showing the difference between shallow (default) and deep printing of arrays.