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
| #!/bin/bash | |
| #- add-pidgin-smily 0.1 | |
| #- Copyright (C) 2014 Jake Heidt [email protected] | |
| ## | |
| ## | |
| ## :D :D :D CREATES PIDGIN SMILIES :D :D :D | |
| ## | |
| ## |
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
| #!/usr/bin/env ruby | |
| require 'uri' | |
| require 'yajl' | |
| require 'json' | |
| require 'json-schema' | |
| require 'net/http' | |
| require 'digest/sha1' | |
| s3_data_transfer_schema = { |
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"?> | |
| <!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> |
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
| module WellKnownBinary | |
| require 'bindata' | |
| TYPE_ID = { | |
| :point => 1, | |
| :linestring => 2, | |
| :polygon => 3, | |
| :multipoint => 4, | |
| :multilinestring => 5, |
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
| <# | |
| .SYNOPSIS | |
| 'Pretty print' a given T-SQL script | |
| .DESCRIPTION | |
| This script will format T-SQL scripts | |
| .NOTES | |
| Author : Arvind Shyamsundar ([email protected]) | |
NewerOlder