Skip to content

Instantly share code, notes, and snippets.

@neilb
neilb / trust.xml
Created February 28, 2018 14:12
ADFS relying trust file
<?xml version="1.0" encoding="utf-8"?>
<EntityDescriptor ID="_deadbeef-dead-beef-dead-beefdead" entityID="[BASE-URL]" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
<RoleDescriptor xsi:type="fed:ApplicationServiceType" xmlns:fed="http://docs.oasis-open.org/wsfed/federation/200706" protocolSupportEnumeration="http://docs.oasis-open.org/wsfed/federation/200706" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fed:ClaimTypesRequested>
<auth:ClaimType Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" Optional="true" xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" />
<auth:ClaimType Uri="http://schemas.microsoft.com/ws/2008/06/identity/claims/role" Optional="true" xmlns:auth="http://docs.oasis-open.org/wsfed/authorization/200706" />
</fed:ClaimTypesRequested>
<fed:TargetScopes>
<EndpointReference xmlns="http://www.w3.org/2005/08/addressing">
<Address>[BASE-URL]</Address>
@neilb
neilb / pts2017-sponsors.md
Last active May 21, 2017 20:46
Sponsors for the Perl Toolchain Summit 2017
@neilb
neilb / cpan-visitor-prereqs-report.txt
Created April 16, 2017 12:26
The output of [Test::ReportPrereqs] for the CPAN-Visitor CPAN distribution
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker 6.17 7.24
#
# === Build Requires ===
@neilb
neilb / lpw-2016-sponsors.md
Created December 4, 2016 14:38
A blog-ready list of sponsors for the London Perl Workshop 2016
@neilb
neilb / meta-hack-sponsors.md
Last active November 24, 2016 21:48
Markdown paragraph thanking sponsors for meta::hack 2016

meta::hack wouldn't have been possible without the generosity of our sponsors. If you get a chance, please take a moment to thank them for helping our community. Our platinum sponsors were Booking.com and cPanel. Our gold sponsors were Elastic,

MetaCPAN blogs with sponsors
1. overview of metacpan [Olaf & Neil]
- the goal
- the pieces that make it up
- why elasticsearch?
- where it logically fits in the CPAN ecosystem
2. elasticsearch design [Olaf, Mickey, & Neil?]
@neilb
neilb / cpan-top-dist-savings.txt
Created July 9, 2016 20:05
The top 40 CPAN dists in terms of space taken by old releases
663612164 Lingua-StanfordCoreNLP
455359486 GBrowse
287850061 UMLS-Interface
255252731 UMLS-Similarity
247030756 Number-Phone
241896908 Lingua-JA-WordNet
223722889 Bio-Roary
197650975 Tk
194038646 Lingua-EN-SENNA
140239439 Encode
@neilb
neilb / check-p5p-core-permissions.pl
Created June 16, 2016 20:01
A script to find out which core modules don't have P5P permissions
#!/usr/local/bin/perl
use strict;
use warnings;
use Module::CoreList 5.20160520;
my $PERMS_PATH = '06perms.txt';
my %perms;
my %p5p_owns;
my %p5p_comaint;
@neilb
neilb / perl-vs-p5p.txt
Created June 9, 2016 20:49
All the packages names that "perl" has permissions on, and the associated P5P permission, if there is one
AnyDBM_File,P5P,f
AnyDBM_File,perl,c
AutoLoader,P5P,f
AutoLoader,perl,c
AutoSplit,P5P,f
AutoSplit,perl,c
@neilb
neilb / qah2016-sponsors.md
Last active April 24, 2016 10:09
A list of the sponsors for the 2016 Perl QA Hackathon