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

G Soccer Statistic Data software
Filter: All | Freeware | Demo
 

G Soccer Statistic Data

1 2 3 4 5 > 
Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 790

G.V.D. - Data Encrypt & Decrypt G.V.D. - Data Encrypt & Decrypt is a handy and reliable utility designed for text encryption and decryption. G.V.D. - Data Encrypt & Decrypt is very easy to use. Just enter the text and press 'Encrypt'.



Platforms: Windows

License: Freeware Download (417): G.V.D. - Data Encrypt & Decrypt Download

Released: March 25, 2019  |  Added: January 10, 2024 | Visits: 94

MailVita G Suite Backup for Mac Using MailVita G Suite Backup Mac Software, the users can swiftly transfer Google Apps data to the computer system. It is one of the easiest ways to access G Suite cloud data to the desktop. The emails and attachments are exported in the common formats like .pst, .eml, .emlx, .mbox, .msg etc....





Platforms: Mac

License: Shareware Cost: $49.00 USD Size: 53.18 MB Download (29): MailVita G Suite Backup for Mac Download

Added: October 05, 2006 | Visits: 6.218

Soccer Stats Tracker - Europe Soccer Stats Tracker(SSTracker) is a software for tracking soccer statistic for all major European leagues plus Brazil and Argentina. SSTracker is mainly designed to increase your betting income, but you can use it also for tracking your favourite teams (leagues) in a very fast and efficient way....


Platforms: Windows

License: Demo Cost: $60.00 USD Size: 3.42 MB Download (364): Soccer Stats Tracker - Europe Download

Added: July 23, 2010 | Visits: 969

Statistics::Descriptive::Discrete Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. SYNOPSIS use Statistics::Descriptive::Discrete; my $stats = new Statistics::Descriptive::Discrete; $stats->add_data(1,10,2,0,1,4,5,1,10,8,7); print "count = ",$stats->count(),"n";...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Statistics::Descriptive::Discrete Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 659

Local sharing plugin Data export module "Local database" for program Advanced Serial Data Logger represents a set of tools for exporting any parsed serial data to different popular formats, such as: Microsoft Excel, RTF, HTML, CSV, DIFF, SYLK, Plain text, Windows Clipboard, XML, DBF, PDF, Lotus 1-2-3 and Quttro...


Platforms: Windows

License: Freeware Size: 1.4 MB Download (46): Local sharing plugin Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 636

DDE server plugin Data export module "DDE server" for Advanced Serial Data Logger is used for data transmit received by Advanced Serial Data Logger picked out from byte flow by parser to other programs on DDE technology. The data export module works as server; it means that it gives access to reading data on every...


Platforms: Windows

License: Freeware Download (56): DDE server plugin Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 693

Internet sharing plugin Data export module "Local database" for program Advanced Serial Data Logger represents a set of tools for exporting any parsed serial data to different popular formats, such as: Microsoft Excel, RTF, HTML, CSV, DIFF, SYLK, Plain text, Windows Clipboard, XML, DBF, PDF, Lotus 1-2-3 and Quttro...


Platforms: Windows

License: Freeware Size: 1.4 MB Download (44): Internet sharing plugin Download

Added: February 16, 2010 | Visits: 973

DBD::AnyData DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import); $dbh->func( cars, DBI, $mysql_dbh, ad_import); #...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): DBD::AnyData Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 459

MedCalc 64-bit MedCalc is a complete statistical program for Windows designed to closely match the requirements of biomedical researchers. It is fast, user-friendly and reliable. MedCalc is the most user-friendly software for Receiver Operating Characteristic curve (ROC curves) analysis. The MedCalc ROC module...


Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 16.32 MB Download (51): MedCalc 64-bit Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 455

MedCalc MedCalc is a complete statistical program for Windows designed to closely match the requirements of biomedical researchers. It is fast, user-friendly and reliable. MedCalc is the most user-friendly software for Receiver Operating Characteristic curve (ROC curves) analysis. The MedCalc ROC...


Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 12.95 MB Download (535): MedCalc Download

Added: May 13, 2013 | Visits: 381

scrollingplot Where several instruments record a time-series of data with a common time record, quality control and despiking of the data is often linked between the instruments. This function allows a variable number of datasets (with a common time record) to be plotted and scrolled through. Bad data can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): scrollingplot Download

Added: July 19, 2010 | Visits: 1.247

NCO NCO (The netCDF Operators) are a suite of programs known as operators. Each operator is a standalone, command line program which is executed at the UNIX shell-level like, e.g., ls or mkdir. The operators take netCDF files as input, then perform a set of operations (e.g., deriving new data,...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (104): NCO Download

Added: January 26, 2010 | Visits: 1.449

ETrace ETrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP and other IP protocols. Usage: etrace [ -BbCcnv ] [ -p profile ] [ -F config ] [ -i interface ] [ -I icmp-type ] [ -T port ] [ -U port ] [ -P protocol ] [ -r probe-count ] [ -t...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (103): ETrace Download

Added: April 03, 2010 | Visits: 1.423

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: August 11, 2010 | Visits: 783

Khalkhi framework Khalkhi framework was formerly known as Contacts framework. Khalkhi (say [χalχi]) is a plugin-based framework for (the properties of) entries in the KDE Addressbook and services upon them. It consists of two libs, libkhalkhicore and libkhalkhigui, and a control center module. The framework...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (90): Khalkhi framework Download

Added: July 19, 2010 | Visits: 1.024

Parsifal XML Parser Parsifal is a validating XML 1.0 parser written in ANSI C. Parsifal API is based on SAX2. Parsifal can be used for parsing XML based messages (such as REST and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for document-oriented...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): Parsifal XML Parser Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 316

Wincup The Program WinCUP serves the Management Sport-Leagues e.g. Soccer, Foot- Hand- Volley-ball, Tennis, Dart... with 2-24 -incl. uneven quantity-Clubs, automatic Gamesprogram generating, Standard- 3-set- 5-set-League, Free Pointsystem (3 points for a victory,3-1-0 ect.), Bestlist, ETERNAL Table; ALL...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 297 KB Download (48): Wincup Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 372

Binary Browser This program is intended for software companies, programmers and web developers. In addition to hexadecimal editing, many tools which are necessary for almost any user are included. It contains all what you need for comparison of folder trees, folders or files. Thus you can keep track of changes...


Platforms: Windows

License: Shareware Cost: $80.00 USD Size: 975 KB Download (46): Binary Browser Download

Added: May 10, 2013 | Visits: 604

Jamon Jamon is a text template engine for Java, useful for generating dynamic HTML, XML, or any text-based content.In a typical Model-View-Controller architecture, Jamon clearly is aimed at the View (or presentation) layer. Because it is compiled to non-reflective Java code, and statically...


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

License: Freeware Download (52): Jamon Download

Added: May 28, 2013 | Visits: 253

browseFigure File for browsing through multiple sets of graphics objects (e.g. representing different data sets) in a single figure window: This functions enables you to browse through multiple sets of distinct graphics objects (e.g. axes, text, ect.) within a single figure window using a slider generated in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): browseFigure Download

1 2 3 4 5 >