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
# | |
# Prompt colour by host | |
# | |
# install: | |
# | |
# cat .profile_colour >> ~/.profile | |
# | |
NODE=`uname -n` |
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
source 'https://rubygems.org' | |
group :development do | |
gem 'guard' | |
gem 'guard-shell' | |
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
CREATE OR REPLACE PACKAGE %FILE% IS | |
/* | |
* %FFILE% | |
* Copyright (C) %YEAR% %USER% <%MAIL%> | |
* | |
* Distributed under terms of the %LICENSE% license. | |
* | |
* $Date$ | |
* $Revision$ | |
* $Author$ |
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/ksh | |
#******************************************************************************* | |
#* | |
#* $HeadURL$ | |
#* | |
#* Purpose : Install all components for XXXXXXXXXXX. | |
#* | |
#* $Author$ | |
#* | |
#* $Date$ |
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/ksh | |
#******************************************************************************* | |
#* | |
#* $HeadURL: http://adlap802:8080/subversion/FinanceTransformation/Standards/Templates/Code/xxcust_fndload_download.sh $ | |
#* | |
#* Purpose : Install all components for XXXXXXXXXXX. | |
#* | |
#* $Author: | |
#* | |
#* $Date: 2010-10-22 11:35:19 +1100 (Fri, 22 Oct 2010) $ |
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 thisismypassphrase|gpg --batch --passphrase-fd 0 --decrypt-files *.gpg |
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
import oracle.jdbc.OracleCallableStatement; | |
import oracle.sql.NUMBER; | |
import java.sql.*; | |
import java.sql.Connection; | |
OracleCallableStatement stmt = null; | |
try { | |
OADBTransaction trx = oaapplicationmodule.getOADBTransaction(); |
NewerOlder