Auto Trader automates stock option trading. The server uses a Discord bot to listen to stock option signals from preferred traders. Valid signals are parsed and placed into a storage bucket. The client listens to the storage bucket and places validated stock option trades with a brokerage account.
A sample cli log parser based in Apache Spark. After parsing, cli utility pushes the data to a remote DB by using jdbc connection. By default, it try to push data into local MySQL instance, but you can change the configuration externally (see below sections).
Url scraper which takes the text input and finds the links/urls, scraps them using cheerio and will returns an object with original text, parsed text (using npm-text-parser) and array of objects where each object contains scraped webpage's information.
This application analyzes sentences. Normalizes sentences and separates them into words. It divides the words into their attachments. ITU uses NLP API for this.
Lightweight .NET class for reading and writing fixed-width data files. Includes basic reader and writer class, and also includes generic classes that automatically map class properties to fixed-width fields. Includes many options to control the library's behavior.