pftq

pftq

Geek Repo

0

following

0

stars

Home Page:https://www.pftq.com/

Github PK Tool:Github PK Tool

pftq's repositories

TheWorldExchange

A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.

Language:JavaScriptLicense:NOASSERTIONStargazers:36Issues:10Issues:1

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 least once a day).

Language:C#Stargazers:1Issues:2Issues:0

C-Threading-Example

This is just something I put together for how to write multithreaded programs in C#. In case it is useful to anyone else. The relevant file to look at is Form1.cs. Best to start a new project and copy the code rather than worry about what version of Visual Studio it should be.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

CSV-to-SQL

This is a quick application for loading all rows in a CSV (with header columns) into an existing SQL table.

Language:C#Stargazers:0Issues:1Issues:0

FileRenameToDate

Renaming files to date created with optional time shifting for timezones and out-of-sync devices.

Language:C#Stargazers:0Issues:1Issues:0

Meetup-Scraper

Useful tool for being alerted on specific events on Meetup, since their filters for notifications and search are not very accurate.

Language:C#Stargazers:0Issues:1Issues:0

Poker-for-C-Sharp-and-QLearner

Simulation for Poker with bots and extensibility for testing AI / Machine Learning.

Language:C#Stargazers:0Issues:1Issues:0

QLearner

Source code for the example algorithms and problems/games in the QLearner algorithm-testing tool I created at https://www.pftq.com/qlearner/

Language:C#Stargazers:0Issues:1Issues:0

Spotify-Playlist-Anti-Takedown

Short script for restoring the title/description if a bot is repeatedly taking down your playlist.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

Task-Keep-Alive

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 unfreezes before trying to restart.

Language:C#Stargazers:0Issues:1Issues:0