Skip to content

Instantly share code, notes, and snippets.

View jessamynsmith's full-sized avatar

Jessamyn Smith jessamynsmith

View GitHub Profile
@sabas1080
sabas1080 / EggTimer_Data_Get.ino
Created January 19, 2016 20:44
Example EggTimer Get Data Period Example
/************************************************************
EggTimer_Data_Get.ino
Example EggTimer Get Period Example
Andres Sabas @ The Inventor's House
Original Creation Date: Jan 17, 2016
This example demonstrates how to use the TCP client
functionality of the ESP8266 WiFiSecure library to GET
data to a EggTimer on
https://eggtimer.herokuapp.com
Development environment specifics:
@kafaichoi
kafaichoi / gist:a6f8bda444da4e3a5886
Created September 17, 2014 06:39
Setting Up test build for Ionic App for HockeyApp
Register in HockeyApp
-Android
1. cordova build --release android
2. keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
3. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name
4. zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk
5. upload apk file to HockeyApp
-IOS
1. cordova build --release ios