Skip to content

Instantly share code, notes, and snippets.

View Sharparam's full-sized avatar
🏭
The factory must grow!

Adam Hellberg Sharparam

🏭
The factory must grow!
View GitHub Profile
@Sharparam
Sharparam / keybase.md
Last active August 29, 2015 14:00
keybase.md

Keybase proof

I hereby claim:

  • I am sharparam on github.
  • I am sharparam (https://keybase.io/sharparam) on keybase.
  • I have a public key whose fingerprint is 3DFA EBE6 51BF 2E64 3B1B 3A3F CFC0 1CAD 18FB A436

To claim this, I am signing this object:

@Sharparam
Sharparam / DateTimeExtensions.cs
Created October 14, 2012 14:20
WoW AddOn packager (with Git support using NGit)
using System;
namespace F16Gaming.WoW.AddonPackager.Extensions
{
public static class DateTimeExtensions
{
public static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, 0);
public static long ToUnixTimestamp(this DateTime time)
{