A starter tutorial for pthread threaded programming.
Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
Tuesday, April 22, 2008
Saturday, January 26, 2008
jVi - vi editor plugin for NetBeans
If you use vi[m] you'll want this plugin. Don't know what vim is? See vim.org for the details. In short, once you get past the learning curve, vim is one of the greatest programming editors around.
Powered by ScribeFire.
Sunday, January 6, 2008
Saturday, January 5, 2008
Source Navigator NG - Need to learn an existing code base fast?
Source Navigator NG is the best tool I've found for tracing through and learning a code base. Runs on most OS's. Well worth a look. Note the project is hosted on berlios, the sourceforge projects are unmaintained.
http://sourcenav.berlios.de/
http://sourcenav.berlios.de/screenshots/

Powered by ScribeFire.
Labels:
C/C++,
IDE,
java,
open source,
php,
programming
Sunday, December 30, 2007
Haru Free PDF Library
A very cool PDF generation library for developers. From the website:
HARU is a free, cross platform, open-sourced software library for generating PDF. It supports the following features.
HARU is distributed under the ZLIB/LIBPNG License. Because ZLIB/LIBPNG License is one of the freest licenses, You can use Haru for various purposes.
C/C++ as well as bindings for Ruby and Delphi/Free Pascal and C#.
The website offers some great examples.
http://libharu.sourceforge.net/examples.html
HARU is a free, cross platform, open-sourced software library for generating PDF. It supports the following features.
- Generating PDF files with lines, text, images.
- Outline, text annotation, link annotation.
- Compressing document with deflate-decode.
- Embedding PNG, Jpeg images.
- Embedding Type1 font and TrueType font.
- Creating encrypted PDF files.
- Using various character set (ISO8859-1~16, MSCP1250~8, KOI-8R).
- Supporting CJK fonts and encodings.
HARU is distributed under the ZLIB/LIBPNG License. Because ZLIB/LIBPNG License is one of the freest licenses, You can use Haru for various purposes.
C/C++ as well as bindings for Ruby and Delphi/Free Pascal and C#.
The website offers some great examples.
http://libharu.sourceforge.net/examples.html
Subscribe to:
Posts (Atom)