This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch -t 202408131130 * | |
touch -mt 202408131130 * | |
exiftool "-DateTimeOriginal+=108:13:19" * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelector('a-scene').components.screenshot.capture('equirectangular'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scenes": [ | |
{ | |
"nodes": [ | |
0 | |
], | |
"name": "Room Objects" | |
} | |
], | |
"nodes": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>'; |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function Paginate() { | |
let blabla = 3; | |
function setup() { | |
} | |
function clear() { | |
} | |
return { | |
setup: setup, | |
clear: clear | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var carousel = true;i = 0;setInterval(function(){var p=["#ali","#jasmine","#winnie","#soyoung","#anh"];if (carousel) {window.location = p[i];i+=1;if (i>=4){i = 0;}}},30*1000) |
Action: Someone follows a tag
What currently happens after the action:
They're taken to their subscriptions page and see an alert that says "You are now following tag
".
What to change and text to add/revise:
Add more text and links to the alert to suggest next steps. Ideally, the URLs would reflect the tag just followed, e.g., the link to the question editor includes the tag just followed as a pre-populated tag.
NewerOlder