This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.gtug.bootcamp; | |
import org.gtug.*; | |
import org.gtug.gtuglers.*; | |
import org.gtug.exceptions.FunOverloadException; | |
import com.google.developerday.GDD; | |
public class BootCamp extends GTUGEvent { | |
public static void main(String[] args) throws FunOverloadException { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a monkeyrunner jython script that opens a connection to an Android | |
# device and starts camera app and makes photos by touching the camerabutton. | |
# | |
# See http://developer.android.com/guide/developing/tools/monkeyrunner_concepts.html | |
# | |
# usage: monkeyrunner photo_monkey.py | |
# | |
# Imports the monkeyrunner modules used by this program | |
from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @desc This is an App Script for fetching Google+ Profile data (e.g. name and profile image) to | |
* the Google Docs spreadsheet | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @link https://gist.github.com/1919613 | |
* | |
* 1) Get your Google+ API KEY and paste it instead of %YOUR_API_KEY% | |
* https://developers.google.com/+/api/oauth#apikey | |
* https://code.google.com/apis/console#access | |
* 2) Create and name your spreadsheet "profiles" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @desc Parse Google Drive spreadsheet data via php | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @link https://gist.github.com/3898429 | |
*/ | |
//Spreadsheet https://docs.google.com/spreadsheet/pub?key=0Akgh73WhU1qHdFg4UmRhaThfUFNBaFR3N3BMVW9uZmc&output=html | |
//JSON Representation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
@desc Parse Google Drive spreadsheet data via python | |
@author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
@link https://gist.github.com/3969255 | |
''' | |
# Spreadsheet https://docs.google.com/spreadsheet/pub?key=0Akgh73WhU1qHdFg4UmRhaThfUFNBaFR3N3BMVW9uZmc&output=html | |
import logging | |
import urllib2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @desc Inject jQuery via console to the site (I found this snippet) | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @link https://gist.github.com/4141199 | |
*/ | |
Scripts = new function() { | |
this.adapters = new Array() | |
}; | |
Scripts.injectScript = function(src, callback) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @desc parse Snapbird Tweets | |
* run it in the console after injecting jquery: https://gist.github.com/4141199 | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @require jQuery | |
* @link https://gist.github.com/4409656 | |
*/ | |
var $content = null; | |
var $published = null; | |
var $url = null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @desc autoload Snapbird Tweets | |
* run it in the console after injecting jquery: https://gist.github.com/4141199 | |
* @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
* @require jQuery | |
* @link https://gist.github.com/4410413 | |
*/ | |
var lastCount = getTweetsCount(); | |
var currentCount = 0; | |
var bLoading = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Script for parsing Google+ Profile Data | |
* @author Misha M.-Kupriyanov <[email protected]> | |
* @license | |
*/ | |
/** | |
* Test run method | |
*/ | |
function fetchTest() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do you see this ?-> 🐵 🐱 😂 <-? | |
More see here http://www.alanwood.net/unicode/miscellaneous-symbols-and-pictographs.html |
OlderNewer