Skip to content

Instantly share code, notes, and snippets.

View ktomk's full-sized avatar

Tom Klingenberg ktomk

  • lastflood GmbH (et al.)
View GitHub Profile
@ktomk
ktomk / hex_dump.php
Created June 13, 2011 18:02
Dump a string in a hexidecimal representation similar to terminal based hex-editors.
<?php
/*
* hex_dump.php
*
* Copyright 2011 mot <@fsfe.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
@ktomk
ktomk / BouncedHeaders.php
Created June 3, 2011 01:06
Iterator to Extract Message Headers from Bounced Messages
<?php
/*
* BouncedHeaders.php
*
* Copyright 2011 mot <@fsfe.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.