Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.391.816 Times

Curses::Simp 1.0.4287FJQ

  Date Added: November 13, 2010  |  Visits: 592

Curses::Simp

Report Broken Link
Printer Friendly Version


Product Homepage
Download (87 downloads)



Curses::Simp is a simple curses wrapper for easy application development. SYNOPSIS use Curses::Simp; my $simp = Curses::Simp->new(text => [1337, nachoz, w/, cheese x 7]); my $key = ; while($key ne x) { # wait for x to eXit $key = $simp->GetKey(-1); # get a blocking keypress $simp->Text(push => $key); # push new line for new key } Curses::Simp provides a curt mechanism for updating a console screen with any Perl array (or two to include color codes). Most key strokes can be simply obtained and tested for interface manipulation. The goal was ease-of-use first and efficient rendering second. Of course, it could always benefit from being faster still. Many Simp functions can accept rather cryptic parameters to do fancier things but the most common case is meant to be as simple as possible (hence the name). The more I learn about Curses, the more functionality I intend to add... maybe someday Simp will be done... yet Feeping Creatures overcome..

Requirements: No special requirements
Platforms: Linux
Keyword: Application Curses Cursessimp Easy Key Libraries Programming Simple Wrapper
Users rating: 0/10

License: Freeware Size: 143.36 KB
USER REVIEWS
More Reviews or Write Review


CURSES::SIMP RELATED
Libraries  -  LBC Libraries 0.0.7
LBC Libraries is a set of easy C libraries that provide classical data types and structures (string, hash, queue, stack, tree). LBC Libraries package is focused on simplicity and portability. It uses ANSI C (C98 standard not required), and...
57.34 KB  
Libraries  -  Geo::Coder::YahooJapan 0.04
Geo::Coder::YahooJapan is a simple wrapper for Yahoo Japan Geocoder API. SYNOPSIS use Geo::Coder::YahooJapan; $r = lookup( $address_in_japanese_characters ); my ($lat, $lng) = ( $r->{latitude}, $r->{longitude} ); # coordinate in WGS87. #...
4.1 KB  
Libraries  -  gfontsel 1.0.0
gfontsel program is a simple wrapper around the GTK+ 2 font selection dialog. It allows you to select a font. The font name is written to the standard output in the GTK+ 2 font naming scheme. Building and installing the program: - Read the...
11.26 KB  
Libraries  -  Curses::Application 0.2
Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is...
17.41 KB  
Benchmark Tools  -  Java Application Monitor API 2.73
Java Application Monitor (JAMon) project is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks,...
1.5 MB  
Utilities  -  Easy Backup for Linux 0.10
Easy Backup is a simple backup application written in Python that can backup selected files and save them into tar files. It also backs up the ownership and permissions of the file.
20.48 KB  
Libraries  -  Euphoria Programming Language 2.3
Euphoria is a simple, flexible, and easy-to-learn programming language, that outperforms all popular interpreted languages. It includes a simple database system, and there's a Euphoria To C Translator for extra speed. The source code to the...
928 KB  
Libraries  -  CGI::Application::Plugin::Authentication::Driver::Generic 0.12
CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1...
48.13 KB  
Libraries  -  Application::Pipeline 0.1.1
Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the...
10.24 KB  
Libraries  -  The Hiker Application Framework 0.9.1
Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging,...
3.6 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB