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
View all 37 lines
package eden.shell.gui.components
{
import mx.containers.TabNavigator;
/**
August 24, 2009
1:12AM EDT
by Josh
View all 178 lines
<?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
View all 19 lines
package something.somewhere
{
import flash.display.Bitmap;
import mx.controls.Image;
July 02, 2009
11:49PM EDT
by Josh
View all 15 lines
/** * @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
View all 215 lines
package intelligentpathways.utils
{
/**
* Holds functional-style helpers.
January 14, 2009
9:26PM EDT
by Josh
View all 108 lines
<?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
View all 200 lines
package intelligentpathways.utils
{
/**
* Holds functional-style helpers.
*/
December 16, 2008
4:34PM EDT
by Josh
View all 43 lines
//////////////////////////////////////////////// // Basic event dispatcher support. //////////////////////////////////////////////// import flash.events.Event;
December 02, 2008
7:11PM EDT
by Josh
View all 29 lines
package pathways.utils
{
public class Convert
{
private static const validButIgnoredCharactersInNumbers : RegExp = /[,\$]/g;
November 24, 2008
7:50PM EDT
by Josh
View all 72 lines
<?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
View all 47 lines
<?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']);
