Pinned Repositories
calc
Simple command line calculator with many functions supported
cpp_utils
Library of useful and reusable CPP utilities and classes
ExpirationCalc
Show upcoming options expiration dates, number of days until expiration, weeklies, etc.
IBAPI
Interactive Brokers Java API Wrappers
JChartPanel
Dynamically resizable and flexible java GUI component for displaying charts of data series
jOptionsHouseAPI
Java Library for using the OptionsHouse trading API
life_curses
Conway's Game of Life written with NCurses
LineOfBestFit
C++ Method to calculate the Line Of Best Fit for a series of 2 dimensional points
logger
Client/Server based logging with a synchronous queue
ScamBaiting
Tools for baiting phone-tech-support-scammers
antkowiak's Repositories
antkowiak/ScamBaiting
Tools for baiting phone-tech-support-scammers
antkowiak/jOptionsHouseAPI
Java Library for using the OptionsHouse trading API
antkowiak/LineOfBestFit
C++ Method to calculate the Line Of Best Fit for a series of 2 dimensional points
antkowiak/ExpirationCalc
Show upcoming options expiration dates, number of days until expiration, weeklies, etc.
antkowiak/IBAPI
Interactive Brokers Java API Wrappers
antkowiak/SocialSecurityCalculator
Python script to calculate estimated Social Security Benefits
antkowiak/calc
Simple command line calculator with many functions supported
antkowiak/cpp_utils
Library of useful and reusable CPP utilities and classes
antkowiak/logger
Client/Server based logging with a synchronous queue
antkowiak/YahooFinance
Java library for accessing data on YahooFinance
antkowiak/life_curses
Conway's Game of Life written with NCurses
antkowiak/ackermann
Ackermann Function with Caching
antkowiak/bytecount
Simple utility to print out a frequency chart of bytes in files (or stdin)
antkowiak/euchre
Library for playing euchre card game in c++
antkowiak/fixdump
Utility to print out FIX messages in a long, human readable form.
antkowiak/improved-workspace-indicator
gnome-shell extension that provides a workspace indicator similar to i3/sway
antkowiak/jLife
Java implementation of Conway's Game of Life
antkowiak/jUlamSpiral
Java implementation to generate an Ulam Spiral
antkowiak/LogSyncViewer
View multiple log files concurrently in one window, with log entries sorted by timestamp
antkowiak/minesweeper
Ncurses based console/terminal implementation of minesweeper game
antkowiak/NormalDistributionSimulation
Simulate a normal distribution, and print the results
antkowiak/num2word
Convert integer numbers to English words
antkowiak/RegexRenamer
antkowiak/statemachine
Simple c++ implementation of state machine design pattern, all in one header file
antkowiak/STL_Decision_Helper
Simple usage of my statemachine.h to help you decide what STL container to use for a particular situation
antkowiak/sudoku
Sudoku puzzle utilities
antkowiak/SudokuBoard
Java program for playing Sudoku puzzles (manually)
antkowiak/useful-scripts
Useful scripts
antkowiak/WordleSolver
Solver for Daily Wordle Puzzle at https://www.powerlanguage.co.uk/wordle/
antkowiak/YMD
Simple Year-Month-Day class in Java