Skip to content

Instantly share code, notes, and snippets.

View andrew-m's full-sized avatar

Andrew Maddison andrew-m

View GitHub Profile
@andrew-m
andrew-m / qcad-bin.desktop
Created February 1, 2014 11:10
Ubuntu Unity Desktop file for QCAD 3.4.5
[Desktop Entry]
Version=1.0
Name=QCAD
Comment=QCAD editor
Exec=/opt/qcad-3.4.5-linux-x86_64/qcad
Icon=/opt/qcad-3.4.5-linux-x86_64/qcad_icon.png
Path=/opt/qcad-3.4.5-linux-x86_64/
Terminal=false
Type=Application
Categories=Utility;Application;
@andrew-m
andrew-m / Program.cs
Created January 5, 2015 16:53
OwinNancyMaxJsonLengthBugExample
using System;
using Nancy;
using Owin;
using Microsoft.Owin.Hosting;
namespace NancyApplication1
{
public class Program
{
static void Main(string[] args)