I hereby claim:
- I am 02strich on github.
- I am 02strich (https://keybase.io/02strich) on keybase.
- I have a public key ASB5ICFfXbA4TMXdbrXE8oRyKsd0nZj_C8lMgNDxGWEkUwo
To claim this, I am signing this object:
[{"name":"dial","destination":"27"}] |
#!/bin/sh -e | |
# ============================================ | |
# celeryd - Starts the Celery worker daemon. | |
# ============================================ | |
# | |
# :Usage: /etc/init.d/celeryd {start|stop|force-reload|restart|try-restart|status} | |
# :Configuration file: /etc/default/celeryd | |
# | |
# See http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#generic-init-scripts |
import socket, thread, sys | |
import logging | |
BUFLEN = 1024 | |
logger = logging.getLogger(__name__) | |
class DLNAProxy(object): | |
MEDIASERVER_IP = "" | |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
## Macro title: People List | |
## Macro has a body: N | |
## Body processing: no body | |
## Output: Selected output option | |
## | |
## Developed by: Stefan Richter | |
## Date created: 28/02/2014 | |
## Installed by: Stefan Richter | |
## This is the people list |
import os | |
import os.path | |
import sys | |
import shutil | |
IN_DIR = "servers/" | |
PROCESSED_DIR = "servers-processed/" | |
OUT_DIR = "sysadmin/Servers/" | |
PREFIX_MAP = { |
import socket | |
import random | |
IP = "192.168.178.2" | |
SID = random.randint(0,10000) | |
CSEQ = 0 | |
class RtspSession(object): | |
def __init__(self, remote): | |
self.client_id = random.randint(0,10000) |
#!/usr/bin/env python | |
# Send Notifications via SMS (twilio) | |
import os | |
import logging | |
from twilio.rest import TwilioRestClient | |
ACCOUNT_SID = "<<YOUR SID>>" | |
AUTH_TOKEN = "<<YOUR TOKEN>>" |
import boto3 | |
import os | |
from urllib.request import urlopen | |
import json | |
# could be for example: apple_product_code = MQAQ2LL/A | |
APPLE_PRODUCT_CODE = os.environ['apple_product_code'] # URL of the site to check, stored in the site environment variable | |
def lambda_handler(event, context): |
I hereby claim:
To claim this, I am signing this object: