Skip to content
View emiletimothy's full-sized avatar

Block or report emiletimothy

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

Popular repositories Loading

  1. emiletimothy.github.io emiletimothy.github.io Public

    Personal website.

    HTML 2

  2. priority_queue_ocaml priority_queue_ocaml Public

    For my CS 4 (functional programming) class at Caltech, I implemented a priority queue as well as a Y-combinator to compute factorials and lazy streams.

    OCaml 1

  3. Dynamic-Memory-Allocator Dynamic-Memory-Allocator Public

    For my CS24 (Intro to Computing Systems) class at Caltech, I implemented the malloc/realloc/calloc/free calls using explicit free lists which featured constant coalescing and FIFO to optimize on th…

    C

  4. FAT16-recovery FAT16-recovery Public

    For my CS24 (Intro to Computing Systems) class at Caltech, I implemented this code to recover deleted files from the FAT-16 file-handler system.

    C

  5. TeenyBasicCompiler TeenyBasicCompiler Public

    For my CS24 (Intro to Computing Systems) class at Caltech, I implemented the asmgen (assembly language generating) tokenization mechanism for a compiler that converted the BASIC language to executa…

    C

  6. ShellCodeExploit ShellCodeExploit Public

    For my CS24 (Intro to Computing Systems) class at Caltech, I implemented a buffer overflow exploit to obtain arbitrary code access and execution on a remote machine by putting several forms of my p…

    Python