Squeezebox Now Playing is a a Dashing widget which which displays now playing information from a Logitech Squeezebox player.
This file contains hidden or 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
# Connects Jekyll with Lychee (http://lychee.electerious.com/) | |
# | |
# # Features | |
# | |
# * Generate album overview and link to image | |
# * Caching of JSON data | |
# | |
# # Usage | |
# | |
# {% lychee_album <album_id> %} |
This file contains hidden or 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
#!/usr/bin/env ruby | |
require 'fileutils' | |
GIT_REPO = '/home/me/mywebsite_ch.git' | |
TMP_GIT_CLONE = '/tmp/mywebsite_ch_clone' | |
DOCROOT = { 'master' => ENV['HOME']+'/public_html', | |
'draft' => ENV['HOME']+'/public_html_draft' } |
I hereby claim:
- I am tobru on github.
- I am tobru (https://keybase.io/tobru) on keybase.
- I have a public key whose fingerprint is 9222 3854 4B44 1DBC F8D8 3297 487C A707 190A 2598
To claim this, I am signing this object:
Vagrant support is maintained by Cachet users from within the community.
This file contains hidden or 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
<?php | |
$GLOBALS['config']['DATADIR'] = 'data'; // Data subdirectory | |
$GLOBALS['config']['CONFIG_FILE'] = $GLOBALS['config']['DATADIR'].'/config.php'; // Configuration file (user login/password) | |
$GLOBALS['config']['DATASTORE'] = $GLOBALS['config']['DATADIR'].'/datastore.php'; // Data storage file. | |
$GLOBALS['config']['CACHEDIR'] = 'cache'; // Cache directory for thumbnails for SLOW services (like flickr) | |
$GLOBALS['config']['PAGECACHE'] = 'pagecache'; // Page cache directory. | |
// User configuration | |
if (is_file($GLOBALS['config']['CONFIG_FILE'])) { | |
require_once $GLOBALS['config']['CONFIG_FILE']; | |
} |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://earth.google.com/kml/2.2"> | |
<Document> | |
<name>Adventsfenster Urdorf</name><Style id="ico1"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_1.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico2"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_2.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico3"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_3.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico4"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_4.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<nam |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
I0404 20:00:59.036642 4164 plugins.go:83] Registered admission plugin "NamespaceLifecycle" | |
I0404 20:00:59.037089 4164 plugins.go:83] Registered admission plugin "Initializers" | |
I0404 20:00:59.037184 4164 plugins.go:83] Registered admission plugin "ValidatingAdmissionWebhook" | |
I0404 20:00:59.037317 4164 plugins.go:83] Registered admission plugin "MutatingAdmissionWebhook" | |
I0404 20:00:59.037565 4164 plugins.go:83] Registered admission plugin "AlwaysAdmit" | |
I0404 20:00:59.037655 4164 plugins.go:83] Registered admission plugin "AlwaysPullImages" | |
I0404 20:00:59.037734 4164 plugins.go:83] Registered admission plugin "LimitPodHardAntiAffinityTopology" | |
I0404 20:00:59.037817 4164 plugins.go:83] Registered admission plugin "DefaultTolerationSeconds" | |
I0404 20:00:59.037895 4164 plugins.go:83] Registered admission plugin "AlwaysDeny" | |
I0404 20:00:59.037989 4164 plugins.go:83] Registered admission plugin "EventRateLimit" |
This file contains hidden or 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
tobru@orangepiwin:~$ uname -a | |
Linux orangepiwin 3.10.107-pine64 #9 SMP PREEMPT Fri Apr 6 09:05:49 CEST 2018 aarch64 aarch64 aarch64 GNU/Linux | |
tobru@orangepiwin:~$ free -m | |
total used free shared buff/cache available | |
Mem: 1988 621 51 37 1314 1264 | |
Swap: 0 0 0 | |
tobru@orangepiwin:~$ cat /proc/cpuinfo | |
Processor : AArch64 Processor rev 4 (aarch64) |
OlderNewer