11
I Use This!
Activity Not Available

News

Analyzed about 2 years ago. based on code collected over 3 years ago.
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. ... [More] The biggest different is interaction with the library is now asynchronous, using boost::signals for callbacks. The library now requires the client using it provides an EventLoop object that the library can use to look after sockets and timers (or the client can use the SimpleEventLoop provided). Also new is the start of support for TP04. The major things missing from this release are Order, Messages and ObjectParameters. The 0.2.0 release will occur when these components are in place. Libtpproto-cpp 0.1.9 is on the downloads page and will be on our SF downloads page soon. The GIT repo is libtppproto-cpp (branch master) and the tag is LIBTPPROTO_CPP_0_1_9. Feedback and suggestions are always welcome. Bookmark/Search this post with: - delicious - digg - reddit [Less]
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 ... [More] administration client (either locally on the same machine, or remotely on another) to do most configuration and maintenance while the server is running. The tpadmin-cpp client is text-based and feels very similar to the original console from previous versions of tpserver-cpp. TPAdmin-cpp 0.1.0 is on the [downloads page][1]. The Git repository is tpadmin-cpp and the tag is TPADMIN_CPP_0_1_0. [1]: http://www.thousandparsec.net/tp/downloads.php?category=util [Less]
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 ... [More] an administration client (either locally on the same machine, or remotely on another) to do most configuration and maintenance while the server is running. The tpadmin-cpp client is text-based and feels very similar to the original console from previous versions of tpserver-cpp. TPAdmin-cpp 0.1.0 is on the downloads page. The Git repository is tpadmin-cpp and the tag is TPADMIN_CPP_0_1_0. Bookmark/Search this post with: - delicious - digg - reddit [Less]
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 ... [More] client (either locally on the same machine, or remotely on another) to do most configuration and maintenance while the server is running. The tpadmin-cpp client is text-based and feels very similar to the original console from previous versions of tpserver-cpp. TPAdmin-cpp 0.1.0 is on the [downloads page][1]. The Git repository is tpadmin-cpp and the tag is TPADMIN_CPP_0_1_0. [1]: http://www.thousandparsec.net/tp/downloads.php?category=util [Less]
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 ... [More] tpadmin-cpp remote administration client should be released shortly. I tagged tpserver-cpp over a week ago, I've just been busy. Happy New Year to you all too! TPServer-cpp 0.6.0 is on the [downloads page][1] and will be on our SF downloads page soon. The GIT repo is tpserver-cpp (branch master) and the tag is TPSERVER_CPP_0_6_0. Feedback and suggestions are always welcome. [1]: http://www.thousandparsec.net/tp/downloads.php?category=server [Less]
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 ... [More] tpadmin-cpp remote administration client should be released shortly. I tagged tpserver-cpp over a week ago, I've just been busy. Happy New Year to you all too! TPServer-cpp 0.6.0 is on the [downloads page][1] and will be on our SF downloads page soon. The GIT repo is tpserver-cpp (branch master) and the tag is TPSERVER_CPP_0_6_0. Feedback and suggestions are always welcome. [1]: http://www.thousandparsec.net/tp/downloads.php?category=server [Less]