cse-110

.global main

main:
    ldr r0, =msg
    bl printf
    bx lr

.data
msg:
    .ascii "Hello! I'm Timothy!\n\0"

This is my about me for CSE 110. If you’re just here for the work I did, see here.

Also, note:

“Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it.” -Linus Torvalds

Not that this has any relevance to the conversation.


About Me

Here are some things you might find me doing when I’m not coding:


Most Used Programming Languages

  1. Java: Built a multiplayer Minecraft server in this language (source)
  2. JavaScript/TypeScript: Have built several websites for a variety of purposes. Also NodeJS is my default go-to for building Discord bots.
  3. Python: Begrudgingly the language I use to maintain a check-in system for our school’s Makerspace

Classes to Take


My Contributions

Contributions


Lab 1 Screenshots

Terminal history screenshot

Commit message screenshot