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
| <html> | |
| <head> | |
| <meta charset='utf-8'> | |
| <title>EHLO SendGrid</title> | |
| <style type="text/css"> | |
| body { | |
| background-color: #eee; | |
| color: #222; | |
| font-family: "Courier", monospace; | |
| font-size: 16px; |
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
| --- cramfs-1.1/cramfsck.c 2011-09-09 13:39:01.000000000 -0700 | |
| +++ cramfs-dtjm/cramfsck.c 2011-09-09 13:39:02.000000000 -0700 | |
| @@ -47,14 +47,17 @@ | |
| #include <stdlib.h> | |
| #include <errno.h> | |
| #include <string.h> | |
| -#include <sys/sysmacros.h> | |
| #include <utime.h> | |
| #include <sys/ioctl.h> | |
| #define _LINUX_STRING_H_ |
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
| jQuery.fn.dataTableExt.oApi.fnSetFilterDebounce = function ( oSettings, iDelay ) { | |
| /* | |
| * Type: Plugin for DataTables (www.datatables.net) JQuery plugin. | |
| * Name: dataTableExt.oApi.fnSetFilterDebounce | |
| * Version: 0.01 | |
| * Description: Enables filtration debouncing which prevents filter from | |
| * happening until keypresses have stopped for [iDelay] milliseconds. | |
| * Uses code from Zygimantas' fnSetFilteringDelay | |
| * Inputs: object:oSettings - dataTables settings 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
| package mypackage | |
| import ( | |
| "encoding/base64" | |
| "crypto/hmac" | |
| "http" | |
| "testing" | |
| "time" | |
| ) |
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
| package main | |
| import ( | |
| "fmt" | |
| "github.com/Philio/GoMySQL" | |
| "os" | |
| ) | |
| type Thing struct { | |
| Text1, Text2 string |
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
| require 'sinatra' | |
| require 'net/http/post/multipart' | |
| get '/' do | |
| file = Tempfile.new("temp.txt") | |
| file << "test contents" | |
| file.flush | |
| request = Net::HTTP::Post::Multipart.new( | |
| "http://localhost:4567/upload", |
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
| # | |
| # If you want to see svn modifications: | |
| # export SVN_SHOWDIRTYSTATE=1 | |
| # | |
| # Put this in your PS1 like this: | |
| # PS1='\u@\h:\W\[\033[01;33m\]$(__git_svn_ps1)\[\033[00m\]$ ' | |
| # Git/Subversion prompt function | |
| __git_svn_ps1() { |
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 Jekyll | |
| require 'haml' | |
| class HamlConverter < Converter | |
| safe true | |
| priority :low | |
| def matches(ext) | |
| ext =~ /haml/i | |
| end |
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
| ### ~/.subversion/config | |
| ### Add this line to the [helpers] section | |
| diff-cmd = ~/bin/svn-diffwrap.sh |
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
| alias ll='ls -l' | |
| alias lla='ls -la' | |
| alias llh='ls -lh' |
NewerOlder