| 0 0 0 1 1 1 2 0 0 | |
| 3 6 9 2 5 8 1 0 3 | |
| ------------------------------------------------- | |
| . ┝━━━━━━━━━━━━━┥. . . . . . | |
| . ┝━━━━━━━━━━━━━━━━┥ . . . . . | |
| . ┝━━━━━━━━━━━━━━━━━┥. ┝━━┥ . . . | |
| . .┝━━━━━━━━━━┥ . . . . . | |
| . ┝━━━━━━━━━━━━━━┥ . . . . . | |
| . ┝━━━━━━━━━━━━┥ . . . ┝━━━━┥ . . | |
| . . ┝━━━━━━━━━━━━━┥ . . . . |
| module rss_proxy; | |
| import tools.base, std.file, tools.downloader; | |
| string download(string url) { | |
| char* tmpfilp = tmpnam(null); | |
| if (!tmpfilp) throw new Exception("could not get temp file name"); | |
| auto tmpfil = toString(tmpfilp); | |
| scope(exit) unlink(toStringz(tmpfil)); | |
| if (system(toStringz("/usr/bin/wget --timeout=60 -q -O \""~tmpfil~"\" \""~url~"\"")) == -1) { |
| #!/bin/bash | |
| PATH="/mnt/data/www/temp_rss/" | |
| DATE=/bin/date | |
| STAT=/usr/bin/stat | |
| SED=/bin/sed | |
| TOUCH=/usr/bin/touch | |
| EXECPATH="/mnt/data/www/rss_proxy" | |
| TERM="" | |
| if [ -z "$QUERY_STRING" ] || [[ $QUERY_STRING == url* ]] | |
| then |
| --- | |
| {{ range $_, $cont := $ }} | |
| {{ $addrLen := len $cont.Addresses }} | |
| {{ $envLen := len $cont.Env }} | |
| {{ $regLen := len $cont.Image.Registry }} | |
| - id: "{{ $cont.ID }}" | |
| {{ if eq $addrLen 0 }} | |
| addresses: ~ | |
| {{ else }} | |
| addresses: |
| /metacrate-* |
| #!/usr/bin/env ruby | |
| require 'bigdecimal' | |
| class Dc | |
| def initialize | |
| @stack = [] | |
| @registers = [] | |
| # TODO: support these |
NOTE I'm trying to find the most optimal fav/touch icon setup for my use-cases. Nothing new here. Read Mathias Bynens' articles on re-shortcut-icon and touch icons, a FAQ or a Cheat Sheet for all the details.
I'd like to hear how you approach this: @valuedstandards or comment on this gist.
You have to include a boatload of link elements pointing to many different images to provide (mobile) devices with a 'favicon' or 'touch icon':
Using Apple’s Aerial Screensavers on Ubuntu After coming across the [Aerial] (https://github.com/JohnCoates/Aerial) screensavers for Mac, and installing them, I decided that I had had enough of the graphics-demos of my Ubuntu Precise system. I hope to provide a simple guide on how to add them to your setup as well.
First, you need to install xscreensaver (for example with aptitude, but your distro should have it):
sudo aptitude install xscreensaver