Jump to content

WAIT I THINK I GOT IT! I think the thing with the 8s is supposed to represent a punchcard! It might be a simple decryption program OR text! WHAT KIND OF PUNCHCARD COULD IT BE!?

8               788888                                             788   7 8888888 8888 8        788                                                                            7888 88888                                                                            788888          7 8888 88 8 8             78 88  7888 
1280px-FortranCardPROJ039.agr.jpg

Edit:

1024px-PaperTapes-5and8Hole.jpg

I think it's more likely to be ticker tape

The 8s might be representing the holes for where the computer grabs the ticker tape! Does anyone know ANYTHING about punchcarding/ticker tape programming? Is it written in FORTRAN? If so I think it might be a very basic decryption algroithm for something.

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5784852
Share on other sites

Link to post
Share on other sites

What an intelligent person... Teach me... 

#RIPTopGear  This is the best thread ever: http://linustechtips.com/main/topic/53190-i-can-not-get-hard/ " French meetings are just people sitting in a semi-circle shouting at each other" -Dom Jolly  :lol:

My rig: 

   CPU: Pentium G3258 @ 4.5GHz GPU: GTX 760 reference | PSU: Corsair RM750 Cooler: Cooler Master Seidon 120V | Motherboard: Gigabyte B85M D3H | Case: NZXT S340 White | RAM: 8GB EVO Potenza @ 1600MHz Storage: 3TB Seagate HDD, 60GB OCZ SSD, 620GB Toshiba HDD | Mouse: Steelseries Rival @1000 CPi |  OS: Windows 10 Pro Phone: iPhone 6S 16GB  
http://linustechtips.com/main/topic/439354-why-nvidia/
 
Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785012
Share on other sites

Link to post
Share on other sites

hum.....................

WAIT

This is the IBM punched card format:

     ______________________________________________    /&-0123456789ABCDEFGHIJKLMNOPQR/STUVWXYZ Y / x           xxxxxxxxx X|   x                   xxxxxxxxx 0|    x                           xxxxxxxxx 1|     x        x        x        x 2|      x        x        x        x 3|       x        x        x        x 4|        x        x        x        x 5|         x        x        x        x 6|          x        x        x        x 7|           x        x        x        x 8|            x        x        x        x 9|             x        x        x        x  |________________________________________________
IT IS 39 CHARACTERS WIDE!

IT MUST BE A PUNCHED CARD!

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785018
Share on other sites

Link to post
Share on other sites

Illuminati confirmed 

#RIPTopGear  This is the best thread ever: http://linustechtips.com/main/topic/53190-i-can-not-get-hard/ " French meetings are just people sitting in a semi-circle shouting at each other" -Dom Jolly  :lol:

My rig: 

   CPU: Pentium G3258 @ 4.5GHz GPU: GTX 760 reference | PSU: Corsair RM750 Cooler: Cooler Master Seidon 120V | Motherboard: Gigabyte B85M D3H | Case: NZXT S340 White | RAM: 8GB EVO Potenza @ 1600MHz Storage: 3TB Seagate HDD, 60GB OCZ SSD, 620GB Toshiba HDD | Mouse: Steelseries Rival @1000 CPi |  OS: Windows 10 Pro Phone: iPhone 6S 16GB  
http://linustechtips.com/main/topic/439354-why-nvidia/
 
Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785040
Share on other sites

Link to post
Share on other sites

WAIT

This is the IBM punched card format:

     ______________________________________________    /&-0123456789ABCDEFGHIJKLMNOPQR/STUVWXYZ Y / x           xxxxxxxxx X|   x                   xxxxxxxxx 0|    x                           xxxxxxxxx 1|     x        x        x        x 2|      x        x        x        x 3|       x        x        x        x 4|        x        x        x        x 5|         x        x        x        x 6|          x        x        x        x 7|           x        x        x        x 8|            x        x        x        x 9|             x        x        x        x  |________________________________________________
IT IS 39 CHARACTERS WIDE!

IT MUST BE A PUNCHED CARD!

 

mind blown tech me!

post-241194-0-00784500-1439760225.gif

post-241194-0-00784500-1439760225.gif

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785107
Share on other sites

Link to post
Share on other sites

Here's what I got out of it:

5K----2Z-Z4---4---
Anyone got any idea what this could mean? Or if this is just a fluke? Is my code bugged?

Here is my code:

#!/usr/env python3#Distributed under the MIT licencepunched_string=['&', '-', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', '/', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']endstring=""tempi=0punched_card=open("card.txt") #The number of space between each character is on a linefor i in punched_card:	print(i)	try:		tempi=int(i.replace("\n","").replace(" ",""))	except:		tempi=" "		endstring+=punched_string[int(tempi)]		punched_card.close()print(endstring)
Here's the text file I gave it (which I built by adding up the spaces between the 8s and the 7s)

mind blown teach me!

All it takes is some wikipedia, you just need to look for it and you end up finding stuff

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785162
Share on other sites

Link to post
Share on other sites

WAIT I JUST REALISED WHERE I WENT WRONG! I NEED TO REMOVE ALL THE 1s! THEY'RE THE GAPS!

 

5K2ZZ44
Ok, at first I thought it might be a post code/zip code, something is still wrong, unless postcodes/zip codes are like this in another country

I changed the text file to this:

7224383866
What if some of the gaps were actual gaps though... I'll see what comes up with this first

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785192
Share on other sites

Link to post
Share on other sites

The bottom looks like a simple code and it is. Me and a friend wrote whole books in randomized codes in elementary school. We switched codes every week no one could crack it. This is much more simple and un randomized. 00=A 01=B so on as you could already tell. Now if this "5K2ZZ44" is what its supposed to be then its an adress like the markers Im guessing. So I'd bet the adress is 5000 on a street and then you have the 2zz44 to figure out

Link to comment
https://linustechtips.com/topic/431253-3301/page/3/#findComment-5785222
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×