Guest viewing is limited

The 2K Myth Club fundraising! Over 50 prizes to be won!

AHH!!!! Paypal and my Bank were refusing to cooperate with each other and now I have to wait 3-5 business days for verification of my account!!!! I don't wanna miss this !!!
 
[highlight]$2,121.82 USD[/highlight]


We've gone above and beyond in terms of our goals and I would like to thank each and every one of you guys... :D
 
Great job guys!!! Now let's start the prizes!!!!! I think we should do 25 a day, that way there is some excitment for the next 4 days!
 
Still taking donations?

Money sent for the good cause. Not sure how I missed this thread.
 
I can't beleive I'll hook up 10 guys with a full cycle! I hope I'll get some feedback! Man there are so many things I'd jump in to get right now!!!
 
what date are you actually starting the draw? saturday... sunday?

Just looking for official dates for final donations and first drawings
 
what date are you actually starting the draw? saturday... sunday?

Just looking for official dates for final donations and first drawings

You'll have to check often!! Probably sunday as I am working sat. I might be too tired, but we'll see :D
 
that is AWESOME... shooting for $2500 now! wow...

i cant wait to see some logs start popping up from this, thanks again JJohn!
 
anybody interested in a trade board after the drawings? We would have to get it done fast though. That way instead of paying for shipping twice, we can just have it done in the first place. Who is paying for shipping?
 
trade board sounds great, but also sounds really unfair for those who aren;t on the boards that often... They would miss out on the chance to trade.
 
well.... if you dont like your product you can trade....
if you do send them your address and run the bottle!
I guess it doesnt matter about the time frame. I just know that there's some stuff that I would have no reason to take right now but I'll be happy if I win anything.
 
anybody interested in a trade board after the drawings? We would have to get it done fast though. That way instead of paying for shipping twice, we can just have it done in the first place. Who is paying for shipping?

You will have to take care of this yourself though. I can't manage to ask 85 people if they want to change their prize...
 
what if we do a # drawing where people get picked to have the first pick of whatever they want and so on until the prizes are gone.
 
what if we do a # drawing where people get picked to have the first pick of whatever they want and so on until the prizes are gone.

I think you will end up waiting a long time for people to respond. I would just randomly draw and give prizes and leave it up to the winners to worry about what they do with their winnings. No need to make things more complicated for you guys.
 
I think you will end up waiting a long time for people to respond. I would just randomly draw and give prizes and leave it up to the winners to worry about what they do with their winnings. No need to make things more complicated for you guys.
:goodpost: agreed
 
I think you will end up waiting a long time for people to respond. I would just randomly draw and give prizes and leave it up to the winners to worry about what they do with their winnings. No need to make things more complicated for you guys.

right, if we get something we do not want, post it up in the trade/sale forum on here and offer possible trades...
 
When does the biggest donor get anounced and pick?

$50 is the biggest donation so far??? I know I did a higher amount than that and have the emailed receipt from paypal if you guys didn't get it. I saw that post about the $50 and wanted to clarify.
 
Guys the draw will be monday, not all is compilated and I am moving tomorrow, so I won't have time to finish it!!!
 
Its Monday!

Thanks Again JJohn (good luck moving) and Good Luck to everybody that donated!!!
 
hey! it is monday! lol. I think we won't hear anything until this evening... Fingers are crossed though!!!
 
thanks for puting this together JJ!
 
I may sound like a nerd asking this but....
What kind of number generator are you using?
Is it based off of a system clock as most are or the time?
Did you program one or using one on google?
If the probability is even through all of the numbers that are used...
then according to the law of large numbers, eventually once the number of trials gets large enough the theoretical probability and the actual probability will meet. so....
for everyone to have a fair chance we need more donations from companies!!! lol jk. but are you just taking the first number to pop up? I know it's late to change this now and you can do it how you like, but for the sake of knowing and comparing the results I would like to know. lol.
I'm just interested in comparing the method to the results.
Stupid discreet math course has ruined my normal thinking ability..... lol
 
I may sound like a nerd asking this but....
What kind of number generator are you using?
Is it based off of a system clock as most are or the time?
Did you program one or using one on google?
If the probability is even through all of the numbers that are used...
then according to the law of large numbers, eventually once the number of trials gets large enough the theoretical probability and the actual probability will meet. so....
for everyone to have a fair chance we need more donations from companies!!! lol jk. but are you just taking the first number to pop up? I know it's late to change this now and you can do it how you like, but for the sake of knowing and comparing the results I would like to know. lol.
I'm just interested in comparing the method to the results.
Stupid discreet math course has ruined my normal thinking ability..... lol

I will take a random number generator.

If you really want to crack a code, just study the lottery, it might be more rewarding ;)
 
I may sound like a nerd asking this but....
What kind of number generator are you using?
Is it based off of a system clock as most are or the time?
Did you program one or using one on google?
If the probability is even through all of the numbers that are used...
then according to the law of large numbers, eventually once the number of trials gets large enough the theoretical probability and the actual probability will meet. so....
for everyone to have a fair chance we need more donations from companies!!! lol jk. but are you just taking the first number to pop up? I know it's late to change this now and you can do it how you like, but for the sake of knowing and comparing the results I would like to know. lol.
I'm just interested in comparing the method to the results.
Stupid discreet math course has ruined my normal thinking ability..... lol

I made one just for him:

String Inarius = "Yes";
String StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn = "Yes";
String Ecu19NumIs4 = "4";
Int RandomNum = 4;

if (Inarius=="StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn"){
System.out.println("You are fuxxing annoying him! :-P");
}

else{
System.out.println("You are still annoying him about the random number generator!");
}

System.out.println("The random number is: "+RandomNum+" !");

:rasp:
 
I made one just for him:
String Inarius = "Yes";
String StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn = "Yes";
String Ecu19NumIs4 = "4";
Int RandomNum = 4;

if (Inarius=="StringThatChecksIfHesAnnoyingTheFuxOutO fJJohn"){
System.out.println("You are fuxxing annoying him! :-P");
}

else{
System.out.println("You are still annoying him about the random number generator!");
}

System.out.println("The random number is: "+RandomNum+" !");


:rasp:
lol... im just curious. anyway... if you were trying to write that in Java which it looks like by your print statements.... you would need to instantiate the strings:
String Inarius = new String("Yes"); same with the other one but not with the int. You would also need to include the correct package that the String Class is located in... but I don't remember it off the top of my head.
String Ecu19NumIs4 = "4"; <-- and you would get a warning abou tthat because its not used in the code at all....
lol. some days I hate being a programmer....
good attempt though!!!
Im such a nerd but anyway the stupid discreet math course I took last semester ruined my thinking of anything normal. I always have to ask about different things. Just trying to use some of my college. lol.

anywho... great work and keep it up!!!!! :type:
 
haha, you guys are funny! We will have everything under the wraps by tonight and we will do our best to make everything as fair as we can.
 
lol... im just curious. anyway... if you were trying to write that in Java which it looks like by your print statements.... you would need to instantiate the strings:
String Inarius = new String("Yes"); same with the other one but not with the int. You would also need to include the correct package that the String Class is located in... but I don't remember it off the top of my head.
String Ecu19NumIs4 = "4"; <-- and you would get a warning abou tthat because its not used in the code at all....
lol. some days I hate being a programmer....
good attempt though!!!
Im such a nerd but anyway the stupid discreet math course I took last semester ruined my thinking of anything normal. I always have to ask about different things. Just trying to use some of my college. lol.

anywho... great work and keep it up!!!!! :type:
You actually don't have to import the class for strings (java.lang package) because all the classes in that are automatically imported, the same with System classes ;). I just wrote it so other non-java coders could read and understand it (hence not using Ecu19NumIs4). And you're right about the new String because string isn't a default variable, it's actually a class, used as an object and you need to write a "new" statement to make a new object/"string" for it.
Haven't programmed in java in over a year, and wrote that up pretty fast. I always hated nazi java syntax
 
haha... I love java. It's my favorite language. c++ is a close second though. You are right about the String Class. I was thinking about using keyboard reader. My fault. lol. What do you do that you are into programming?
 
Thanks guys, I pmd you jjohn to get things rolling, I dont want the other donors to get upset at what I took off the board :D :ntome:
 
Back
Top