public marks

PUBLIC MARKS with tag slides

December 2011

A Curious Course on Coroutines and Concurrency

by greut

This tutorial is a practical exploration of using Python coroutines (extended generators) for solving problems in data processing, event handling, and concurrent programming. The material starts off with generators and builds to writing a complete multitasking environment that can run thousands of concurrent tasks without using threads or using code based on event-driven callbacks (i.e., the "reactor" model)

November 2011

August 2011

July 2011

May 2011

November 2010

September 2010

August 2010

PHP Performance

by Xavier Lacot
A great talk recently given by Rasmus Lerdorf at the "Hacker Dojo' in San Francisco. Lots of goods inside, particularly around the usage of Hiphop PHP.

PHP Performance – Hacker Dojo

by piouPiouM
Slides de la présentation de Rasmus Lerdorf lors des Digg « Engineer-to-Engineer: San Francisco Tech Talks ». http://about.digg.com/blog/rasmus-lerdorf-php-performance

July 2010

Seductive Interactions

by nhoizey
Excellents slides de Stephen Anderson sur les bonnes recettes pour construire un service en ligne qui attire et capte les utilisateurs.

June 2010

Semantic web user interfaces - Do they have to be ugly?

by Xavier Lacot
A presentation which explains how semweb people should work to create more user-friendly tools. There is a common dream about the semantic web : it should help develop omnipotent applications. Instead of this, the author explain that developers should concentrate on creating useful software, using semweb technologies. Meaningful.

10 Pure CSS3 Image Galleries and Sliders - Speckyboy Design Magazine

by Monique
There are hundreds upon hundreds of Javscript based image gallery/slider plugins and techniques you could choose from, all offering something different, all of them offer a whole lot of interactivity and most are relatively easy to use and install. So, the question is, why would you even consider a pure CSS alternative?

May 2010

Slidy : How to create an HTML Slideshow

by Monique
create a slide show / PowerPoint like presentation using just HTML, CSS and JavaScript