Unnamed Fossil Project

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

27 check-ins

2019-10-26
02:17
[~] Pages Filename Fix ~ timecHTM: now indexHTML [jspann] Leaf check-in: 3e4b8719f0 user: jspann128@gmail.com tags: master, trunk
02:15
[+] Docs Output Dir for GitHub Pages + docs/ for page hosting + Copies of HTML and JS versions of timec [jspann] check-in: f880ce5778 user: jspann128@gmail.com tags: master, trunk
2019-09-10
21:10
[~JS] Completed Basic Command Line Flags ~ Fixed boken switch() implementation ~ Command line flags handled in own function + Basic handling for decimal and subtract flags [jspann] check-in: 311391ba75 user: jspann128@gmail.com tags: master, trunk
20:00
[+JS] Subtract Functionality to HTML File + Controls and JS for controlling timec via HTML ~ JS reset for command line use * Still need flags and options [jspann] check-in: 83d96f44e6 user: jspann128@gmail.com tags: master, trunk
19:47
[~JS] Fixed JavaScript Subtract Functionality ~ Fixed if() execution logic + Checks for values under 10 to be prefixed with a '0' [jspann] check-in: 7c851459d0 user: jspann128@gmail.com tags: master, trunk
19:30
[~JS] Moved JavaScript Subtraction Function into Own Method + subtractValues() ~ Moved sunbtraction code into subtractValues() [jspann] check-in: af04e3d46d user: jspann128@gmail.com tags: master, trunk
19:13
[+] Parital JavaScript Subtraction Support ~ Reorganized main method to assign variables that go to output obj + Checks for decimal and subtract options + Basic subtraction [if logic broken] [jspann] check-in: 52febd9c0a user: jspann128@gmail.com tags: master, trunk
18:23
[~] JavaScript Dynamic Handling of Browser vs Nodejs + Checks for nodejs args + Handling to prevent errors from running all over the web browser [jspann] check-in: c4ac74be05 user: jspann128@gmail.com tags: master, trunk
17:51
[~] Code Cleanup for JavaScript and HTML Versions - Unused and commented code ~ Adjusted spacing [jspann] check-in: c674568a53 user: jspann128@gmail.com tags: master, trunk
17:45
[+] Base JavaScript and HTML Versions + Basic JavaScript version + Simple HTML form that auto-performs time conversion from javascript [jspann] check-in: 4f244894d8 user: jspann128@gmail.com tags: master, trunk
2018-11-12
14:31
[~] Output Decimal Formatting ~ Changed decimal places from 6 to 3 for more legible display [jspann] check-in: 44f5d5716b user: jspann@AH2208-B44PXK2.campus.siue.edu tags: master, trunk
2018-11-08
21:53
[🐞] Bugfixes: Multiple Args Have Value from arg's index +1 * numbers_from_argument() changes: - for() doesn't flow over the actual arg string length ~ Refactored block for setting seconds to not be dynamically sloppy ~ Merged blocks for setting seconds and detecting time-unit ':' ~ Block for setting seconds breaks after setting them - Unneeded continue statements removed [jspann] check-in: 576e8794d0 user: jspann@AH2208-B44PXK2.campus.siue.edu tags: master, trunk
2018-09-28
20:07
[+] Python Target to Test Against Haxe Genereated Code + Pythonic implementation of Haxe code [jspann] check-in: 670b8a7650 user: jspann128@gmail.com tags: master, trunk
2018-08-30
21:06
[v2.0.0] Added Basic Haxe Version + Timec.hx rewrite of main.c [jspann] check-in: fc461b770b user: jspann128@gmail.com tags: master, trunk
2018-07-05
19:38
[+] Calculates Differences Between Times + README Roadmap updates + Checks for `-d` flag to trigger calculating time differences + Function to print time differences + print_help message updates + Checks for `-fd` flag to format times as decimal [〆spann] check-in: 65fe1d7364 user: jspann128@gmail.com tags: master, trunk
2018-06-15
14:41
[+] Firewall Loop Against Bad Argument Characters + main() loop with new loop to validate argument characters + main() loop check to not bother printing multiple errors [jspann] check-in: 696b62e356 user: jspann128@gmail.com tags: master, trunk
13:38
[~] Code Cleanup + run_program() to hold core execution of program [jspann] check-in: 4c316988d9 user: jspann128@gmail.com tags: master, trunk
13:04
[+] Argument Size Check + get_pointer_array_element_size() for pointer version of sizeof() + Error int that halts program execution if errors set + Help message for -f12 option [jspann] check-in: f3816054f9 user: jspann128@gmail.com tags: master, trunk
2018-06-14
17:00
[+] Prints Time Formatted as 12-Hour Time ~ Code & comments cleanup ~ Renaming of fn()s for better understanding ~ hours_minutes_to_float() as print_times() ~ Segregation of print_times printf()s to subroutines + print_time_as... 12_hour/float for specific printing [jspann] check-in: cb3f3640ba user: jspann128@gmail.com tags: master, trunk
16:24
[~] Fixed Segfault Error from Bad sizeof() Use + 2 new ints to iterate through the creation of the args/opts arrays ~ Discontinued reuse of total_args/opts for new ints - Loop sizeof gave pointer size which gave sizeof(mem address) ~ sizeof()s in loop replaced with proper counter ints [jspann] check-in: 2d6258fc7f user: jspann128@gmail.com tags: master, trunk
14:48
[~] Code Cleanup - Old {} & // ~ Organization of fn()s [jspann] check-in: aeda8e3ec6 user: jspann128@gmail.com tags: master, trunk
14:31
[~] Major Refactoring of Conversion Function + Function summary comments + get_total_number_args_options() ~ Moved main code piece into get_total_number_args_options() ~ Moved code to convert string arg to ints into fn() + numbers_from_argument() to parse char[] to int - Redundant code in hours_minutes_to_float() removed [jspann] check-in: eb504c7ffc user: jspann128@gmail.com tags: master, trunk
2018-06-08
19:11
[+] Default Behavior to Print Help Message + If no args or opts, print help by default [jspann] check-in: 3a6ffebc87 user: jspann128@gmail.com tags: master, trunk
19:08
[~] More Relevant Help Option Message ~ Whitespace cleanup + Options and usage examples, definitions [jspann] check-in: e0ece15eeb user: jspann128@gmail.com tags: master, trunk
18:48
[+] Basic Args/Opts if{} Filters + if{} blocks for displaying --help + VERSION number + Conversion only occurs when arg(s) are supplied [jspann] check-in: 950cc0de8d user: jspann128@gmail.com tags: master, trunk
18:33
[+] Code Cleanup & Parameter Filters ~ Code cleaned up and modularized + Basic show_help() + Loops to create arrays of args & opts from parameters + Arguments & Options arrays [jspann] check-in: 19ac19d104 user: jspann128@gmail.com tags: master, trunk
16:22
[I] Initial Commit + Existing project code + README [jspann] check-in: f44580de88 user: jspann128@gmail.com tags: master, trunk