Zaid Qureshi's repositories
openai-vba-framework
This is a framework intended to help developers build applications in VBA that interact with OpenAI's large language models like GPT4, DALL-E and ChatGPT
mvc-design-pattern-in-excel-vba
Some examples of how to implement the MVC design pattern in Excel VBA.
data-access-layer-vba-sql-server
Data Access Layer in VBA for connecting to SQL Server.
optionsview
This library downloads option chain data for a given symbol from yahoo finance in a trader friendly format.
maze-generator-in-excel-vba
Demo of how to use a Stack in VBA to create a simple Maze generator in Excel.
monte_carlo_vba_trade_simulator
The Excel VBA Monte Carlo Trade Simulator is a user-friendly tool that leverages Monte Carlo simulation techniques to evaluate potential outcomes of trading strategies. By simulating various equity curves from trade data, users can analyze performance metrics and better understand the risks and returns associated with their strategies.
excel-vba-midi-demo
This project demonstrates how to play music scales using VBA.
imdb-top-ranked-films-scraper
Extracts the top 1000 films and summarises the data by number of films for each year as a percentage of total released.
knights-tour-solution-in-excel-vba
A solution to the classic puzzle using Warnsdorf's rule.
vba-credit-card-statement-analyzer
An example of a basic VBA application for importing and analysing credit card or bank statements using dynamic pivot tables in Excel
monte-hall-problem-simulation
This is a java console based simulation to explore the probabilities behind the Monte Hall problem.
banter_blitz_transcript_merge
Quick script to merge chess commentary from Chess24's Banter Blitz Cup
bigram_frequency_analysis
Extracts all the bigrams from a list of 9,000 of the most common words in English. Counts the frequency of each bigram at each position in a word.
blackjack-strategy-simulation
A basic simulator to observe the effect of applying different strategies to the card game Blackjack.
calculator-android-app-kotlin
This is an example of a basic calculator built using Kotlin that implements a ViewModel.
coin_simulation
A basic simulation to verify the probabilities of consecutive faces appearing in multiple flips of a biased coin.
export_custom_java_list_to_csv
Exports the data from a java list implementation with custom objects to a CSV file.
google-ml
Google Machine Learning Course
letter_frequency_in_common_words
Analysis script to find the number of times each letter of the alphabet appears in 9,000 of the most common words in english.
lichess_player_download
Script to download chess games for any player from Lichess
mm1_queue_simulation
Basic MM1Q simulation in Java.
number-distribution-tracker
A java class to track the frequency distribution of random numbers.
SP500_constituents_scraper
Script to extract the S&P 500 constituents list from wikipedia
sql_server_data_export
Exports all the data from a SQL Server database into CSV files for each table.
tone-name-transposer
A library that transposes a series of tones into all 12 musical keys, and classifies them according to their shape on a piano keyboard.
vba-code-search-class
A demonstration of a class that can search the code in a VBA project for a particular phrase.