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

Str Varstr software
Filter: All | Freeware | Demo
 

Str Varstr

1 2 3 4 > 
Added: July 28, 2013 | Visits: 177

STR2VAR FUNCTION VAR = STR2VAR(STR)Returns the variable or array of variables, VAR, matching the pattern STR. Matching variables must be of same type.a = 3;b = str2var('a'); % b is now equal to a, i.e. 3.a1 = 3;a2 = 2;b = str2var('a*'); % b is now an array with values [3, 2].



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): STR2VAR Download

Added: October 01, 2010 | Visits: 753

Str Str is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python. The Str class has minimal outside dependencies, is implemented as a single source file, and is designed to be user-customized. Str also makes it simple to allocate fast...





Platforms: *nix

License: Freeware Size: 256 KB Download (90): Str Download

Added: May 10, 2013 | Visits: 295

Deeply applying str() across a data structure The str() function in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists. This module also provides utilities to develop custom...


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


Added: January 13, 2010 | Visits: 698

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: September 04, 2010 | Visits: 893

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: October 05, 2010 | Visits: 642

Jcode Jcode is a Japanese Charset Handler. SYNOPSIS use Jcode; # # traditional Jcode::convert($str, $ocode, $icode, "z"); # or OOP! print Jcode->new($str)->h2z->tr($from, $to)->utf8; < Japanese document is now available as Jcode::Nihongo. > Jcode.pm supports both object and traditional...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): Jcode Download

Added: November 26, 2010 | Visits: 1.417

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: March 17, 2010 | Visits: 672

Inline::Struct Inline::Struct is a Perl module that manipulate C structures directly from Perl. SYNOPSIS use Inline C => Config => Structs => [Foo]; my $obj = Inline::Struct::Foo->new; $obj->num(10); $obj->str("Hello"); myfunc($obj); __END__ __C__ struct Foo { int num; char *str; }; void...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Inline::Struct Download

Added: August 18, 2010 | Visits: 1.014

Text::Roman Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. SYNOPSIS use Text::Roman; print roman(123); Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Roman Download

Added: February 23, 2010 | Visits: 776

pytags pytags is a Python library capable of reading and writing MP3, FLAC and OGG file tags. Being tired of having to use a different API calls for the main 3 media files in my library I created this library class. It utilizes pyid3lib, python-vorbis and python-flac as backends. None are required,...


Platforms: *nix

License: Freeware Download (95): pytags Download

Released: October 21, 2011  |  Added: October 30, 2011 | Visits: 880

iToolSoft Movie Subtitle Editor iToolSoft Movie Subtitle Editor is software which can be used to edit movie subtitles and make the subtitles into the film. Also, creating a subtitle file (str format) that was written into the film is supported. Combining the subtitle and film file together is also supported for iToolSoft Movie...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 5.36 MB Download (136): iToolSoft Movie Subtitle Editor Download

Added: May 10, 2013 | Visits: 548

Conversion to unicode or byte string Python's built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an enhanced version of str() and unicode() that could be used as handy functions to convert between byte string and unicode. This...


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

License: Freeware Download (58): Conversion to unicode or byte string Download

Added: June 11, 2013 | Visits: 445

Example of Lempel Ziv coding [dec_cod, code_bin, code_book] = lempel_ziv(alf, str)It's a function with three output variables and two input variables.'dec_cod' is the decimal code that codify the input string 'str'.'code_bin' is the binary code of the string obtained from the 'dec_cod' conversion.'code_book' is the code-book...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Example of Lempel Ziv coding Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....


Platforms: Matlab


Added: August 31, 2013 | Visits: 285

isblank.m Function determines whether the string str consists only of blank characters. For strings of blank characters function returns logical 1. For empty strings function returns logical 0. For non-character arguments function returns a type mismatch error.Examples:>> isblank(' ')ans =1>> isblank(' foo...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): isblank.m Download

Added: June 03, 2013 | Visits: 416

Command window file explorer Displays a directory listing in two colors. Beside each directory or file has a link to do one of the following:- Open the file using the OS- Open the directory with windows explorer- Run a .m file as a scriptClicking on the file name will edit the file using matlab. Clicking on a directory...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Command window file explorer Download

Added: August 25, 2013 | Visits: 326

Class for character array Create a new type called STR with a character array inside, implemented as a structure. It was inspired in Visual Basic syntax. It was implemented several operators and functions overloads, but allows any character array function using "char" conversor function or ' transpose overload. It's...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Class for character array Download

Added: July 10, 2013 | Visits: 642

CGI::WebOut CGI::WebOut is a Perl module used to make CGI programmer's work more comfortable. The main idea is to handle output stream (STDOUT) to avoid any data to be sent to browser without Content-type header. Of cource, you may also send your own headers to browser using Header(). Any errors or warnings...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): CGI::WebOut Download

Added: October 10, 2013 | Visits: 380

Parse::Method::Signatures Parse::Method::Signatures is a Perl module inspired by Perl6::Signature but streamlined to just support the subset deemed useful for TryCatch and MooseX::Method::Signatures. METHODS There are only two public methods to this module, both of which should be called as class methods. Both methods...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Parse::Method::Signatures Download

Added: August 19, 2008 | Visits: 1.153

SUPER 2008 SUPER (meaning Simplified Universal Player Encoder & Renderer) is a completely free tool with which you can convert a video file into any format, easily and smoothly. It accepts almost all entry formats, and allows you to choose between exit formats. No need to have other applications, extensions...


Platforms: Windows

License: Freeware Size: 2 KB Download (288): SUPER 2008 Download

1 2 3 4 >