Skip to content

Instantly share code, notes, and snippets.

View vielmetti's full-sized avatar
🌴
I may be slow to respond.

Edward Vielmetti vielmetti

🌴
I may be slow to respond.
View GitHub Profile
This is a new Gist.
This is a second new Gist.
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.
# 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.
{
"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.