This is the second conference on open software organized by the Institute of Geodesy and Geoinformation Science, Wroclaw University of Environmental and Life Sciences, and the Polish Chapter of OSGeo.
Check the WOGIS 2010 conference website for details.
Following quick announce a few days ago, I started shifting GEOS source code directories to flatten the structure a bit and to separate header files (.h) from implementation files (.cpp).
The whole process is documented as ticket #315 in the GEOS Trac. The transition has been remarkable smooth. The mission accomplished.
I’ve managed to build and successfully test GEOS with the following configurations:
GCC 4.4.1 on Ubuntu 9.10 64-bit with 64-bit build target
Visual C++ 8.0 on Windows XP Professional 32-bit with build target 32-bit
Visual C++ 9.0 on Windows Vista 64-bit (target 32-bit)
Visual C++ 10.0 on Windows 7 Professional 64-bit (target 32-bit)
All build configuration should work well. Let me know if any doesn’t.
Online compilers are another generation of collaborative debugging tools delivered to Open Source communities. The overall idea is great. Actually, I can not imagine online discussions on IRC channel without being able to paste code snippets or compilation logs.
The codepad.org provides feature called private and project pastes. Some time ago I proposed private general purpose paste service dedicated to OSGeo communities. it is hosted at osgeo.pastebin.com and people has found it useful, as I can see. Today, I registered osgeo.codepad.org – a programmers-oriented paste service. Perhaps, people will find it useful too..
Users of the World’s second best programming editor, Vim (first place taken by Emacs), can install codepad.vim plug-in and send Vim buffers as pastes directly to the codepad.org service. Kudos to Nicolas Weber for the plug-in!
I’ve taken the liberty and modified the plug-in to use the private service at osgeo.codepad.org – here is custom codepad.vim plug-in.