Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.05 KB

MeadHall

This is a collection of code I reuse/random coding projects that I do not want to take up a whole repo with

This repo contains:

  1. CustomRandomRails -> Some code I have used in rails that I haven saved for future use
  2. dotfiles -> A collection of dotfiles including my bash aliases for my local machine and servers
  3. Go_Figure -> Ruby Code to solve a newspaper math puzzle
  4. OO_TypeScript -> Some basic Object Oriented with TypeScript
  5. Heorot-JS -> Some JS functions I have written and saved for reuse, but mostly just to explore more about JS
  6. Ruby_Battleship -> A Ruby Battleship console game I created long ago and am now rewriting from the ground up with my current knowledge (The new version does not yet work)
  7. Ruby_Benchmarker -> A set up Ruby Benchmarking suite
  8. Sessrumnir:Ruby_Tools -> Ruby bits of code that I have saved. The code to help with math solutions mostly was inspired by project euler.
  9. Sinatra_Rake_File -> A customized Sinatra Rake File (Basic rake experimentation, not touched since before I learned Rails)