Script, Tool | October 23, 2010
After Effects CS5
Downloaded 130 times
I started actual programming only back in 2006, beginning with my own website of course. However, my exposure came more from modifying games. Feel free to read up on my post here on Programming.
Below are scripts, tools, and other miscellaneous programming projects. Generally, these were created for myself, but they may or may not also be of interest to others as well.
AE Rename-Title-to-Filename Script After Effects CS5 | AE Rename-Title-to-Filename Script This is a simple but useful script template for adding customized titles to a large number of video clips in Adobe After Effects. In some of the work I do, I've had to create titles for several hundred videos. Rather than type each title in After Effects, the expressions/code in this template allow you to just drag the video into the timeline and have the title automatically change to the ... »Script, Tool | October 23, 2010 |
Coppermine Anti-Copy PHP, mySQL, Coppermine | Coppermine Anti-Copy
This is my first time modding the Coppermine software. There may be better ways to achieve the same effect. Please let me know if you have suggestions on improving this!
This mod will do the following:
- Basic Protection: Overlay a blank image over all pictures (prevent right-click copying)
- Hiding Links: Pass all picture addresses through an image-generating file:
--* Requires... »Tool, Script, Mod | August 3, 2007 | Last Updated January 12, 2008 |
Cryptocurrency Screener Cryptocurrency, Bitcoin | Cryptocurrency Screener Google Sheet I put together for monitoring and screening cryptocurrencies on volume, marketcap, and social media. »Script, Tools | January 11, 2018 |
CSV Merger | CSV Merger This is a quick application for merging all CSVs in a folder to one file. It features a simple user interface and a few extra options, such as choosing the header row and what rows from all files to extract.
Additional features include:
- ability to extract a particular cell from each CSV and add it as a new column.
- settings will be remembered the next time you run the application.
... »Script, Tool | July 10, 2012 |
CSV to SQL | CSV to SQL This is a quick application for loading all rows in a CSV (with header columns) into an existing SQL table.
This was created in C# for a few tasks I needed to get done, but perhaps others out there might also find it useful. »Script, Tool | February 14, 2013 - May 28, 2014 |
Easy Page Creator PHP, mySQL | Easy Page Creator This is the predecessor to the Mini Database Builder, which can easily be installed over existing databases (even those created with Easy Page Creator). As a result, Easy Page Creator is no longer supported, and continuing users are recommended to upgrade.
A powerful little script that can be used to easily add pages and entries to multiple databases. It automatically indexes entr... »Script, Web, Tool | September 17, 2006 | Last Updated December 31, 2008 |
FileRenameToDate CSharp | FileRenameToDate This script renames files to date created with optional time shifting for timezones and out-of-sync devices. The last bit is what's most useful about this script, as often I have to sync photos across cameras or deal with devices that briefly stopped keeping time.
The script is short and sweet. The source code is included for anyone that might need to tweak it for their use. »Tools, Script | January 8, 2023 |
FlashShow | FlashShow
More than anything, this is a tool designed for my personal use. I only release for the sheer possibility someone might also find it useful. FlashShow is designed to create a slideshow out of Flash video files. In a way, it is similar to Powerpoint - for function. Think of it as being able to create videos and use them as a Powerpoint slideshow. Better yet, it is being able to use a video ... »Web, Script, Tool | June 15, 2008 | Last Updated May 10, 2015 |
Gameshow Maker | Gameshow Maker
Gameshow Maker can be seen as an extension of the original Jeopardy Maker (which you should check out if you want something more basic and preconfigured). The idea is to allow you to create your own questions/answers gameshow, such as Jeopardy or Are You Smarter Than a 5th Grader, with little to no work on your end. Categories, rows, columns, bonuses... Everything is done by the program.... »Web, Script, Tool | July 13, 2008 | Last Updated May 10, 2015 |
Interactive Brokers for Tech Trader Stock Trading, Tech Trader, Tech Trader Plugin | Interactive Brokers for Tech Trader The Interactive Brokers plugin for Tech Trader adds the functionality to pull both live and historical price/volume data from Interactive Brokers on all time frequencies (daily, intraday, weekly, monthly) as well as automate trades. The functionalities are mutually exclusive and can be enabled together or without the other.
Pulling data and executing trades from Interactive Brokers requires ... »Script, Tool, Plugin | October 31, 2015 |
Jeopardy Maker | Jeopardy Maker
Jeopardy Maker is a free, fully-featured program to make your own Jeopardy games, complete with animations and music. Just enter the questions and answers. No Powerpoint or Jeopardy Template needed. Categories, rows, columns, daily doubles... are all generated automatically. The program supports any number of rows and columns (the max. being until your computer explodes) as well as many... »Web, Script, Tool | April 5, 2008 | Last Updated May 10, 2015 |
Math Tools PHP | Math Tools Various math applications I create over time that may help with homework etc. It certainly helped with mine. »Web, Script, Tool | September 11, 2006 | Last Updated July 2, 2010 |
Mini Database Builder PHP, mySQL, Javascript | Mini Database Builder A powerful little script that can be used to easily add pages and entries to multiple MySQL databases. In some respects, this is similar to existing tools like phpmyAdmin but on a much lighter scale more suitable for public viewing, etc. However, it also allows you to add custom PHP code to various parts of the table, allowing you to create gaming ladders, sign-up systems, stock trading... »Script, Web, Tool | January 14, 2010 | Last Updated August 22, 2011 |
OBS Livestream Restarter CSharp, OBS | OBS Livestream Restarter This tool is useful if you are trying to keep a live stream going for multiple days. The script runs every 10 sec and starts OBS with automatic live streaming if OBS is not already on (do not launch it manually before running this). Every 11 hours and 59 minutes, it'll also shut down and restart OBS to fit under the archive limit on YouTube (and it's easier to have stream videos separated at l... »Script, Tool | December 6, 2021 |
Options Comparer Cryptocurrency, Bitcoin, LedgerX | Options Comparer Google Sheet for LedgerX Bitcoin options price data and analytics. »Script, Tools | June 12, 2019 |
PHP Visitor Counter PHP | PHP Visitor Counter Very versatile txtfile-based Visitor Counter. Original Counter (Easy Counter 1.02) by Wingnut @ www.wingnut.net.ms
Heavy modifications done with Wingnut's permission by pftq @ www.pftq.com
As with the original counter (partly quoting Wingnut here) :
Installation
Copy the counter.php, counts.txt, active.txt, and ips.txt onto your
webspace.
Make the .txt files accessible ... »Web, Script, Tool | January 10, 2007 |
Poker for CSharp and QLearner | Poker for CSharp and QLearner A full poker game in C# for human practice against bots or training machine learning algorithms, such as with QLearner.
... »Web, Script, Tool | October 3, 2021 - October 16, 2021 |
pq Visitor Counter and Tracker PHP, mySQL | pq Visitor Counter and Tracker Extremely customizable visitor counter and tracker using PHP5 and mySQL. I used it on my own site for many months before considering a release version. Note this is not compatible with later versions than PHP5 due to them not preserving legacy code.
Download pq Visitor Counter and Tracker
Also listed on HotScripts.com
Live Demonstrations:
View Active Demo/Example of Stats
View Acti... »Script, Web, Tool | February 3, 2007 | Last Updated August 6, 2015 |
QLearner | QLearner
QLearner provides a generalized framework for using machine learning algorithms to solve to any problem defined by a QState. The Plugins Template download includes a template to build your own QStates and several examples to learn from. For more advanced users, new QAlgos can also be created to leverage the framework provided by QLearner. Documentation and API are provided for developing yo... »Web, Script, Tool | July 22, 2013 | Last Updated July 18, 2015 |
Ripple for Tech Trader Ripple, XRP, Tech Trader, Tech Trader Plugin, Trading | Ripple for Tech Trader The Ripple plugin for Tech Trader adds the functionality to pull both live and historical price/volume data on XRP/USD from Ripple on all time frequencies (daily, intraday, weekly, monthly). Other pairs can be accessed in a similar pair1/pair2 symbol request. The plugin will also later add the option to execute automated or manual trades on your Ripple account to match signals generated from T... »Script, Tool, Plugin | May 11, 2014 - May 20, 2014 |
RippleTax Ripple, XRP, Tax, PHP, Javascript | RippleTax This tool will convert your Ripple transaction history exported as CSV into a cleaned up CSV usable by bitcoin.tax to do your taxes with. Transactions will by default use USD as the base currency if available and XRP as the target currency (you buy or sell XRP using some other currency). »Script, Tool, Web | January 26, 2015 - January 27, 2015 |
SMF Event Registration PHP, mySQL, SMF Forums | SMF Event Registration
This is a modification of a modification originally by Tyrsson and kripz for SMF Forums (of the same name, "Event Registration Mod"). This modification is based on version .17 BETA of his mod and makes several improvements. It was originally designed to work with SMF Forums 1.1.x, but now has been ported to SMF thanks to floomp!
Original Description by Tyrsson and kripz
- Creatin... »Tool, Script, Mod | December 28, 2009 | Last Updated September 6, 2015 |
SMF Mail Read Tracker PHP, mySQL, SMF Forums | SMF Mail Read Tracker
This is a fairly straight forward script that allows you to keep track of which members have read their email announcements or not. The script logs each announcement sent out to members and sets up a hidden image in each email so that opening the email sends a ping to the website. This is useful for those wondering if your email announcements ever get through or you are just being ignored. ... »Tool, Script, Mod | December 2, 2010 | Last Updated August 5, 2015 |
SMF Mailing List PHP, mySQL, SMF Forums | SMF Mailing List
This modification sets up your board to basically behave as a list serve or mailing list. The best example to think of is "Google Groups", in that the discussion board still exists while any emails sent to the site are automatically posted or added as replies to existing topics. The SMF Mailing List mod works best together with the SMF Notify Group mod, which allows you to subscribe mul... »Tool, Script, Mod | June 9, 2010 | Last Updated August 7, 2020 |
SMF Notify Group PHP, mySQL, SMF Forums | SMF Notify Group
This is a short script I wrote so I can turn on notification of a topic or board for an entire membergroup. The script works by letting you first select membergroups and then the members within those groups that you want to enable (or disable) notification for. You can also subscribe groups themselves for boards that tend to have varying members move across groups, and the mod will show t... »Tool, Script, Mod | December 5, 2009 | Last Updated July 8, 2012 |
SMF Stock Charts PHP, mySQL, SMF Forums | SMF Stock Charts
This is a very simple mod package to allow stock charts to be embedded in your posts via BBC. Once installed, the following codes will return charts from the following sites:
6-month Daily Chart by profitspi.com
[schart]TICKER[/schart]
10-day Intraday Chart by marketwatch.com
[ischart]TICKER[/ischart]
Interactive Flash-based chart (slower loading, one per topic) by wikinvest.com
[wschart]TIC... »Tool, Script, Mod | August 15, 2010 - January 2, 2012 |
SMF WYSIWYG CKEditor Installer PHP, SMF Forums | SMF WYSIWYG CKEditor Installer This mod is designed to replace the Post Reply pages in SMF 1.1.x with a rich-text editor by CKEditor. It assumes you have uploaded the CKEditor as a ckeditor folder to your SMF Forums' root directory (yoursite.com/SMF/ckeditor). CKEditor can be downloaded from ckeditor.com/
The mod makes additional changes to the SMF Forum source and template files so that the editor is embedded and... »Web, Script, Mod, Tool | December 18, 2010 - January 24, 2011 |
SQL to MySQL Copy CSharp | SQL to MySQL Copy This is a quick application for copying all rows from one SQL table to one with the same columns in MySQL. There are additional options to loop (it will use insert or update on duplicates) or wipe the table clean each time for a full bulk re-insert. Calling it with any arguments in commandline will have it run with last saved paramaters. »Script, Tool | August 6, 2020 |
SQL to SQL Copy | SQL to SQL Copy This is a quick application for copying all rows from one SQL table to another of the same columns. It is particularly useful for copying between SQL tables on different servers, as then it is not as simple as just running a single SQL query. Note that this assumes there are no existing rows of the same primary key already in the destination table.
As with my other scripts, this was created... »Script, Tool | September 16, 2018 |
TaskKeepAlive CSharp | TaskKeepAlive The TaskKeepAlive script runs every 10 sec and checks that all exe files in the current folder, as well as any nested folders, are still running. If not, it'll kill any hanging processes for those exe files and restart them. Arguments can be passed to the TaskKeepAlive script to pass directly to the processes it restarts. It is smart enough to wait a couple passes on a task to see if the task ... »Script, Tool | October 25, 2015 |
TDAmeritrade for Tech Trader Stock Trading, Tech Trader, Tech Trader Plugin | TDAmeritrade for Tech Trader The TDAmeritrade plugin for Tech Trader adds the functionality to pull both live and historical price/volume data from TDAmeritrade on all time frequencies (daily, intraday, weekly, monthly). The plugin also adds the option to execute automated trades on your TDAmeritrade account to match signals generated from Tech Trader. The functionalities are mutually exclusive and can be enabled together... »Script, Tool, Plugin | August 20, 2012 | Last Updated March 30, 2013 |
Tech Trader | Tech Trader Tech Trader is a fully autonomous system trading thousands of stocks simultaneously with no human intervention. It is unique from conventional algorithmic systems in that it takes a "human" approach to markets. It is not quant. It is not stat-arb. It is not high frequency. It is a program that looks at stocks the same way a person would but with the cold discipline and infinite attention sp... »Web, Script, Tool | June 27, 2012 - July 5, 2012 | Last Updated October 17, 2015 |
The World Exchange | The World Exchange A fully operational proof-of-concept site showcasing most of Ripple/XRP's functionality as a decentralized exchange. »Script, Website, Tool | September 4, 2016 - September 21, 2016 |
Virtual Stock Trading System PHP, MySQL, Stock Trading, SMF Forums | Virtual Stock Trading System The program runs as a customization of Mini DB, but neither are not publicly available yet (I've only set this up with a few websites I help with). The user system is currently integrated wtih SMF Forums so that the login is shared but it can also operate independently, albeit with less security of course as Mini DB is not meant to support a user system on its own (excluding the admin).
... »Web, Script, Tool | January 12, 2011 | Last Updated June 21, 2011 |