From 1cff99cbe3656637b58d0bb2b0086476aa49ac2e Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: nift --- wf/index.html | 43 ++++++++++++++++++++++++++++++++++++++++++- wf/index.tpl | 20 ++++++++++++++++++++ wf/m.htm | 20 -------------------- 3 files changed, 62 insertions(+), 21 deletions(-) create mode 100644 wf/index.tpl delete mode 100644 wf/m.htm (limited to 'wf') diff --git a/wf/index.html b/wf/index.html index 8df4c9e..e8927b5 100644 --- a/wf/index.html +++ b/wf/index.html @@ -1 +1,42 @@ -WinForms
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

WHY

This project is for archiving the various WinForms that I've made while in college. None of these are complex, but a few notable programs are:

  1. chess_monitor

    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

  2. txt_to_html

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

GET

The source code is here, get it with:

git clone http://github.com/porterswanstrom/wf

Made by PORTER SWANSTROM

\ No newline at end of file + + + + + +WinForms +
+ +photo of myself +

Porter Swanstrom


+HOME : +PROJECTS : +ABOUT + +
+ +

WHY

+

This project is for archiving the various WinForms that +I've made while in college. None of these are complex, but +a few notable programs are:

+ +
  1. chess_monitor

    +

    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

  2. + +
  3. txt_to_html

    +

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

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/wf
+ +
+

Made by PORTER SWANSTROM

+
diff --git a/wf/index.tpl b/wf/index.tpl new file mode 100644 index 0000000..d578ec2 --- /dev/null +++ b/wf/index.tpl @@ -0,0 +1,20 @@ +

WHY

+

This project is for archiving the various WinForms that +I've made while in college. None of these are complex, but +a few notable programs are:

+ +
  1. chess_monitor

    +

    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

  2. + +
  3. txt_to_html

    +

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

+ +

GET

+

The source code is + +here, get it with:

+git clone http://github.com/porterswanstrom/wf
diff --git a/wf/m.htm b/wf/m.htm deleted file mode 100644 index 9da6d82..0000000 --- a/wf/m.htm +++ /dev/null @@ -1,20 +0,0 @@ -WinForms,../ -

WHY

-

This project is for archiving the various WinForms that - I've made while in college. None of these are complex, but - a few notable programs are:

- -
  1. chess_monitor

    -

    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

  2. - -
  3. txt_to_html

    -

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

- -

GET

-

The source code is - here, get it with:

-git clone http://github.com/porterswanstrom/wf
-- cgit 1.4.1