coding this early, canuck? or is that from 3am last night?
Announcement
Collapse
No announcement yet.
The Control-V Thread.
Collapse
X
-
It would appear there's nothing on on my computer's clipboard at the moment."Paul Hanson, you should give Gibraltar back to the Spanish" - Paiktis, dramatically over-estimating my influence in diplomatic circles.
Eyewerks - you know you want to visit. No really, you do. Go on, click me.
Comment
-
replying to someone in the fallout forums at interplay. that MUD actually looks alright, you guys might want to go look at it.http://www.desolation.org I think
Don't play it myself but it's a link I picked up somewhere and put it in my favourites for a rainy day.
Comment
-
I start work at 8AM mountain time, nearly 2 1/2 hours ago.Originally posted by Uber KruX
coding this early, canuck? or is that from 3am last night?
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
People aren't stupid.
Huh, I thought it was empty, oh well, I disagree with that anyway.American by birth, smarter than the average tropical fruit by the grace of Me. -me
I try not to break the rules but merely to test their elasticity. -- Bill Veeck | Don't listed to the Linux Satanist, people. - St. Leo | If patching security holes was the top priority of any of us(no matter the OS), we'd do nothing else. - Me, in a tired and accidental attempt to draw fire from all three sides.
Posted with Mozilla Firebird running under Sawfish on a Slackware Linux install.:p
XGalaga.
Comment
-
Hmm...that's a couple hours old.headroomAngleOfStaircase = (180/pi) * atan(stairRun/riseOfStair); // make it degrees
headroomAngleOfOpening = 90 - headroomAngleOfStaircase;
heightOfOpening = headroomStairwellOpen * (tan(headroomAngleOfOpening / (180/pi)))-1.5;"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
stopping by this thread again.
Private Sub tmrTime_Timer()
'if we are playing...
If cmdPlay.Enabled = False Then
secs = secs + 1
If secs = 60 Then
mins = mins + 1
secs = 0
End If
Dim timeleft As String
timeleft = mins & ":" & Format(secs, "0#")
lblTime.Caption = timeleft & " / " & duration
End If
End Sub
omg, phear visual basic."I've lived too long with pain. I won't know who I am without it. We have to leave this place, I am almost happy here."
- Ender, from Ender's Game by Orson Scott Card
Comment
Comment