wiki:Libraries

Version 3 (modified by mloskot, 17 years ago) ( diff )

--

Grid table:

+--------------------------------+-----------------------------------+ | Paragraphs are flush-left, | Literal block, preceded by "::":: | | separated by blank lines. | | | | Indented | | Block quotes are indented. | | +--------------------------------+ or:: | | >>> print 'Doctest block' | | | Doctest block | > Quoted | +--------------------------------+-----------------------------------+ | | Line blocks preserve line breaks & indents. [new in 0.3.6] | | | Useful for addresses, verse, and adornment-free lists; long | | lines can be wrapped with continuation lines. | +--------------------------------------------------------------------+

Simple tables:

================ ============================================================ List Type Examples ================ ============================================================ Bullet list * items begin with "-", "+", or "*" Enumerated list 1. items use any variation of "1.", "A)", and "(i)"

#. also auto-enumerated

Definition list Term is flush-left : optional classifier

Definition is indented, no blank line between

Field list :field name: field body Option list -o at least 2 spaces between option & description ================ ============================================================

================ ============================================================ Explicit Markup Examples (visible in the text source <cheatsheet.txt>_) ================ ============================================================ Footnote .. [1] Manually numbered or # auto-numbered

(even #labelled) or [*] auto-symbol

Citation .. [CIT2002] A citation. Hyperlink Target .. _reStructuredText: http://docutils.sf.net/rst.html

.. _indirect target: reStructuredText_ .. _internal target:

Anonymous Target http://docutils.sf.net/docs/ref/rst/restructuredtext.html Directive ("::") .. image:: images/biohazard.png Substitution Def .. |substitution| replace:: like an inline directive Comment .. is anything else Empty Comment (".." on a line by itself, with blank lines before & after,

used to separate indentation contexts)

================ ============================================================

Ported

GDAL/OGR - http://www.gdal.org/wince.html - Translator library for raster geospatial data formats with following drivers

# GDAL

  • AAIGrid
  • DTED
  • GeoTIFF

# OGR drivers:

  • Generic
  • CSV
  • MITAB
  • ESRI Shapefile

PNG and JPEG drivers and zlib-based features are coming soon.

TinyXML - http://www.grinninglizard.com/tinyxml/ - C++ XML parser

Shapelib - http://shapelib.maptools.org - C Library provides the ability to write simple C programs for reading, writing and updating (to a limited extent) ESRI Shapefiles and the associated attribute file (.dbf).

PROJ.4 -http://www.remotesensing.org/proj/ - Cartographic Projections library

libtiff - http://www.nabble.com/libtiff-for-Windows-CE-t2652779.html - TIFF Library and Utilities

libgeotiff - http://www.nabble.com/libgeotiff-for-Windows-CE-t2653163.html - Library for reading and writing coordinate system information from/to GeoTIFF files

libgd - http://www.boutell.com/gd/ - Library for the dynamic creation of images by programmers

GEOS - http://geos.refractions.net/ - Geometry Engine - Open Source

WCELIBCEX - C/POSIX functions for Windows CE - http://wcelibcex.sourceforge.net/wiki/index.php/Main_Page

Package of C library extensions for Windows CE operating system. It is a supplement to C library available on Windows CE platform

Porting

libcurl http://curl.haxx.se/ Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP

libwms libwms is a library under the WMSGPL-licence (based on the GPL-Licence) used to query Web Mapping Services http://www.ossim.org/OSSIM/Welcome.html

freetype2 http://freetype.sourceforge.net/index2.html A Free, High-Quality, and Portable Font Engine

Coming soon:

Botan http://botan.randombit.net/ I'd like to have cryptographic stuff ready to use :-)

libssh http://www.0xbadc0de.be/libssh:libssh Nice for remote SSH, SCP and SFTP support

No port needed: small changes were needed (missing asserts, and added some wide-char support)

SQLite http://www.sqlite.org/ C library that implements a self-contained, embeddable zero-configuration SQL database engine.

libpng http://www.libpng.org/pub/png/libpng.html PNG reference library

zlib http://www.zlib.net/ A Massively Spiffy Yet Delicately Unobtrusive Compression Library

Note: See TracWiki for help on using the wiki.