|
Posted
over 17 years
ago
by
Lee
This release of libtpproto-cpp is really to allow tpadmin-cpp (which
uses the library) to be built without having to get the source code
out of git.
Having said that, this release is a preview of what libtpproto-cpp 0.2.0
will look like.
|
|
Posted
over 17 years
ago
by
mithro
Yesterday, I wrote about how to reading the cookies from Firefox 3.0 from Python. This code snippet extends the previous example by adding code which finds the cookie file on various different operating systems (Windows, Linux and Mac OS X). Hope this helps people who need to do this.
#! /usr/bin/env python
# Reading the cookie's from [...]
|
|
Posted
over 17 years
ago
by
mithro
On previous versions of Ubuntu, the scripts which are called after a resume from suspend have been found in /etc/acpi/resume.d directory. I used this functionality to turn off some of the hardware in my Vaio which I don’t use (such as the bluetooth and the cdrom drive).
This stopped working when I upgraded to Ubuntu [...]
|
|
Posted
over 17 years
ago
by
mithro
This is not a post about using UTF-8 properly in Python, but doing evil, evil things.
Python dutifully respects the $LANG environment variable on the terminal. It turns out that a lot of the time this variable is totally wrong, it’s set to something like C even though the terminal is UTF-8 encoding.
The problem is [...]
|
|
Posted
over 17 years
ago
by
mithro
I found the following code snippet on my hard drive today. It allows you to access Firefox 3.x cookies in Python. Firefox 3.x moved away from the older text file format to a sqlite database.
This code is useful if you want to access something behind an authentication gateway and you also access the page through [...]
|
|
Posted
over 17 years
ago
by
ezod
To accompany the recent release of tpserver-cpp 0.6.0, which is now a daemon supporting a remote
administration protocol, tpadmin-cpp 0.1.0 has been released. As the internal console has been
removed from tpserver-cpp, you now need an
|
|
Posted
over 17 years
ago
by
ezod
To accompany the recent release of tpserver-cpp 0.6.0, which is now a daemon supporting
a remote administration protocol, tpadmin-cpp 0.1.0 has been released. As the internal console
has been removed from tpserver-cpp, you now need
|
|
Posted
over 17 years
ago
by
ezod
To accompany the recent release of tpserver-cpp 0.6.0, which is now a daemon supporting a remote
administration protocol, tpadmin-cpp 0.1.0 has been released. As the internal console has been
removed from tpserver-cpp, you now need an administration
|
|
Posted
over 17 years
ago
by
Lee
This release includes all three GSoC Projects that involved tpserver-cpp. Also included are some bug
fixes and MySQL persistence is working again. One thing to note is that the server is now a deamon
and the internal console has been removed. The
|
|
Posted
over 17 years
ago
by
Lee
This release includes all three GSoC Projects that involved tpserver-cpp. Also included are some bug
fixes and MySQL persistence is working again. One thing to note is that the server is now a deamon
and the internal console has been removed. The
|