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

Javascript Replace String software
Filter: All | Freeware | Demo
 

Javascript Replace String

< 1 2 3 4 5 
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: August 17, 2010 | Visits: 1.574

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

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

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: 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: February 04, 2010 | Visits: 1.157

Epoch DHTML JavaScript Calendar Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface, multiple date selection, flat or popup modes, CSS styling, automatic date formatting, full object-oriented design, and more. Epoch DHTML JavaScript Calendar is available in over a dozen major...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (123): Epoch DHTML JavaScript Calendar Download

Added: May 13, 2010 | Visits: 1.375

PHP/JavaScript interpreter This scripting language interpreter is implemented in PHP and allows to execute user-supplied JavaScript-lookalike code server-side, without compromising security because everything runs safely in a sandbox. This is of course much slower than a real interpreter, but is useful for integration...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (106): PHP/JavaScript interpreter Download

Added: May 10, 2013 | Visits: 1.692

Javascript Browser Sniffer JavaScript Browser Sniffer is a browser identifier written in JavaScript (EcmaScript) and released under the LGPLlicense. It will tell which browser, version and operating system you (the visitor) are using (it's like phpsniff, but in JavaScript).The JavaScript Browser Sniffer is able to identify...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (119): Javascript Browser Sniffer 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: July 03, 2010 | Visits: 1.090

Fork JavaScript Fork JavaScript project is a general purpose, namespaced JavaScript library with Ajax, Events, DOM manipulation. There are a few bonus lines of code specifically for use with Ruby on Rails but Fork can be happily used outside of Rails also..


Platforms: *nix

License: Freeware Download (96): Fork JavaScript 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: 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: September 07, 2010 | Visits: 950

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App 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: August 10, 2010 | Visits: 1.755

Javascript::Menu Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. SYNOPSIS use Javascript::Menu; # Give it something to do (example changes the menus caption): my $action = sub { my $self = shift; my ($level, $unique) = @_; my $value = $self->getValue; return...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): Javascript::Menu Download

Added: September 24, 2010 | Visits: 1.314

WMS Javascript Library WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Map Service) images by adding pan/zoom functionality with Google Maps-like draggability. Custom clickable overlays can be added to create a useful GIS. WMS...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (104): WMS Javascript Library Download

Released: July 10, 2014  |  Added: July 12, 2014 | Visits: 1.986

A-PDF Text Replace A-PDF Text Replace is a very simple, lightning-quick desktop utility program that lets you batch replace, change or delete multiples text in Acrobat PDF files automatically. It provides complete flexibility text replacing editor to define what words and text will be replaced and what will be...


Platforms: Windows

License: Shareware Cost: $27.00 USD Size: 2.48 MB Download (171): A-PDF Text Replace Download

Released: April 01, 2010  |  Added: April 08, 2010 | Visits: 2.265

JavaScript Menu Builder JavaScript Drop Down Menu is a fully-featured and accessible menu, that provides useable content to all browsers - including screenreaders, search-engines and text-only browsers. JavaScript Menu Builder: With JavaScript Menu Builder/Creator tool you can create countless dynamic...


Platforms: Windows

License: Freeware Size: 4.93 MB Download (384): JavaScript Menu Builder Download

Released: September 30, 2020  |  Added: November 05, 2020 | Visits: 3.261

PowerPointPipe Replace for PowerPoint Search and Replace multiple Microsoft PowerPoint presentations. Change hyperlinks and UNC paths when servers get renamed; update contact details such as names, addresses and phone numbers; translate presentations with find/replace lists; update Microsoft SharePoint documents or Microsoft...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $99.00 USD Size: 11.25 MB Download (402): PowerPointPipe Replace for PowerPoint Download

< 1 2 3 4 5