Skip to content
View smacias116's full-sized avatar
🚀
From Barna to NOLA
🚀
From Barna to NOLA

Block or report smacias116

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
smacias116/README.md

Hi there! I'm Santi

Welcome to my GitHub student portfolio. Here is a look at some projects and work from Loyola.

Technical Toolkit:

  • Languages: C++, Java, Python, SQL
  • Data & Geospatial: Pandas, NumPy, Jupyter Notebooks, Anaconda, PostgreSQL, ArcGIS
  • Tools & Data: Git, VS Code, DataGrip, Pega Systems, Jira, Confluence
  • Methodologies: Agile / Scrum

Some projects:

🎯 Find me at:

Pinned Loading

  1. COSC-A217-Term_Project_2 COSC-A217-Term_Project_2 Public

    Musical instruments classification using OOP principles, featuring class hierarchy, inheritance, and polymorphism.

    Java

  2. COSC-A270-Term_Project COSC-A270-Term_Project Public

    A relational database project modeling the New Orleans music ecosystem (artists, works, instruments, and history). Developed in PostgreSQL with comprehensive UML diagrams, documentation, and founda…

    PLpgSQL

  3. COSC-A361-Chapter_4-Assignment COSC-A361-Chapter_4-Assignment Public

    Tokenizer & Parser: custom compiler featuring a lexical analyzer (tokenizer), recursive-descent parser, and programmatic symbol table for validating BNF (Backus-Naur Form) grammar rules. [Assigment…

    C++

  4. COSC-A361-Knights_Tour COSC-A361-Knights_Tour Public

    Python implementation for solving Knight's Tour mathematical problem on using Warnsdorff's heuristic algorithm.

    Python

  5. CRIM-X210-Final_Project CRIM-X210-Final_Project Public

    Geospatial Analysis: Analyzing the Impact of Newcomers on the Rental Market in Central New Orleans Neighborhoods.

  6. COSC-A315-miniCPU_Simulator COSC-A315-miniCPU_Simulator Public

    Mini CPU Simulator: parses hexadecimal machine code into a big-endian, byte-addressable memory array. It decodes and executes core MIPS-like R-type and I-type instructions (ADD, SUB, ADDI, LW, SW, …

    C++