stanford

Passing object from controller to a view

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...

Stanford Engineering Everywhere CS106B Library

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...

[Stanford iTunes U] NSMutableDictionary question

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://...

Are the solutions to Stanford's online iPhone development course anywhere on the web?

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...

Can't find the example projects from Stanford cs193p

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...

Where is 'Class Actions' in the 'Object Identity' panel in Interface Builder?

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...

[Stanford iTunes U] iPhone - creating outlets and actions on object from Interface Builder

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? ...

How to pass a function in a function?

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...

Stanford's initial assignment not working

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...

how to find Lemma for a word using stanford parser[solved]

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...

Stanford parser - typed dependencies

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...

Stanford parser - typed dependencies

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? ...

illegal argument exception - stanford parser

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 ...