Tag Archives: C++

Autify Final Release

What is Autify? Autify was my crappy attempt at coding SHADE in raw C++. It didn’t go over too well, but I did get mouse movements working and possibly keystrokes working (I think). This is not by any means a useful program. It is possibly, however, useful code. The reason being that Autify is cross-platform. [...]

CsvToTab v1.0

This one has been sitting in the ftp folder for a while, so some snoops may already have it. CsvToTab converts CSV files into tab delimited files. It takes input like a,b,c or ‘a’,’b’,’c’ or “a”,”b”,”c” and puts tabs instead of the commas and/or quotes. I made this because I only found trials online and [...]