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

What Is A Dummy Variable freeware
Filter: All | Freeware | Demo
 

What Is A Dummy Variable

< 1 2 3 4 5 > 
Released: January 30, 2018  |  Added: February 19, 2018 | Visits: 900

Acronis Ransomware Protection Acronis Ransomware Protection is a free, lightweight version of Acronis proven, artificial intelligence-based anti-ransomware technology, which protects users against attacks from both known and unknown ransomware variants. Unlike traditional AV software options, Acronis Ransomware Protection... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 19.67 MB Download (73): Acronis Ransomware Protection Download

Added: March 03, 2010 | Visits: 1.244

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my... Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Statistics::Forecast Download

Added: March 03, 2010 | Visits: 1.728

GNU Radio GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in todays high performance wireless... Platforms: *nix

License: Freeware Size: 1024 KB Download (138): GNU Radio Download

Added: February 18, 2010 | Visits: 1.055

GraphViz GraphViz is a Perl interface to the GraphViz graphing tool. SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node(London); $g->add_node(Paris, label => City ofnlurve); $g->add_node(New York); $g->add_edge(London => Paris); $g->add_edge(London => New York, label => Far);... Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): GraphViz Download

Added: January 25, 2010 | Visits: 1.408

PunBB PunBB is a fast and lightweight discussion board. Its primary goal is to be a faster, smaller, and less graphic alternative to otherwise excellent discussion boards like phpBB, Invision Power Board, and vBulletin. PunBB project has fewer features than many other discussion boards, but is... Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): PunBB Download

Added: September 01, 2010 | Visits: 770

Cyclone3 Cyclone3 project is a platform that enables you to create robust, well integrated and specialized applications of all kinds, not just Web/XHTML based applications. All applications are based on open standards and technologies, primarily Perl and XUL. What is a framework ? Framework is an... Platforms: *nix

License: Freeware Size: 1024 KB Download (100): Cyclone3 Download

Added: August 09, 2010 | Visits: 725

Cyclone3 3.0 Cyclone3 project is a platform that enables you to create robust, well integrated and specialized applications of all kinds, not just Web/XHTML based applications. All applications are based on open standards and technologies, primarily Perl and XUL. What is a framework ? Framework is an... Platforms: *nix

License: Freeware Size: 2.6 MB Download (93): Cyclone3 3.0 Download

Added: August 20, 2010 | Visits: 813

Class::MOP Class::MOP is a Meta Object Protocol for Perl 5. SYNOPSIS # ... This will come later, for now see # the other SYNOPSIS for more information This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics... Platforms: *nix

License: Freeware Size: 73.73 KB Download (97): Class::MOP Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 172

Intervalence Intervalence is a very simple, minimalistic program for musicians, designed to test their ability to correctly spell musical intervals. Question: What is a perfect 5th above A#? Answer: E# Platforms: Windows, Mac, Linux

License: Freeware Size: 25.54 KB Download (43): Intervalence Download

Added: August 23, 2013 | Visits: 310

pyPEG Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. To get a quick... Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): pyPEG Download

Added: September 02, 2013 | Visits: 468

Chronicle for Linux Chronicle software is a small and fast blog compiler, written in Perl with minimal dependencies. What is a blog compiler? It is a simple piece of software which will convert a directory of text files into static tree of HTML and RSS files which can be published online as a full-featured blog... Platforms: *nix

License: Freeware Size: 81.92 KB Download (38): Chronicle for Linux Download

Added: June 25, 2010 | Visits: 2.133

LINGOT Is Not a Guitar-Only Tuner LINGOT is a musical instrument tuner. LINGOT is easy to use, accurate, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. (Tuning another instruments has not been tested). It looks like an analogic tuner, with a gauge... Platforms: *nix

License: Freeware Size: 450.56 KB Download (276): LINGOT Is Not a Guitar-Only Tuner Download

Added: May 04, 2010 | Visits: 1.729

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes... Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: May 27, 2010 | Visits: 908

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: September 23, 2010 | Visits: 785

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: October 26, 2010 | Visits: 764

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Variable::Strongly::Typed::Array Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 554

Environment Variable Editor Environment Variable Editor is a handy and reliable utility designed to enable you to edit environment variables from a GUI interface. Environment Variable Editor is a better alternative for editing variables. It provides a GUI that enables you to access and edit the variables more quickly. Platforms: Windows

License: Freeware Download (50): Environment Variable Editor Download

Added: August 31, 2013 | Visits: 409

Dummy Lipsum Dummy Lipsum is a Firefox extension that can generate "Lorem Ipsum" dummy text. Minimum text length: 5 words. Context menu option on form inputs ("Insert Dummy Lipsum"). This option fills automatically the selected field. Platforms: *nix

License: Freeware Size: 71.68 KB Download (42): Dummy Lipsum Download

Released: May 06, 2009  |  Added: May 14, 2009 | Visits: 4.475

Reach-a-Mail Are you spending a lot of time away from your computer? Wish you had access to all your email accounts while traveling? Need to have your letters and address book with you, but don't want to carry a notebook? Reach-a-Mail gives the right answer! While you are traveling, it is very important... Platforms: Windows

License: Freeware Size: 2.93 MB Download (474): Reach-a-Mail Download

Released: July 03, 2007  |  Added: July 06, 2007 | Visits: 2.398

Reach-a-Mail for U3 Are you spending a lot of time away from your computer? Wish you had access to all your email accounts while traveling? Need to have your letters and address book with you, but don't want to carry a notebook? Reach-a-Mail gives the right answer! While you are traveling, it is very important to... Platforms: Windows

License: Freeware Size: 2.34 MB Download (234): Reach-a-Mail for U3 Download

< 1 2 3 4 5 >