roguh
software engineer at PowerFlex `ROGUH`=(ro-koo) or (ro-goo). perpetually annoyed. B.Sc. Mathematics from NMT.
@edf-reNew Mexico, USA
Pinned Repositories
ansible-fwknop
Ansible role that secures ports on your server from unauthorized access using fwknop, an improved port knocking utility.
art
confs
My portable, personal, developer-centric setup for common Linux and MacOS tools.
CORE
Implementation of SPJ's Tutorial Core compilers in modern Haskell (unfinished)
cuda-fft
Yet another FFT implementation in CUDA. Includes benchmarks using simple data for comparing different implementations.
i3empty
Quickly switch to a new numbered workspace. Utility for the i3 window manager.
makeanywhere
Run make from any subdirectory.
pandoc-resume
Write a résumé in markdown and convert to PDF, DOCX, and HTML.
perception_for_design_notes
Personal notes for Colin Ware's Information Visualization: Perception for Design. Note elegant and compact layout I created with LaTeX.
pympw
A Python implementation of the Master Password algorithm v3 with a nice Linux CLI
roguh's Repositories
roguh/i3empty
Quickly switch to a new numbered workspace. Utility for the i3 window manager.
roguh/cuda-fft
Yet another FFT implementation in CUDA. Includes benchmarks using simple data for comparing different implementations.
roguh/pandoc-resume
Write a résumé in markdown and convert to PDF, DOCX, and HTML.
roguh/pympw
A Python implementation of the Master Password algorithm v3 with a nice Linux CLI
roguh/ansible-fwknop
Ansible role that secures ports on your server from unauthorized access using fwknop, an improved port knocking utility.
roguh/perception_for_design_notes
Personal notes for Colin Ware's Information Visualization: Perception for Design. Note elegant and compact layout I created with LaTeX.
roguh/prefusetreevis
Mashup of Prefuse demos for the visualization of the large family tree of doctoral advisor-student relationships.
roguh/chemistry_the_central_science
Notes for the introductory chemistry textbook "Chemistry: The Central Science (13th Edition)"
roguh/tryalias
Aliases with fallbacks. `tryalias openpdf "zathura --fork" evince mupdf-x11 mupdf openoffice gimp reader10.exe`
roguh/clox
Lox interpreter written in OCaml by Hugo O. Rivera Calzadillas.
roguh/coolnoise
Parser and generator for programs written in the Classroom Object-Oriented Language. Eases testing of lexer and parser.
roguh/email-classifier
A machine learning project for classifying emails into spam and ham. Uses C for preprocessing emails, Python for parsing and extracting low-level features of emails, and a few lines of Matlab for running several classic classifiers.
roguh/hopfield_tests
These Python scripts can be used to test the recall effectiveness of Hopfield Networks. A sample dataset composed of the Walsh vectors, an orthogonal system is included by default.
roguh/hucal.github.io
Personal Website
roguh/nats-request-multi-js
Library for making NATS requests that receive multiple responses.
roguh/pywal_preview
Preview all built-in pywal palettes
roguh/SCMinHS
A Scheme Implementation in Haskell. Followed "Write Yourself a Scheme in 48 Hours."