public marks

PUBLIC MARKS with search tutorial

This month

A Curious Course on Coroutines and Concurrency

by karlcow & 1 other

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)

Python Ecosystem - An Introduction » mirnazim.org

by karlcow & 2 others

This is not about teaching Python - the programming language. This tutorial will not magically transform you into a Python ninja. I am assuming that you already know the basics of Python. If you don't, then stop right now. Go read Zed Shaw's brilliant free book Learn Python The Hard Way first and then come back.

January 2012

REST API Tutorial | spire.io

by karlcow, 1 comment

spire.io provides, as its foundation, a simple REST API. As such, the first thing you do is some discovery to get all the URLs you need to get started.

Double Boot Mac OS X et Ubuntu 10.04 avec rEFit et Bootcamp | GeckoGeek

by oseres (via)
Nous allons voir par ce tutorial comment permettre à votre Mac d’avoir un “double boot” Mac OS X et Ubuntu. Pour cela nous allons utiliser rEFit pour le menu de boot et Bootcamp pour générer le premier bout de partition. Il serait possible d’effectuer même un triple boot mais il faudrait alors procéder un peu différemment donc peut-être pour un autre tutorial :-] (enfin je donnerai quelques pistes en bas de page). J’entends pas loin des fanatiques qui vont montrer du doigt Ubuntu. Vous pouvez bien évidemment par cette méthode installer un autre OS :-]

December 2011

A Curious Course on Coroutines and Concurrency

by greut & 1 other

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)

Customizing theme options through a child theme | WooThemes

by mozkart
This is currently a limitation with our datepicker field type which we will be resolved by the inclusion of our timestamp field type in the new year. This field type is already available, if you'd prefer to add it manually using our custom woo_metaboxes_add() function. We have a tutorial on this here: http://www.woothemes.com/2010/07/customizing-theme-options-through-a-child-theme/ This field does, however, at present require the use of the PHP date() function, as it is new. Currently, the field stores the value as a UNIX timestamp which, when passed through to the date() function, can create a date in any format (while the date is visually still in the m/d/y format when added via this field, it is transposed into a timestamp). If you don't feel comfortable with this amount of PHP code, I'd recommend a simpler solution, which would be a text field with a description, explaining that the date is to be entered in, for example, the YYYY-MM-DD format, which would be suitable for sorting by date.

Perl file size tutorial - How to get the size of a file in Perl using file test operators.

by sylvainulg (via)
no fseek(END), ftell(), fseek(BEGIN) hack anymore. Just $filesize = -s $filename /me love PERL ;)

November 2011

Generator Tricks for Systems Programmers

by karlcow

This tutorial discusses various techniques for using generator functions and generator expressions in the context of systems programming. This topic loosely includes files, file systems, text parsing, network programming, and programming with threads.

Code Like a Pythonista: Idiomatic Python

by jpcaruana & 2 others (via)
In this interactive tutorial, we'll cover many essential Python idioms and techniques in depth, adding immediately useful tools to your belt.

Zend Framework from Scratch | Nettuts+

by srcmax
Ready to take your PHP skills to the next level? In this new “From Scratch” series, we’ll focus exclusively on Zend Framework, a full-stack PHP framework created by Zend Technologies. First in our tutorial series, is “Getting Started with Zend Framework.”

October 2011

Investigación: Tutorial: Controla tus derechos, facilita el acceso abierto

by m.meixide
REBIUN - L2 Ámbito de investigación: Tutorial: Controla tus derechos, facilita el acceso abierto

September 2011

Active users

karlcow
last mark : 13/02/2012 15:01

groucho
last mark : 10/02/2012 09:09

oseres
last mark : 07/01/2012 22:09

grav
last mark : 02/01/2012 17:06

greut
last mark : 17/12/2011 14:16

Paykhan
last mark : 16/12/2011 14:57

mozkart
last mark : 16/12/2011 13:03

sylvainulg
last mark : 15/12/2011 08:11

fishfinger
last mark : 14/12/2011 21:00

Monique
last mark : 08/12/2011 19:07

touristic
last mark : 04/12/2011 22:18

jpcaruana
last mark : 23/11/2011 19:43

nicmae
last mark : 18/11/2011 13:00

srcmax
last mark : 04/11/2011 15:30

84GHz
last mark : 02/11/2011 08:18

elaviar
last mark : 30/10/2011 21:54

innipukinn
last mark : 10/10/2011 15:40

ronpish
last mark : 07/10/2011 07:06

m.meixide
last mark : 06/10/2011 08:38

kobo
last mark : 20/09/2011 08:10