Skip to content

Instantly share code, notes, and snippets.

View rschuman's full-sized avatar
🎯
Focusing

Robert Schuman rschuman

🎯
Focusing
View GitHub Profile
@rschuman
rschuman / mongodb_performance_troubleshooting_guide.md
Last active February 27, 2023 10:02
MongoDB Performance Troubleshooting Guide
@rschuman
rschuman / steamvr_on_oculus_quest.md
Last active July 17, 2022 19:41
Setting up the Oculus Quest for playing of SteamVR games

Playing SteamVR games on the Oculus Quest

With a little bit of configuration, SteamVR games can be played on the Oculus Quest. The following is a short configuration guide for helping make this happen

Hello SideQuest

Since the Oculus Quest is an Android device, apps can be sideloaded onto the Quest after a development configuration has been set up. Make use of SideQuest VR for setting up sideloading.

Installation

@rschuman
rschuman / linebreak.md
Created May 5, 2020 09:19
Line breaks in markdown
Hello  (<-- two spaces)
World

Hello
World


@rschuman
rschuman / .block
Created October 7, 2016 06:54
es2015 d3v4 d3-sankey demo
license: mit
@rschuman
rschuman / iterm2_fu.md
Last active July 4, 2016 00:17
The Fu of iTerm, the 2nd Coming

Useful iTerm2 Key Commands

  • Quickly search for a particular session: shift+command+o
  • Send keyboard input to all session: shift+command+i
@rschuman
rschuman / howto.md
Last active December 20, 2015 20:18
Killing off an annoying applications in OSX
  1. Bring up a terminal

  2. Look for the annoying process using this command:

    $ ps aux | grep -i "annoying_app"
  3. Output will look something like this:

robert 63499 0.0 0.1 1000968 7888 ?? S 20Jul13 23:26.50 /Applications/Annoying_App.app/Contents/MacOS/AnnoyingApp -psn_0_97164452

@rschuman
rschuman / install_tmux_centos.md
Last active July 26, 2018 12:51
Installation of most recent libevent2 and tmux on CentOS. Compile flags borrowed from https://gist.github.com/sturadnidge/4185338
@rschuman
rschuman / neobundle.md
Created August 6, 2013 16:35
vim magic
@rschuman
rschuman / ruby_magic.rb
Created August 5, 2013 21:03
Ruby Magic
# Create a line
my_line = "\n" + "-" * 125
@rschuman
rschuman / vim_tricks.md
Last active December 20, 2015 11:49
Vim tricks