Skip to content

Instantly share code, notes, and snippets.

View waltzaround's full-sized avatar
🍔
🍔🍔🍔

Walter Lim waltzaround

🍔
🍔🍔🍔
View GitHub Profile
[1] Stoffregen, T.A., Faugloire, E., Yoshida, K., Flanagan, M.B., & Merhi, O. (2008). Motion sickness and postural sway in console video games. Human Factors, 50, 322-331.
[2] Draper, M.H., Viire, E.S., Furness, T.A., Gawron, V.J. (2001). Effects of image scale and system time delay on simulator sickness with head-coupled virtual environments. Human Factors, 43(1), 129-146. 14 | Field of View and Scale | Best Practices
[3] Moss, J. D., & Muth, E. R. (2011). Characteristics of Head-Mounted Displays and Their Effects on Simulator Sickness. Human Factors: The Journal of the Human Factors and Ergonomics Society, 53(3), 308–319.
[1] Kolasinski, E.M. (1995). Simulator sickness in virtual environments (ARTI-TR-1027). Alexandria, VA: Army Research Institute for the Behavioral and Social Sciences. Retrieved from http://www.dtic.mil/cgi-bin/ GetTRDoc?AD=ADA295861
[1] Kennedy, R. S., Lane, N. E., Berbaum, K. S., & Lilienthal, M. G. (1993). Simulator sickness questionnaire: An enhanced method for quantifying simu
@waltzaround
waltzaround / my.css
Created July 12, 2016 08:09 — forked from anonymous/my.css
CSS Gradient Animation
background: linear-gradient(225deg, #ffffff, #f3f3f3, #dfdfdf, #c3c3c3, #a1a1a1, #565656, #616161, #4e4e4e, #c1c1c1, #414141);
background-size: 2000% 2000%;
-webkit-animation: AnimationName 0s ease infinite;
-moz-animation: AnimationName 0s ease infinite;
-o-animation: AnimationName 0s ease infinite;
animation: AnimationName 0s ease infinite;
@-webkit-keyframes AnimationName {
    0%{background-position:0% 94%}
    50%{background-position:100% 7%}
    100%{background-position:0% 94%}
class Foo { // LOL FOO
bar() {
console.log("Hello, is it me you're looking for");
}
}
class Derp { // LOL DERP
durr() {
console.log("I can see it in your eyes");
}
class Foo { // LOL FOO
bar() {
console.log("Hello, is it me you're looking for");
}
}
class Derp { // LOL DERP
durr() {
console.log("I can see it in your eyes");
}
/* Rectangle: */
border: 3px solid #FCE4EC;
border-radius: 4px;
/* take photo: */
font-family: Calibre-Semibold;
font-size: 24px;
color: #FFFFFF;
letter-spacing: 1.2px;
line-height: 31px;
/* cost $10 - $20: */
font-family: Calibre-Regular;
font-size: 21px;
color: #FFFFFF;
letter-spacing: 1.05px;
line-height: 32px;
/* walking distance 5 m: */
font-family: Calibre-Regular;
font-size: 21px;
color: #FFFFFF;
/* we can’t find food t: */
font-family: Calibre-Regular;
font-size: 21px;
color: #FFFFFF;
letter-spacing: 1.04px;
line-height: 27px;
/* Rectangle: */
border: 3px solid #FCE4EC;
//begin tutorial 13
var CommentBox = react.createClass({
getInitialState: function() {
return {data: []};
},
componentDidMount: function() {
$.ajax({
url: this.props.url,
datatype: 'json',
cache: false,
package supersample;
import java.awt.Color;
import java.awt.geom.Point2D;
import robocode.*;
import robocode.util.Utils;
/**
* SuperSpinBot - a Super Sample Robot by CrazyBassoonist based on the robot RamFire by Mathew Nelson and maintained by Flemming N. Larsen.
*
<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HTML5 Face Detection</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="wrapper">
<h1>HTML5 GLASSES</h1>
<p>Created by Walter Lim. See full details</p>