Hi I'm Andy James

Welcome To My Website

About Me

About Me

Hi there it's a pleasure to meet you! Thank you for stopping by and checking out my website. If you couldn't tell by that ginormous header at the beginning, my name is Andy James.

I currently attend Oregon State University and am studying applied computer science. I am also currently working as a student developer for OSU Center of Applied Systems and Software My interests in the field are front and back engineering and just simply continuing to learn how to improve my skills in developing software.

Skills


C/C++

Python

Linux File Systems

Probelm Solving

linux
Java
assembly
HTML/CSS/JAVASCRIPT
NodeJS
github
Communication
Leadership

Projects
Card Image
Small c Shell

Useable shell written in c.
In this program, we take inputs from the user such as:

  • cd [dir]
  • command* &
  • command > some_file

Card Image
SQL based website

Website built on a node backend that utilizes mysql to get and store data. Utlizes the CRUD method.

Card Image
Huffman code

This program will construct a huffman tree, and from that, a frequency table and encoding table It will show the encoded string, and use that encoding to decode the word back to show it works.

Card Image
C threading Program

Basic threading program in c. Each acts as a producer and consumer, and uses a semaphore to address race conditions and wait times.

Card Image
New York Times Spelling Bee Finder

Can reuse letters, needs to have a certain letter specified from user, and anagrams can be any length I made this code to "help me" on a word game: https://nytimes-spellingbee.com/

Card Image
small python snake game

Very basic python (also known as a snake) game run on pygame Just the basics, scores will be added soon

Card Image
Dragons Curve Generator TEST

Outputs any iteration dragon curve you would desire. Made with python and turtle.

Card Image
Type test website

My final project for web design. This is a simple type test website that can save your score!