Skip to content

Instantly share code, notes, and snippets.

View joshearl's full-sized avatar

Joshua Earl joshearl

  • Black Forge Group
  • Western Pennsylvania
View GitHub Profile
@joshearl
joshearl / SublimeProjectExample.sublime-project
Created November 17, 2012 02:32
Sample Sublime project file with project-specific settings
{
"folders":
[
{
"path": "Leanpub/sublime-productivity",
"folder_exclude_patterns": ["epub_images", "convert_html", "preview", "published"],
"file_exclude_patterns": [".gitignore", "*.sublime*", "*Icon*"]
},
{
"path": "SublimeTextTips"
@joshearl
joshearl / WMAppManifest.xml
Created November 30, 2011 02:14
Windows Phone WMAppManifest attributes required for Microsoft AdControl
<Capabilities>
<Capability Name="ID_CAP_IDENTITY_USER"/>
<Capability Name="ID_CAP_MEDIALIB"/>
<Capability Name="ID_CAP_NETWORKING"/>
<Capability Name="ID_CAP_PHONEDIALER"/>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/>
</Capabilities>