This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:8DC901CE64146C048AD50FBB792152527B75921E]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:8DC901CE64146C048AD50FBB792152527B75921E]
class base {} |
class base( | |
Stdlib::IP::Address $public_address = filter_ipv4(getfromhash($nodeinfo, 'ldap', 'ipHostNumber'))[0], | |
Stdlib::IP::Address $public_address6 = filter_ipv6(getfromhash($nodeinfo, 'ldap', 'ipHostNumber'))[0], | |
) { | |
Notify { 'base_ips': | |
message => "base::public_address: ${base::public_address} base::public_address6: ${base::public_address6} ipaddress: ${::ipaddress} ipaddress6: ${::ipaddress6}", | |
} | |
} |
rofi usage: | |
rofi [-options ...] | |
Command line only options: | |
-no-config Do not load configuration, use default values. | |
-v,-version Print the version number and exit. | |
-dmenu Start in dmenu mode. | |
-display [string] X server to contact. | |
${DISPLAY} | |
-h,-help This help message. |
I hereby claim:
To claim this, I am signing this object:
From 147224cfe6143c44b16aec0bb6d6a506a6b96ced Mon Sep 17 00:00:00 2001 | |
From: Kevin <[email protected]> | |
Date: Fri, 28 Aug 2015 15:53:37 -0500 | |
Subject: [PATCH] Add namespace support to git-mediawiki | |
Signed-off-by: Kevin <[email protected]> | |
--- | |
contrib/mw-to-git/git-remote-mediawiki.perl | 34 +++++++++++++++++++++++++++-- | |
1 file changed, 32 insertions(+), 2 deletions(-) |
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8" /><!-- This is an automatically generated file. --> | |
<TITLE>Bookmarks</TITLE> | |
<H1 LAST_MODIFIED="1396239625">Bookmarks for anarcat from SemanticScuttle</H1> | |
<DL> | |
<DT><A HREF="https://pond.imperialviolet.org" description="For secure, synchronous communication we have OTR and, when run over Tor, this is pretty good. But while we have secure asynchronous messaging in the form of PGP email, it's not forward secure and it gratuitously leaks traffic information. While a desire for forward secure PGP is hardly new, it still hasn't materialised in a widely usable manner. | |
Additionally, email is used predominately for insecure communications (mailing lists, etc) and is useful because it allows previously unconnected people to communicate as long as a (public) email address is known to one party. But the flip side to this is that volume and spam are driving people to use centralised email services. These provid |
type RemoteName = String | |
type FileName = String | |
type Trusted = Bool | |
type Present = Bool | |
headerWhereis :: [(RemoteName, Trusted)] -> String | |
headerWhereis remotes = (unlines $ zipWith format [0..] remotes) ++ (pipes (length remotes)) | |
where | |
format n (name, trusted) = (pipes n) ++ "," ++ name ++ (trust trusted) | |
pipes = flip replicate '|' |