Skip to content

Instantly share code, notes, and snippets.

View ddnn55's full-sized avatar

David Stolarsky ddnn55

View GitHub Profile
@ddnn55
ddnn55 / acm.fish
Created December 16, 2022 18:16
git commit with add and message and push for fish shell
# Defined in /Users/dns/.config/fish/functions/acm.fish @ line 1
function acm
git commit -am "$argv[1]"
git push
end
@ddnn55
ddnn55 / index.html
Created December 23, 2019 23:14
RwNVObY
<div class="root">
<div class="card one"></div>
<div class="card two"></div>
<div class="card three"></div>
<div class="card four"></div>
<div class="card five"></div>
<div class="card six"></div>
<div class="card seven"></div>
</div>
@ddnn55
ddnn55 / README.md
Last active October 8, 2018 18:29
iOSoho - The New York Times - Augmented Reality Platform

Augmented Reality at The New York Times - Further reading

Supporting AR in our Mobile Apps - Ramona Harrison
Android Engineer
https://open.nytimes.com/supporting-ar-experiences-in-new-york-times-mobile-apps-48c3731a4dbf

Bringing Four Olympians into AR - Graham Roberts
Director of Immersive Platforms Storytelling
https://www.nytimes.com/2018/02/08/insider/olympics-immersive-journalism-augmented-reality.html

@ddnn55
ddnn55 / local_ip.sh
Created September 21, 2018 18:44
get local IP shell script
#!/usr/bin/env bash
ifconfig | grep inet\ | grep -v inet\ 169.254 | tail -1 | cut -d " " -f 2
@ddnn55
ddnn55 / README.md
Last active January 26, 2021 08:32 — forked from pecigonzalo/delete_all_object_versions.sh
Remove all latest delete markers under an s3 prefix, thereby "restoring a deleted directory"

Usage

./s3_remove_delete_markers_recursive.sh <bucket_name> <prefix>

Dependencies

Component({
parameters: [],
render: function() {}
})
@ddnn55
ddnn55 / .block
Created June 24, 2017 13:17 — forked from mbostock/.block
Zoomable Map Tiles
license: gpl-3.0
@ddnn55
ddnn55 / jsonpaths.js
Last active July 19, 2016 20:17
List all paths in the JSON object on stdin
#!/usr/bin/env node
var readline = require('readline');
var devnull = require('dev-null');
var rl = readline.createInterface({
input: process.stdin,
output: devnull()
});
hello virtual world
<img src="uHQsKx4.jpg" />
@ddnn55
ddnn55 / README.md
Last active March 30, 2016 21:14
SVG Crowbar for Backtick