Skip to content

Instantly share code, notes, and snippets.

View ianwill's full-sized avatar

Ian Williams ianwill

  • Austin Texas
View GitHub Profile
@hofmannsven
hofmannsven / README.md
Last active October 2, 2025 20:17
Git CLI Cheatsheet
@bennadel
bennadel / Application.cfc
Created March 2, 2012 01:18
ColdFusion 10 - Invoking ColdFusion Closures From Within A Java Context
component
output="false"
hint="I define the application settings and event handlers."
{
// Define our standard Application settings.
this.name = hash( getCurrentTemplatePath() );
// I'm setting the Application Timeout to be SUPER LOW since I