Euro dead? New currency starting from 2007 announced

For everything that's not in any way related to PureBasic. General chat etc...
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Euro dead? New currency starting from 2007 announced

Post by va!n »

Here is a photo of the new currency...

Image
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
CadeX
Enthusiast
Enthusiast
Posts: 124
Joined: Mon Oct 02, 2006 2:56 pm
Location: Australia
Contact:

Post by CadeX »

BAHAHAHAHAHHAA..

Oh wait, hangon ...

BAHAHAHHAHAHHA..
Pro-Gamer, Programmer, Pro-Grammer
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

That is soo cool. To bad this shit-assed country isn't part of the EU. Oh wait, we are, oh no we're not,, we just pay the same money as the other EU members just so they can introduce the EU lawes to this non-EU country. Aaa good to get that off my chest. YES TO EU :!:
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

That is too cool!
BERESHEIT
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Oh and another thing...

Image
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Haha that rocks. And yes to Fred for president. :twisted:

Oh and btw Geo, I see your a frequent poster at IT-Avisen as well :P
I go by Roger Hågensen there in case you are curious. (no I don't think we've argued before :P
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Rescator wrote:Oh and btw Geo, I see your a frequent poster at IT-Avisen as well :P
I go by Roger Hågensen there in case you are curious. (no I don't think we've argued before :P
Cool, I don't argue much with people, unless they say something stupid hehehe ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

GeoTrail wrote:That is soo cool. To bad this shit-assed country isn't part of the EU. Oh wait, we are, oh no we're not,, we just pay the same money as the other EU members just so they can introduce the EU lawes to this non-EU country. Aaa good to get that off my chest. YES TO EU :!:

Don't worry we are going to invade Norway...

Muahahahha

:twisted:

First Norway then the world...
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Go ahead.

Not sure what the US would think of that but hey ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

GeoTrail wrote: Not sure what the US would think of that but hey ;)
hahaha! The US is just a little fish in the sea :wink:

now where did i put those launch-codes...
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Found your launch code generator

Code: Select all

For i=0 To 100 : Code$ = Code$ + Str( Random(9) ) : Next : Debug Code$
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

no!

The launchcodes are more than just numbers. They hold data for the target!

Code: Select all

Procedure.s dEnc(string.s,pass.s)
  If string.s=""
    ProcedureReturn ""
  Else
For a=1 To Len(pass.s)
charval=Asc(Mid(pass.s,i,1))
myarr=myarr+charval
Next a
For i=1 To Len(string.s)
myenc=Asc(Mid(string.s,i,1)) ! myarr
mystr.s=mystr.s+Chr(myenc)
Next i
ProcedureReturn mystr
EndIf
EndProcedure

Debug denc("GeoTrails house", "Norway")
some xor with pwd routine i coded a few years ago hehe

Wouldn't it be quite fun to make some sort of rocket launch pad controlled by a pb program? Control the angle and so on, and fire :)
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Hehehe nice.
Yeah that would be cool.

We could use an old joystick or something, and get the coordinates from the stick and set a firebutton to launch hehehe
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

GeoTrail wrote: We could use an old joystick or something, and get the coordinates from the stick and set a firebutton to launch hehehe
yeah :D

Would be pretty simple actually; y-axis controls ground-sky angle, x controls x :)
We would have two step-motors to tilt it. Fire button; ignites the fuel.
S.M.
Enthusiast
Enthusiast
Posts: 118
Joined: Sat Apr 24, 2004 1:11 pm
Contact:

Post by S.M. »

lol :lol:
Post Reply