I hereby claim:
- I am kingmar on github.
- I am kingmar (https://keybase.io/kingmar) on keybase.
- I have a public key ASD3hf41MIJ2YFMUweQrg3_DmLWJObSoe9lYYE179eK8BQo
To claim this, I am signing this object:
# ref: https://unix.stackexchange.com/a/274499 | |
# | |
RANDOM_PORT=$(expr `(flock -x 200; cat /tmp/nextport; expr \( \`cat /tmp/nextport 2>/dev/null\` + 1 \) % 10000 > /tmp/nextport;) 200>/tmp/nextport.lock` + 30000) |
I hereby claim:
To claim this, I am signing this object:
--- collectd-5.4.1.ebuild 2014-06-30 21:31:02.000000000 +0200 | |
+++ collectd-9999.ebuild 2014-07-21 17:52:57.350132618 +0200 | |
@@ -10,12 +10,19 @@ | |
DESCRIPTION="A a daemon which collects system statistic and provides mechanisms to store the values" | |
-HOMEPAGE="http://collectd.org" | |
-SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" | |
+if [[ ${PV} == *9999* ]]; then | |
+ inherit git-2 |
/** | |
* RADIATION WIDGET - SERVER BIT | |
*/ | |
var | |
serialport = require('serialport'), | |
net = require('net'); | |
exports.widget = function(eventTarget) { | |
const CONFIG = { |
' This VBA script for MS Outlook counts all unique recipient addresses | |
' from emails in the current inbox and writes them to a text file. | |
Option Explicit | |
' REQUIRED: Add Project Reference to "Microsoft Scripting Library" for Dictionary class! | |
Sub ListReceivedMailAddrs() | |
Dim oApp As Outlook.Application | |
Dim oNS As Outlook.NameSpace |
#!/bin/bash | |
# name of the ipset - v4 or v6 will be appended. | |
IPSET_NAME=cloudflare- | |
# argument: v4 or v6 (defaults to v4) | |
cloudflare_ipset () | |
{ | |
local ipv | |
local inetv |
var crypto = require('crypto'); | |
/** | |
* Calculates the hash/checksum of a string. Default algorithm is MD5. | |
* | |
* @param {String} str | |
* @param {String} algorithm | |
* @return {String} checksum | |
* @api public | |
*/ |
<?php | |
/* (c) Ingmar Runge 2011 */ | |
class blitzortung_data | |
{ | |
protected $cache_dir = NULL; | |
protected $ch = NULL; | |
protected $bo_user = '', $bo_pass = ''; | |
protected $interface = ''; |