Skip to content

Instantly share code, notes, and snippets.

View thilp's full-sized avatar
🐒
typing

Thibaut Le Page thilp

🐒
typing
  • Zalando
  • Berlin
View GitHub Profile

Keybase proof

I hereby claim:

  • I am thilp on github.
  • I am thilp (https://keybase.io/thilp) on keybase.
  • I have a public key ASCBjcYh5yhaEzc3s-WSqJKR0mWUZMHJtfbXqVinJbt8uAo

To claim this, I am signing this object:

from hypothesis import given
from hypothesis.strategies import booleans, lists, integers
def foo():
... # FIXME
def test_foo_1_2_3():
assert foo(1, 2, 3) == 6
#!/usr/bin/env perl
#=============================================================================
#
# FILE: dmarc-report-display.pl
#
# USAGE: ./dmarc-report-display.pl REPORT
#
# DESCRIPTION: Parse and display a DMARC report
#
# OPTIONS: TODO
package Objects::Document;
use 5.010_001;
use strict;
use warnings;
our $VERSION = 1;
use Moose;
use Moose::Util::TypeConstraints;