What's under your ctrl-v?

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

lloydkirk1989
Calc Wizard
Posts: 680
Joined: Wed 22 Dec, 2004 5:37 am
Location: West Palm Beach,FL
Contact:

Post by lloydkirk1989 »

thanks :D
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

Kozak
Maxcoderz Staff
Posts: 791
Joined: Fri 17 Dec, 2004 5:33 pm
Location: On the dark side of the moon.
Contact:

Post by Kozak »

Code: Select all

Prisoners: 534

Total Modified Offense: 50,259 (35.29 per Acre)
Practical (100% elites): 50,259 (35.29 per Acre)
Total Modified Defense: 98,607 (69.25 per Acre)
Practical (0% elites): 79,554 (55.87 per Acre)
"They say that sea was created by a man named Maarten Zwartbol, a long time ago...." - Duck, an old Corbin version
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

:x
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
Arcane WIzard
Calc Guru
Posts: 856
Joined: Mon 21 Feb, 2005 7:05 pm

Post by Arcane WIzard »

[quote]Bob Wold is not your typical “shroomerâ€ÂÂ
User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Code: Select all

Randomize
songnum = Int((5 - 1 + 1) * Rnd + 1)
Select Case songnum
Case 1
	song = "one"
Case 2
	song = "two"
Case 3
	song = "three"
Case 4
	song = "four"
Case 5
	song = "five"
End Select
MsgBox(song)
working out how to select a song at random then show what it is...glad i learned how to use the Select Case loop, otherwise it'd be ugly with If...End If statements
Image
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

Image just some more sprite work...
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

Code: Select all

function reload_tab_definitions() {
    # Variable scoping in functions is seriously bonkers in PHP.
    global $tab_pages, $tab_captions, $table_tabs, $table_editor, $DB, $all_tabs, $tabs, $tab_ix, $tab_strip;
I give up. :roll:
User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Code: Select all

If atk = "poison knife" and ki < 40 Then
	wscript.echo 'Hello world"
	poison = 0
	poisoncount = 0
	atk = " "
	dam = 0
	wscript.echo "Not enough ki."
End If
Image
leofox
Calc Master
Posts: 1064
Joined: Fri 17 Dec, 2004 3:22 pm
Location: Probably playing DDR
Contact:

Post by leofox »

Image
Image
User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Code: Select all

'+-----------------------------------------------------------+
'I Killbot Version 4.5 - Created by 2 - Bit Loki Enterprises I
'+-----------------------------------------------------------+
'I Author : Loki                                             I
'I							     I
'I Coder  : Loki                                             I
'I                                                           I
'I Special thanks: Tenshi-chan, Brett, Vaughan Wynne-Jones,  I
'I Julia, and all the beta testers. You know who you are =)  I
'+-----------------------------------------------------------+
'I Music provided by Have Fun Dying - Thanks guys!           I
'I	(http://www.purevolume.com/havefundying              I
'I                                                           I
'+-----------------------------------------------------------+
'I Cheats:                                                   I
'I 	God Mode - invincibility                             I
'+-----------------------------------------------------------+
Aha, credits...could have done a better job on it though
Last edited by Loki on Sun 12 Feb, 2006 6:04 pm, edited 1 time in total.
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

/server irc.lcirc.net
/join #albinoblacksheep
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

dddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddddddddddddddddddddddddddddddddddddddddddd
dddddddddddddddddddddddddd
Last edited by DJ_O on Sun 12 Feb, 2006 7:20 pm, edited 2 times in total.
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

Holy crap, you want to uh, break that up for us?


[quote="CtrlV"][/quote]
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
Post Reply