libjsonld-perl

Perl toolkit for interacting with JSON-LD data

This module - JSONLD - implements part of the JSON-LD 1.1 standard for manipulating JSON data as linked data.

libdata-find-perl

Find data in arbitrary data structures

A simple Perl module that provides three simple subroutines to dive into an arbitrary data structure and extract references to internal data.

libgeo-wkt-simple-perl

Simple utils to parse/build Well Known Text(WKT) format string.

This module can parse/build WKT format string into/from pure Perl data structure. It is simpler than Geo::WKT and does not depend on the Proj library, and even support MULTI(LINE|STRING|POLYGON) objects.
Code::Blocks integrated development environment (IDE)

codeblocks

Code::Blocks integrated development environment (IDE)

Code::Blocks is a cross-platform Integrated Development Environment (IDE). It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by plugins. Plugins included in the base package are: * Compiler frontend to many free compilers * Debugger frontend for GDB * Source formatter (based on AStyle) * Wizard to create new C++ classes * Code-completion / symbols-browser (work in progress) * Default MIME handler * Wizard to create new Code::Blocks plugins * To-do list * Extensible wizard based on scripts * Autosave (saves your work in the unfortunate case of a crash)

codeblocks-contrib

contrib plugins for Code::Blocks IDE

This package extends Code::Blocks functionality a great deal with the included plugins. These are: * Code profiler (based on gprof) and code statistics (SLOCs etc) * Copy strings * DragScroll (enhances mouse operations) * Setting of environment variables * Source exporter to PDF/HTML/ODT/RTF * Header fixup * Help * Keyboard shortcuts configuration * RAD gui-builder for wxWidgets (wxSmith) * wxSmith AUI and wxSmith contrib items * Selection of small games for relaxing between coding sessions! (BYOGames) * Autoversioning * ThreadSearch * BrowseTracker * Valgrind * HexEditor * IncrementalSearch * Codesnippets * Library finder * Regular expression testbed * Symbol table plugin * CB koders * MouseSap * Cccc * CppCheck

libjsonrpccpp-server0t64

library implementing json-rpc C++ servers

This library provides classes to easily implement JSON-RPC C++ Server applications. It comes with a built in HTTP-Server connector (based on libmicrohttpd) for easy data exchange. It is fully JSON-RPC 2.0 and JSON-RPC 1.0 compatible, including: