Skip to content

Instantly share code, notes, and snippets.

[Name]=Storytel JSON
[BasedOn]=www.storytel.com
[IndexUrl]=https://www.storytel.com/api/search.action?q=%s
[AlbumUrl]=https://www.storytel.com/api/getBookInfoForContent.action?bookId=
[WordSeperator]=+
[IndexFormat]=%_url%|% ↓ Album%|% ↓ Author%
[SearchBy]=Enter Album||$regexp(%album%,'[- ]+cd ?\d+$',,1)||%s
[UserAgent]=Storytel
[Encoding]=url-utf-8
### Keybase proof
I hereby claim:
* I am scuttlese on github.
* I am scuttle (https://keybase.io/scuttle) on keybase.
* I have a public key ASCAYqrrEso50WI2jg5-D7q8mqSHDZtvt49m8DuWb0-CYAo
To claim this, I am signing this object:
#!/usr/bin/python
import mpd
import random
import time
import sys
import os
pidfile = '/tmp/autoplaylist.pid'
host = '192.168.0.46'
@ScuttleSE
ScuttleSE / create-iso.sh
Created June 6, 2017 16:45 — forked from julianxhokaxhiu/create-iso.sh
Simple bash script to create a Bootable ISO from macOS Sierra Install Image from Mac App Store
#!/bin/bash
#
# Credits to fuckbecauseican5 from https://www.reddit.com/r/hackintosh/comments/4s561a/macos_sierra_16a238m_install_success_and_guide/
# Adapted to work with the official image available into Mac App Store
#
# Enjoy!
hdiutil attach /Applications/Install\ macOS\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app
hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build
@ScuttleSE
ScuttleSE / reclaimWindows10.ps1
Created April 4, 2017 13:27 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1
# CONFIG
SNMP_COMMUNITY=public
SYSCONTACT=Scuttle
SYSLOCATION=Paris, France
# get packages
apt-get install snmpd xinetd vim
mkdir -p /opt/observium && cd /opt