Skip to content

Instantly share code, notes, and snippets.

View koriner's full-sized avatar

Shane Korin koriner

View GitHub Profile
@koriner
koriner / just_a_test.as
Created July 22, 2015 00:53
just a test
var foo:String = "bar";
@koriner
koriner / distriqt.extension.nativemaps.example_descriptor.xml
Last active August 29, 2015 14:11
distriqt / NativeMaps example application descriptor
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/16.0">
<id>com.distriqt.test</id>
<filename>TestNativeMaps</filename>
<versionNumber>0.0.1</versionNumber>
<name>Test Native Maps</name>
<description>distriqt // NativeMaps Test Application</description>
<copyright>2014 distriqt //</copyright>
@koriner
koriner / distriqt.extension.facebookapi.android_landscape_eg.xml
Last active August 29, 2015 14:06
distriqt / FacebookAPI - Android Landscape orientation support
<!--
__ __ __
____/ /_ ____/ /______ _ ___ / /_
/ __ / / ___/ __/ ___/ / __ `/ __/
/ /_/ / (__ ) / / / / / /_/ / /
\__,_/_/____/_/ /_/ /_/\__, /_/
/ /
\/
http://distriqt.com
-------------------------------------
@koriner
koriner / distriqt.extension.nativemaps.2_2.example.as
Last active August 29, 2015 14:01
distriqt / NativeMaps 2.2 update notes and examples
/**
* __ __ __
* ____/ /_ ____/ /______ _ ___ / /_
* / __ / / ___/ __/ ___/ / __ `/ __/
* / /_/ / (__ ) / / / / / /_/ / /
* \__,_/_/____/_/ /_/ /_/\__, /_/
* / /
* \/
* http://distriqt.com
* -------------------------------------
@koriner
koriner / 0_reuse_code.js
Created March 20, 2014 22:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console