Skip to content

Instantly share code, notes, and snippets.

View tkojitu's full-sized avatar

aka. bakaiku or @gdgdiler tkojitu

View GitHub Profile
<html>
<head>
<style>
#viewport {
border: 1px solid #000000;
}
</style>
<script src="compass.js"></script>
</head>
<body>
<!-- http://www.html5rocks.com/en/tutorials/device/orientation/deviceorientationsample.html -->
<!doctype html>
<html>
<head>
<style>
</style>
</head>
<body>
<h2>Device Orientation</h2>
<table>
<html>
<head>
<style>
#viewport{
border: 1px solid #000000;
}
</style>
<script src="/PhysicsJS/dist/physicsjs-full-0.5.4.js"></script>
<script src="HelloPhysicsJS.js"></script>
</head>
<!DOCTYPE html>
<html>
<head>
<title>ControlPadDemo</title>
<style>
</style>
<script src="three.js"></script>
<script src="controlPad.js"></script>
<script src="ControlPadDemo.js"></script>
<style>
<html>
<head>
<style>
#controlPad {
border: 1px solid #000000;
}
</style>
<script src="controlPad.js"></script>
</head>
<body onload="onLoad()">
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="../libs/three.js"></script>
<script src="squash.js"></script>
<style>
body{
margin: 0;
overflow: hidden;
}
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="../libs/three.js"></script>
<script src="bouncing-ball-3d.js"></script>
<style>
body{
margin: 0;
overflow: hidden;
}
<!DOCTYPE html>
<html>
<head>
<title>Rotate Cube</title>
<style>
</style>
<script type="text/javascript" src="../libs/three.js"></script>
<script type="text/javascript" src="rotate-cube.js"></script>
<style>
body{
<html>
<head>
<script type="text/javascript" language="JavaScript" src="js.js"></script>
</head>
<body onload="onLoad();">
<canvas id="canvas" style="border:1px solid #000000;"></canvas>
</body>
</html>
@tkojitu
tkojitu / SoundGraph.rb
Created November 12, 2013 05:35
SoundGraph.rb
include Java
import javax.swing.SwingUtilities
import javax.swing.JFrame
import javax.swing.JPanel
import javax.swing.BorderFactory
import java.awt.Color
import java.awt.Dimension
import java.awt.Graphics