Skip to content

Instantly share code, notes, and snippets.

View kris-hamade's full-sized avatar

Kristopher Hamade kris-hamade

View GitHub Profile
@kris-hamade
kris-hamade / index.html
Created November 30, 2021 16:02
PornHub logo
<div class="hub">
<span contenteditable="true">Code</span>
<span contenteditable="true">pen</span>
</div>
@kris-hamade
kris-hamade / cloudSettings
Last active January 24, 2021 13:24
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-01-24T13:24:19.352Z","extensionVersion":"v3.4.3"}
var ExifImage = require('exif').ExifImage;
const superagent = require('superagent');
const dotenv = require('dotenv');
dotenv.config();
var fs = require('fs');
const photoPath = process.env.DEVPHOTOPATH
var files = fs.readdirSync(photoPath);
var photoData = []