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

Violin String Sounds freeware
Filter: All | Freeware | Demo
 

Violin String Sounds

< 1 2 3 4 5 > 
Added: April 11, 2010 | Visits: 730

ustr ustr (Micro string library) is a string API for C. A few years ago now I wrote a very extensive String API for C, called Vstr, it was designed to perform extremely well for IO like patterns as that was my planned usage (for instance And-httpd, my Web server). It works very well, for that usage....



Platforms: *nix

License: Freeware Size: 819.2 KB Download (100): ustr Download

Added: January 25, 2010 | Visits: 945

Number String Number String is an application that teaches addition/subtraction and multiplication/division to students.6 cards are dealt face up. The player tries to combine some or all of the first 5 cards to equal the value of the sixth card. Players may use any combination of addition, subtraction,...





Platforms: Mac

License: Freeware Download (100): Number String Download

Added: September 12, 2010 | Visits: 846

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: January 05, 2010 | Visits: 1.139

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): Math::String Download

Added: March 23, 2010 | Visits: 888

my_string my_string is an easy-to-use, fast string manipulation library. my_string is an incomplete port of PHP string manipulation functions to C. Please note that this library is not binary safe. It was not written for binary data manipulation, just text string manipulation. NOTE: The resulting...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): my_string Download

Added: January 01, 2010 | Visits: 1.298

File::Stat::ModeString File::Stat::ModeString - conversion file stat mode to/from string representation. SYNOPSIS use File::Stat::ModeString; $string = mode_to_string ( $st_mode ); $st_mode = string_to_mode ( $string ); $type = mode_to_typechar( $st_mode ); $record = < IN >; chomp $record; $record =~...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): File::Stat::ModeString Download

Added: April 03, 2010 | Visits: 754

VSTRING VSTRING library provides vast set of string manipulation features including dynamic string object that can be freely exchanged with standard char* type, so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa). The main difference...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): VSTRING Download

Added: February 08, 2010 | Visits: 1.063

String::MFN String::MFN is a Perl module to Normalize a string in the manner of the mfn utility. SYNOPSIS use String::MFN; my $sane_string = mfn($retarded_string); ... Normalizes a string. Normalization, in brief, means modifying the string to resemble a sane UNIX filename while retaining...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): String::MFN Download

Added: July 08, 2010 | Visits: 1.050

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

Added: August 10, 2010 | Visits: 916

String::Tokenizer String::Tokenizer is a simple string tokenizer. SYNOPSIS use String::Tokenizer; # create the tokenizer and tokenize input my $tokenizer = String::Tokenizer->new("((5+5) * 10)", +*()); # create tokenizer my $tokenizer = String::Tokenizer->new(); # ... then tokenize the string...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): String::Tokenizer Download

Added: July 02, 2010 | Visits: 1.047

LBC Libraries 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 provides the most generic approach possible so that...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (95): LBC Libraries Download

Added: April 11, 2010 | Visits: 889

Math::String::Charset::Nested Math::String::Charset::Nested is a charset for Math::String objects. SYNOPSIS use Math::String::Charset; # construct a charset from bigram table, and an initial set (containing # valid start-characters) # Note: After an a, either an b, c or a can follow, in this order # After an d only...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset::Nested Download

Added: September 23, 2010 | Visits: 942

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Added: September 11, 2010 | Visits: 757

INVSTR INVSTR is a library of C functions that follow the behavior of the standard library string functions, but starting all searches and the like from the end of the string rather than the start. Whats New in This Release: This initial release includes the following functions: - invstrinv -...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): INVSTR Download

Added: July 15, 2010 | Visits: 688

libunicode Libunicode offers low-level Unicode (UTF-16) text processing functionality, which can be divided into three categories: - Character handling - String handling - Charsets handling Libunicode uses ISO/IEC 10646-defined UTF-16 encoding for storing and minipulating all character entities. It...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): libunicode Download

Added: July 26, 2013 | Visits: 779

GJay GJay (Gtk+ DJ) generates playlists across a collection of music (ogg, mp3, wav) such that each song sounds good following the previous song. It is ideal for home users who want a non-random way to wander large collections or for DJs planning a set list. You can generate playlists from within the...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): GJay Download

Added: September 09, 2010 | Visits: 1.108

HTTP::BrowserDetect HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. SYNOPSIS use HTTP::BrowserDetect; my $browser = new HTTP::BrowserDetect($user_agent_string); # Detect operating system if ($browser->windows) { if ($browser->winnt)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): HTTP::BrowserDetect Download

Added: March 14, 2010 | Visits: 1.479

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (90): Regular Statement String Download

Added: September 08, 2010 | Visits: 591

Libtext 0.0.0 Beta Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse. Libtext can also append, insert, overwrite, and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (86): Libtext 0.0.0 Beta Download

Released: April 22, 2015  |  Added: April 28, 2015 | Visits: 904

BeepChecker BeepChecker is a tiny portable Windows program that plays the standard Windows beep sounds: the Information, Question, Warning, or Error sounds. It also lets you play custom beeps by generating simple tones on the speaker. Use BeepChecker to familiarize yourself with the sound of the different...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 98 KB Download (71): BeepChecker Download

< 1 2 3 4 5 >