Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M59+)" data-expires="2017-07-28" content="ArFv1ZeTwzkhjNE00uAE+XtiQB41fwqG/TqlFMLrepd9sforQSvQE/tgfIbUMYNuNre4QR1k4/z8xp2mV3dbhwwAAABeeyJvcmlnaW4iOiJodHRwczovL2FmcmFtZS5pbzo0NDMiLCJmZWF0dXJlIjoiV2ViVlIxLjEiLCJleHBpcnkiOjE1MDEyMTcwMDIsImlzU3ViZG9tYWluIjp0cnVlfQ==">
<meta charset="utf-8">
<title>A-Frame Logo</title>
<meta name="description" content="A-Frame Logo - A-Frame">
</head>
<body bounds="center: 0 0.3 0; size: 1 0.7 1;">
<a-scene vr-mode-ui="enabled: false;" background="color: #24CAFF;" renderer="colorManagement: true;" scale="0.02 0.02 0.02">
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Orthoverse Test</title>
<meta name='description' content='Orthoverse Test'>
<script type='text/lua'>
i = 0;
This file has been truncated, but you can view the full file.
g 0
v -36.35294421686548 -0.00015445361258592527 -25.457359858590635
v -36.35388927645618 165.99984554193452 -25.45802461266058
v -37.72376752496134 -0.00016229475851048392 -25.42961597576565
v -37.72474822165045 165.99983770143172 -25.430280005288054
v -39.09459029682327 -0.00016995010629372587 -25.281710097617143
v -39.09560663014079 165.99983004506498 -25.28237026466092
v -40.465413007959405 -0.00017789135532453315 -25.130697331304034
v -40.46646497869855 165.99982210371024 -25.131353555140038
v -41.82618421382542 -0.00018564262817299948 -24.871838366925136
@oho-sugu
oho-sugu / Weather
Last active December 8, 2017 04:30
<homl>
<head>
<title>Weather</title>
</head>
<body>
<a-scene wx=0.2 wy=0.001 wz=0.2>
<a-cylinder height=0.02 r=0.02 x=0 y=0.18 z=0 color=red />
<a-sphere r=0.1 x=0 y=0.05 z=0 color=white />
<a-sphere r=0.08 x=0 y=0.14 z=0 color=white />
</a-scene>
@oho-sugu
oho-sugu / Graph
Last active December 8, 2017 04:22
<homl>
<head>
<title>3D Graph</title>
</head>
<body>
<a-scene wx=0.5 wy=0.001 wz=0.2>
<a-cylinder height=0.2 r=0.05 x=-0.2 y=0.2 z=0 color=red />
<a-cylinder height=0.12 r=0.05 x=-0.1 y=0.12 z=0 color=red />
<a-cylinder height=0.14 r=0.05 x=0 y=0.14 z=0 color=red />
<a-cylinder height=0.08 r=0.05 x=0.1 y=0.08 z=0 color=red />
<homl>
<head>
<title>3D Graph</title>
</head>
<body>
<a-scene wx=0.5 wy=0.2 wz=0.2>
<a-cylinder height=0.2 r=0.05 x=-0.2 y=0.1 z=0.1 color=red />
<a-cylinder height=0.12 r=0.05 x=-0.1 y=0.1 z=0.1 color=red />
<a-cylinder height=0.14 r=0.05 x=0 y=0.1 z=0.1 color=red />
<a-cylinder height=0.8 r=0.05 x=0.1 y=0.1 z=0.1 color=red />
<homl>
<head>
<title>TestHoloML</title>
</head>
<body>
<a-scene wx=0.2 wy=0.2 wz=0.2>
<a-box size=0.1 x=0 y=0 z=0 color=blue>
<a-cylinder height=0.05 r=0.02 x=0.1 y=0.1 z=0.1 color=red />
<a-sphere r=0.05 x=-0.1 y=-0.1 z=-0.1 color=green />
<a-text size=0.1 x=0 y=0 z=0 color=blue>ABCDEF</text>
@oho-sugu
oho-sugu / gist:6866234
Created October 7, 2013 11:15
PI Calcuration on SD Card (PQI Air Card)
#include <stdio.h>
#include <stdlib.h>
#define LOOP 100000000
int main(void)
{
int i,count = 0;
double x,y,r;