Skip to content

Instantly share code, notes, and snippets.

View sebastian-ruiz's full-sized avatar

Sebastian Ruiz sebastian-ruiz

View GitHub Profile
@gka
gka / _readme.md
Created January 24, 2013 20:43
PHP Endpoint for Github Webhook URLs

PHP Endpoint for Github Webhook URLs

If you love deploying websites using Github, but for some reason want to use your own server, this script might be exactly what you need.

  1. Put github.php somewhere on your PHP-enabled web server, and make it accessible for the outside world. Let's say for now the script lives on http://example.com/github.php
@amrishodiq
amrishodiq / CryptoUtilities.cs
Created January 16, 2012 20:11
Triple DES encryption and MD5 for Windows Phone 7 with C#
using System;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;