Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
functions.h | 2012-08-13 | 13.0 kB | |
main.cpp | 2012-08-13 | 3.6 kB | |
filefunctions.h | 2012-08-13 | 2.7 kB | |
Totals: 3 Items | 19.3 kB | 0 |
--- Almost Redundant Code Regenerator --- Copyright (C) 2012 Patrick Rebsch - This is a program designed for programmers who may have to write code that is almost identical except for a few values that change along the way. I found myself needing a program like this so I decided to write it :) - Please use "inputfile.txt" for your original code and syntax entries. An example string with proper syntax entries is provided. - Included is a copy of the GNU GPL v3 (see LICENSE.txt) that all must abide by in regards to this software. Thank You :) Version 2.0.0.0 - added support for Linux! (note the major release does not mean a major source code change, but rather for the fact that Linux will now be supported) Version 1.4.2.0 - removal of the configuration file to try to reduce the clutter of files after unzipping Version 1.4.1.0 - a few minor fail-safe switch additions - some source code cleanup Version 1.4.0.0 - feature added: ability to make hexadecimal output! Version 1.3.0.2 - a few minor fixes Version 1.3.0.1 - fixed an internal failsafe switch Version 1.3.0.0 - ticket 1 fixed: if user types an invalid character, the program will re-request the information rather than close - ticket 2 fixed: feature added: ability to loop a value after X amount of code regenerations, thus actually allowing hex values to be generated by certain user configuration Version 1.2.0.0 - feature added: ability to define a change every X amount of code regenerations - an explaination in the README of how to properly modify the configuration file Version 1.1.0.2 - return of the internal fail-safe switches Version 1.1.0.1 - fixed bug: changing the output filename in the configuration file did not change the name of the output file - hardcoded 32-bit variables for 32-bit systems (not sure if 64-bit is necessary at this point) - the updated README Version 1.1.0.0 - character support added! - removal of internal function fail switches (will be added back in a later version)