20 projects tagged "English"
The Supernova programming language is a modern scripting language and the first one that presents the concept of programming with direct fiction description using a clear subset of pure human language. It is easy for users with no programming experience. It is not sensitive to case, spaces, tabs, or line breaks. It support GUI programming. The source code can be written in a mixture of Arabic and English. It lets you distribute directly executable application files. It lets you use the Windows API and call DLL functions. It includes libraries for sound playing, sound recording, and movie playing. It includes commands for text processing, date and time processing, multi-dimension arrays, and file I/O. Its documentation includes many samples and tests.
libcsv_parser++ is a C++ library for parsing text files to extract records and fields. The records can be delimited with any set of characters. It makes the following assumptions: the record terminator is only one character in length; the field terminator is only one character in length; and the fields are enclosed by single characters, if any. The parser can handle documents where fields are always enclosed, not enclosed at all, or optionally enclosed. When fields are strictly all enclosed, there is an assumption that any enclosure characters within the field are escaped by placing a backslash in front of the enclosure character. The software could be ported to Windows with very little effort.
spriteconv stitches several individual still images into a single image with all the components side by side, arranged into a specified number of rows and columns. Such output images are typically used in 2D video games to realize the various states of animation for a particular graphical element, known as a "sprite".
HeapLIFO is a tiny C library to manage the data on the heap exactly as it's usually done with the stack when programming in assembly language. It has LIFO (Last In, First Out) based functions for PUSH and POP. It's a great method when it becomes necessary to store a lot of 32-bit words (e.g. IP addresses) in memory using quick access and no memory leakage. It also supports 16-bit/64-bit words if the included header file is altered.
IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. This array contains, for each of the OPML file's elements, the following attributes: link_url, link_name, link_target, link_description, link_rss, created (date of creation), and type (link type: RSS, HTML, etc.). The class uses file_get_contents() to retrieve the contents of the OPML file, and then the XML extension is used to parse and store the file’s data in an associative array, where each outline element is stored using a different array index.
Yawet is a Web test tool that allows you to create, run, and debug test cases for Web applications. It is a Java application for version 1.4 or higher. It features a Swing GUI, verification of HTML, PDF, and XML documents, parametrisation, libraries, HTML frame support, console mode, project files in XML format, integrated HTML tree parsing, and log and report generation. It is extendable with Java.
CSS Briefcase is a little program that helps you organize your CSS styles and store them for use in future projects. Just add CSS style code you tend to use in several projects, and from then on, adding the code into new projects is as easy as selecting the styles you want and clicking a button.