Posted 07 February 2014 - 05:49 PM
Hello,
This is my programs thread. So far I have only one program that I admit probably belongs in APIs and Utilities, but I plan on releasing both Turtle and regular programs here too, and have just one thread, just as TheOriginalBIT does, so I would like to respectfully request to the moderators and admins that this thread not be moved.
Global Variable Checker - Are You Leaving Variables Behind?
Description: This is a simple and incomplete program that simply iterates over the _G table to count how many variables there are of each type, and displays them in a list. There is some functionality for seeing what the variables are called, but due to a bug (which I will fix on my own when I have time) you can only see the first few currently. This program is useful to me as a developer tool to check that I don't leave my variables behind accidentally.Screenshots
Download Methods
Pastebin: http://pastebin.com/r81r3vvQ (I used an unlisted paste during testing, so if Pastebin is glitching and doesn't realize I changed it let me know.)GitHub: https://github.com/a...iable-Check.lua
License
All of these programs are MIT licensed. You are encouraged to read through the whole license, but if you are impatient, it basically means give credit and include the permission notice if you use the whole thing or a large portion of it. The license can be found at the top of the code, or below.
MIT License
Copyright (c) 2014 awsmazinggenius
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Updates To Programs
The majority of programs here self-update. You can turn off this in their Options menu if you do not want this to happen.Programs That Don't Self Update Due to Pointlessness
- Global Variable Check
Edited on 08 February 2014 - 08:41 AM