New pages
Views:
Showing below up to 25 results starting with #1.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)
- 00:41, 24 February 2010 Mac Sanity (hist) [974 bytes] Kieran.whitbread (Talk | contribs) (New page: <nowiki> defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO defaults write com.apple.Safari WebKitWebGLEnabled -boolean true defaults write com.apple.Safa...)
- 11:17, 20 February 2010 IPMI Power Sensors (hist) [695 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Linux Category:Scripts Category:Bash A little script to help gather power statistics off of linux boxes see IPMI Thermal Sensors about the sdr cache. <nowiki> #!...)
- 11:06, 20 February 2010 Iostats (hist) [5,970 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Scripts Category:Linux iostats is ok from the shell but I want to be able to pull stats over snmp. Running iostats show stats since the system was booted, to get average...)
- 00:28, 10 January 2010 PHP Patterns (hist) [2,629 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:PHP No, not patterns as in GOF, patterns as in regexes. Common stuff included in to pretty much all php web applications I write these days. The mig...)
- 00:17, 10 January 2010 PHP Compatibility (hist) [29,226 bytes] Kieran.whitbread (Talk | contribs) (New page: This is my one-size-fits-all, drop-in, php compatibility layer. Missing nice functions from newer versions of PHP? Having headaches accounting for where your code will be deployed? Include...)
- 20:52, 9 January 2010 PHP Spell Check (hist) [42,900 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:Linux Category:PHP <nowiki> <?php /* spellchecker.php -- *nix pspell binary based spellchecker Copyright 2006 Kieran Whitbread a...)
- 20:29, 9 January 2010 IPMI Thermal Sensors (hist) [1,499 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Linux Category:Scripts Category:bash This is a little script to simplify gathering thermal sensor readings on linux boxes. Before you can use it, you have to create ...)
- 20:22, 9 January 2010 Javascript Tabs (hist) [19,595 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:Javascript This is an example of how to create a tabbed display in html and javascript. It's accessible and progressive. It's not the most beautiful ...)
- 20:03, 9 January 2010 WebDAV Disk Usage Report (hist) [4,105 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:Servers Category:PHP I had to make to partitions on a web server available to users over web dav. Users connected using NetDrive on windows m...)
- 19:48, 9 January 2010 County Codes HTML (hist) [9,917 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development A hardcoded HTML select box of county codes. It allows the user to select a country and the browser will send back the country code when the form is submitted. ...)
- 19:46, 9 January 2010 County Codes SQL (hist) [5,754 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:MySQL This piece of script will populate a table in MySQL with county codes and names. <pre> insert into countryCodes values ('AF', 'Afghanistan'), ...)
- 19:31, 9 January 2010 Mail Class PHP (hist) [7,593 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:PHP Category:Email <pre> <?php - Copyriht Kieran Whitbread 2005: require_once 'edir.classes.inc.php'; class UserMail { var $eDirectorySearch = NULL; // an eDirecor...)
- 19:29, 9 January 2010 Mail PHP (hist) [1,536 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:PHP some old functions to help deal with email. One for sending and one for getting the unread message count of someones mailbox over imap <nowiki>...)
- 19:22, 9 January 2010 MS Excel XML PHP Class (hist) [9,963 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Development Category:PHP A PHP class for creating microsoft excel XML format documents. <pre> <?php class msExcelXml { // Requires domxml extension in php4 // This cla...)
- 19:17, 9 January 2010 LDAP PHP (hist) [1,788 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:PHP Category:Development Slightly useful, old and basic function for listing attributes of objects in LDAP when programming in PHP <pre> <?php /* Copyright ...)
- 19:14, 9 January 2010 Edirectory PHP Class (hist) [5,823 bytes] Kieran.whitbread (Talk | contribs) (New page: These classes extend the (also old and basic) LDAP PHP Class There are three classes: eDirectory, which is basically an abstract class; eDirectorySearch, which allows you to search fo...)
- 18:53, 9 January 2010 Win-processes (hist) [2,988 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:scripts Category:python Category:windows This little python script will query WMI (Windows Management Instrumentation) and list lots of details about processes that a...)
- 18:51, 9 January 2010 PyNLNindexer (hist) [1,950 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Scripts The NLN Materials. Wonderful but who had a proper SCORM compliant web app to run them in? At a six form college? This script was used to help build an html index page...)
- 18:41, 9 January 2010 Eudoraclean (hist) [6,354 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:scripts Category:Email Category:Python Eudora (used to) automatically save attachments to emails in a separate directory, i.e. the mime-encoded attachments in emails ...)
- 18:35, 9 January 2010 Sum-resources (hist) [516 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Linux Category:scripts This is a little something to get a list of md5 sums for your files <pre> #!/bin/bash # $@ [local|/path/to/resources] [pattern] RESOURCE_PATH=/v...)
- 18:21, 9 January 2010 Maildir search (hist) [1,402 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Scripts Category:Email Category:bash A dirty script for searching through mail boxes and copying mails to a shared (or other mail box). <pre> #!/bin/bash TARGET_FOLD...)
- 18:07, 9 January 2010 Md5 salt chars (hist) [412 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:php Category:scripts This almost pointless script outputs all characters allowed for use as md5 salt: ./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz <pr...)
- 17:59, 9 January 2010 Btc (hist) [19,846 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:Linux Category:Scripts Category:bash btc - the Bit Torrent Console Back in the day you didn't have fancy bit torrent clients. just some very clever python code writt...)
- 17:52, 9 January 2010 Base64 decode (hist) [602 bytes] Kieran.whitbread (Talk | contribs) (New page: Category:scripts quickly decode something with is base64 encoded on the command line. Useful for retrieving attachments from botched mail clients like outlook and hotmail. <pre> #!/op...)
- 17:48, 9 January 2010 Transcoding (hist) [1,034 bytes] Kieran.whitbread (Talk | contribs) (New page: [http://ffmpeg.org/ http://ffmpeg.org/] Converting FLAC to AAC in an MPEG4 container: <pre> ffmpeg -i in_filename.flac -acodec libfaac -ab 384k out_filename.m4a </pre> Converting anythin...)
