Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Good old days

Good old days

Scheduled Pinned Locked Moved The Lounge
questioncom
28 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D dan sh

    One of my replies to my post below reminded me of first ever decent piece of software I had written. I do not have it anymore with me but would really love to get it back and see what I did back then. The question is, how many of you remember your first decent software program and still possess it?

    "The worst code you'll come across is code you wrote last year.", wizardzz[^]

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #19

    1. Tape library database written in Fortran (c 1976) 2. "Windows Explorer" type application for OS1100 in assembler (c 1984) I met a guy some years ago who had a copy of 2 in his box of tricks so I was quite pleased that it still had some application. I lost my copies quite a long time ago; and I'm not sure if there are any OS1100/2200 systems still extant.

    Unrequited desire is character building. OriginalGriff

    1 Reply Last reply
    0
    • H Henry Minute

      Purely out of interest, did you use a system that could output to microfiche or were they transferred to it later for archiving?

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #20

      Both: FR80[^] I was there for 6 months Industrial Training (a few years after the events there) mostly using the Prime 400 and GEC 4070 but with access to the FR80 for graphics hardcopy - both fiche and paper roll.

      Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • D dan sh

        One of my replies to my post below reminded me of first ever decent piece of software I had written. I do not have it anymore with me but would really love to get it back and see what I did back then. The question is, how many of you remember your first decent software program and still possess it?

        "The worst code you'll come across is code you wrote last year.", wizardzz[^]

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #21

        The first ever decent piece of software I wrote is what I called CaseBrowser. It is a software to be used by the legal fraternity to store and search legal cases. I developed it using VB5 and MS-Access. I still have the source code with me and cherish it. :-)

        1 Reply Last reply
        0
        • D dan sh

          One of my replies to my post below reminded me of first ever decent piece of software I had written. I do not have it anymore with me but would really love to get it back and see what I did back then. The question is, how many of you remember your first decent software program and still possess it?

          "The worst code you'll come across is code you wrote last year.", wizardzz[^]

          T Offline
          T Offline
          theanil
          wrote on last edited by
          #22

          My first decent program was a C program to move knight of chess game to all 64 steps without repettion. and i have the code with me.

          1 Reply Last reply
          0
          • P PIEBALDconsult

            I still have the book and 5.25" floppies for Turbo BASIC*, but the books and floppies for Turbo/Borland Pascal, C, and C++ are long gone, purged while moving. * Other than graphics, it was still working on my current hardware with WinXP last year, but not with Win7. :sigh: I expect that Turbo Pascal would work about as well. If I feel the need for Pascal (Bob forbid), I'll likely do so on one of my AlphaServers, that's where I usually do C now. I could also install COBOL and maybe Fortran :-D .

            R Offline
            R Offline
            Roger Wright
            wrote on last edited by
            #23

            PIEBALDconsult wrote:

            I could also install COBOL and maybe Fortran :-D .

            You're a sick man... :laugh:

            Will Rogers never met me.

            P 1 Reply Last reply
            0
            • R Roger Wright

              PIEBALDconsult wrote:

              I could also install COBOL and maybe Fortran :-D .

              You're a sick man... :laugh:

              Will Rogers never met me.

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #24

              Well, then I guess won't try to get to Laughlin any time soon... :-D

              1 Reply Last reply
              0
              • G Gary Wheeler

                The first big piece of software I ever wrote was my senior design project in school. I built a 3D graphics package that demonstrated hidden-surface removal using Binary Space Partitioning trees[^]. This was in 1983, two years after Fuchs, Kedem, and Naylor published their paper. My app was written in PL-I/80, running on a Z80-based CP/M system in our university computer graphics lab. The storage media at the time were 8-inch floppy disks. It took almost a minute to render an image, and you had to swap floppy disks a couple of times. The app was so big I had to use overlays (a manual sort of virtual memory for you youngsters). I still have the source code to that application. I've managed to successfully transfer it from one machine to another. It's now on a CD-R.

                Software Zen: delete this;

                L Offline
                L Offline
                loyal ginger
                wrote on last edited by
                #25

                Good project. What language did you use to write the program? Did you keep a machine so that you can enjoy running the program from time to time, just to appreciate the good work you did so many years ago? The problem with my old programs is I can't find a machine to run them any more. Some of them used assembly languages, and/or direct hardware access. They don't run well on modern operating systems.

                G 1 Reply Last reply
                0
                • L loyal ginger

                  Good project. What language did you use to write the program? Did you keep a machine so that you can enjoy running the program from time to time, just to appreciate the good work you did so many years ago? The problem with my old programs is I can't find a machine to run them any more. Some of them used assembly languages, and/or direct hardware access. They don't run well on modern operating systems.

                  G Offline
                  G Offline
                  Gary Wheeler
                  wrote on last edited by
                  #26

                  The app was written in PL/I[^]-80, a subset of the PL/I programming language designed for 8080/8085/Z-80 microprocessors. The machines ran CP/M[^]. Since they were university property (this was a school project), and cost well over $10,000 apiece, I didn't get to keep one.

                  Software Zen: delete this;

                  1 Reply Last reply
                  0
                  • R Roger Wright

                    d@nish wrote:

                    how many of you remember your first decent software program and still possess it?

                    I remember it, but I no longer have a copy; bugs ate the paper tape

                    Will Rogers never met me.

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #27

                    Roger Wright wrote:

                    bugs ate the paper tape

                    That is funny on so many levels.

                    Software Zen: delete this;

                    R 1 Reply Last reply
                    0
                    • G Gary Wheeler

                      Roger Wright wrote:

                      bugs ate the paper tape

                      That is funny on so many levels.

                      Software Zen: delete this;

                      R Offline
                      R Offline
                      Roger Wright
                      wrote on last edited by
                      #28

                      Perhaps I should have written, "insects..." :-O

                      Will Rogers never met me.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups