Skip to content

Instantly share code, notes, and snippets.

View jake-sl's full-sized avatar

Jake Brown jake-sl

View GitHub Profile
@jake-sl
jake-sl / index.html
Created April 15, 2023 04:59
vYVGyyo
<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>
@jake-sl
jake-sl / index.html
Created April 15, 2023 01:45
vYVGyyo
<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>
@jake-sl
jake-sl / index.html
Created April 15, 2023 01:38
vYVGyyo
<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>
@jake-sl
jake-sl / index.html
Created April 15, 2023 01:37
vYVGyyo
<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>
@jake-sl
jake-sl / index.html
Created April 15, 2023 01:32
vYVGyyo
<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>

Keybase proof

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:

<!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>