Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tvbarajas on github.
  • I am tvbarajas (https://keybase.io/tvbarajas) on keybase.
  • I have a public key ASAQUtlKAMIzRvRxyFKqCkng_t2vPoUGTe6GmDPALUwOzQo

To claim this, I am signing this object:

Hello
@tvbarajas
tvbarajas / 0_reuse_code.js
Created December 24, 2016 22:33
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
@tvbarajas
tvbarajas / pebble.py
Last active August 29, 2015 14:20
Changes necessary to disable Python's default SSL certificate verification behavior.
#PebbleSDK-3.0-dp9/Pebble/common/phonesim/javascript/pebble.py
__author__ = 'katharine'
import collections
import logging
import requests
import struct
import traceback
import itertools
from uuid import UUID
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GluJS - Touch Example</title>
<link rel="stylesheet" href="http://cdn.sencha.com/touch/sencha-touch-2.3.1/resources/css/sencha-touch.css"/>
<script type="text/javascript" src="http://cdn.sencha.com/touch/sencha-touch-2.3.1/sencha-touch-all-debug.js"></script>
<script type="text/javascript" src="http://www.glujs.com/js/glu-touch-2.js"></script>
<script type="text/javascript" src="http://www.glujs.com/js/glu.js"></script>
</head>