• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

An original Toastedlightly joke

Toastedlightly

Diamond Member
Friends are like the female period.... you get them once, and they keep coming back again and again and again and again.....
No, I don't mean to offend too much w/ this.
 
Originally posted by: Toastedlightly
Friends are like the female period.... you get them once, and they keep coming back again and again and again and again......until you hit 50. Then they leave forever.

ehh

i am not 50 yet,😉
 
import static java.lang.Math.*;
import static java.lang.System.out.*;
double r = random();
r = abs(r);
String rS = r + "";
r = r * (10 ^ (rS.length() - 1));
print(r + " / 10" );
 
Back
Top