Add the age you will be (or turned) this year, plus the last two digits of your birth year. Everyone will get the number 111. Happy 11/11/11 !!!!!
Announcement
Collapse
No announcement yet.
11/11/11 Dedicated to HumanWiki
Collapse
X
-
Just came here to post some code I just finished up.. In case you'd like to see Binary Day in Binary Time (in PoSH)
## Return current Date/Time in mm/dd/yyyy @ hh:mm:ss.mmm in Binary ##
function To-Bin($Num){return [convert]::tostring($Num,2).padleft(8,"0")}
$Time=Get-Date;(To-Bin $Time.Month)+"/"+(To-Bin $Time.Day)+"/"+(To-Bin $Time.Year)+" @ "+(To-Bin $Time.Hour)+":"+(To-Bin $Time.Minute)+":"+(To-Bin $Time.Second) +"."+(To-Bin $Time.Millisecond)
Comment
-
Originally posted by Toasty View PostWould have been more appropriate on 1/11 or 11/1
Just sayin'
Comment
-
Originally posted by HumanWiki View Post
Just came here to post some code I just finished up.. In case you'd like to see Binary Day in Binary Time (in PoSH)
## Return current Date/Time in mm/dd/yyyy @ hh:mm:ss.mmm in Binary ##
function To-Bin($Num){return [convert]::tostring($Num,2).padleft(8,"0")}
$Time=Get-Date;(To-Bin $Time.Month)+"/"+(To-Bin $Time.Day)+"/"+(To-Bin $Time.Year)+" @ "+(To-Bin $Time.Hour)+":"+(To-Bin $Time.Minute)+":"+(To-Bin $Time.Second) +"."+(To-Bin $Time.Millisecond)
Comment
-
Originally posted by camarogirl2010 View PostLet's not kid ourselves, I don't understand any of this
I saw all the FB posts about 11/11/11 @ 11:11:11 coming, so I figured I'd just up the ante
Comment
-
FREAKS. all of you. freaks!Racing is my life, everything else is just minor details.
"Many things in life will catch your eye, these are mods...... purchase at will."
THANKS! KidKilowatt!
Hello, my name is Bubbles and i am a mod-addict, and i drive a cashmaro.
You havent lived until you have been to THE FIELD OF SHAPES!
Comment
-
Originally posted by camarogirl2010 View PostJust be quiet! How about you master that! Didn't your mom ever teach you if you don't have anything nice to say, don't say anything at all! This was a silly post & as usual you bring out the negativity. Don't believe me? Go back to your comments from other posts. No bad feelings here-just food for thought
Have a happy 11/11, it's a Friday, after all!
Comment
Comment