[cse491] hosted copies of data files

C. Titus Brown ctb at msu.edu
Thu Nov 13 19:04:26 PST 2008


Hi all,

so that you don't have to chew up all your disk space if you're playing
around with the IMDB files, I've put a truncated copy in 

	~ctb/imdb-data/

on the CSE cluster.

<149 arctic:~ >ls -la imdb-data/
-rw-r--r--    1 ctb      faculty  79679755 Nov 13 22:01 actors.list.short
-rw-r--r--    1 ctb      faculty  77721375 Nov 13 22:01 actresses.list.short

You can refer to these directly in your code as filenames

	/user/ctb/imdb-data/actors.list.short
	/user/ctb/imdb-data/actresses.list.short

Also, you might consider looking for the names with last name, first
name, as in

	Baldwin, Alec

cheers,
--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2008 mailing list