DM is very Similar to PHP...
Well as the title suggests PHP is very similar to DM. I only found this out today as I just started learning PHP, and I find similarities that I don't find in other languages...
Let's start with the loops eh?
dm:
var/i=5
while(i>0)
world<<i
i--
for(i,i>0,i--)
world<<i
do
world<<i
i--
while(i)
|
Pretty simply stuff eh? Now PHP
<?php
$i=5;
while($i>0)
{
echo $i;
$i--;
}
for($i,$i>0,$i--)
{
echo $i
}
do
{
echo $i
$i--
}
while($i>0)
?>
|
Don't tell me you don't see similarities!
Along with that, php has;
if's (Usual)
else if
else
switch
ALL the same operators (++,--,|| ect)
Variables, like so $variable = 100
Procs (Known as functions in php)
Lists (all the types, listname[] listname("ahh"=1) ect ect, known as arrays)
While I know I'm nitpicking, it's the closest to DM I've seen, out of C, C++, Linux, Perl, HTML and Torque.
*Shifty eyes*
Posted by Rushnut on Thursday, July 09, 2009 07:30AM
- 15 comments
(link)
/
Members say:
yea +0,
nay -3
Hawmmmm
Last night I had a freaky dream, I know, I'm fecked up in the head, I'm not going to go into the specifics, but can anyone tell me if they know of an anime which is something even slightly similar to this;
I wouldn't know exactly the specifics, but this is the thing's I remembered (Bad grammar is win)
There's a girl, almost like a puppet, all cheerful and stuff, but when in water (Atleast I think it was water) she splits into 3 girls all older (Teens maybe) and wearing black and is actually evil, The girl was a lure.
As I said, I'm fecked up in the head, that's all I remembered, since I'm a bit of a psychologist I'm trying to find the symbolism behind this. Any help would be appreciated
EDIT:
oh I remembered, the 3 are ghost like, I.e throwing shiz at them won't really work :P
Posted by Rushnut on Thursday, July 09, 2009 03:14AM
- 2 comments
(link)
/
Members say:
yea +0,
nay -1
Keywords:
rushnut,
is,
retard,
lol,
a
Win download speed is win
300mbits connection. But on the computer next to me,

I am currecntly at wightcable telecomms, we have a 1gb connection. cost £128k a year
We did a speed test, and due to all the people actually on the network it came out to this;

Still not bad?
Posted by Rushnut on Wednesday, July 08, 2009 03:59AM
- 9 comments
(link)
/
Members say:
yea +1,
nay -5
(Edited on Wednesday, July 08, 2009 04:09AM)
The worst has happened! FORMAT!
Well, I'm in dispair. I can't even spell correctly. I never could.
Today my laptop got a virus called winlose.exe
It hooks itself up to system32 closer than a geek to a hooker, it opens hundreds of the system proccess svchost, so many it drains your cpu to 100%.
The only fix for this is to edit the system registry, but even then its risky. This virus is so secretive that it's almost impossible to find, there are hundreds of possible files it could be, but I went forthe commonly known ones, And got it wrong.
Whenever I log in windows tells me that My OS isn't regestered, then boots me off before I can do anything, the BIOS screens don't offer any help, then only option.... Format
Everything I have is now gone, everything I had.
I'm quite upset at this moment. Good years of DM lost in minuets. I'm watching my laptops Format progress, Just as I say this The program folder byond was deleted. Irony?
Very sad day for me. Very sad indeed.
Posted by Rushnut on Tuesday, July 07, 2009 04:56AM
- 66 comments
(link)
/
Members say:
yea +1,
nay -1
MAGICBEAST pt 2
It goes on?!

Posted by Rushnut on Monday, July 06, 2009 03:15AM
- 5 comments
(link)
/
Members say:
yea +0,
nay -1
#7 Schnitzelnagler:
Greetings Rushnut.
I wanted to query if you'd be interested in little cooperate project. If you feel like you could enjoy and that I could contribute enough to warrant your cooperation, please drop me a line and I'm going to elaborate on the details.
Thank you in advance.
Friday, November 20, 2009 09:19AM
#6 Rushnut:
Commenting bastard.
Saturday, November 14, 2009 05:52PM
#5 Cyberlord34:
Magicbeast20 wrote:
> Comment deleting bastard.
Exactly
Saturday, November 14, 2009 05:52PM
#4 Magicbeast20:
Comment deleting bastard.
Saturday, November 14, 2009 05:51PM
#3 Rushnut:
But I leik my jellies D:
Saturday, November 14, 2009 05:42PM
#2 Magicbeast20:
Surrender your jellies.
Saturday, November 14, 2009 05:42PM
#1 Rushnut:
This is a comment
Saturday, October 03, 2009 01:17PM