I'm following iPhone dev courses from Stanford Open-University, and I've been blocked for 2 days on assignment3, maybe someone can help me here?
The tasks are:
Create a custom UIView subclass that will display your PolygonShape object
Give your view class access to the PolygonShape object so that it can retrieve the details of the po...
Hi Everyone,
I am currently a C# programmer and have been interested in learning more about C++ and data structures. I found the CS106B class offered free online through the Stanford Engineering Everywhere program which seems like it would be a good fit.
I've tried to install the library files they use for the class and keep gettin...
NSMutableDictionary *bookmarks = [NSMutableDictionary dictionary];
[bookmarks setObject:[NSURL URLWithString:(NSString *) @"http://stanford.edu"] forKey:
@"Stanford University"];
[bookmarks setObject:[NSURL URLWithString:(NSString *) @"http://apple.com"] forKey:
@"Apple"];
[bookmarks setObject:[NSURL URLWithString:(NSString *) @"http://...
I am working through Stanford's online CS course for iPhone development and from time to time I get stuck on something. Does anyone know if they supplied solutions to the weekly homework anywhere? It would also be nice to have something to check my work on after I finish each lesson. The course has been over for some time so I don't thin...
I am looking for the Flickr multithreaded example application that is used in lecture 10 "Performance and Threading". He does a few things that I would like to look at. The particular files I'm looking for are ImageLoadingOperation.h and MyTableViewController.m? Does anybody know if they exist somewhere out there and I just missed it? If...
I thought I was fairly experienced at iPhone development, but I'm tripping up on the Stanford iPhone course on the very first video
http://deimos3.apple.com/WebObjects/Core.woa/Browse/itunes.stanford.edu.3124430053.03124430055
(38 mins in)
Cannistraro, the teacher, drags an NSObject into the MainWindow.xib. And when he inspects the Ob...
In the initial lecture "1. Introduction to Mac OS X, Cocoa touch, Objective-C and Tools" the students are instructed to drag an "Object" into interface builder and set the class actions and outlets. I do not seem to have this ability in my interface builder. Was it removed or disabled in more recent versions?
...
That's an odd title. I would greatly appreciate it if somebody could clarify what exactly I'm asking because I'm not so sure myself.
I'm watching the Stanford videos on Programming Paradigms(that teacher is awesome) and I'm up to video five when he started doing this:
void *lSearch( void* key, void* base, int elemSize, int n, int (*cmp...
Hi - Stanford put out for free a series of videos and handouts for their iPhone programming course. I've played around with the first assignment, but all I get on the Simulator is a blank screen. Here's the recipe I followed; what am I missing?
In Xcode, create a new Window-Based iPhone application.
Open the project’s MainWindow.xib f...
I need to find lemma of words, I found this code in stanford java doc website, but am not able to find these classes in stanford parser.jar file
AnnotationPipeline, TokenAnnotation,SentenceAnnotation
These are deprecated classes now, what alternate classes to use?
in my understanding lemma of a word is like this
word-created,lemma-c...
I need to handle with possessive dependencies in stanford parser.I read in a mailing list that to use the output format
includePunctuationDependencies
but i get this exception. Can anyone please give me link to the stanford parser that supports this outputformat?
I'm currently using the stanford parser version 9-07-2010
java.lang.R...
The typed dependencies given by stanford parser online
http://nlp.stanford.edu:8080/parser/ and the dependencies generated by the sourcecode given aren't same
The versions of source codes available in stanford website does not generate abbrev,possesive and poss tags.
Which version of stanford parser to use for generating these tags?
...
Hi,
I tried to parse a sentence using stanford parser, but i get the exception please help me. the input file, code and exception are specified below
I think the problem is because the penn tree in input file doesnot handle punctuations, how to generate penn tree that handles punctuation too?
Input file
(ROOT
(S
(NP (DT A) (NN ...