-
Started 25th Aug 2013 in Feedback
timey-wimey edit: obligatory frontpage edit! thank you guys for the reddit gold!
-
Started 24th Aug 2013 in General
Try looking at http://en.wikipedia.org/wiki/Adleman%E2%80%93Pomerance%E2%80%93Rumely_primality_test A python solution is below: def isprime(n): if n == 2 or n == 3: return ...
-
Started 24th Aug 2013 in General
EEST (UTC+3) Also, GMT is a deprecated (!!!) standard and you should use UTC or feel bad. Terrible, in fact. Yes, you.
-
Started 22nd Aug 2013 in Creations
You can't sadly just host images from your own computer without uploading them to an intermediate provider such as imgur. Upload your image there and copy the direct link into the src attribute ...
-
Started 22nd Aug 2013 in Help
@jinoh (View Post) Oh but there is every way. The build script it indeed the SConscript which is a Python script utilizing the scons toolkit. You can do apt-get install scons in yo...
-
Started 21st Aug 2013 in Feedback
@mniip (View Post) colr, colg, colb are in fact call arguments. pixel mode tho.
-
Started 21st Aug 2013 in Feedback
@The-Fall (View Post) Windows 32-bit: http://static.boxmein.net/bin/tpt/various/mniip-time-slowing-element.exe Various dlls that MIGHT be needed when you get an error running it: &...
-
Started 21st Aug 2013 in Feedback
There actually used to be a FOAM element that kind of acted as not-so-effective INSL.
-
Started 20th Aug 2013 in Feedback
Please learn lua scripting.
-
Started 20th Aug 2013 in Feedback
Oooooh breakpoints sound fun. I can implement them with Lua too. Edit: I do did doned them! Have fun! -- breakpoint element for very slow spark circuit debugging local ellie = elem....