Skip to content

Delicious Update

by Matthias Derer on October 27th, 2008

Extending Python with C or C++ – It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can't be done directly in Python: they can implement new built-in object types, and they can call C library functions and system calls.

A C Introductory Course – This is a self contained introduction to the C programming language. It is intended for students with some programming experience, but assumes very little.

How to Make a Folded-Paper CD Case – Instead of paying good cash for cd cases, which eventually break and end up in a landfill, how about creating your own, unique folded-paper cd cases that are biodegradable and take up a fraction of the space?

Continued Fraction – A "general" continued fraction representation of a real number x

Bazaar Version Control – Bazaar is a distributed version control system that Just Works. While many similar systems require you to adapt to their model of working, Bazaar adapts to the workflows you want to use, and it takes only five minutes to try it out. People have used it to version pretty much anything: single-file projects, your /etc directory and even the thousands of files and revisions in the source code for Launchpad, MySQL and Mailman.

Dieser Eintrag wurde automatisch von GotLinks 1.0 generiert.]]>Neue Links auf meinem del.icio.us Account:

Extending Python with C or C++ – It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can’t be done directly in Python: they can implement new built-in object types, and they can call C library functions and system calls.

A C Introductory Course – This is a self contained introduction to the C programming language. It is intended for students with some programming experience, but assumes very little.

How to Make a Folded-Paper CD Case – Instead of paying good cash for cd cases, which eventually break and end up in a landfill, how about creating your own, unique folded-paper cd cases that are biodegradable and take up a fraction of the space?

Continued Fraction – A “general” continued fraction representation of a real number x

Bazaar Version Control – Bazaar is a distributed version control system that Just Works. While many similar systems require you to adapt to their model of working, Bazaar adapts to the workflows you want to use, and it takes only five minutes to try it out. People have used it to version pretty much anything: single-file projects, your /etc directory and even the thousands of files and revisions in the source code for Launchpad, MySQL and Mailman.

Dieser Eintrag wurde automatisch von GotLinks 1.0 generiert.

From → Uncategorized

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS