|
16 free image galleries and slideshows for you to take a look at. Though the effects are smooth and their features are robust, none of them use Flash, only JavaScript, and they require very little coding on your part.
http://sixrevisions.com/javascript/free_javascript
created by programming on 2008-10-08 12:07:15
|
|
These are the top 20 Ajax effects that every web developer should know. They're essential parts of any web developer's toolbox.
http://nettuts.com/web-roundups/20-excellent-ajax-
created by programming on 2008-10-08 10:29:06
|
|
This is a collection of 4 programming brain teasers in C and Java. Some require a sudden flash of insight or knowledge of good coding style to solve, others demand intimate knowledge of the compilation process.
http://grok-code.com/80/programming-syntax-brain-t
created by programming on 2008-10-08 06:45:17
|
|
listing of Oracle Error Messages and detailed solutions
http://techonthenet.com/oracle/errors/
created by programming on 2008-10-06 23:21:33
|
|
Python is a Dynamically-typed, Interpreted Programming Language, with a clear, easy-to-learn syntax and a batteries-included Standard Library. In this talk, I discuss the Syntax and data types provided by Python. Speaker: Christopher Neugebauer Date: May 2, 2008. Venue: Centenary Building Seminar Room, Hobart
http://video.google.com/videoplay?docid=2129832886
created by programming on 2008-10-05 20:53:52
|
|
Python 2.6, a continuation of the current Python series, and 3.0 (also known as Python3000), the release in which the Python Developers break your code, confuse your development processes, cause global chaos, destruction, and other exaggerated, not-generally-nice things. In this talk, I’ll quickly cover some advanced Python techniques in the hope of making the rest of the talk more bearable; I’ll then discuss new additions to Python appearing in 2.6 and 3.0, the backwards-incompatible changes introduced in 3.0, and overview of the process of porting code from Python 2.6 to 3.x. The talk will be aimed at people who don’t necessarily have experience in Python, with a focus on learning Python in a world with parallel releases
http://video.google.com/videoplay?docid=2074279156
created by programming on 2008-10-05 20:46:25
|
|
This tutorial covers the nuts and bolts of what exceptions are and how they work in the Java language and virtual machine. It discusses exception classes and objects, throwing and catching exceptions, the method invocation stack, the throws clause, checked vs. unchecked exceptions, and finally clauses.
http://www.artima.com/designtechniques/exceptions.
created by programming on 2008-10-04 23:25:46
|
|
This book presents the results of Project Oberon, namely an entire software environment for a modern workstation.
http://www-old.oberon.ethz.ch/WirthPubl/ProjectObe
created by programming on 2008-09-22 23:46:21
|
|
This book covers the details of file systems, from low-level to high-level, as well as related topics such as the disk cache, the file system interface to the kernel, and the user-level APIs that use the features of the file system.
http://www.letterp.com/~dbg/practical-file-system-
created by programming on 2008-09-22 23:44:12
|
|
Introduction to Operating Systems is intended as a general introduction to the techniques used to implement operating systems and related kinds of systems software. Among the topics covered will be process management (creation, synchronization, and communication); processor scheduling; deadlock prevention, avoidance, and recovery; main-memory management; virtual memory management (swapping, paging, segmentation and page-replacement algorithms); control of disks and other input/output devices; file-system structure and implementation; and protection and security.
http://pages.cs.wisc.edu/~solomon/cs537-old/last/n
created by programming on 2008-09-22 23:36:54
|