Skip to content

Instantly share code, notes, and snippets.

@ventaur
ventaur / config.xml
Created September 16, 2018 14:23
Cordova config.xml and package.json always updating during restore
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.something.something" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>This Thing</name>
<description>
It's a cool thing (hopefully).
</description>
<author>
Us
</author>
<content src="index.html" />
@ventaur
ventaur / Enumeration.cs
Created August 22, 2014 22:29
Small modifications to Headspring Enumeration and HTML conventions to support drop-downs for them
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using FubuCore.Util;
namespace My.Core.Domain.Models {