Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nithinphilips on github.
  • I am nithinphilips (https://keybase.io/nithinphilips) on keybase.
  • I have a public key ASDjBAxIMLZzNxkKIC6BvvMDmttO_EQ7-kQ1OjSfP5oEEAo

To claim this, I am signing this object:

@nithinphilips
nithinphilips / dragdrop.patch
Created November 1, 2012 15:15
Patch to add Drag & Drop support to DualWallpaper
Index: DualWallpaper/DualWallpaper/DualWallpaper.Designer.cs
===================================================================
--- DualWallpaper/DualWallpaper/DualWallpaper.Designer.cs (revision 312)
+++ DualWallpaper/DualWallpaper/DualWallpaper.Designer.cs (working copy)
@@ -455,6 +456,7 @@
//
// DualWallpaper
//
+ this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@nithinphilips
nithinphilips / mediatomb-ipk.mkd
Created February 13, 2012 07:26
Creating Mediatomb IPK packages

Creating Mediatomb IPK packages

The easiest option to create mediatomb IPK packages is probably to use the optware system to cross-compile on a PC. This guide shows how.

Based on the cross-compile guide at http://mybookworld.wikidot.com/cross-compile-for-mbwe-using-optware

*The code blocks with '$' prefix is a command that should be pasted or typed into a terminal window. On Ubuntu, use the GNOME Terminal program. When