brandonpollack23
I have everything on here from my first program. I worked at Google. Now I work at Pulumi. I code sometimes
Tokyo, Japan
Pinned Repositories
ash-bootstrap
fork of erupt-bootstrap for ash
fftdftvisualizer
grok3d
static link of grok3d with a test application
mips_pipelined
fully pipelined MIPS processor with hazard detection in VHDL
pipelined_mips
sarekt
Backend Agnostic Renderer in Rust
single_cycle_mips
Single Cycle MIPS CPU written in VHDL, no coprocessors (yet)
super_game_bro
Open source mobile console with all documentation and
VHDL_pong
pong written in vhdl designed to work with altera de0, but should work on anything
vulkano-and-ash
Take 2 at a comparison of the vulkan offerings on rust
brandonpollack23's Repositories
brandonpollack23/fftdftvisualizer
brandonpollack23/super_game_bro
Open source mobile console with all documentation and
brandonpollack23/VHDL_pong
pong written in vhdl designed to work with altera de0, but should work on anything
brandonpollack23/mips_pipelined
fully pipelined MIPS processor with hazard detection in VHDL
brandonpollack23/pipelined_mips
brandonpollack23/single_cycle_mips
Single Cycle MIPS CPU written in VHDL, no coprocessors (yet)
brandonpollack23/auto
A collection of source code generators for Java.
brandonpollack23/basic_engineering_cpp_class
This class was called "c plus plus for electrical engineers" I tend to find that any X for Y class tends to be not very well done (except X for X majors type classes)
brandonpollack23/bazel
a fast, scalable, multi-language and extensible build system
brandonpollack23/concurrent_programming
many topics, homework included dining philosophers, COW, etc
brandonpollack23/data_structures
largely c++, refreshing since this is my favourite language, explore to find trees, hashmaps, arraylists, and tons of other data structures. I usually went above the call of the class, since I had major interest in this area
brandonpollack23/digital_design
all digital design labs except the one I made pong out of and the small8
brandonpollack23/EncryptedFileTransfer
a simple java socket file transfer program
brandonpollack23/Fakebook
final project for distributed OS, a simple implementation similar to facebook's graph API (RESTful)
brandonpollack23/junior_design
all of my junior design modules
brandonpollack23/junior_design_project
the final project from JD class, I made a frequency analyzer (simple)
brandonpollack23/learnopengl
The tutorials form learnopengl, doing this at the same time as my 3d engine
brandonpollack23/microprocessors
all the labs from uP class
brandonpollack23/mips_assembler_disassembler
something I threw together in a few days for Digital computer architecture class, the language is java for ease, and it's admittedly a little sloppy
brandonpollack23/myohmyzsh
my oh-my-zsh clone
brandonpollack23/notstd
brandonpollack23/programming_fundamentals_java
first real programming course, this is probably apparent from the code
brandonpollack23/respotify
brandonpollack23/small8
small 8 bit microprocessor. My own custom architecture loosely based on the GCPU from digital logic class