User Portlet User Portlet

Discussions
files = Import["~/blog/faces94/male"][[1 ;; -1 ;; 30]]; faces = Map[Import["~/blog/faces94/male/" #] &, files]; I can't find any documentation that explains how to use Import in this way. I'm trying to use the notebook from this website:...