Skip to content
View dcruzeneil's full-sized avatar

Block or report dcruzeneil

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. dcruzeneil.github.io dcruzeneil.github.io Public

    Personal Blog

    Jupyter Notebook

  2. custom-memory-allocator custom-memory-allocator Public

    This project includes a custom implementation of malloc and its associated functions (free, calloc, realloc) in C, using the sbrk system call to reduce overhead. The allocator preemptively allocate…

    C

  3. unix-shell-implementation unix-shell-implementation Public

    Developed a Unix-like shell in C with support for I/O redirection and multiple piping operations. Compiled using a Makefile, the shell emulates standard UNIX shell behavior. README demostrates vari…

    C

  4. news-article-category-classification news-article-category-classification Public

    Using PyTorch to create and train a Deep Learning model that can predict the category of a news article.

    Python

  5. fs-find fs-find Public

    Wrote a C program that reads the raw image of a disk formatted with the UFS2 file system and uses the superblock, inode, and direct structures to list all files and folders within that disk partiti…

    C

  6. mental-health-analysis mental-health-analysis Public

    Using machine learning techniques, this project aims to analyze symptoms of depression and anxiety by examining tweets. The goal is to provide insights that aid in delivering appropriate resources …

    Jupyter Notebook