Google héberge toutes les photos de Life, parce qu’ils sont sympas (2)
share
digg
by
chryde (0)
on
BienBienBien (0)
1 week, 4 days
ago
permalink
Ouah. Le lien du jour, sans hésiter : Google a numérisé et héberge l’intégralité de la photothèque de Life, en bonne déf (ça commence juste en 1750). Rajoutez juste source:life dans votre requête sur Google Images. C’est particulièrement intéressant sur des sujets historiques, ou sur des personnalités qui sont photographiées depuis des décennies. Regardez “Wall Street” (et cette couv de 1987) Apple (et Steve Jobs en moustache) Dustin Hoffman / Bush / le Ku Klux ...
PyMOTW: smtplib (2)
share
digg
by
Doug Hellmann (3)
on
Doug Hellmann (3)
1 month, 3 weeks
ago
permalink
smtplib – Simple Mail Transfer Protocol clientPurpose:Interact with SMTP servers, including sending email.Python Version:1.5.2 and latersmtplib includes the class SMTP, which is useful for communicating with mail servers to send mail.NoteThe email addresses, host names, and IP addresses in the following examples have been obscured, but otherwise the transcripts illustrate the sequence of commands and responses accurately.Sending an Email MessageThe most common use of SMTP is to connect to a mail server and send a ...
Firebird History (1)
share
digg
by
Cipto KH (0)
on
Firebird with Delphi power (0)
6 months, 2 weeks
ago
permalink
It's nice to know how it become a Firebird, here is the history of Firebird that I copied from Firebird official website.1976-1981: Jim Starkey wrote Datatrieve at DEC. 1981-1984: DEC started RDB, their first relational database. Jim got impatient and started coding his own version, named JRD.1983: Philippe Kahn founded Borland International.1984-1985: Jim Starkey, Ann Harrison and Don Depalma signed contract with Apollo Computer, a workstation company, founding Groton Database Systems.1985: Dave Root left Apollo ...
Bonnes pratiques et astuces Python (1)
share
digg
by
David Larlet (0)
on
Flux RSS des billets et des pensées du site biologeek.com (0)
6 months, 3 weeks
ago
permalink
Ça faisait un moment que je n'avais pas parlé des bonnes pratiques Python mais l'approche de Pycon fr (où je présenterai Django : le pourquoi et le comment le 18 mai), l'événement Python incontournable avec un programme des plus alléchants, m'a bien motivé pour effectuer la traduction de l'une des meilleures présentation par David Goodger que je connaisse qui remet les bonnes pratiques Python à plat, ce qui est toujours bon avant d'aller plus loin. ...
Nuno Mariz: Internet lifestream with Django (1)
share
digg
on
The Django community aggregator (3)
7 months, 2 weeks
ago
permalink
I want to archive and display my internet lifestream. My first approch was to write a client for each API of the social networks that I'm on. This is a completely waste of time and effort. All that I need is a FriendFeed account that will centralize all the feeds. Using the FriendFeed API you can fetch all you entries at once. Archiving and display your entries with Django is quite simple. First of all, ...
Force 'new window' links to open in new tabs in Safari (2)
share
digg
on
MacOSXHints.com (4)
8 months, 1 week
ago
permalink
After browsing for a few hours in Safari, it's possible to end up with a dozen windows or so because of links that open a new window (links with target="_blank"). I've always wished there was a way to have these links open in a new tab instead of a new window (sometimes referred to as single window mode). In the latest Safari 3.1, Apple finally added a (hidden) preference to do just this! To enable ...
Map right-side Option to Enter in OS X (1)
share
digg
by
Henrik (0)
on
The Pug Automatic (0)
8 months, 3 weeks
ago
permalink
In OS X, the Enter (⌅) key does not always do the same thing as Return (↩): when editing text in Photoshop, Return breaks lines and Enter commits the changes. Adium and Colloquy can be set up much the same way: Return breaks lines, Enter sends. TextMate makes good use of Enter in its commands. For a while up until recently, Apple keyboards without a separate numerical keypad still had a dedicated Enter key. It ...