ourarash
Software Engineer at Google. Associate Professor at University of Southern California I teach algorithm and data structure courses.
University of Southern CaliforniaUS
Pinned Repositories
cmake-catch-vsc-template
A template for C++ programs using CMake, Catch, and Visual Studio Code
cpp-template
C++ console application template using Bazel and googletest
cpp_tour
A tour of C++ constructs using Bazel build system
crypto-aggregator
Continuously scans exchanges and calculates the volume-weighted average price of each cryptocurrency.
EE599_FALL2020_Final_Project
Showcase of EE599 Students in Fall 2020 at USC
EE599_SP2020_Final_Project
Final project showcase for USC EE599 course in Spring 2020
heikinashi
Converting OHLC Candlstick data to Heikin-Ashi
log-with-statusbar
A light weight logger with a status bar on the bottom that does not disappear with scrolling
multithreading_cpp
Tutorial on Multithreading in C++
tdsequential
NPM implementation of TD Sequential indicator
ourarash's Repositories
ourarash/cpp-template
C++ console application template using Bazel and googletest
ourarash/cpp_tour
A tour of C++ constructs using Bazel build system
ourarash/log-with-statusbar
A light weight logger with a status bar on the bottom that does not disappear with scrolling
ourarash/multithreading_cpp
Tutorial on Multithreading in C++
ourarash/crypto-aggregator
Continuously scans exchanges and calculates the volume-weighted average price of each cryptocurrency.
ourarash/cmake-catch-vsc-template
A template for C++ programs using CMake, Catch, and Visual Studio Code
ourarash/EE599_FALL2020_Final_Project
Showcase of EE599 Students in Fall 2020 at USC
ourarash/EE599_SP2020_Final_Project
Final project showcase for USC EE599 course in Spring 2020
ourarash/heikinashi
Converting OHLC Candlstick data to Heikin-Ashi
ourarash/bazel_tutorial
Bazel Tutorial For C++
ourarash/arduino-node-angular
arduino-node-angular
ourarash/EE538-Sp2022-Showcase
ourarash/stock-crypto-monitor
Continuously monitor cryptocurrency and stock prices
ourarash/ncurses_bazel
C++ Template for Bazel and ncurses
ourarash/nodejs_fullstack
A full stack project starter code for NodeJS.
ourarash/nodejs_tour
A Tour of NodeJS and JavaScript
ourarash/CECS491A_Fall22
ourarash/csp-in-cpp
CSP and Golang-like channels implemented in C++
ourarash/TrojanMap
USC EE599 Project Fall 2020
ourarash/2021Spring_TrojanMap
ourarash/abseil-cpp
Abseil Common Libraries (C++)
ourarash/building-machine-learning-pipelines
Code repository for the O'Reilly publication "Building Machine Learning Pipelines" by Hannes Hapke & Catherine Nelson
ourarash/timeout-percentage
Similar to setTimeout, but with multiple intervals to report elapsed time.
ourarash/Cryptocurrency-List
Non-Exhaustive List of Cryptocurrency Code, Wallets, Exchanges, Study Materials and other Blockchain related tools.
ourarash/cuda-on-colab
Showing how to use CUDA on google colab
ourarash/cursor-position
A bash based nodejs utility for finding the current cursor position in a terminal.
ourarash/glog
C++ implementation of the Google logging module
ourarash/ourarash-gmail.com
quizgame
ourarash/shrinkpdf
Shrinks pdf documents using ghostscript
ourarash/Snake
C++ Snake Game using Ncurses Library and Safe Multithreading