CLEX 4.0-test10 (Testing branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CLEX 4.0-test10 (Testing branch)
# 1  
Old 10-08-2008
CLEX 4.0-test10 (Testing branch)

Image CLEX is a file manager with a full-screen user interface written in C with the curses library. It displays directory contents (including file status details) and provides features like command history, filename insertion, or name completion in order to help the user to construct commands to be executed by the shell (there are no built-in commands). CLEX is easily configurable and all its features are explained in the on-line help. License: GNU General Public License (GPL) Changes:
In this test release, all parts of the program except the help subsystem have reached their planned look and functionality. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Testing.randomValue(3kaya)				       Kaya module reference					Testing.randomValue(3kaya)

NAME
Testing::randomValue - Return a random value SYNOPSIS
Arbitrary randomValue( Int depth=10 ) ARGUMENTS
depth This parameter gives the maximum depth of recursion to guarantee that the value has finite size. The default value is 10 and can usu- ally be omitted. DESCRIPTION
Return a random value of arbitrary type. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Testing.randomArray(3kaya) Testing.randomChar(3kaya) Testing.randomFloat(3kaya) Testing.randomInt(3kaya) Testing.randomString(3kaya) Kaya October 2012 Testing.randomValue(3kaya)