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
// ==UserScript== | |
// @name My Fancy New Userscript | |
// @namespace http://your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @author You | |
// @match https://gist.github.com/a | |
// @grant none | |
// ==/UserScript== |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\Shell\vim] | |
@="Edit with &Vim" | |
"Icon"="\"C:\\Program Files\\Vim\\vim74\\gvim.exe\"" | |
[HKEY_CLASSES_ROOT\*\shell\vim\command] | |
@="gvim \"%1\"" |
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
@ECHO OFF | |
SETLOCAL | |
rem Determine if we are supposed to call term mode | |
if "%~n0%"=="gvim" set EXE_NAME=gvim.exe | |
if "%~n0%"=="gvimdiff" set EXE_NAME=gvim.exe | |
if "%~n0%"=="vim" set EXE_NAME=vim.exe | |
if "%~n0%"=="vimdiff" set EXE_NAME=vim.exe | |
if %EXE_NAME%=="" goto notfound |
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
################################################################## | |
# /etc/elasticsearch/elasticsearch.yml | |
# | |
# Base configuration for a write heavy cluster | |
# | |
# Cluster / Node Basics | |
cluster.name: logng | |
# Node can have abritrary attributes we can use for routing |
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
# name: Pressing Ctrl-D exits session | |
# type: bool | |
# Ctrl-D exits cmd.exe when it is pressed on an empty line. | |
ctrld_exits = 1 | |
# name: Toggle if pressing Esc clears line | |
# type: bool | |
# Clink clears the current line when Esc is pressed (unless Readline's Vi mode | |
# is enabled). | |
esc_clears_line = 1 |
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 us.peopleconnect.microservicecore.util; | |
import java.io.IOException; | |
import java.io.Serializable; | |
import java.sql.PreparedStatement; | |
import java.sql.ResultSet; | |
import java.sql.SQLException; | |
import java.sql.Types; | |
import java.util.HashMap; | |
import java.util.Map; |
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
#contentArea { | |
position: inherit !important; | |
} | |
#rightCol { | |
display: none !important; | |
} | |
#pagelet_sidebar { | |
display: none !important; |
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
KEYSTORE=keystore.jks | |
TRUSTSTORE=truststore.jks | |
PASSWORD=changeit | |
HOSTNAME=localhost | |
CLIENTNAME=client | |
# CN = Common Name | |
# OU = Organization Unit | |
# O = Organization Name |
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
tap "datawire/blackbird" | |
tap "hairyhenderson/tap" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/cask-versions" | |
tap "homebrew/core" | |
tap "homebrew/dupes" | |
tap "homebrew/services" | |
tap "homebrew/versions" |
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
{ | |
"A": [ | |
{ | |
"B": { | |
"C": [ | |
{ | |
"D": { | |
"app": "Utility", | |
"date": "2018-10-01", | |
"applicationNumberText": { |
OlderNewer