I hereby claim:
- I am jheidt on github.
- I am jheidt (https://keybase.io/jheidt) on keybase.
- I have a public key whose fingerprint is D518 8218 5C46 1CAA 36FA BAFC 8A61 ED5E 42AA 80C6
To claim this, I am signing this object:
| <# | |
| .SYNOPSIS | |
| 'Pretty print' a given T-SQL script | |
| .DESCRIPTION | |
| This script will format T-SQL scripts | |
| .NOTES | |
| Author : Arvind Shyamsundar ([email protected]) | |
| module WellKnownBinary | |
| require 'bindata' | |
| TYPE_ID = { | |
| :point => 1, | |
| :linestring => 2, | |
| :polygon => 3, | |
| :multipoint => 4, | |
| :multilinestring => 5, |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- | |
| save this file as /etc/fonts/local.conf | |
| --> | |
| <match target="font"> | |
| <edit mode="assign" name="hinting" > | |
| <bool>true</bool> | |
| </edit> |
| #!/usr/bin/env ruby | |
| require 'uri' | |
| require 'yajl' | |
| require 'json' | |
| require 'json-schema' | |
| require 'net/http' | |
| require 'digest/sha1' | |
| s3_data_transfer_schema = { |
| #!/bin/bash | |
| #- add-pidgin-smily 0.1 | |
| #- Copyright (C) 2014 Jake Heidt [email protected] | |
| ## | |
| ## | |
| ## :D :D :D CREATES PIDGIN SMILIES :D :D :D | |
| ## | |
| ## |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "auto_complete": true, | |
| "auto_find_in_selection": true, | |
| "auto_match_enabled": false, | |
| "bold_folder_labels": true, | |
| "caret_extra_width": 1, | |
| "caret_style": "phase", | |
| "close_windows_when_empty": false, | |
| "color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme", | |
| "colored_folder_glyphs": true, |
| # =================================================== | |
| # CLOUDERA 5.1.0 | |
| # =================================================== | |
| declare CDH_SUFFIX=cdh5.1.0 | |
| declare CDH_HOME=/opt/${CDH_SUFFIX} | |
| declare AVRO_DIR_NAME=avro-1.7.5-${CDH_SUFFIX} | |
| declare DATAFU_DIR_NAME=datafu-1.1.0 | |
| declare HADOOP_DIR_NAME=hadoop-2.3.0-${CDH_SUFFIX} |
| # -*- encoding: utf-8 -*- | |
| # | |
| # jheidt's kickass pry config | |
| # | |
| Pry.editor = proc { |file, line| "/usr/bin/subl #{file} +#{line}" } | |
| Pry.config.theme = 'tomorrow' | |
| Pry.config.ls.heading_color = :white |
| ZSH-LOVERS(1) ZSH-LOVERS(1) | |
| NAME | |
| zsh-lovers - tips, tricks and examples for the Z shell | |
| SYNOPSIS | |
| Just read it. ;-) |