Skip to content

Instantly share code, notes, and snippets.

View ejknapp's full-sized avatar

Eric Knapp ejknapp

View GitHub Profile
package java112.labs1;
import java.util.*;
/**
* @author Eric Knapp
* class ParsingDemo
*
*/
public class ParsingDemo {
package java112.labs1;
import java.util.*;
import java.io.*;
/**
*@author Eric Knapp class OutputDemo
*@created January 24, 2011
*/
public class OutputDemo {
package java112.labs1;
import java.util.*;
import java.io.*;
/**
* @author Eric Knapp
* class ExceptionsDemo
*
*/
rm -rf .dropbox
rm -rf .dropbox-dist/
rm -rf Dropbox
dropbox start -i
-(void)saveData
{
NSString *prefixFilePath = pathInDocumentDirectory(@"prefix.plist");
NSString *wordsFilePath = pathInDocumentDirectory(@"words.plist");
<jsp:include page="/servlet/java112.project4.ApplicationStartup" />
<jsp:include page="/servlet/java112.project4.ApplicationStartup" />
http://dl.dropbox.com/u/2178004/CustomCell.zip
@ejknapp
ejknapp / gist:721054
Created November 30, 2010 02:42
load a cell from a nib
[[NSBundle mainBundle] loadNibNamed:@"NewShinyCell"
owner:self options:NULL];
SupperAbbrevs script for making a test class
package java112.tests;
import java.util.*;
import java.io.*;
import java112.analyzer.*;
/**
* @author <#=AUTHOR#>