weird orbit thing PC

Everything todo with programming goes HERE.
Post Reply
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

weird orbit thing PC

Post by iceman »

found another one of my crazy programs written in 1992 :P

control keys are


'I' input new data

'R' clear screen, regenerate in new random locations using previous parameters

'SPACE' clear screen and continue plotting using previous parameters

'Q' quit

----------------------------------------------------------------------------------

this seemingly pointless program with a few mods would have a use, by xoring all the x/y coordinates together you can generate a very strange string of data that could be used for something ;)
Attachments
weird orbit thing.zip
this is the correct version :oops:
(22.91 KiB) Downloaded 413 times
Last edited by iceman on Tue Jul 11, 2006 1:16 am, edited 1 time in total.
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

sorry the version I posted before was incorrect, the attachment is now the correct version

in this version its possible for the comets to get stuck in stable orbits
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iDiot / sPuNkY
Average Program
Posts: 54
Joined: Fri Apr 21, 2006 5:46 pm
Location: instruction trace cache
Contact:

Post by iDiot / sPuNkY »

nice little prog...
it actually gave me 5 minutes of fun..

it reminds me of a game for my old Mac SE.. but i forgot the name of it...
(and unfortunately the SE had been replaced by a LC with complete data loss...)

perhaps you could convert it into a screensaver :wink: ... or
this seemingly pointless program with a few mods would have a use, by xoring all the x/y coordinates together you can generate a very strange string of data that could be used for something
perhaps for randomize operations in any other program... like:

Code: Select all

_creating random number 

  --> screen switch to the plantes and comets

_random number created with 47 planets and 11 comets
that would have style :o
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

I was thinking more along the lines of using it as an interesting data encrytion/decryption program :o
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iDiot / sPuNkY
Average Program
Posts: 54
Joined: Fri Apr 21, 2006 5:46 pm
Location: instruction trace cache
Contact:

Post by iDiot / sPuNkY »

well shure you can doo that,too...
(this would also have more use)

so you mean the encrytion/decryption key would be the number of comets and planets and the time?

or do you mean, the key is the weird data string that is created by xoring the coordinates?


funny idea pops into my head:

well the best thing would be, if you would implement the program into a data type and it runs in the background when you try to open the file...
like a modified zip archive.. only that the data is encrypted..

but you would have to include the start positions and the quantity of planets and comets.. and that would have to be dynamic...

hope i could explain my though with my crepy english..
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

yeah you got exactly what I was thinking 8)

and you english is fine 8)
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iDiot / sPuNkY
Average Program
Posts: 54
Joined: Fri Apr 21, 2006 5:46 pm
Location: instruction trace cache
Contact:

Post by iDiot / sPuNkY »

thx :D

well then... what kind of encyption do you want to use??
a modified sort algorithm? (like bubbel sort forward and backwards)

but promise me that there will be the original graphic, when the encrytion/decryption is in progress..

by snychronising the algorithm over TCP/IP you could also make a realtime ciphering for data transfer or a chat...
(but you would have to stuck the comets in stable orbits for this) :wink:
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

I use a extremely high level of encryption ( I xor all bytes with $ff :lol: )
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
iDiot / sPuNkY
Average Program
Posts: 54
Joined: Fri Apr 21, 2006 5:46 pm
Location: instruction trace cache
Contact:

Post by iDiot / sPuNkY »

that should work..

I would like to see some byte codes encrypted and decrypted when the prog is ready... 8)

(...\programs\icecryption .... mypersonaldata.ice) :lol:
Post Reply