2009
2007
2006
Library 2.0 Theory: Web 2.0 and Its Implications for Libraries
by ycc2106 & 3 othersThis paper attempts to resolve some of this controversy by suggesting a definition and theory for Library 2.0, as well as providing examples of its substantial implications for librarianship. A more exact definition and theory for Library 2.0 is necessary
DesignEducation.ca: Thousands of Design Resources
by webboy23DesignEducation.ca is a compendium of the best Design resources available on the Web
2005
Continuations And Stackless Python
by bcpbcpIn this paper, an implementation of "Stackless Python" (a Python which does not keep state on the C stack) is presented. Surprisingly, the necessary changes affect just a small number of C modules, and a major rewrite of the C library can be avoided. The key idea in this approach is a paradigm change for the Python code interpreter that is not easy to understand in the first place. Recursive interpreter calls are turned into tail recursion, which allows deferring evaluation by pushing frames to the frame stack, without the C stack involved.
1
(6 marks)