the so complete pouët.net oneliner
- 2006-12-19
-
f(x) = (x − 1) / (x + 1) -
f(g(x)) = (((2+22x)^-1/2) − 1) / (((2+22x)^-1/2)+1).... I wish I had a sqrt symbol. -
clap yo hands! -
no sqrt symbol because bbcode and unicode doesnt work on oneliner -
² -
√ -
i just farted -
god! me too! -
god does not roll fart. -
I am just about to fart. Now I am farting!!! -
anyone know of an xp program that allows you to run something in the background eg: bgproc.exe c:\cmd.exe ...? -
umm...that's called multitasking -
:\ I meant something which hides the program window and stops it from taking focus from other windows -
you can code it yourself. just use CreateProcess() and pass SW_HIDE to wShowWindow member of STARTUPINFO ;) -
and hope the process uses that information when creating its windows. -
anes: when wShowWindow is specified every call of ShowWindow() in the created process is overriden with wShowWindow as second parameter. it's done automatically by winapi -
masterm: not in every call, only the first one. you still should hope it isn't overwritten. -
right. just checked @ msdn. but since there's no point running sophisticated GUI apps hidden it should work most of the time -
WTF? use the bbs not the oneliner -
wft and ShowWindow() doesn't work on oneliner. -
SlowWindow() -
bartman: should we instead post youtube links and "doesnt work on oneliner" parodies here? -
I would use CreateProcess but I never coded a line of C++ in my life, I only know blitzbasic and web languages.. I'll just google until I find something -
google and blitzbasic doesnt work on oneliner -
bbcode and unicode will work on oneliner!
