CyoJSON is a C++ header-only library for parsing JSON-formatted text. It's a stream-based parser in which user-defined callback functions are called.
From the outset the intention was an easy-to-use library, developed using modern C++ features (C++11/14). CyoJSON is known to work on Linux and Windows.
Find it on GitHub: https://github.com/calzakk/CyoJSON
Sunday, 6 November 2016
Monday, 9 November 2015
CyoArguments
CyoArguments is a C++ header-only open source library for processing command-line arguments.
From the outset the intention was an easy-to-use library, developed using modern C++ features (C++11 and C++14). CyoArguments is known to work on Linux and Windows.
Find it on GitHub: https://github.com/calzakk/CyoArguments
From the outset the intention was an easy-to-use library, developed using modern C++ features (C++11 and C++14). CyoArguments is known to work on Linux and Windows.
Find it on GitHub: https://github.com/calzakk/CyoArguments
Saturday, 13 April 2013
CyoHash 2
Version 2 of CyoHash has just been released! It sports a new user interface; what do you think?
Download here: http://cyohash.sourceforge.net/
Download here: http://cyohash.sourceforge.net/
Monday, 7 September 2009
CyoHash
CyoHash is a simple shell extension that is used from within Windows Explorer to calculate the MD5 hash, SHA1 hash, or CRC32 checksum of a selected file.
Installers for both 32- and 64-bit machines can be found here, as can the full source code. It's all been made available under a permissive BSD licence, meaning it can be freely used, distributed, and modified for any purpose, provided the copyright notices remain unmodified in the source code.
If you're using CyoHash, please leave a comment!
Installers for both 32- and 64-bit machines can be found here, as can the full source code. It's all been made available under a permissive BSD licence, meaning it can be freely used, distributed, and modified for any purpose, provided the copyright notices remain unmodified in the source code.
If you're using CyoHash, please leave a comment!
Sunday, 6 September 2009
CyoEncode
CyoEncode provides C functions for encoding binary data into a printable representation using base16 (hex), base32, or base64 character sets, plus equivalent functions for the decoding of such encoded data back into its binary form.
Full source code can be found here via sourceforge.net. It's been made available under a permissive BSD licence, meaning it can be freely used, distributed, and modified for any purpose, provided the copyright notices remain unmodified in the source code.
If you're using CyoEncode in an application, be it a private project or commercial software, please leave a comment!
Full source code can be found here via sourceforge.net. It's been made available under a permissive BSD licence, meaning it can be freely used, distributed, and modified for any purpose, provided the copyright notices remain unmodified in the source code.
If you're using CyoEncode in an application, be it a private project or commercial software, please leave a comment!
Subscribe to:
Comments (Atom)