Skip to content

Instantly share code, notes, and snippets.

View okaq's full-sized avatar

AQ okaq

View GitHub Profile
@okaq
okaq / A.go
Created May 6, 2016 12:45
Google Code Jam 2016 * Qualification Round * Problem A. Counting Sheep
/*
* Google Code Jam
* 2016 Qualification Round
* Problem A. Counting Sheep
* AQ <aq@okaq.com>
*/
package main
import (
"bufio"
@okaq
okaq / B.go
Created May 14, 2015 12:55
Google Code Jam 2015 * Round 1A * Problem B. Haircut
/*
* Google Code Jam
* 2015 Round 1A
* Problem B. Haircut
* AQ <aq@okaq.com>
*/
package main
import (
"bufio"
@okaq
okaq / A.go
Created May 12, 2015 17:18
Google Code Jam 2015 * Round 1A * Problem A. Mushroom Monster
/*
* Google Code Jam
* 2015 Round 1A
* Problem A. Mushroom Monster
* AQ <aq@okaq.com>
*/
package main
import (
"bufio"
@okaq
okaq / D.go
Created May 10, 2015 14:59
Google Code Jam 2015 * Qualification Round * Problem D. Ominous Omino
/*
*
* Google Code Jam
* 2015 Qualification Round
* Problem D. Ominous Omino
* AQ <aq@okaq.com>
*/
package main
import (
@okaq
okaq / B.go
Created April 20, 2015 23:41
Google Code Jam 2015 * Qualification Round * Problem B. Infinite House of Pancakes
/*
* Google Code Jam
* 2015 Qualification Round
* Problem B. Infinite House of Pancakes
* AQ <aq@okaq.com>
*/
package main
import (
"bufio"
@okaq
okaq / A.go
Created April 13, 2015 23:28
Google Code Jam 2015 * Qualification Round * Problem A. Standing Ovation
/*
* Google Code Jam
* 2015 Qualification Round
* Problem A. Standing Ovation
* AQ <aq@okaq.com>
*/
package main
import (
"bufio"
@okaq
okaq / A.go
Created August 29, 2014 13:20
Google Code Jam 2014 * Round 3 * Problem A. Magical, Marvelous Tour
/*
*
* Google Code Jam
* 2014 Round 3
* Problem A. Magical, Marvelous Tour
*
*/
package main
import (
@okaq
okaq / zendo.go
Created August 13, 2014 12:37
WebSocket Texture Sythesis Test
/*
* Golang okaq yamo zendo web server
* Websocket texture synth
* AQ <aq@okaq.com>
* 2014-06-18
*/
package main
import (
"log"
@okaq
okaq / foti.html
Created May 27, 2014 16:59
XHR Binary Data : Send & Recieve
<!DOCTYPE html>
<html lang="en">
<head id="zeta">
<title>okaq</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=1920,height=1080,initial-scale=1" />
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAMklEQVR4nGLZwPmCgZaAiaamj1owasGoBaMWjFowasGoBaMWjFowasGoBVQEgAAAAP//cmEB5DRz+QkAAAAASUVORK5CYII=" />
<style type="text/css">
html,body{width:1920px;height:1080px;background-color:rgba(16,4,8,1.0);}
@okaq
okaq / doka.html
Created May 23, 2014 20:40
WebRTC Local DataChannel
<!DOCTYPE html>
<html lang="en">
<head id="zeta">
<title>okaq</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=1920,height=1080,initial-scale=1" />
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAMklEQVR4nGLhfLGBgZaAiaamj1owasGoBaMWjFowasGoBaMWjFowasGoBVQEgAAAAP//cfIB5JfeIs4AAAAASUVORK5CYII=" />
<style type="text/css">
html,body{width:1920px;height:1080px;background-color:rgba(4,16,16,1.0);}