limorko
Aspiring software engineer, creative and critical thinker. Always seeking a new challenge and problem to solve.
Pinned Repositories
BloomFilter
Implemented a Bloom Filter class, a probabilistic data structure that checks, with a specified false positive rate, if a piece of information was inserted into the filter.
coursework
summer school coursework
covid-nyc-2022-group-5
Final project for DS3 - Microsoft
CuckooHash
Implemented a Cuckoo Hash class, a variation of the classic Hash Table data structure that uses multiple hash functions and lists to keep track of the data.
IncomeStatementSimulator
Python program that simulates an income statement, using the information provided by the client.
LC3AssemblerEnhancement
Computer systems final project: Enhancing the LC3 Assembler with additional instructions to improve the user-friendly coding experience.
NYCAirbnbsCrimesAndComplaints
Analyzed the correlation between the density of Airbnbs and the number of crimes/complaints reported in NYC’s neighborhoods by extracting relevant data from massive public datasets through a combination of AWK and Python scripts ran in Linux’s command line. This was the project to my Applied Linux Programming and Scripting college course.
text_editions_comparator
Scrapes different editions of HTML texts, stores the words into a database and compares the editions
coursework
summer school coursework
covid-nyc-2022-group-5
limorko's Repositories
limorko/coursework
summer school coursework
limorko/covid-nyc-2022-group-5
Final project for DS3 - Microsoft
limorko/CuckooHash
Implemented a Cuckoo Hash class, a variation of the classic Hash Table data structure that uses multiple hash functions and lists to keep track of the data.
limorko/LC3AssemblerEnhancement
Computer systems final project: Enhancing the LC3 Assembler with additional instructions to improve the user-friendly coding experience.
limorko/NYCAirbnbsCrimesAndComplaints
Analyzed the correlation between the density of Airbnbs and the number of crimes/complaints reported in NYC’s neighborhoods by extracting relevant data from massive public datasets through a combination of AWK and Python scripts ran in Linux’s command line. This was the project to my Applied Linux Programming and Scripting college course.
limorko/BloomFilter
Implemented a Bloom Filter class, a probabilistic data structure that checks, with a specified false positive rate, if a piece of information was inserted into the filter.
limorko/IncomeStatementSimulator
Python program that simulates an income statement, using the information provided by the client.
limorko/text_editions_comparator
Scrapes different editions of HTML texts, stores the words into a database and compares the editions