Skip to content
View canovalentina's full-sized avatar

Block or report canovalentina

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

Popular repositories Loading

  1. canovalentina.github.io canovalentina.github.io Public

    Personal Website for Valentina Cano Arcay

    HTML

  2. bibvisualization bibvisualization Public

    Visualization of a selection of books from "Bibliography: Contemporary Race Relations in Venezuela"

    JavaScript

  3. autocorrect autocorrect Public

    Word suggestion engine built in Java with: underlying recursive prefix tree (trie) implementation; suggestions based on Levenshtein edit distance, prefix matching and whitespace testing; and rankin…

    Java

  4. shell shell Public

    UNIX shell implementation in C from scratch with: command line parsing, basic commands, I/O redirection, signal handling, and foreground and background job control.

    C

  5. malloc malloc Public

    Dynamic memory allocation process implemented in C using a first-fit explicit free list strategy.

    C

  6. tetris tetris Public

    Implementation of the classic tile-matching puzzle game Tetris, and first Java applet I ever coded from scratch.

    Java