Final Fantasy Hacktics

General => The Lounge => Topic started by: Koruten on July 14, 2015, 10:21:37 pm

Title: Koruten's Programming Facility.
Post by: Koruten on July 14, 2015, 10:21:37 pm
Hey guys. I've been delving into C# a lot recently and I finally decided to write my first ever program (no not hello world.).

I present you, something that has been done already but I did it anyways cause it seemed easy enough : The Judge Score Averager!

Download Version 1.0.2 Download Here (https://github.com/XNBlank/JudgeScoreAverager/releases)

GitHub https://github.com/XNBlank/JudgeScoreAverager (https://github.com/XNBlank/JudgeScoreAverager)

(http://i.imgur.com/SLaNJqr.png)

This allows you to generate an average score from all of your judges. It allows up to as many scores as you want. (known as judges in the program. Also note that having too many will take a long time to type out.).

Changelog

1.0.2
Fixed issue where having less than 0 judges would crash the program.
Added snazzy icon.
Cleaned up code. (Thanks Ghosthawk).
Added Highscore option.

1.0.1
Fixed a bug that would crash the program if the user typed in a letter instead of a number for values.
Added an exception that prevents crashing when user inputs 0 judges.
Title: Re: Koruten's Programming Facility.
Post by: Koruten on July 16, 2015, 07:39:31 pm
New program!

Judge Score Averager GUI

Judge Score Averager GUI is a remake of my first ever C# program made in Visual C#. It allows users to take scores from multiple judges of a contest and average them out for a final score.

(https://cloud.githubusercontent.com/assets/4176001/8737441/ede9ef5e-2bd6-11e5-93ed-1b1e0fdf491f.png)

Features
Up to 999 Judges. (Dunno why you'd have that many.)
Highscore to prevent any scores from going higher than the set one.
Easy to navigate gui.
Save your averages into text files!
Averages out to the 3rd decimal point. (if applicable.)

Updated Averager GUI to 1.0.1.

Changelog
Fixed an error for when you delete the Judges number, and try to average and get an exception.
Fixed an error for when you delete the Score number, and try to average and get an exception.
Fixed an error for when you leave a blank score, and have it default to 0 rather than waiting until a correct response is given.
The top score box can no longer be changed to letters, and other symbols.
The top score box can no longer use decimals.
Previous settings no longer effect results after reset.
Long numbers like "-6.17283973399295E+23" are no longer produced possible to produce.



Download : Version 1.0.1 (https://github.com/XNBlank/JudgeScoreAveragerGUI/releases/tag/1.0.1)
Github : https://github.com/XNBlank/JudgeScoreAveragerGUI
Title: Re: Koruten's Programming Facility.
Post by: Kaijyuu on July 16, 2015, 09:13:39 pm
Nice. It seems you're starting with manageable projects which is good. I've been trying to make full games since day one and had few finished projects.
Title: Re: Koruten's Programming Facility.
Post by: Koruten on July 17, 2015, 04:55:16 pm
Yeah I'm just trying to keep it somewhat simple for now.  ;)

Updated Averager GUI to 1.0.1.

Changelog
Fixed an error for when you delete the Judges number, and try to average and get an exception.
Fixed an error for when you delete the Score number, and try to average and get an exception.
Fixed an error for when you leave a blank score, and have it default to 0 rather than waiting until a correct response is given.
The top score box can no longer be changed to letters, and other symbols.
The top score box can no longer use decimals.
Previous settings no longer effect results after reset.
Long numbers like "-6.17283973399295E+23" are no longer produced possible to produce.


Updated link in it's post.
Title: Re: Koruten's Programming Facility.
Post by: Koruten on December 04, 2015, 11:42:19 am
Long time no see. Something new to put on the table. Nothing terribly exciting or unique though.

(http://i.imgur.com/2C2PNsm.png)


It's a music player written in HTML and JS using the Electron framework. It's pretty functional, aside a few bugs and lack of sorting and playlists.
Title: Re: Koruten's Programming Facility.
Post by: nitwit on December 04, 2015, 11:35:01 pm
Nice stuff.

I just now finished my last low-level programming assignment.