Skip to content

Instantly share code, notes, and snippets.

View jlord's full-sized avatar
😷
Long Covid recovery

Jessica Lord jlord

😷
Long Covid recovery
View GitHub Profile
@jlord
jlord / quote.md
Created March 31, 2014 19:44
Attribution on blockquotes

The reason is that the adoption of any one innovation made adoption of certain others possible, which then, if useful, were more likely to spread. Bands and communities of bands with better combinations of cultural innovations became more productive and better equipped for competition and war. Wilson, Edward O. (2012-04-02). The Social Conquest of Earth (Kindle Locations 1496-1498). Norton. Kindle Edition

@jlord
jlord / maps-offline.md
Last active March 6, 2016 12:10
Best option for creating lists/maps of places for travel?

Must-haves

  • load offline
  • map marker
  • marker name
  • current location

Would-be-nice-if

  • customize marker by type (ie: food, coffee, retail)
  • could share easily
  • could callaborate easily
@jlord
jlord / readme.md
Created October 12, 2014 06:17
less commands

less commands

type capital G: go to end of file type small g: go to beginning of file type ?: enter reverse search type /: enter forward search

e.g.

g

@jlord
jlord / index.js
Created October 29, 2014 22:37
requirebin sketch
// example using the raf module from npm. try changing some values!
var requestAnimationFrame = require("raf")
var canvas = document.createElement("canvas")
canvas.width = 500
canvas.height = 500
document.body.appendChild(canvas)
var context = canvas.getContext("2d")
@jlord
jlord / index.js
Last active August 29, 2015 14:08 — forked from max-mapper/index.js
requirebin sketch
var langs = {
"ATS": {
"type": "programming",
"color": "#1ac620",
"lexer": "OCaml",
"aliases": [
"ats2"
],
"extensions": [
".dats",
@jlord
jlord / hi.md
Created November 23, 2014 00:06
sample

Hi, what a cool Gist!

December '14 / January '15

Su Mo Tu We Th Fr Sa
30 🌳 1 🌳 2 🌳 3 🌳 4 🌳 5 🌳 6 🌳
7 πŸ’› 8 πŸ’› 9 πŸ’› 10 πŸ’› 11:yellow_heart: 12 πŸ’› 13 πŸ’›
14 🌳 15 ✈️ πŸ‘ 16 πŸ‘ 17 πŸ‘ 18 πŸ‘ 19 πŸ‘ 20 πŸ‘
21 πŸ‘ 22 πŸ‘ 23 πŸ‘ 24 πŸŽ… 25 πŸŽ… 26 πŸ‘ 27 ✈️ β˜”
28 β˜” 29 β˜” 30 β˜” 31 πŸŽ‰ 1 πŸŽ‰ 2 β˜” 3 β˜”
4 β˜” 5 :umbrella
var doThis = require('file')
// I could also define callback here
// but I don't *have* to
exec('whatever', function(err, stdout, stdrr) {
doThis('file', callback)
})
// I can define callback here
@jlord
jlord / index.sh
Last active February 9, 2016 06:20 — forked from max-mapper/index.sh
imagemagick script: image background is a larger, blurred copy of itself.
for f in *.jpg; do
convert ./"$f" -gravity center -resize 1137 -extent 1137x640 -blur 0x4 ./finalcat/"new-$f"
convert ./finalcat/"new-$f" -page +248 ./"$f" -flatten ./finalcat/"new-$f"
done
@jlord
jlord / list.md
Last active August 29, 2015 14:16
RSS!

The three I'd take to a desert island with only enough bandwidth to load three sites a day:

  • Design, art & more: Miss Moss
  • Interiors, minimal & classic: Remodelista Great book also.
  • Food, seasonal, vegetarian: 101 Cookbooks She lives in SF, and I have two of her cookbooks and love them.

Graphic Design