I wanted to do some proof of concept using a Pycom LoPy4 and a e-paper display (epd2in13V2).
La bibliothèque VTE fournit un composant graphique d'émulation de terminal. Python et et Gobject rendent son utilisation vraiment facile. C'est aussi la seule émulation de terminal que je trouve satisfaisante pour afficher Unicode. L'illustration simplicime ci-dessous me sert de terminal quotidiennement.
[[https://github.com/jeansch/terminal][]]https://github.com/jeansch …
Attention, Kenny à changé son site internet donc ce programme ne fonctionne plus
C'est ma principale source de pièces détachées d'autos (une scrap / casse).
Le site internet Kenny u-pull liste les "Nouveaux arrivages" de voiture mortes. À en juger par la quantité, il s'agit plus de la liste complète.
La …
C'est la fin de Rdio :(
[[http://blog.rdio.com/us/2015/11/important-news-from-rdio.html][]]http://blog.rdio.com/us/2015/11/important-news-from-rdio.html
Voila un moyen d'exporter la collection de Rdio à Google Play Music.
suivant les indications.
Il y a maintes raisons (souvent mauvaise) pour se retrouver avec des paquets installés sur un système Debian (ou basé sur Debian) dont on a perdu l'origine.
#!/usr/bin/env python
import apt
print "\n".join(p.name for p in apt.Cache …
Je collecte mes courriels avec offlineimap et les lis avec mu/mu4e. L'ensemble fonctionne bien et rapidement, mais il me manquait les notifications de nouveau courriel. Voila une solution basique mais efficace.
#!/usr/bin/env python
import os
import dbus
from email.parser import Parser
from pyinotify import WatchManager, Notifier …
I'm honnored to succeed David Wilson as Py-Asterisk maintainer.
Py-Asterisk is a small Python module to interact with the Asterisk PBX.
J'ai souvent besoin de changer sur quel matériel je veux que le son de mon ordinateur soit joué. En général, j'ai le choix entre la carte son intégrée à mon laptop, la carte son …
I'm the lucky owner of a Thinkpad X201 since several years.
For some reason, (buggy firmware, dust, buddy drivers), the fan managment is very debious, especialy when your CPU reach high temperatures.
It's really disapointing to get the 'critical temperature reached(100 C),shutting down' message and see the system …
Mercurial is a fascinating tool but when several people work on the same project, dealing with 'heads' can quickly become a nightmare.
You know, you want to push your last super-fantastic commits to give them to the world, and Mercurial barks:
"push creates new remote …