
lists.freehackers.org
Colibri Mailing Lists Manager - Main Pagecolibri mailing lists
http://lists.freehackers.org/
colibri mailing lists
http://lists.freehackers.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
1.6 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
19
SITE IP
82.64.38.244
LOAD TIME
1.618 sec
SCORE
6.2
Colibri Mailing Lists Manager - Main Page | lists.freehackers.org Reviews
https://lists.freehackers.org
colibri mailing lists
Colibri Mailing Lists Manager - about
https://lists.freehackers.org/credits
Web page : http:/ labs.freehackers.org/projects/colibri/wiki. Python version : 2.7.11. Django version : 1.8.15.
Information about topic Software Development
https://lists.freehackers.org/topic/Software%20Development
Software development at freehackers. Mailing lists in this topic:. Discussion about the LuaUnit library.
Information about list testlist@freehackers.org
https://lists.freehackers.org/list/testlist@freehackers.org
Subscribe to this mailing list now! Already subscribed and you want to unsubscribe? You need to log in. Using your subscription email address. If you've forgotten your password, you can request a new one here.
Information about list luaunit@freehackers.org
https://lists.freehackers.org/list/luaunit@freehackers.org
Discussion about the LuaUnit library. Discussion about the LuaUnit library. Subscribe to this mailing list now! Already subscribed and you want to unsubscribe? You need to log in. Using your subscription email address. If you've forgotten your password, you can request a new one here.
TOTAL PAGES IN THIS WEBSITE
4
Linux-windows Software - Freehackers
http://www.freehackers.org/Linux-windows_Software
LO stands for LibreOffice ( homepage. MSPublisher, PageMaker, QuarkXPress. Sodipodi, inkscape, sketch. MS Access, LO. Retrieved from " http:/ www.freehackers.org/index.php? This page was last modified on 22 February 2016, at 13:19.
Developing Free Software on windows - Freehackers
http://www.freehackers.org/Developing_Free_Software_on_windows
Developing Free Software on windows. You are a linux freak, but for some reason, you need to develop on windows. First of all, check Surviving on Windows. For a list of software to install, that will make you feel a bit more at home. MSYS Developer - msysDVLPR. MSYS Developer Toolkit - msysDTK. The problem is that all your executables or DLL will depend on the cygwin DLL. Graphical programs may need the XServer to be running. Windows development headers for windows libraries. I added the bare. MSYS and m...
From Gtk to PyQt - Freehackers
http://www.freehackers.org/From_Gtk_to_PyQt
From Gtk to PyQt. Getting rid of gtk , gdk and in Gnotski. Getting rid of self in PyQt-Klotski. VeePee: Python Support for GNOME and KDE Applications. At the beginning, I wanted to write a Klotski program. When looking on the net, I found Gnotski and decided to run a test :. How long does it take to port a program from Gtk to Qt and how hard is it ? But eventually, I have found this funny and made a few ports to compute some stats about each toolkit. To make your own idea, please download the source code.
Qt versus MFC - Freehackers
http://www.freehackers.org/Qt_versus_MFC
Written by Pascal Audoux in 2001. Pseudo Object Design vs Good Object. Other advantages of Qt. What about Codejock ? After putting this article on the web, it has received the following critics :. It is not very well written. MFC problems are not very well described. There is no code examples. Qt is praised all over the article, so the article is biased. The author does not show some deep knowledge of MFC and states false things. The author does not compare Qt with .NET. MFC is a kind of object wrapper a...
Linux Solutions 2003 - Freehackers
http://www.freehackers.org/Linux_Solutions_2003
Like Linux Expo 2002. A Linux Expo is held in Paris. This year was again at the CNIT (La Defense). The name has changed to Solutions Linux because Linux Expo has gone bankrupt (I was told). Anyway, this is the same event, with the same spirit. The key to a successful exhibition is prepartion. KDE-France was quite well prepared, thank to its active members. Many ideas have been suggested to make the event more attractive and most of them have been implemented. We also wanted to give some flyers away. ...
Packaging a python program - Freehackers
http://www.freehackers.org/Packaging_a_python_program
Packaging a python program. The goal is to take an existing python program and distribute it as a self-contained executable, that does not require python are any python module to be installed. Of course, this is more suitable on Windows than on Linux but it can actually serves both platforms. Even on linux, source is not necessarily the best distribution mean for a program to *just work*. Has its own method, described here. Support for com servers, nt services and all the other windows stuff. The SVN ver...
Continuous integration - Freehackers
http://www.freehackers.org/Quest_for_an_automated_build_tool
Redirected from Quest for an automated build tool. Use nightly builds and tests for Quality. Concerns. At freehackers, we felt like we would like having some great tools for that. This article is about the search we did, the tool we choose, and a detailed explanation of how we did. Our purpose is to have daily builds and tests. Some of them have unit tests, but others don't. First, we needed to decide about our criteria:. Free software. We don't want close source. Can work with different Source management.
How to use various compilers - Freehackers
http://www.freehackers.org/How_to_use_various_compilers
How to use various compilers. Build tools with cross-compilation setup. Set env variables CC and CXX before starting cmake. Exemple with icc on gentoo using tcsh, starting from the project main dir:. Setenv CC /opt/intel/Compiler/11.1/056/bin/intel64/icc setenv CXX /opt/intel/Compiler/11.1/056/bin/intel64/icpc mkdir build & cd build cmake . make. Check which 'mkspec' you need by looking in $(QTDIR)/mkspecs/, and then use. Qmake -recursive -spec specname. Qmake -recursive -spec win32-msvc2008 nmake. ICC c...
Qt Object Sizes - Freehackers
http://www.freehackers.org/Qt_Object_Sizes
I sometimes wonder about object sizes in Qt. Here are some statistics. I've also given the sizeof some basic types (int,double.). Sizes for Qt 3.3.8. Sizes for Qt 4.3.0 - 4.8.5. Sizes for QT 3.3.8. Sizes for QT 4.3.0 - 4.8.5. Using gcc on a gentoo system. Char : 1 int : 4 float : 4 void * : 4 short int : 2 long int : 4 long long int : 8 double : 8 long double : 12 unsigned : 4 unsigned short : 2 size t : 4 time t : 4. Sizes for Qt 3.3.8. Sizes for Qt 4.3.0 - 4.8.5. Using gcc on a gentoo system.
Building standalone Qt application on windows - Freehackers
http://www.freehackers.org/Building_standalone_Qt_application_on_windows
Building standalone Qt application on windows. In any case, you need to build a static version of qt as described here : http:/ doc.trolltech.com/4.7/deployment-windows.html. To provide an icon for the application, see http:/ doc.trolltech.com/4.7/appicon.html. You will still need to bundle the file c: qt 4.4.0 bin mingwm10.DLL , though it's said that it is possible to get a static version of this file. Using MS Visual C. You'll have the toolchain but not the interface, but we don't care here.
TOTAL LINKS TO THIS WEBSITE
19
lists.freedesktop.org Mailing Lists
Listsfreedesktop.org Mailing Lists. Below is a listing of all the public mailing lists on lists.freedesktop.org. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list.
lists.freediameter.net Mailing Lists
Listsfreediameter.net Mailing Lists. Below is a listing of all the public mailing lists on lists.freediameter.net. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list.
lists.freedomboxfoundation.org
FBF Mailing lists service - home
FBF Mailing lists service. This server provides you access to your environment on mailing list server. Starting from this web page, you can perform subscription options, unsubscription, archives, list management and so on.
lists.freegeek.org Mailing Lists
Listsfreegeek.org Mailing Lists. Below is a listing of all the public mailing lists on lists.freegeek.org. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list.
lists.freegeekvancouver.org Mailing Lists
Listsfreegeekvancouver.org Mailing Lists. Below is a listing of all the public mailing lists on lists.freegeekvancouver.org. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. Vancouver Free Geek Annnouncements.
Colibri Mailing Lists Manager - Main Page
Mailing lists manager for freehackers.org. Public lists hosted on this server:. Discussion about the LuaUnit library. Browse public mailing lists by topic:.
lists.freelancejournalism.com Mailing Lists
Listsfreelancejournalism.com Mailing Lists. There currently are no publicly-advertised Mailman. Mailing lists on lists.freelancejournalism.com. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list. If you are having trouble using the lists, please contact mailman@lists.freelancejournalism.com.
lists.freelogy.org Mailing Lists
Listsfreelogy.org Mailing Lists. Below is a listing of all the public mailing lists on lists.freelogy.org. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list.
lists.freeradius.org Mailing Lists
Listsfreeradius.org Mailing Lists. Below is a listing of all the public mailing lists on lists.freeradius.org. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page. To find the management interface for your list.