couldnt remember the url to these forums for a bookmark on my laptop so i just googled your name :hungry:
Printable View
couldnt remember the url to these forums for a bookmark on my laptop so i just googled your name :hungry:
timothyarbeu.com
thank marks not me, hes the no lifer
its actually against godaddy's policy to do what marks is doing on his website im considering what i should write to them so his entire website gets removed and he gets blacklisted
what exactly am I doing on my website that violates policy?
you dont even know godaddy's policies/legal agreements haha that is gold
so much for an expert in IT you are
what is going on?
marks is a stalker and tries to get peoples real names on search engines with defamatory info in the links
hypothetically speaking if i lost a job due to his work i would probably have a court case
idk vandelay industries is fake anyway you probably won't win
asbergers world
dont worry your day will come
I'm confident you will have no trouble suing a guy from another continent for making things that you actually said rank higher when searching for your name on google.
ct is a third world country that i will never visit
at what point to you tell them maks is from the internet
sure is amateur hour in here..
elz, I have a tip
take this
then find a way to copy a text file to the clipboard in linux, replace the line "pbcopy < tmp.txt" with whatever you found and run it. this is how you make a proper threadlong.PHP Code:
#/bin/bash
for i in {1..500}
do
echo "[img]http://comeontothelord.com/img/lc.png[/img]" >> tmp.txt
echo -e ".\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp.txt
done
pbcopy < tmp.txt
yes|rm tmp.txt
elz do you have to drink bottled water or are you immune to travellers diahherrea
for = loop
do = function
echo = output
i motion to use longhat instead of threadlong
why would you use foo<void> in C and not C++?
Synthetics is a wannabe programmer
:( Well if you were wondering..
The reason to use foo(void) in C and not in C++ is because C++ is stricter about how functions are called.In C, if you leave out the (void) part, you can call the function with any amount of arguments
Code:int foo();
// defined somewhere
// these are all valid, will not issue compiler errors
foo(1, 2, 3, 4, 5);
foo();
foo("hello", 1.2345, 1);
If you did declare it withthen all those would generate compiler errors. In C++Code:int foo(void)l
means the same asCode:int foo();
in C C++ will give out errors if you try and call the function with argumentsCode:int foo(void)
I wonder if threadlong could be ported to android :hmm:
i don't make flash games, didn't you know it was HTML5? lol u fucking clueless
He showed me some python script to flood in IRC, so it was pretty useless
No surprise, C++ is really low level language
Python is slow anyway
C# is really slower than Python
Python's use is not at the command-line, it's at hacking together quick and effective programs for personal or small-scale distributive use but you wouldn't know that because that's too advanced for you Python high level useful get shit done without worrying too much. Eventually you'll find things that it can't do well enough and you'll need to find a better language
Python is a dynamic language, it depends what programming language suits you better, i don't make native apps anymore, im sticking to HTML5