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
This is a new Gist. |
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
This is a second new Gist. |
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
This is a tiny review of nopaste, a Perl application that you can | |
get from CPAN (App:Nopaste) which abstracts the interfaces to various | |
systems like "gist" that take text and turn it into a web page. | |
I haven't used CPAN for a while, and I just update my Mac to 10.6 | |
(Snow Leopard), so actually installing this took loading XCode and | |
a whole mess of CPAN dependencies. I got stuck once or twice - note | |
to self, don't update CPAN in the middle of doing an install, because | |
you'll break build scripts - but once I made it through that everything | |
was peachy. |
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
# I generate the list of pages in the wiki with | |
curl http://arborwiki.org/All_Pages > all-pages.html | |
cat all-pages.html | grep '<li>' | sed -e 's/^.*href=.//' -e 's/".*$//' -e 's#^#http://arborwiki.org#' > all-pages.txt | |
# and then my "randomarborwiki" script looks like (Mac OS X) | |
open $(~/bin/randomline all-pages.txt) | |
# where randomline is here | |
# https://github.com/vielmetti/vielmetti-shelltools/blob/master/randomline |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"type": "GeometryCollection", | |
"geometries": [ | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
42.339181, | |
-83.892241 | |
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer