-
Notifications
You must be signed in to change notification settings - Fork 3
Home
mloskot edited this page Sep 13, 2010
·
8 revisions
Welcome to my personal Git repositories dedicated to miscellaneous prototypes and experiments.
Here, you can find my small projects and codes I want to keep under version control and public. All software available in this repository is available as Open Source Software
My personal homepage and blog can be found here: http://mateusz.loskot.net
- autotools – a bunch of GNU Autoconf macros
- cmake – a bunch of CMake modules and macros
- boost/build – project configuration mechanism for Boost Build
- sid2jp2 – small utility translating MrSID to JPEG2000 JPEG2000 rasters using GDAL library
- wkt – Well-Known-Text hacks in C++. Currently it’s a dirty version of WKT syntax checker based on Spirit based.
- scripts – scripts written in Python, Perl, Bash and other interpreted programming languages.
- yatbinrw – Yet Another Tiny Binary Reader/Writer is a very small utility that helps to load and store integral values from/to streams of bytes. It’s an extended concept of unrolled loops developed by Darin Adler and Beman Dawes for internal use in Boost Spirit.
- endian – definition of numerical value type and operations based on techniques used in yatbinrw to load/store numbers from/to stream of bytes across all combinations of source and target endian. This is quite useful for reading and writing OGC Well-Known-Binary encoded geometry or binary stream of WKT Raster