Skip to content

Instantly share code, notes, and snippets.

@tom-ficke
tom-ficke / BarCodePrivateFontCollection.aspx
Created June 11, 2021 21:04
Barcode Gen Test - PrivateFontCollection
<%@ Page Language="c#" %>
<%@ Import namespace="System"%>
<%@ Import namespace="System.Collections"%>
<%@ Import namespace="System.ComponentModel"%>
<%@ Import namespace="System.Data"%>
<%@ Import namespace="System.Drawing"%>
<%@ Import namespace="System.Drawing.Text"%>
<%@ Import namespace="System.Drawing.Imaging"%>
<%@ Import namespace="System.Web"%>
<%@ Import namespace="System.Web.SessionState"%>
@tom-ficke
tom-ficke / keybase.md
Created March 18, 2018 18:34
keybase

Keybase proof

I hereby claim:

  • I am tom-ficke on github.
  • I am tomficke (https://keybase.io/tomficke) on keybase.
  • I have a public key ASD0RVoQremM9SMw0vXuApU4DFgCCHEohVFIze5J-ZELcQo

To claim this, I am signing this object:

@tom-ficke
tom-ficke / ReadAndForward.py
Last active January 4, 2019 18:58
Script to Read Messages in IMAP Inbox & Forward to Another Email Address
#!/usr/bin/env python
#
# Script to Read Messages in IMAP Inbox & Forward to Another Email Address
#
# Script Created from :
# http://codehandbook.org/how-to-read-email-from-gmail-using-python/
# https://stackoverflow.com/questions/2717196/forwarding-an-email-with-python-smtplib
import smtplib
import imaplib