I hereby claim:
- I am PerpetualBeta on github.
- I am jhollin (https://keybase.io/jhollin) on keybase.
- I have a public key whose fingerprint is 9547 E5D6 4590 94C5 D627 F8BC 1616 3E98 79D4 DF03
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Page delivery wrapper for servers where mod_expires and/or mod_deflate are | |
| * not available. | |
| * | |
| * Route page requests through this wrapper (via mod_rewrite for example) and | |
| * they will be served with far future expires, etags and will be gzip | |
| * compressed. | |
| * |
| perl -e 'foreach $file (glob "*") { $dest_file = $file; $dest_file =~ s/ /_/sg; $dest_file =~ s/[^a-zA-Z_\-.0-9]//sg; rename $file, lc($dest_file) }' |
| // Requires the jQuery library - http://jquery.com/ | |
| // Demo: http://jsfiddle.net/DarkBlue/zM3A2/3/embedded/result/ | |
| function slideshow(){var a=$("#animation img.active");a.length==0&&(a=$("#animation img:last"));var b=a.next().length?a.next():$("#animation img:first");a.addClass("last-active");b.css({opacity:0}).addClass("active").animate({opacity:1},1E3,function(){a.removeClass("active last-active")})}$(function(){setInterval("slideshow()",5E3)}); |
| if (document.getElementById('countdownTimer')) { | |
| pad = function(n, len) { // leading 0's | |
| var s = n.toString(); | |
| return (new Array( (len - s.length + 1) ).join('0')) + s; | |
| }; | |
| var timerRunning = setInterval( | |
| function countDown() { | |
| var now = new Date(); | |
| if ( (now.getDay() >= 1) && (now.getDay() <= 5) ) { // Monday to Friday only |
| (function ($) { | |
| $.fn.ticker = function (options) { | |
| var defaults = { | |
| speed: 1000, | |
| pause: 3000, | |
| p: false | |
| }; | |
| options = $.extend(defaults, options); |
| <?php | |
| /** | |
| * Fuzzy Search Suggestion Snippet for i18n_search plug-in for the GetSimple CMS | |
| * | |
| * Sometimes a search query produces no matches. This is occassionaly due to a | |
| * miss-spelling in the query terms. This routine will attempt to offer a search | |
| * suggestion to the user when a search results in no matches. | |
| * | |
| * For example: |
| (function($){ | |
| $.fn.extend({ | |
| fixedTableHeader: function(options) { | |
| var defaults = { wrapper : null, offset : 0 }; | |
| options = $.extend(defaults, options); | |
| return this.each(function() { | |
| var o = options; | |
| if (o.wrapper === null) { $(this).wrap('<div class="w" />'); o.wrapper = $('.w'); } | |
| var scrollbarWidth = function(){var a=$('<div style="width:50px;height:50px;overflow:hidden;position:absolute;top:-200px;left:-200px;"><div style="height:100px;"></div></div>');$('body').append(a);var b=$('div',a).innerWidth();a.css('overflow-y','auto');var c=$('div',a).innerWidth();$(a).remove();return b-c;}; | |
| $(this).clone().appendTo(o.wrapper).wrap('<div class="b" />'); |
| # /bin/sh | |
| if [ "$(whoami)" != 'root' ]; then | |
| echo 'This script must be run as "root".' | |
| echo 'Enter password to elevate privileges:' | |
| SCRIPTPATH=$( cd $(dirname $0) ; pwd -P ) | |
| SELF=`basename $0` | |
| sudo $SCRIPTPATH'/'$SELF | |
| exit 1 | |
| fi |
| #!/bin/sh | |
| # Traverse a directory starting at $path and change the permissions of all files | |
| # or folders (determined with options) to $permissions | |
| helpText=$"Usage: ${0##*/} -(f|d) permissions path"; | |
| permissions=$2; | |
| path=$3; | |
| if [[ $path ]] |
I hereby claim:
To claim this, I am signing this object: