This file contains hidden or 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
package java112.labs1; | |
import java.util.*; | |
/** | |
* @author Eric Knapp | |
* class ParsingDemo | |
* | |
*/ | |
public class ParsingDemo { |
This file contains hidden or 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
package java112.labs1; | |
import java.util.*; | |
import java.io.*; | |
/** | |
*@author Eric Knapp class OutputDemo | |
*@created January 24, 2011 | |
*/ | |
public class OutputDemo { |
This file contains hidden or 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
package java112.labs1; | |
import java.util.*; | |
import java.io.*; | |
/** | |
* @author Eric Knapp | |
* class ExceptionsDemo | |
* | |
*/ |
This file contains hidden or 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
rm -rf .dropbox | |
rm -rf .dropbox-dist/ | |
rm -rf Dropbox | |
dropbox start -i |
This file contains hidden or 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
-(void)saveData | |
{ | |
NSString *prefixFilePath = pathInDocumentDirectory(@"prefix.plist"); | |
NSString *wordsFilePath = pathInDocumentDirectory(@"words.plist"); | |
This file contains hidden or 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
<jsp:include page="/servlet/java112.project4.ApplicationStartup" /> |
This file contains hidden or 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
<jsp:include page="/servlet/java112.project4.ApplicationStartup" /> |
This file contains hidden or 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
http://dl.dropbox.com/u/2178004/CustomCell.zip |
This file contains hidden or 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
[[NSBundle mainBundle] loadNibNamed:@"NewShinyCell" | |
owner:self options:NULL]; |
This file contains hidden or 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
SupperAbbrevs script for making a test class | |
package java112.tests; | |
import java.util.*; | |
import java.io.*; | |
import java112.analyzer.*; | |
/** | |
* @author <#=AUTHOR#> |