Skip to content

Instantly share code, notes, and snippets.

View gortok's full-sized avatar

George Stocker gortok

View GitHub Profile
@gortok
gortok / build.sh
Created April 2, 2015 17:21
Build Static HTML site with versioning for CSS and JS and minification
#! /bin/bash
while [[ $# > 1 ]]
do
key="$1"
case $key in
-e|--environment)
ENVIRONMENT="$2"
shift
;;
http://www.infoq.com/presentations/Simple-Made-Easy
http://www.infoq.com/presentations/integration-tests-scam
http://blog.thecodewhisperer.com/2010/09/14/when-is-it-safe-to-introduce-test-doubles
http://youtu.be/yTkzNHF6rMs
http://pyvideo.org/video/1670/boundaries
http://skillsmatter.com/podcast/ajax-ria/enumerators
http://alistair.cockburn.us/Hexagonal+architecture
http://c2.com/cgi/wiki?PortsAndAdaptersArchitecture
http://www.confreaks.com/videos/977-goruco2012-hexagonal-rails
http://www.confreaks.com/videos/1255-rockymtnruby2012-to-mock-or-not-to-mock
@gortok
gortok / Mava Tech Buzz Pitch.md
Last active August 29, 2015 14:26
The script from MAVA Tech Buzz

Hi, My name is George Stocker, and I'm the VP of Engineering at Jewelbots. I have two daughters, Faith and Penny. As a father, I want to see them grow up with the same opportunities that I had. I want them to enjoy the thrill of creating and learning. I want technology to cater to their interests as much as it does mine.

Faith and Penny are growing up in a world where games like Minecraft teach them to program and to create their own universe, where technology is at their fingertips, but what good is having technology at their fingertips if it's deaf to their interests? Faith and Penny are growing up in a world where women only make up 28% of the STEM Job market, and only 19% of girls decide to go into technology. In fact, the number of women in Technology is declining; Women made up 30% of Technology in 1985, and today they make up less than 20%.

One of the reasons for this is that there’s There's no product out there that fuses technology with their interests. Until now.

We call them Jewelbots, a frien

@gortok
gortok / Get Server Names using Tags in AWS .NETSDK
Created March 4, 2015 17:06
Get EC2 Instance Tags in AWS SDK .NET
using Amazon.EC2;
using Amazon.EC2.Model;
namespace Program
{
public class InstanceInformation
{
public List<string> GetTagsByName(string name)
{
AmazonEc2Client client = new AmazonEc2Client();
List<string> tags = new List<string>();
@gortok
gortok / xsd0.xsd
Created September 8, 2012 01:38
XSDs generated from Wordpress WXR Format
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://wordpress.org/export/1.0/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://wordpress.org/export/1.0/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="wxr_version" type="xs:decimal" />
<xs:element name="base_site_url" type="xs:string" />
<xs:element name="base_blog_url" type="xs:string" />
<xs:element name="category">
<xs:complexType>
<xs:sequence>
<xs:element name="category_nicename" type="xs:string" />
<xs:element name="category_parent" type="xs:string" />
@gortok
gortok / gist:6224987
Last active December 21, 2015 01:08
Actual Text from Recruiter
Hi George,
I work alongside a recruiting team in Virginia that specializes in the full time and contract placement of .NET Developers in the Washington DC area. We're working a Team Lead position in Mclean, VA (Tysons Corner Area) that has an immediate need to hire.
The name of the company is ********. They are a second round start up meaning they just rebranded themselves and now are doing very well. They are working with big data to evaluate supply and demand trends for various fortune 500 companies. THEY NEED A SICKO. Someone sharp, passionate, has a computer science degree and knows C#, ASP.NET 4.0, and MVC. Candidates with Microstrategy experience or coming out of micro strategy is a huge plus and their budget can go up to $110 with a small amount of wiggle room. Their website is www.********.com - feel free to check it out. Their work schedule is 9:00AM-5:00PM and they have a business casual environment with a full stocked fridge of snacks - they also offer a gym membership to whatever gym of your
This file has been truncated, but you can view the full file.
20010 verbose readDependencies loading dependencies from /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/node_modules/inherits/package.json
20011 silly install resolved []
20012 verbose about to build /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/inherits
20013 info build /Users/gjstocker/src/jewelapp/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/inherits
20014 silly cache add args [ 'ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz',
20014 silly cache add null ]
20015 verbose cache add spec ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
20016 silly cache add args [ 'get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz',
20016 silly cache add null ]
20017 verbose cache add spec get-stdin@https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
Jewelapp@1.0.0 /Users/gjstocker/src/jewelapp
├── angular-mocks@1.3.15
├── bower@1.7.9
├─┬ chai@2.3.0
│ ├── assertion-error@1.0.0
│ └─┬ deep-eql@0.1.3
│ └── type-detect@0.1.1
├─┬ cordova@5.4.1
│ ├── ansi@0.3.1
│ ├─┬ cordova-lib@5.4.1
/usr/local/lib
├─┬ bower@1.7.2 invalid
│ ├── abbrev@1.0.7
│ ├── archy@1.0.0
│ ├─┬ bower-config@1.3.0
│ │ ├── graceful-fs@4.1.2
│ │ ├─┬ optimist@0.6.1
│ │ │ ├── minimist@0.0.10
│ │ │ └── wordwrap@0.0.3
│ │ ├─┬ osenv@0.1.3
{
"name": "Jewelapp",
"version": "1.0.0",
"private": true,
"dependencies": {},
"devDependencies": {
"angular-mocks": "^1.3.15",
"bower": "^1.7.7",
"chai": "2.3.0",
"cordova": "^5.4.1",