From 762e6edc6d0eb81dfbd0604599d7bb46fff47b08 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: winforms project --- forms.htm | 36 ++++++++++++++++++++++++++++++++++++ index.htm | 2 +- projects.htm | 5 +++-- 3 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 forms.htm diff --git a/forms.htm b/forms.htm new file mode 100644 index 0000000..017c015 --- /dev/null +++ b/forms.htm @@ -0,0 +1,36 @@ + + + + +Porter Swanstrom
+ +

Porter Swanstrom

{ +Home : +Projects : +Info } + +
+ +

About

+

This project contains a bunch of WinForms that I've made while in +college. None of these are complex, but a few notable programs are:

+
    +

  1. chess_monitor
  2. +

    This program lets a user move/take pieces on a chess board and save/load +the state of the chess board via a save file. There are 3 boards the user can +switch between in case multiple games need monitored simultaneously.

    +

  3. txt_to_html
  4. +

    A very basic text to html converter that only supports paragraphs, headers, +and non-inline links.

    +
+ +

Source

+

The source code is here +and you can get it with:

+
git clone git://github.com/porterswanstrom/forms
+ +
+ +Made by Porter Swanstrom. + +
diff --git a/index.htm b/index.htm index fde76e1..b72d32f 100644 --- a/index.htm +++ b/index.htm @@ -11,7 +11,7 @@
-

I'm currently still building my website, check the +

I'm currently still building my site, check the log to see what I've done so far.

diff --git a/projects.htm b/projects.htm index d6ffae0..3357a29 100644 --- a/projects.htm +++ b/projects.htm @@ -12,8 +12,9 @@

Projects

-

www (html, css)
-My website.

+

WWW (HTML, CSS)
Website

+ +

Forms (C#)
WinForms

-- cgit 1.4.1