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
### Keybase proof | |
I hereby claim: | |
* I am cmtoomey on github. | |
* I am cmtoomey (https://keybase.io/cmtoomey) on keybase. | |
* I have a public key ASDcak1CYhrKolsclAaRo5myRYFwuWpUx74snmgd9iPwWwo | |
To claim this, I am signing this object: |

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
{ | |
"swagger": "2.0", | |
"info": { | |
"version": "2016-10-17T16:42:56Z", | |
"title": "ServerVersions" | |
}, | |
"host": "4xppv7irje.execute-api.us-west-2.amazonaws.com", | |
"basePath": "/prod", | |
"schemes": [ | |
"https" |
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
'use strict'; | |
console.log('Loading function'); | |
const aws = require('aws-sdk'); | |
const s3 = new aws.S3({ apiVersion: '2006-03-01' }); | |
const dynamodb = new aws.DynamoDB('2012-08-10'); |
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 was written Python 2.7, not tested for Python 3 | |
#The original version of this script lived in the Tableau Server directory | |
#That's why newpath adds on 9.1\bin (the second \ is so Python reads it as a slash and not a character escape | |
#If you have tabadmin on your path, you can comment out lines 13 & 15 | |
#tinys3 is an easy way to handle S3 activity - https://github.com/smore-inc/tinys3 | |
import tinys3 | |
#os give you access to operating system interfaces | |
import os | |
#glob finds patterns | |
import glob |
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
--- | |
worker0.gateway.port: 80 | |
worker0.cacheserver.procs: 1 | |
install.firewall.gatewayhole: true | |
service.runas.username: WIN-56CEIQFDEQOY\TestAccount | |
worker0.dataserver.procs: 1 | |
jdbc.password: 961a8015afc0d7c826cf33dc9f512f61ef69111f | |
wgserver.domain.fqdn: "" | |
wgserver.domain.nickname: WIN-56CEIQFDEQO | |
service.runas.password: "password" |
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
PATCH /styles/v1/cmtoomey/cikzyao29004davm1r7aull0w?access_token=[token] HTTP/1.1 | |
Host: api.mapbox.com | |
Content-Type: application/json | |
Cache-Control: no-cache | |
Postman-Token: fc3820e4-18bb-5e99-597c-27e9eb3549b5 | |
{ | |
"version": 8, | |
"name": "Basic", | |
"metadata": { |
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
i = 1 | |
function interval() { | |
var i = 0; | |
setInterval(function() { | |
if (i < 70) { | |
console.log("The count is: " + i); | |
animate1(i); | |
i++; | |
} |
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
<!doctype html> | |
<html> | |
<head> | |
<title>Syria Time with Video</title> | |
<script src="https://public.tableau.com/javascripts/api/tableau-2.0.0.min.js" type="text/javascript"></script> | |
<script src="https://code.jquery.com/jquery-1.10.2.js"></script> | |
<style> | |
body { | |
background-color: white; |
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
<?xml version='1.0' encoding='utf-8' ?> | |
<datasource formatted-name='Country' inline='true' version='9.2' xmlns:user='http://www.tableausoftware.com/xml/user'> | |
<connection class='firebird' dbname='GEOCODING.FDB' local-data='standard' username='sysdba'> | |
<relation join='inner' type='join'> | |
<clause type='join'> | |
<expression op='AND'> | |
<expression op='='> | |
<expression op='[Country].[ID]' /> | |
<expression op='[LocalData].[ParentID]' /> |
NewerOlder