Valen Yamamoto

CS Student @ UCI

Welcome to my portfolio!


Hi! I am a computer science student at the University of California, Irvine specializing in machine learning, robotics algorithms, and optimizing parallel algorithms for high performance environments

Linux Dotfiles Workshop

Github Repository

Everyone in engineering has to use a Linux terminal once in a while. Why not customize your experience? This workshop was conceived as a fast, easy workshop to run during midterms while also giving useful information on how to increase productivity in the shell environment.

This workshop covers the following topics:

  • hidden files in Linux
  • .vimrc file for vim settings
  • .bashrc for shell settings
    • custom bash prompts
    • aliases
  • .tmux.conf for tmux settings
  • symlinks and a script to symlink dotfiles from a directory to where they need to be
  • introduction to Ansible
Recent

Linux Command Line Workshop

Github Repository All engineers will eventually have to use the Linux command line either on the job or in classes; however, the command line is barely taught in classes. While a rudimentary understanding of the command line is needed to get most ……

linuxIEEE Continue
Earlier

Python Scripts for Parsing SPICE Output: A Workshop

Github Repository Python is particularly useful for writing quick scripts. I find myself reaching for Python whenever I need to parse output into more readable/processable forms like csv files or pandas DataFrames. Engineering students at UCI ……

pythonSPICEIEEE Continue