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

Line X Tester software
Filter: All | Freeware | Demo
 

Line X Tester

1 2 3 4 5 > 
Added: April 28, 2013 | Visits: 384

Plot 3D Color Line This function plots a 3D line (x,y,z) encoded with scalar color data (c). This function is an improvement over the CLINE function previously made available on TMW File Exchange. Rather than using the LINE function a PATCH surface is generated. This provides a way to change the colormapping...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Plot 3D Color Line Download

Added: June 02, 2013 | Visits: 312

cline.m This function plots a 3D line (x,y,z) encoded with scalar color data (c) using the specified colormap (default=jet). Thus, lines with variable color can be plotted (eg. temperature along a 3D line path).





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): cline.m Download

Added: June 07, 2010 | Visits: 1.073

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: April 18, 2013 | Visits: 294

Fast retrieve line coordinates function [x,y]=conect(Xstart,Xend,Ystart,Yend)works the same as LINE(X,Y) but you can retrieve the coordinates of the line. It works for Xstart~=Xend.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Fast retrieve line coordinates Download

Added: May 23, 2013 | Visits: 310

plotstats PLOTSTATS(XDATA,YDATA) generate a nice figure for the statistical visualisation of datasets. YDATA is a cell array of vectors, each vector being a group of samples to test. XDATA is a cell array of the same size of YDATA, each element being a single number representing the abscissa of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): plotstats Download

Added: June 09, 2013 | Visits: 353

Multivariate Gaussian Distribution Creates a number of samples from a specified number of dimensions and centers them around a given mean, and within a given covariance range. You might not find it very useful, but hey, I need something to do this so why not.To use:You need to generate 1000 samples from a 3 dimensional Gaussian...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Multivariate Gaussian Distribution Download

Added: January 25, 2010 | Visits: 1.274

Aqua For Command-Line Tools Aqua For Command-Line Tools provides point-and-click user interfaces for controlling the command-line tools shipped with Mac OS X. Use it to:Run powerful Unix tools with point-and-click ease.Quickly see what each tool does and which options are available.Skip the manual and have correct command...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (97): Aqua For Command-Line Tools Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 982

Command Line Copy & Paste for Mac OS This bundle of Mac OS X command line applications consists of two simple programs. maccopy and macpaste. These two programs copy or print the text currently from or to the Mac OS X pasteboard. Use these applications in your scripts or any other place for better integration with the operating system.


Platforms: Mac

License: Freeware Size: 20.48 KB Download (61): Command Line Copy & Paste for Mac OS Download

Added: January 03, 2006 | Visits: 5.715

X-Server for windows X-ThinPro X-Server for windows X-ThinPro allows to run UNIX (X-Windows) applications on your PC and is an inexpensive but powerful and effective way to transform a standard PC into a fully functional X-terminal. Included in the package are the X-Window System, TCP/IP, FTP, TFTP, LPR, TELNET client...


Platforms: Windows

License: Shareware Cost: $90.00 USD Size: 13.32 MB Download (668): X-Server for windows X-ThinPro Download

Added: February 18, 2006 | Visits: 3.373

x-Wall series x-Wall is a series of 4 products intended to shield your computer and keep your data safe. x-Wall includes fully customizable and user-defined content filter, antivirus-ready internet processor and personal firewall. Content filter includes rule tester-composer and separate options for each...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 2.15 MB Download (478): x-Wall series Download

Released: September 01, 2021  |  Added: November 16, 2021 | Visits: 3.914

X-NetStat X-NetStat shows your current Internet and network connections in realtime. These connections are established each time you visit a web page, send an instant message, check your email, or anytime you do network activity that requires you to connect to another computer. They also appear when...


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

License: Shareware Cost: $49.95 USD Size: 75.61 MB Download (376): X-NetStat Download

Added: February 05, 2010 | Visits: 2.255

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: September 13, 2010 | Visits: 1.557

Fusion X Metal Fusion X Metal is a KDE theme inspired by fusionxaqua appearance theme and reflection kbfxs theme. Im using xgl compiz quinstorm with compiz-themer and he works perfectly.(http://gentoo-wiki.com/HOWTO_XGL). I have modified the buttons in the vista style decoration (you find them inside the file)....


Platforms: *nix

License: Freeware Size: 184.32 KB Download (133): Fusion X Metal Download

Added: March 05, 2010 | Visits: 2.377

X File Explorer X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov. Xfe aims to be the file manager of choice for all the Unix addicts! Why another file manager when the excellent...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (267): X File Explorer Download

Added: July 07, 2010 | Visits: 1.321

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): Algorithm::Line::Bresenham Download

Added: April 12, 2010 | Visits: 761

X-pired X-pired is an action-puzzle game written in C using SDL, SDL_mixer, SDL_image and SDL_gfx libraries distributed under the terms of GNU GPL. The goal of the game in each level is to reach the exit square, avoiding exploding barrels and other deadly stuff... Whats New in This Release: - Some...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (91): X-pired Download

Released: January 13, 2012  |  Added: February 14, 2012 | Visits: 1.398

PCL to PDF Command Line application PCL to PDF Command Line application can convert the pcl to pdf keep hing quaility and similarity with the source pcl file. Meanwhile, you can adjust the converted pdf file according to your needs. Key parameters of PCL to PDF Command Line application: 1.-width int : Set page width for...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (577): PCL to PDF Command Line application Download

Released: March 14, 2012  |  Added: March 25, 2012 | Visits: 756

JSCAPE Load Tester JSCAPE Load Tester is a platform independent load testing application for use in testing performance of FTP, FTPS, SFTP and AFTP (Accelerated File Transfer Protocol) services under heavy load. Example Uses: - Simulate heavy user and/or network load against your file transfer services -...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 4.37 MB Download (86): JSCAPE Load Tester Download

Released: November 20, 2012  |  Added: April 02, 2013 | Visits: 665

Advanced Command Line PDF Stamper Advanced Command Line PDF Stamper is a scriptable .exe utility that automates stamping of PDF documents with single-line or multiple-line verbiage. The application, aclpdfstamp.exe, has no graphical user interface, automatically locates all PDF documents in the input directory and its...


Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 2.03 MB Download (54): Advanced Command Line PDF Stamper Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 486

X-Cart Kelkoo Data Feed X-Cart Kelkoo Data Feed is an X-Cart contribution which unbelievebly simplifies your products export into Kelkoo.com - one of the best Pay-Per-Click services. Kelkoo is a shopping search engine, which helps you find stores selling products on-line through a results page, which lets you compare...


Platforms: Windows

License: Commercial Cost: $29.00 USD Size: 10 KB Download (50): X-Cart Kelkoo Data Feed Download

1 2 3 4 5 >