Macros For Fun

A few of these can have real life applications. But most of these are just for fun. Some of these I'll make available for download as well.

Title What does it do? Comments
Character Sorter A simple bubble sorter that sorts characters of a string. The sorter identifies the ASCII values of each character, then sorts the letters In my first technical interview for Oracle, I was to write some code for a bubble sorter that could sort the characters of a string. Years after the interview, I thought, why not actually make one?
FBStoryDownloader Two macros that allow for downloading videos from Facebook stories. The other available downloaders only download the oldest available video. Sure using my process is a lot more technical, but it allows you to download any of the available video stories, and not just the oldest available one.
MTG Simulator A very basic playtest macro for Magic: The Gathering I wanted a way to playtest my decks, without having to install programs like Xmage, or without having to pay for programs such as MTGO and Arena. I wanted something that I could use in my work laptop, so I could work on my deck during idle times in the office.
Promo Code Generator Generates a set of alphanumeric codes. Each code contains 9 characters following the format XXX-XXX-XXX. You may enter characters you wish to exclude from the generated codes. I used to think about occasionally taking one-time jobs in upwork as a side hustle. I did not take any NetSuite jobs since that would look like a conflict. I looked through VBA jobs, but I never really got the chance to apply for any of them. Though a lot of the one-time jobs did seem pretty easy.

Comments