
Euro dead? New currency starting from 2007 announced
Euro dead? New currency starting from 2007 announced
Here is a photo of the new currency...


va!n aka Thorsten
Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
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!
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Cool, I don't argue much with people, unless they say something stupid heheheRescator wrote:Oh and btw Geo, I see your a frequent poster at IT-Avisen as well
I go by Roger Hågensen there in case you are curious. (no I don't think we've argued before
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
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
First Norway then the world...
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!
no!
The launchcodes are more than just numbers. They hold data for the target!
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
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")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



