I hereby claim:
- I am jake-sl on github.
- I am jkaebrwon (https://keybase.io/jkaebrwon) on keybase.
- I have a public key whose fingerprint is 5BAD B508 BD40 7CF0 5A83 798D 7922 52C0 BE47 5C12
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" | |
xmlns:content="http://purl.org/rss/1.0/modules/content/" | |
xmlns:wfw="http://wellformedweb.org/CommentAPI/" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:atom="http://www.w3.org/2005/Atom" | |
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" | |
xmlns:slash="http://purl.org/rss/1.0/modules/slash/" | |
> | |
<channel> |
<body> | |
<input type="file" id="image-input" accept="image/*"> | |
<input type="file" id="shadow-input" accept="image/*"> | |
<label for="color1">Color 1:</label> | |
<input type="color" id="color1" value="#000000"> | |
<label for="color2">Color 2:</label> | |
<input type="color" id="color2" value="#ffffff"> | |
<label for="bg-color">Background Color:</label> | |
<input type="color" id="bg-color" value="#ffffff"> | |
<canvas id="image-canvas"></canvas> |
<body> | |
<input type="file" id="image-input" accept="image/*"> | |
<input type="range" id="hue-range" min="0" max="360" value="0"> | |
<input type="color" id="bg-color" value="#ffffff"> | |
<canvas id="image-canvas"></canvas> | |
<script src="main.js"></script> | |
</body> |
<body> | |
<input type="file" id="image-input" accept="image/*"> | |
<input type="range" id="hue-range" min="0" max="360" value="0"> | |
<input type="color" id="bg-color" value="#ffffff"> | |
<canvas id="image-canvas"></canvas> | |
<script src="main.js"></script> | |
</body> |
<body> | |
<input type="file" id="image-input" accept="image/*"> | |
<input type="range" id="hue-range" min="0" max="360" value="0"> | |
<input type="color" id="bg-color" value="#ffffff"> | |
<canvas id="image-canvas"></canvas> | |
<script src="main.js"></script> | |
</body> |
<body> | |
<input type="file" id="image-input" accept="image/*"> | |
<input type="range" id="hue-range" min="0" max="360" value="0"> | |
<input type="color" id="bg-color" value="#ffffff"> | |
<canvas id="image-canvas"></canvas> | |
<script src="main.js"></script> | |
</body> |
#include <sys/ioctl.h> | |
#include <sys/types.h> | |
#include <stdlib.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
#include <stdio.h> | |
#include <errno.h> | |
#include <string.h> | |
#include <termios.h> |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Turnt</title> | |
<link href="index.css" rel="stylesheet" type="text/css"/> | |
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css"> | |
<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script> | |
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Turnt</title> | |
<link href="index.css" rel="stylesheet" type="text/css"/> | |
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css"> | |
<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script> | |
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> | |
</head> | |
<body> |