5 projects tagged "Programming - Components and Libraries"
ClassCollection is a collection of useful classes and methods. It includes support for walking a directory tree and returning a list of files and directories with many filterng options, deleting files and directories recursively, copying directories recursively, reading and writing files and streams, retrieving the current time efficiently and in a thread-safe manner, validating dates, creating and extracting zip archives, performing HTTP requests, sending, receiving, and listing files on FTP servers, internationalization, and more.
WikiPL provides a Python programming environment hosted in a MediaWiki server. Each article in the wiki contains either a Python function or a class named as the article's title. Moreover, the article can contain the source code, documentation, unit tests, development edition, permissions, and form elements for the parameters of the function. Users can view the documentation or edit and execute the source code. Execution can happen either on the local computer, on a remote server, or in the browser (through Pyjamas). Code in one article can be invoked by another article through regular function calls, without any changes to the syntax of the Python language. It also offers a package that imports article code into a local Python namespace for offline development.
lrc (The Linux Resource Compiler) is a system for packing many files into a single file for installation and use in a program as its resources (such as the graphics and sounds used by a game). It consists of a command-line tool, called lrc, for compiling the resources and a library, called liblrc, to extract the resources from a file generated by the compiler.
libsockmux-glib is an implementation of the sockmux protocol, using GIO data types and using glib functions internally. The interface offered to applications is very simple and straightforward. sockmux specifies a simple way for muxing messages and data streams onto a single socket for network and local communication streams.
A facility for macro and variable handling, and file inclusion in XML files.