Skip to content

Instantly share code, notes, and snippets.

View deprecatedcoder's full-sized avatar

Ryan Sullivan deprecatedcoder

View GitHub Profile
@deprecatedcoder
deprecatedcoder / VoVRdata.csv
Last active March 3, 2021 11:22
Scraping of the VoVR site
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
"number","date","guestAudio","cover","background","audio","title","guestCover","desc"
"001","May 5, 2014","eVRydayVR","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/d-banner-1024x182.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-001-eVRydayVR.mp3","#1: eVRydayVR on Virtual Reality evangelism, communities & education","guestCover","desc"
"002","May 13, 2014","Eric Hodgson","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/hive-schematic-300x247.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/voices-of-vr-header-image-faded-1024x323.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-002-Eric-Hodgson.mp3","#2: Eric Hodgson on spatial perception, redirected walking & the split between Old VR vs. New VR","hive schematic","desc"
"003","May 15, 2014","Oliver Kreylos","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Header.jpg","http://d1icj85yqthyoq.clo
@deprecatedcoder
deprecatedcoder / SmoothedFoot.cs
Created May 30, 2018 18:46
Unity componenent for smoothing out the tracking of a tracked foot
/*
*
* SmoothedFoot.cs (c) Ryan Sullivan 2017
* url: http://smirkingcat.software/RIPMotion/
*
* Takes the real-time foot position and averages it
* while near the ground in order to reduce jitter.
*
* https://stackoverflow.com/a/3760851
*/
@deprecatedcoder
deprecatedcoder / ipdvalue.css
Last active May 27, 2018 21:26
Custom IPD pop up settings for SteamVR
@define delete_async_delay: 4.5s;
@define fade_in_out_time: 0.1s;
@define frame_margin_bottom: 0px;
@define frame_margin_top: 0px;
@define frame_margin_overflow_bottom: 0px;
@define frame_margin_overflow_top: 0px;
.IPDSettingRoot
{
@deprecatedcoder
deprecatedcoder / glitch-corner.js
Last active January 2, 2018 18:05
Utility script for adding a shortcut in the upper right corner to the glitch source
var project = window.location.hostname.replace('.glitch.me', '');
var subProject = window.location.pathname.slice('1');
console.log( "subProject: " + subProject);
if (!subProject.includes(".htm"))
{
subProject = subProject + "/index.html";
console.log( "subProject: " + subProject);
@deprecatedcoder
deprecatedcoder / Boardy-Oblivion.kbd.json
Last active September 14, 2017 23:05
Boardy Oblivion
[
{
"backcolor": "#2F3537",
"name": "Boardy Oblivion",
"author": "Ryan Sullivan",
"background": {
"name": "Carbon fibre 4",
"style": "background-image: url('/bg/carbonfibre/carbon_texture1873.png');"
},
"switchMount": "cherry",
@deprecatedcoder
deprecatedcoder / BoardyPlateTrim.svg
Last active October 28, 2017 23:27
Boardy plate layout with trim ring
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.