Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Cool Unrelated Code

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> Paradox Lounge
View previous topic :: View next topic  
Author Message
AJHunter
Probably Naked




Joined: 04 Dec 2009
Posts: 131
Location: Usually bed

PostPosted: Tue Jan 26, 2010 7:42 am    Post subject: Cool Unrelated Code Reply with quote

Got cool code? put it here for everyone to use! If ti can be used as a signature here, you get a cookie!

This was my signature's code. I find it pretty cool:



<br>
Play More Games

Code:
<embed src="http://andrewgarrison.s3.amazonaws.com/ultimategoat.swf" type="application/x-shockwave-flash" allowFullscreen="true" width="450" height="300">
</embed>
<br>
<a href="http://andrewgarrison.com" target="_blank" title="Play Games">Play More Games</a>

_________________
*snap*
*wink*
*finger-guns*


Last edited by AJHunter on Sat Feb 13, 2010 12:30 am; edited 1 time in total
Back to top
View user's profile Send private message
AJHunter
Probably Naked




Joined: 04 Dec 2009
Posts: 131
Location: Usually bed

PostPosted: Tue Jan 26, 2010 7:57 am    Post subject: Reply with quote

And, on the subject of code... What's wrong with this equation? I can't figure it out!
_________________
*snap*
*wink*
*finger-guns*
Back to top
View user's profile Send private message
Moogle1
Scourge of the Seas
Halloween 2006 Creativity Winner
Halloween 2006 Creativity Winner



Joined: 15 Jul 2004
Posts: 3377
Location: Seattle, WA

PostPosted: Tue Jan 26, 2010 8:07 am    Post subject: Re: Cool Unrelated Code Reply with quote

AJHunter wrote:
Got cool code? put it here for everyone to use! If ti can be used as a signature here, you get a cookie!

This is my signature's code. I find it pretty cool:
Code:
<embed src="http://andrewgarrison.s3.amazonaws.com/ultimategoat.swf" type="application/x-shockwave-flash" allowFullscreen="true" width="450" height="300">
</embed>
<br>
<a href="http://andrewgarrison.com" target="_blank" title="Play Games">Play More Games</a>


That is a horrible signature. It is longer than most of your actual posts.
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address
AJHunter
Probably Naked




Joined: 04 Dec 2009
Posts: 131
Location: Usually bed

PostPosted: Tue Jan 26, 2010 8:09 am    Post subject: Re: Cool Unrelated Code Reply with quote

Moogle1 wrote:
AJHunter wrote:
Got cool code? put it here for everyone to use! If ti can be used as a signature here, you get a cookie!

This is my signature's code. I find it pretty cool:
Code:
<embed src="http://andrewgarrison.s3.amazonaws.com/ultimategoat.swf" type="application/x-shockwave-flash" allowFullscreen="true" width="450" height="300">
</embed>
<br>
<a href="http://andrewgarrison.com" target="_blank" title="Play Games">Play More Games</a>


That is a horrible signature. It is longer than most of your actual posts.

So? I happen to like it! Mad Raspberry! Crying
ALSO: no criticizing if you don't post code!
_________________
*snap*
*wink*
*finger-guns*
Back to top
View user's profile Send private message
Bob the Hamster
OHRRPGCE Developer




Joined: 22 Feb 2003
Posts: 2526
Location: Hamster Republic (Southern California Enclave)

PostPosted: Tue Jan 26, 2010 8:48 am    Post subject: Reply with quote

I dislike signatures. They clutter up the thread and make it harder to read the content. I always disable them in my forum profile.

AJHunter wrote:

ALSO: no criticizing if you don't post code!


This python script takes the sum of the digits of all the numbers in a given range and prints a chart of their distribution. It is intended to demonstrate to numerologists how digit summing produces a highly non-uniform distribution of numbers that can create the illusion of a high occurrence of strange coincidences in number digit sums.

Code:

low = 1
high = 999
seek = 11

sumtable = {}
for i in xrange(low, high):
  s = "%03d" % i
  n0 = eval(s[0])
  n1 = eval(s[1])
  n2 = eval(s[2])
  digitsum = n0 + n1 + n2
  if not sumtable.has_key(digitsum): sumtable[digitsum] = 0
  sumtable[digitsum] += 1
  if digitsum == seek:
    print "%s ... %d+%d+%d = %d" % (s, n0, n1, n2, digitsum)
print "Sum of digits of numbers between %d and %d" % (low, high)
for key in sumtable:
  print key, '*' * sumtable[key]
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Shadowiii
It's been real.




Joined: 14 Feb 2003
Posts: 2460

PostPosted: Tue Jan 26, 2010 8:48 am    Post subject: Reply with quote

Your signature is huge and annoying. Why not make it be just in this post, rather then tailing every post you make? It seriously clogs up the boards.
_________________
But enough talk, have at you!
Back to top
View user's profile Send private message Send e-mail
AJHunter
Probably Naked




Joined: 04 Dec 2009
Posts: 131
Location: Usually bed

PostPosted: Tue Jan 26, 2010 9:52 am    Post subject: Reply with quote

Shadowiii wrote:
Your signature is huge and annoying. Why not make it be just in this post, rather then tailing every post you make? It seriously clogs up the boards.

RULE BREAKER!
Oh, btw, thanks for the idea for my new sig. Cool
_________________
*snap*
*wink*
*finger-guns*
Back to top
View user's profile Send private message
Spoonweaver




Joined: 18 Nov 2008
Posts: 36
Location: Sunny Florida

PostPosted: Tue Jan 26, 2010 9:53 am    Post subject: Reply with quote

Snake made by Neave Games



Code:
<embed src="http://www.neave.com/games/get_game.php?swf=snake" name="neaveSnake" width="360" height="320" quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" allowscriptaccess="always"></embed><p><a href="http://www.neave.com/games/">Snake made by Neave Games</a></p>



ALSO


Code:
[img]http://www.forumammo.com/cpg/albums/userpics/10063/ThisThreadSucks.jpg[/img]
Back to top
View user's profile Send private message Visit poster's website
Moogle1
Scourge of the Seas
Halloween 2006 Creativity Winner
Halloween 2006 Creativity Winner



Joined: 15 Jul 2004
Posts: 3377
Location: Seattle, WA

PostPosted: Tue Jan 26, 2010 2:20 pm    Post subject: Reply with quote

Did you change your signature or did someone change it for you? Because if it was someone else, I want to know, so that person can become my hero.
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address
Spoonweaver




Joined: 18 Nov 2008
Posts: 36
Location: Sunny Florida

PostPosted: Tue Jan 26, 2010 3:48 pm    Post subject: Reply with quote

Moogle1 wrote:
Did you change your signature or did someone change it for you? Because if it was someone else, I want to know, so that person can become my hero.


ANSWER:

AJHunter wrote:
Shadowiii wrote:
Your signature is huge and annoying. Why not make it be just in this post, rather then tailing every post you make? It seriously clogs up the boards.

RULE BREAKER!
Oh, btw, thanks for the idea for my new sig. Cool
Back to top
View user's profile Send private message Visit poster's website
Blue Pixel
SPY SAPPIN MAH FISH SANDWICH




Joined: 22 Apr 2005
Posts: 621

PostPosted: Tue Jan 26, 2010 4:15 pm    Post subject: Reply with quote


_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Baconlabs
PURPLE IS MANLY




Joined: 15 Mar 2009
Posts: 335
Location: Tennessee

PostPosted: Tue Jan 26, 2010 8:04 pm    Post subject: Reply with quote

Shadowiii wrote:
Your signature is huge and annoying.

Hah! I disabled signatures 7 or so years ago.
I first noticed how useless they were when I was a dA junkie.

In retribution, I made a linked signature that trolled anyone dumb e--
the_dude257 wrote:

EAGH, JERRY! WHAT HAS SCIENCE DONE
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> Paradox Lounge All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group