Skip to content

Instantly share code, notes, and snippets.

View nissicreative's full-sized avatar

Mike Folsom nissicreative

View GitHub Profile
@nissicreative
nissicreative / Preferences.sublime-settings
Last active March 12, 2017 04:14
Cobalt 2 Theme Settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
@nissicreative
nissicreative / IOSPushNotify.php
Created December 11, 2015 20:05
Class provided by Guarang
<?php
//////////////////////////////////////////////////////////
// This Class will be use to send push notification to iPhone device.
//////////////////////////////////////////////////////////
class IOSPushNotify
{
private $apnPath;
private $authId;