Skip to content

Instantly share code, notes, and snippets.

@dbiesecke
dbiesecke / Dockerfile.statistik
Last active August 29, 2015 14:08
Graphite Docker & collected
FROM node:latest
RUN npm install -g statistik
RUN echo "graph.foilo.de:8125" > ~/.statistik
CMD ["--help"]
ENTRYPOINT ["statistik"]
@dbiesecke
dbiesecke / CGMiner.pm
Last active September 17, 2018 07:23
CGMiner API Example
#!/usr/bin/perl
# = CGminer.pm
#
# == Description
#
# Perl module to interface with the cgminer api
#
# == License
#
# "THE BEER-WARE LICENSE" (Revision 42-mrenz):
@dbiesecke
dbiesecke / Dockerfile
Created November 4, 2014 16:03
googleplaydownloader
FROM ubuntu:14.10
RUN apt-get update
RUN apt-get install wget python-support python-openssl python-wxgtk2.8 python-protobuf python-requests python-pyasn1 -y -f
RUN wget http://de.archive.ubuntu.com/ubuntu/pool/universe/n/ndg-httpsclient/python-ndg-httpsclient_0.3.2-1_all.deb
RUN dpkg -i python-ndg-httpsclient_0.3.2-1_all.deb
RUN wget https://codingteam.net/project/googleplaydownloader/download/file/googleplaydownloader_1.4-1_all.deb
RUN dpkg -i googleplaydownloader_1.4-1_all.deb
@dbiesecke
dbiesecke / README.md
Last active August 29, 2015 14:08
test logstash & docker, whats a Magic!

Docker & logstash... and (free) multiple online services!

Register on the following services & make a gist with your OWN settings, have fun to collect!

  • Papertrail
  • Logentries
  • Make a log dir, like /log on your MAIN host like: mkdir /log && ln -f /var/log/syslog /log/syslog
@dbiesecke
dbiesecke / README.md
Last active August 29, 2015 14:14
manga tools

Manga-Downloader

  • Unterstützt nun diverse Deutsche Sites für Scanlations ( Fan-Übersetzte Mangas )

  • mangaunlimited.com

  • mangascouts.org

  • manga-tube.org

  • thrillerbarkcafe.de

  • tokido-scans.blogspot.de

@dbiesecke
dbiesecke / anime.py
Last active August 29, 2015 14:16
patch for plugin.video.burningseries to scrap all with XBMCMyLibary
# -*- coding: utf-8 -*-
import sys, time
import urllib,os
import xbmc,xbmcplugin,xbmcgui
import urlparse, json
import threading
from resources.lib import mal
from resources.lib import common
@dbiesecke
dbiesecke / burning-seri.es-api.markdown
Last active August 29, 2015 14:16 — forked from Bouni/burning-seri.es-api.markdown
burning-seri.es API CheatSheet

Short description of the burning-seri.es JSON API

Fetch a list all available series

GET https://burning-seri.es/api/series

Result (just a fragment):

[
@dbiesecke
dbiesecke / movies.m3u
Last active December 30, 2023 18:06
pvr.iptvsimple iptvde.m3u
#EXTINF: tvg-logo="https://goo.gl/bi9htU",The Whistleblower
http://vodo.janokoro.org/hls/Movie-A8000/Germany/thewhistleblower/thewhistleblower.mkv.mp4/index.m3u8
#EXTINF: tvg-logo="https://goo.gl/bi9htU",Hunter's Prayer
http://vodo.janokoro.org/hls/Movie-A8000/Germany/huntersprayer/huntersprayer.mkv.mp4/index.m3u8
#EXTINF: tvg-logo="https://goo.gl/bi9htU",16 Blocks
http://vodo.janokoro.org/hls/Movie-A8000/Germany/16blocks/16blocks.mkv.mp4/index.m3u8
#EXTINF: tvg-logo="https://goo.gl/bi9htU",Lost City Raiders
http://vodo.janokoro.org/hls/Movie-A8000/Germany/Lost_City_Raiders_2008/Lost_City_Raiders_2008.mkv.mp4/index.m3u8
#EXTINF: tvg-logo="https://goo.gl/bi9htU",The Devil's Violinist
http://vodo.janokoro.org/hls/Movie-A8000/Germany/thedevilsviolinist/thedevilsviolinist.mkv.mp4/index.m3u8
@dbiesecke
dbiesecke / favos.json
Last active August 29, 2015 14:16
burning favo's
[
{
"site" : "burning",
"id" : "539"
},
{
"site" : "tube",
"id" : "/anime-6.html"
},
{
@dbiesecke
dbiesecke / .profile
Last active August 29, 2015 14:18
example .zshrc
export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin
export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin:/usr/sfw/bin
zsh
export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin