Skip to content
View albertoscala's full-sized avatar

Block or report albertoscala

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. string-matching string-matching Public

    This repository contains my implementation of parallelized Aho-Corasick algorithm. It was developed as a project for my Multicore Programming course

    C 1

  2. harter-heighway-dragon-curve harter-heighway-dragon-curve Public

    Harter Heighway Dragon Curve generation via Iterated Geometric Folding (Rotation + Reflection Method) using the Rust programming language

    Rust

  3. stock-price-prediction stock-price-prediction Public

    This project focuses on using machine learning to predict stock price movements using LSTM to create accurate models based on historical data and financial features.

    Jupyter Notebook 2

  4. minimalistic-c2 minimalistic-c2 Public

    Minimalistic C2 is a straightforward Command and Control (C2) server and beacon designed with simplicity and educational purposes in mind. Stripped down to essential functionalities, this minimalis…

    HTML 6

  5. apple-gpu-computing apple-gpu-computing Public

    This repository contains an example project demonstrating image processing parallelized on Apple Silicon GPUs using Metal. The project applies gaussian blur, showcasing the power of Metal for high-…

    C++

  6. prism-rendering prism-rendering Public

    Prism rendering from scratch using linear algebra concepts

    Rust