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

String Data freeware
Filter: All | Freeware | Demo
 

String Data

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 611

A queue for string data This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A queue for string data Download

Added: July 08, 2010 | Visits: 1.055

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler... Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Released: July 27, 2015  |  Added: July 28, 2015 | Visits: 779

StringMaster String Master is designed to split one string data source file into two or more files in accordance with the chosen filter: masks or sub-strings. Main application areas of the software are the search of the required entries in the database, forum and web log dumps, text files of large volume.... Platforms: Windows, Windows 8, Windows 7, Windows Server, Other

License: Freeware Size: 2.15 MB Download (46): StringMaster Download

Added: January 01, 2010 | Visits: 1.134

Xbae XbaeMatrix is a free Motif table widget which is also compatible with the free LessTif, and it presents an editable array of string data to the user in a scrollable table similar to a spreadsheet. The rows and columns of the Matrix may optionally be labelled. A number of "fixed" and "trailing... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): Xbae Download

Added: September 04, 2010 | Visits: 897

Data::Str2Num Data::Str2Num - int str to int; float str to float, else undef. SYNOPSIS ##### # Subroutine interface # use Data::Str2Num qw(config str2float str2int str2integer); $float = str2float($string, [@options]); (@strings, @floats) = str2float(@strings, [@options]); $integer =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (95): Data::Str2Num Download

Added: November 22, 2010 | Visits: 1.036

Unicode::Unihan Unicode::Unihan is the Unihan Data Base 5.0.0. SYNOPSIS use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("x{5c0f}x{98fc}x{5f3e}"), "n"; ABSTRACT This module provides a user-friendly interface to the Unicode Unihan Database 3.2. With this module, the... Platforms: *nix

License: Freeware Size: 4.9 MB Download (111): Unicode::Unihan Download

Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 235

BoarderZone ASNalyzer A 100% pure Java Swing ASN.1 analysis utility for inspecting arbitrary BER-encoded data files. It allows inspection of data with unknown structure, can drill down to any nesting level and allows to interpret embedded OCTET STRING data recursively. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.91 MB Download (59): BoarderZone ASNalyzer Download

Added: November 12, 2010 | Visits: 744

Data::PropertyList Data::PropertyList is a Perl module that can convert arbitrary objects to/from strings. SYNOPSIS use Data::PropertyList qw(astext fromtext); $hash_ref = { items => [ 7 .. 11 ], key => value }; $string = astext($hash_ref); # ... $hash_ref = fromtext($string); print $hash_ref->{items}[0];... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Data::PropertyList Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.312

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

Added: May 10, 2013 | Visits: 388

Hiding data in an image It can handle string or text formats for the input data. Requirements: - MATLAB 7.0.1 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (54): Hiding data in an image Download

Added: May 10, 2013 | Visits: 377

Symmetric data obfuscation using xor This script can be conveniently used to obfuscate a string of data using simple xor without using any key. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Symmetric data obfuscation using xor Download

Added: July 26, 2013 | Visits: 567

Agilent 8753/8720 VNA ASCII Data Read This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM4 (ASCII) string format. Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Agilent 8753/8720 VNA ASCII Data Read Download

Added: June 10, 2013 | Visits: 702

Hiding data in an image Script It can handle string or text formats for the input data. Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Hiding data in an image Script Download

Added: March 26, 2010 | Visits: 1.498

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: November 25, 2010 | Visits: 1.084

Data::Generate Data::Generate allows you to create various types of synthetic data by parsing "regex-like" data creation rules. This module generates data by parsing given text statements (data creation rules). These statements are flexible and powerful regex-like way to control the production of synthetic... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Data::Generate Download

Added: February 20, 2010 | Visits: 1.012

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>... Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: September 12, 2010 | Visits: 854

String::Scanf String::Scanf can emulate sscanf() of the C library. SYNOPSIS use String::Scanf; # imports sscanf() ($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input); ($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_ $r = String::Scanf::format_to_re($f); or # works only for Perl 5.005... Platforms: *nix

License: Freeware Size: 1.7 MB Download (99): String::Scanf Download

Added: September 13, 2010 | Visits: 887

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: November 26, 2010 | Visits: 772

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: November 25, 2010 | Visits: 1.033

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which... Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

1 2 3 4 5 >