Skip to content

Instantly share code, notes, and snippets.

View jywarren's full-sized avatar

Jeffrey Warren jywarren

View GitHub Profile
nids = 104,114,138,160,11740,11741,11742,11758,11759,11796,11820,12044,12061,12326,12518,13084,13754,13824,15742,16167,16307,16602,16682,16683,17026,17132,17175,17211,17457,18064,19793,20052,20822,20976,21123,21542,22426,23344,23615,24228,25031,25883,26674,6,7,13,17,23,24,25,27,28,29,31,33,34,35,38,39,40,41,42,43,44,45,50,52,53,55,56,58,61,64,67,68,80,81,91,92,93,97,98,102,103,106,107,108,115,143,146,147,148,156,157,166,169,171,174,175,176,179,180,182,183,184,185,186,188,190,191,193,194,195,196,197,198,199,200,201,202,203,204,205,207,208,209,212,214,218,219,220,224,227,232,234,235,236,238,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,260,261,263,265,266,268,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,291,292,294,295,297,299,301,302,305,306,310,315,316,317,320,321,322,323,324,325,329,330,331,332,333,334,335,336,337,339,340,341,344,345,346,347,348,349,350,351,353,354,355,357,358,359,361,363,364,365,366,367,369,372,373,374,375,376,379,380,382,383,384,388,
@jywarren
jywarren / gist:35e18185c7a083dd501c4aef9eb6c2e7
Created August 13, 2024 17:11
Batch forward date photos/images
touch -t 202408131130 *
touch -mt 202408131130 *
exiftool "-DateTimeOriginal+=108:13:19" *
@jywarren
jywarren / screenshot.js
Created March 20, 2024 19:12
Photosphere from A-Frame
document.querySelector('a-scene').components.screenshot.capture('equirectangular');
{
"scenes": [
{
"nodes": [
0
],
"name": "Room Objects"
}
],
"nodes": [
@jywarren
jywarren / portal.js
Last active February 15, 2024 17:55
var e = document.createElement('div');
document.body.appendChild(e);
e.style="position:absolute;z-index:999;left:200px;top:200px;";
e.innerHTML = '<iframe style="width:300px;height:300px;border-radius:500px;transition: all 1s ease-out;" src="https://jywarren.github.io/sfpcrr/?embedded&url=images/mapogu.jpg"></iframe>';
layout title
page
Mailing list

Introduction

text

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
https://publiclab.org/notes/raw/104
https://publiclab.org/notes/raw/114
https://publiclab.org/notes/raw/138
https://publiclab.org/notes/raw/160
https://publiclab.org/notes/raw/11740
https://publiclab.org/notes/raw/11741
https://publiclab.org/notes/raw/11742
https://publiclab.org/notes/raw/11758
https://publiclab.org/notes/raw/11759
https://publiclab.org/notes/raw/11796
export function Paginate() {
let blabla = 3;
function setup() {
}
function clear() {
}
return {
setup: setup,
clear: clear
}