Pinned Repositories
Android-Base-Converter
Converts numbers from one base to another in a dynamic fashion supporting base 2 through 16.
Android-City-Skyline-Quiz
Multiple choice trivia game where the user guesses the skyline of a city from four given choices.
Android-Currency-Converter
Multi-module MVVM Android app using real-time exchange rates to convert currencies.
Android-Currency-Converter-legacy
Deprecated - See README for replacement repo.
Android-To-Do-List
To-Do List Android app.
Finance
Stock market analysis/models/simulations using Google Sheets and Google Finance API.
OSRS-Astral-Runecrafter-Bot-Script
OSRS-Gargoyles-Bot-Script
OSRS-Lava-Runecrafter-Bot-Script
Swing-Trading-Simulator
Simulates active swing-trading strategies according to technical indicators.
nicoqueijo's Repositories
nicoqueijo/Android-Currency-Converter-legacy
Deprecated - See README for replacement repo.
nicoqueijo/Android-Currency-Converter
Multi-module MVVM Android app using real-time exchange rates to convert currencies.
nicoqueijo/Android-Base-Converter
Converts numbers from one base to another in a dynamic fashion supporting base 2 through 16.
nicoqueijo/Swing-Trading-Simulator
Simulates active swing-trading strategies according to technical indicators.
nicoqueijo/Android-City-Skyline-Quiz
Multiple choice trivia game where the user guesses the skyline of a city from four given choices.
nicoqueijo/Finance
Stock market analysis/models/simulations using Google Sheets and Google Finance API.
nicoqueijo/OSRS-Astral-Runecrafter-Bot-Script
nicoqueijo/OSRS-Gargoyles-Bot-Script
nicoqueijo/OSRS-Lava-Runecrafter-Bot-Script
nicoqueijo/OSRS-Mahogany-Table-Builder-Bot-Script
nicoqueijo/OSRS-Master-Farmer-Bot-Script
nicoqueijo/OSRS-Potion-Maker-Bot-Script
nicoqueijo/OSRS-Smithing-Bot-Script
nicoqueijo/Android-To-Do-List
To-Do List Android app.
nicoqueijo/Base-Converter
Converts either a binary, decimal, or hexadecimal value entered by the user into the other two forms and displays it on the console.
nicoqueijo/Card-Deck
Simulates and deals deck of cards
nicoqueijo/Cracking-The-Coding-Interview
My attempts to the problems in the book
nicoqueijo/Drag-Add-Remove-Example
nicoqueijo/Fibonacci-Sequence
Computes the first n Fibonacci numbers in three different manners and compares the execution time of each.
nicoqueijo/LinkedLists-And-Stacks
Solves a few problems implementing linked list and stack data structures.
nicoqueijo/Mini-Battleship-Game
Small battleship game played on a 4x4 grid using Visual C#.
nicoqueijo/Number-Guessing-Game
Interactive game where user tries to guess a secret number generated by the program.
nicoqueijo/OSRS-Dragonhide-Crafter-Bot-Script
nicoqueijo/OSRS-Seers-Rooftop-Bot-Script
nicoqueijo/Prime-Sequence
Produces the first 100 prime numbers in a table structure.
nicoqueijo/Radix-Sort
Radix sort implementation in Java.
nicoqueijo/Real-Estate-Inventory
Program where users can calculate their real estate value. Program allows users to add properties they own and then it will give them an approximate price based on an internal model.
nicoqueijo/Search-Algorithms
Searches for specific elements in lists using efficient algorithms.
nicoqueijo/Stud-Poker
Simulates a game of stud poker
nicoqueijo/Tic-Tac-Toe
Tic-Tac-Toe game in Java. Played between two players on the console.