Example-URL: http://instagram.com/p/hqo3mUjCAx
{% instagram hqo3mUjCAx %}
// TP-Link Kasa Dashboard | |
// based on https://grafana.com/grafana/dashboards/10957, but slightly modified | |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, |
.Avatar, .avatar, | |
.DashboardProfileCard-avatarImage, | |
.DashboardProfileCard-avatarLink, | |
.MomentUserByline-avatar, | |
.ProfileAvatar, | |
.ProfileAvatar-image, | |
.ProfileAvatar-placeholderImage, | |
.ProfileAvatarEditing, | |
.ProfileAvatarEditing-button, | |
.ProfileAvatarEditing-overlay, |
package main | |
import ( | |
"fmt" | |
"net" | |
"net/http" | |
// "os" | |
) | |
func main() { |
package main | |
import ( | |
"fmt" | |
"github.com/huin/goupnp" | |
"github.com/huin/goupnp/soap" | |
) | |
func main() { | |
devices, err := goupnp.DiscoverDevices("urn:Belkin:device:controllee") |
package main | |
import ( | |
"fmt" | |
"github.com/huin/goupnp" | |
) | |
func main() { | |
devices, err := goupnp.DiscoverDevices("upnp:rootdevice") | |
if err != nil { |
[11:02:52] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. | |
[11:02:52] [main/INFO] [FML/]: Forge Mod Loader version 8.99.114.1446 for Minecraft 1.8 loading | |
[11:02:52] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.8.0_45\jre | |
[11:02:52] [main/DEBUG] [FML/]: Java classpath at launch is C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;C:\Program Files\Java\jdk |
#!/bin/bash | |
DATE=`date "+%d.%m.%Y"` | |
DIR="$HOME/Dropbox/Documents/Journal" | |
FILE="$DATE.md" | |
# Change to Directory | |
cd $DIR | |
if [ ! -f $FILE ]; then | |
echo "# $DATE\r\n" > "$DATE.md" |
task :deploy do | |
sh "rsync -rt _site #{USER}@#{SERVER}:~/blog" | |
end |
Example-URL: http://instagram.com/p/hqo3mUjCAx
{% instagram hqo3mUjCAx %}
# Parts of this config is borrowed from | |
# https://gist.github.com/lmullen/4736568 | |
# GLOBAL CONFIGURATIONS | |
# ------------------------------------------------------------------- | |
# See https://github.com/jigish/slate/wiki/Global-Configs | |
config defaultToCurrentScreen true | |
config secondsBeforeRepeat 0.4 | |
config secondsBetweenRepeat 0.1 |