Skip to content

Instantly share code, notes, and snippets.

View gdaniels's full-sized avatar

Glen Daniels gdaniels

View GitHub Profile
@gdaniels
gdaniels / gist:3911882
Created October 18, 2012 13:41
AeroGear Android Meeting Agenda
@gdaniels
gdaniels / gist:3495006
Created August 28, 2012 04:39
BaaS Android API Comparison

This is a quick comparison of some of the Android flavors of various BaaS APIs. It attempts to simply show the same ideas (library initialization, user authentication, data read/write, etc) with the various APIs, to give the AeroGear team some context as to possible directions.

There is a nice list of providers here (current as of 08/2012):

And also a comparison of StackMob/Kinvey/Parse here:

#!/usr/local/bin/perl
###########################################
# This script takes the body of a FaceBook comment notification
# mail, sucks out a) the commenter's name, and b) the comment
# itself, and sends them to a designated Twitter account, in
# the following form:
#
# [name] comment
#