Skip to content

Instantly share code, notes, and snippets.

View JayCuthrell's full-sized avatar
☁️
GOTO 10

Jay Cuthrell JayCuthrell

☁️
GOTO 10
View GitHub Profile
{
"basics": {
"name": "William J. Cuthrell (Jay)",
"label": "Corporate Free Safety",
"summary":
"I am a proud team member of a business that grew from zero to multi-billion dollar run rates by enabling digital transformation. It is my mission to delight customers, deliver sustainable sales growth, and provide innovative servant leadership.",
"website": "https://jaycuthrell.com",
"email": "jay@cuthrell.com",
"location": {
"city": "Beaufort, NC",
https://goo.gl/psK2wV
https://musiclab.chromeexperiments.com/Song-Maker/song/4973935362048000

Keybase proof

I hereby claim:

  • I am jaycuthrell on github.
  • I am jaycuthrell (https://keybase.io/jaycuthrell) on keybase.
  • I have a public key whose fingerprint is 4407 D373 7F4D CDFE 90DD 89F4 4462 E55C BE13 D9C6

To claim this, I am signing this object:

Gartner:
https://www.gartner.com/doc/2867017/-planning-guide-overview-architecting
https://www.gartner.com/doc/2929317/framework-evaluating-big-data-initiatives
https://www.gartner.com/doc/2773117/security-futures-plan-peak-threat
https://www.gartner.com/doc/2691917/big-data-needs-datacentric-security
https://www.gartner.com/doc/2621115/big-data-analytics-requires-ethical
Books and Training:
http://www.amazon.com/Data-Science-Big-Analytics-Discovering/dp/111887613X
http://www.kaggle.com/competitions#getting-started
#!/usr/bin/perl
# via http://perlmaven.com/count-words-in-text-using-perl
# $ cat fruit.txt
# apple
# pear
# banana
# pear
# pear
# banana
<?php
// Copyright VMware, Inc. 2009-2010. All Rights Reserved.
// example via http://communities.vmware.com/community/beta/vcloudsdkphp
// get and power on a virtual machine
require_once 'config.php'; // includes all needed libraries and parameters setting
$service = VMware_VCloud_SDK_Service::getService();
$service->login ($server, $auth, $httpConfig);
$orgRefs = $service->getOrgRefs(); //get references for vCloud organization entities
$sdkOrg = $service->createSDKObj($orgRefs[0]); // create an SDK Org object
$vdcRefs = $sdkOrg->getVdcRefs(); // get references to vCloud vDC entities
# grab a copy
[bradybunch]$ git clone git://github.com/petewarden/geodict.git
Initialized empty Git repository in /Users/marsha/Marsha/marsha/geodict/.git/
remote: Counting objects: 21, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 21 (delta 4), reused 0 (delta 0)
Receiving objects: 100% (21/21), 31.21 MiB | 1.28 MiB/s, done.
Resolving deltas: 100% (4/4), done.
<?xml version="1.0" encoding="utf-8"?><contentlocation xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns="http://wherein.yahooapis.com/v1/schema" xml:lang="en">
<processingTime>0.000921</processingTime>
<version> build 091119</version>
<documentLength>11</documentLength>
<document>
<administrativeScope>
<woeId>2360875</woeId>
<type>Town</type>
<name><![CDATA[Beaufort, NC, US]]></name>
<centroid>
[dudewheresmycar]$ curl http://wherein.yahooapis.com/v1/document \
> -d documentContent=Beaufort,NC \
> -d documentType=text/plain \
> -d appid=yOuNeedToGetYourOwn4pp1Dcuz
# CommitBot
# An interface for audibly broadcasting commit messages
# Tested on OSX
# Created by the friendly team at Hunch.com (sharing is caring!)
#
# Installation
# 1. replace USERNAME, PASSWORD, and HOSTNAME below
# 2. ...
# 3. profit!