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.237.090 Times

recls 1.8.10

  Date Added: October 25, 2010  |  Visits: 760

recls

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



recls (recursive ls) is a platform-independent recursive search library. This library came about as the first exemplar for my C/C++ Users Journal column, Positive Integration, which deals with issues of language integration between C/C++ and a host of other languages. The library itself is implemented in C/C++, but presents a pure C API. It is compatible with UNIX and Win32 operating systems (though the FTP recursive searching is currently Win32-only), and is compatible with most popular C/C++ compilers, including: - Borland (v5.51+) - Comeau (v4.3.0.1+) - Metrowerks CodeWarrior (v8.x+) - Digital Mars (v8.40+) - GCC (v3.2+) - Intel (v7.0+) - Microsoft Visual C++ (v6.0+) Note that the base library requires components from the STLSoft libraries (which is another open-source library Im involved with). In addition to the base library, there are mappings to several other languages/technologies. Currently these are "regular" C++ - D - COM - .NET (C# and Managed C++) - Perl - Python - Ruby - STL Whats New in This Release: - In the core, Recls_SearchFeedback() (and, hence, Recls_Search()) was fixed for the case when both searchRoot and pattern are NULL; general fixes were made for Unicode compilation. - In recls/C++, fixes were made to namespace-exports for shims for Recls::Entry class. - In recls/STL, general fixes were made for Unicode compilation.. Recursive ls library

Requirements: No special requirements
Platforms: Linux
Keyword: Libraries Library Ls Platform-independent Programming Recls Recursive Recursive Ls Recursive Search Search
Users rating: 0/10

License: Freeware Size: 1.7 MB
USER REVIEWS
More Reviews or Write Review


RECLS RELATED
Libraries  -  BSPonMPI 0.2
BSPonMPI is a platform independent software library for developing parallel programs. BSPonMPI implements the BSPlib standard (with one small exception) and runs on all machines which have MPI. This last property is the main feature of this...
378.88 KB  
Libraries  -  Recursive LS 1.9.1 Alpha 7
Recursive LS was specially designed as a handy and accessible platform independent recursive search library. C-API, written in C/C++, with mappings to C++, COM, D, Java, .NET, Python, Ruby, STL, with more to come.
 
Libraries  -  shwild 0.9.5
shwild provides a platform-independent library for pattern matching. shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper....
522.24 KB  
Libraries  -  deimos 1.3
deimos project consists of some platform independent libraries. The deimos project provides some platform independent libraries which contain a reference memory allocator (garbage collector planned), virtual filesystem (Unix sockets, HTTP, etc),...
 
Libraries  -  Scratchlib 0.3 Beta
Scratchlib is a open source platform independent C++ library that can detect the position, speed and direction of Final Scratch timecode records. Is there a simple example how to use it ? Yes, just download the sources, compile it and see how...
921.6 KB  
Libraries  -  Mail::SendEasy 1.2
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments. This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install...
11.26 KB  
Libraries  -  Mail::Bulkmail 3.12
Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message",...
71.68 KB  
Libraries  -  Mail::Sendmail 0.79
Mail::Sendmail is a simple platform independent mailer. SYNOPSIS use Mail::Sendmail; %mail = ( To => you@there.com, From => me@here.com, Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print...
16.38 KB  
Specialized Tools  -  MATLAB Server Pages 1.0
MATLAB Server Pages (MSP) is an open source, platform independent, technical web programming language using MATLAB in background, which supports 3-Tier Architecture (Web Tier * Business Tier and Database Tier) including Distributed Computing and...
204.8 KB  
Business  -  Meldware Communication Suite 1.0M6
Meldware Communication Suite is a platform independent groupware package consisting of: Meldware Mail Meldware Calendar Meldware Webmail Meldware Secure Administration System Together the package provides support for thousands of users to...
64.9 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