This file contains 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
<?php | |
error_reporting(-1); | |
ini_set('display_errors',true); | |
ini_set('display_startup_errors',true); | |
function array_to_english ( $list, $glueword='and' ) { | |
$string = false; |
This file contains 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
<?php | |
/** | |
* an example of validating a form and showing errors | |
* by the incorrect fields. This is just a fragment showing how one | |
* implement a scheme to provide error information close to the form | |
* field where the error has occured. This provides better usability | |
* for the user to see exactly where the error occured and what to do | |
* to fix it. What is presented here is conceptual only; actual | |
* hardened application code would be more complete. | |
* |
This file contains 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
#!/bin/bash | |
# Time-stamp: <2012-09-30 05:41:04 tamara> | |
# | |
# rsyncbackup - use rsync to make a backup | |
# | |
# Author: Tamara Temple <[email protected]> | |
# Created: 2012-06-01 | |
# Copyright (c) 2012 Tamara Temple | |
# License: GPLv3 | |
# |
This file contains 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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace |
This file contains 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/bash_completion | |
/etc/bash_completion.d | |
/etc/bash_completion.d/abook | |
/etc/bash_completion.d/acroread.sh | |
/etc/bash_completion.d/ant | |
/etc/bash_completion.d/apache2.2-common | |
/etc/bash_completion.d/apache2ctl | |
/etc/bash_completion.d/apport_completion | |
/etc/bash_completion.d/apt | |
/etc/bash_completion.d/apt-build |
This file contains 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
<?php | |
/** | |
* quick 3 column table demo using PDO | |
*/ | |
/* set error reporting for example -- omit in deployed application */ | |
error_reporting(-1); | |
ini_set('display_errors',true); | |
ini_set('display_startup_errors',true); |
This file contains 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
<p style="text-align: center;"><a href="http://imgur.com/eFOaB"><img src='http://tamouse.org/wp-content/uploads/2012/11/eFOaB.jpg' alt='' /></a></p> | |
<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title= "Tweet: I rather like this philosophy…" class="rtsocial-twitter-button" href= "http://twitter.com/share?text=I%20rather%20like%20this%20philosophy%26%238230%3B" rel="nofollow" target="_blank"></a></div><div class="rtsocial-horizontal-count"><div class="rtsocial-horizontal-notch"></div><span class="rtsocial-twitter-count">0</span></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: I rather like this philosophy…" class="rtsocial-fb-button rtsocial-fb-like-light" href="http://www.facebook.com/sharer.php?" rel="nofollow" target="_blank"></a></div><div class="rtsocial-horizontal-count"><div class="rtsocial-horizont |
This file contains 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
Recipient = [email protected] | |
DEBUG: Recv: 220 omta07.emeryville.ca.mail.comcast.net comcast ESMTP server ready | |
DEBUG: Send: EHLO localhost | |
DEBUG: Recv: 250-omta07.emeryville.ca.mail.comcast.net hello [71.63.215.130], pleased to meet you | |
DEBUG: Recv: 250-HELP | |
DEBUG: Recv: 250-AUTH LOGIN PLAIN | |
DEBUG: Recv: 250-SIZE 36700160 | |
DEBUG: Recv: 250-ENHANCEDSTATUSCODES | |
DEBUG: Recv: 250-8BITMIME |
This file contains 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/env ruby | |
=begin | |
spending.rb -- show how I'm spending my money | |
usage: | |
spending.rb history.csv | |
=end |
This file contains 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
lval=addrmap_ntimc0 | |
rval=insFld(foldersTree, gFld("ntimc0 @0x0.0x0.0x0", "ntimc0_doc.html#addrmap_ntimc0")) | |
lval=addrmap_ntimc0_ntimc_core | |
rval=insFld(addrmap_ntimc0, gFld("ntimc_core @0x0.0x0.0x0", "ntimc0_doc.html#addrmap_ntimc0_ntimc_core")) | |
lval=reg_ntimc0_ntimc_core_CFG | |
rval=insDoc(addrmap_ntimc0_ntimc_core, gLnk("R", "CFG @0x0.0x0.0x0", "ntimc0_doc.html#reg_ntimc0_ntimc_core_CFG")) | |
lval=… | |
rval= | |
lval=addrmap_ntimc1 | |
rval=insFld(foldersTree, gFld("ntimc1 @0x1.0x0.0x0", "ntimc1_doc.html#addrmap_ntimc1")) |
OlderNewer