Welcome to City-Data.com Forum!
U.S. CitiesCity-Data Forum Index
Go Back   City-Data Forum > General Forums > Science and Technology > Computers
 [Register]
Please register to participate in our discussions with 2 million other members - it's free and quick! Some forums can only be seen by registered members. After you create your account, you'll be able to customize options and access all our 15,000 new posts/day with fewer ads.
View detailed profile (Advanced) or search
site with Google Custom Search

Search Forums  (Advanced)
Reply Start New Thread
 
Old 12-16-2012, 05:43 PM
 
41,813 posts, read 51,051,710 times
Reputation: 17864

Advertisements

Trying to have a little fun with this, my coolest program ever was on the Commodore 64.

It was only a few lines and It changed the color from black to white in rapid succession, a home made strobe light. I'm sure it wasn't very good for the TV that in the early 80's cost as much as a TV now. LOL

It was far better than the 1000 line programs you could copy from a magazine, remember them? You'd get the thing done after fixing typos for hours on end and it was lamest thing ever.
Reply With Quote Quick reply to this message

 
Old 12-16-2012, 08:40 PM
 
Location: Pacific Northwest
352 posts, read 1,004,559 times
Reputation: 249
Poke was fun to play around with. Good Ol' Days
Reply With Quote Quick reply to this message
 
Old 12-16-2012, 09:12 PM
 
Location: Mableton, GA USA (NW Atlanta suburb, 4 miles OTP)
11,334 posts, read 26,086,242 times
Reputation: 3995
Quote:
Originally Posted by thecoalman View Post
Trying to have a little fun with this, my coolest program ever was on the Commodore 64.

It was only a few lines and It changed the color from black to white in rapid succession, a home made strobe light. I'm sure it wasn't very good for the TV that in the early 80's cost as much as a TV now. LOL

It was far better than the 1000 line programs you could copy from a magazine, remember them? You'd get the thing done after fixing typos for hours on end and it was lamest thing ever.
Ha! I wrote something similar for the Apple II, but instead of strobing quickly it would light for maybe 10 seconds and then go black again for a random interval between 1 and 15 minutes. We used to play assassin in the basement with dart guns (used pillows in the windows to make it pitch black), and the Apple screen would light up the room randomly and create a furious crossfire as everyone would see where everyone else was!
Reply With Quote Quick reply to this message
 
Old 12-16-2012, 09:12 PM
 
Location: Wandering.
3,549 posts, read 6,664,675 times
Reputation: 2704
Quote:
Originally Posted by thecoalman View Post
Trying to have a little fun with this, my coolest program ever was on the Commodore 64.

It was only a few lines and It changed the color from black to white in rapid succession, a home made strobe light. I'm sure it wasn't very good for the TV that in the early 80's cost as much as a TV now. LOL

It was far better than the 1000 line programs you could copy from a magazine, remember them? You'd get the thing done after fixing typos for hours on end and it was lamest thing ever.
I had one of those books for the C64. The one I had wasn't even code, it was ASCII characters that you typed into the editor (mostly symbols), and then launched the file as an exe. It was like someone basically opened the compiled app in a text editor, and printed out the resulting "lucky charms". You typed it all back in and renamed it to exe and away you went (as long as you didn't have any typos).
Reply With Quote Quick reply to this message
 
Old 12-16-2012, 09:26 PM
 
Location: Mableton, GA USA (NW Atlanta suburb, 4 miles OTP)
11,334 posts, read 26,086,242 times
Reputation: 3995
Quote:
Originally Posted by Skunk Workz View Post
I had one of those books for the C64. The one I had wasn't even code, it was ASCII characters that you typed into the editor (mostly symbols), and then launched the file as an exe. It was like someone basically opened the compiled app in a text editor, and printed out the resulting "lucky charms". You typed it all back in and renamed it to exe and away you went (as long as you didn't have any typos).
Lots of hex codes. I typed one in from, I think, Creative Computing, and it took forever...
Reply With Quote Quick reply to this message
 
Old 12-16-2012, 10:00 PM
 
Location: The Ranch in Olam Haba
23,707 posts, read 30,749,085 times
Reputation: 9985
The CoCo deserves some mention too.
Reply With Quote Quick reply to this message
 
Old 12-17-2012, 04:00 AM
 
41,813 posts, read 51,051,710 times
Reputation: 17864
Hack'em anyone?

Reply With Quote Quick reply to this message
 
Old 12-17-2012, 10:59 AM
 
23,597 posts, read 70,412,676 times
Reputation: 49263
The C-64 was great for the stupid forms that used to be ubiquitous in business back then. I'd set up a formatting program, use the computing power to do all the required math and print out a nice typed form. It really used to tick off supervisors who expected people to fill everything out by hand so that they could complain or look for math errors.

Towards the end of theC-64, there were some "resume" visuals and audio visuals that were reaally good. It took about five years for the PCs to catch up.
Reply With Quote Quick reply to this message
 
Old 08-22-2016, 10:23 PM
 
26,143 posts, read 19,841,434 times
Reputation: 17241
Quote:
Originally Posted by thecoalman
Trying to have a little fun with this, my coolest program ever was on the Commodore 64.
I love my C64!!!

I wrote 2 big programs in basic....... One was a casino type program with 3 games,pretty fun!! (40 blocks or so if I remember right (No it had to be more than that (I accidently ruined the disk its on (Spilled iced tea on it ))))

The other was a war-dialer type program that searched for CARRIERS (Numbers with a modem that answered)

My programming style is different from most and I remember one time someone tried to look @ my program (They deblitzed it) and they were confused!!! (Not what someone would usually do with different routines,etc)

I thankfully still have that disk... My last version was 11 I think and is pretty nifty!!


I have done some basic programming on APPLE also but not nearly as much.... This game we had when I was @ this skewl in Devon PA (It was a commercial game) -- I added basically an intro so when you booted the disk it said "Welcome...... Are you ready?

WELL PRESS RETURN AND ILL LOAD UP THE FUN! (After you pressed return it said)


Modz by: The Dude <date here>" (I forgot what date I did the modz -- THE STAFF THERE WASNT IMPRESSED.... They removed my program from the start of it )
Reply With Quote Quick reply to this message
 
Old 08-23-2016, 05:06 PM
 
Location: Wooster, Ohio
4,141 posts, read 3,054,676 times
Reputation: 7280
I remember typing in the code for a game written in DOS spaghetti Basic. After I had corrected all the typos I could find, I found the game was running too fast to be playable. I was not able to follow the code and figure out how to slow it down.

I write VBA routines the way I was taught to write code in COBOL. Code should be self-documenting, with standard nomenclature and descriptive variable names. I have to send Excel files in XML schema to the EPA. I learned that when my file was rejected, I could open it in the debugger and find the errors, even though I did not have access to the source code. It turns out the EPA also uses descriptive variable names.

Which would you rather have to deal with? VBA with a variable named iColCount, which can be decoded as integer column count, or the same variable, but named Fergalicious?
Reply With Quote Quick reply to this message
Please register to post and access all features of our very popular forum. It is free and quick. Over $68,000 in prizes has already been given out to active posters on our forum. Additional giveaways are planned.

Detailed information about all U.S. cities, counties, and zip codes on our site: City-data.com.


Reply
Please update this thread with any new information or opinions. This open thread is still read by thousands of people, so we encourage all additional points of view.

Quick Reply
Message:

Over $104,000 in prizes was already given out to active posters on our forum and additional giveaways are planned!

Go Back   City-Data Forum > General Forums > Science and Technology > Computers
Similar Threads

All times are GMT -6.

© 2005-2024, Advameg, Inc. · Please obey Forum Rules · Terms of Use and Privacy Policy · Bug Bounty

City-Data.com - Contact Us - Archive 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 - Top