Pinned Repositories
azure-rest-api-specs
The source for REST API specifications for Microsoft Azure.
Application-Insights-Workbooks
Templates for Azure Monitor Workbooks
artifacts-credprovider
The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
azure-rest-api-specs
The source for REST API specifications for Microsoft Azure.
basic-rest-service
Production Grade Rest API Example
ClashCookies
A Clash of Clans bot that helps an active clan succeed.
CookieClasher
cooknow
An android studio project using JAVA, fragments, MySQL Database, and connection to the USDA food database.
Fifteen-Puzzle-Problem
A JAVA program to utilize various algorithms such as Breadth-first-search, Depth-first-search, Greedy Best-first search, A*, Depth-limited search, and Iterative Deepening to find a solution to the classic eight or fifteen puzzle problem.
sql-insights-arm
tonykslee's Repositories
tonykslee/basic-rest-service
Production Grade Rest API Example
tonykslee/sql-insights-arm
tonykslee/artifacts-credprovider
The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
tonykslee/azure-rest-api-specs
The source for REST API specifications for Microsoft Azure.
tonykslee/ClashCookies
A Clash of Clans bot that helps an active clan succeed.
tonykslee/CookieClasher
tonykslee/cooknow
An android studio project using JAVA, fragments, MySQL Database, and connection to the USDA food database.
tonykslee/Fifteen-Puzzle-Problem
A JAVA program to utilize various algorithms such as Breadth-first-search, Depth-first-search, Greedy Best-first search, A*, Depth-limited search, and Iterative Deepening to find a solution to the classic eight or fifteen puzzle problem.
tonykslee/MIPS-Computer-Simulator
A C program to replicate the inner workings of a MIPS computer including PC, I-MEM, ALU, read/write registers, read/write data, D-MEM.
tonykslee/MoviesProject
An Android studio project using JAVA, Fragments, MYSQL Database, web services, unit testing, consistent GitHub activity, shared preferences, tabbed navigation, database search functions
tonykslee/PC-Matrix
Linux program written in C that utilizes multiple processors to produce and consume tasks. *Only works on Linux machine.
tonykslee/Pentago
A JAVA program replicating a strategy game called Pentago. Program uses AI algorithms such asthe Alpha Beta Pruning method and MinMax method.
tonykslee/RSVP-Website
A website to handle RSVP for my wedding
tonykslee/SAMPLE_AI
An example snippet of code from the AI project named Pentago.
tonykslee/SAMPLE_C
An example of my C code
tonykslee/SAMPLE_Mobile_App
An example snippet of code from the main activity of the project named MoviesProject.
tonykslee/SpreadsheetApp
A spreadsheet program using a dependency graph, expression tree, topological sorting, spreadsheet like gui.
tonykslee/Trading-Post-Problem
A JAVA project comparing the algorithms Brute Force, Divide & Conquer, Dynamic Programming, and Master Theorem