My Recent Pastes (11 and counting)

Pastes by Josh (11 and counting)

Below are the 11 most recent pasties by Josh.

April 27, 2010
1:02AM EDT
by Josh

package eden.shell.gui.components
{
    import mx.containers.TabNavigator;

    /**

August 24, 2009
1:12AM EDT
by Josh

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#333333" backgroundGradientAlphas="0,0">

    <mx:Script>
        <![CDATA[

July 09, 2009
9:49PM EDT
by Josh

package something.somewhere
{
    import flash.display.Bitmap;
    
    import mx.controls.Image;

July 02, 2009
11:49PM EDT
by Josh

/**
 * @param username the current username (to be deprecated)
 * @return asyncToken, result type is ArrayCollection<workflow.model.operations.Operation>
 */
public function getOperationList(username:String):AsyncToken

June 24, 2009
7:53PM EDT
by Josh

package intelligentpathways.utils
{

    /**
     * Holds functional-style helpers.

January 14, 2009
9:26PM EDT
by Josh

<?xml version="1.0" encoding="utf-8"?>
<degrafa:GraphicRectangularBorderSkin xmlns:mx="http://www.adobe.com/2006/mxml"  xmlns:degrafa="http://www.degrafa.com/2007" xmlns:utils="info.joshmcdonald.barra.utils.*">

    <mx:Script>
        <![CDATA[

January 06, 2009
12:42AM EDT
by Josh

package intelligentpathways.utils
{
    /**
     * Holds functional-style helpers.
     */

December 16, 2008
4:34PM EDT
by Josh

    ////////////////////////////////////////////////
    // Basic event dispatcher support.
    ////////////////////////////////////////////////
    
    import flash.events.Event;

December 02, 2008
7:11PM EDT
by Josh

package pathways.utils
{
    public class Convert 
    {
        private static const validButIgnoredCharactersInNumbers : RegExp = /[,\$]/g;

November 24, 2008
7:50PM EDT
by Josh

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" preinitialize="setupInjector()" viewSourceURL="srcview/index.html">

    <mx:Script>
        <![CDATA[

September 02, 2007
3:18AM EDT
by josh

<?php
        require ("./sessionCheck.php");
        //todo: make it so that if an old IEP is viewed it has an option to go back to newest.
        if (isset($_GET['oldIEPnum'])) {
                $oldIEPnum = sql_injection($_GET['oldIEPnum']);