Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.82 KB

Old Skool Code

This repository contains school work and personal projects in various different languages that I have written over the years. Some of the projects and code file may be incomplete because files got corrupted, I lost interest in the project, or it was a scratch file/project.

Building and Running

Most of the code was written during the Windows98 era. It's still possible to install Windows98 within a virtual machine along with the required applications.

Code

C

  • DarkSideRun - Gtk application similar to the "run" dialog on Windows.
  • DarkSideWM-0.1.1-3 - X Windows Manager. (Unfinished)
  • GtkLogicBomb
  • XWMTest - Scratch project.

C++

  • brestore -

J++

  • appform - Scratch project.
  • BackColor - Scratch project that changes the background color of the window.
  • ButtonTest - Scratch project that changes the color of the button.
  • CloseButton - Demonstrates creating a windowed application that is able to be closed.
  • FileIO - Basic application that Demonstrates how to write to a file.