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

Parallel Tangents To A Circle software
Filter: All | Freeware | Demo
 

Parallel Tangents To A Circle

1 2 3 4 5 > 
Added: May 03, 2013 | Visits: 461

A Simple function to plot a circle This function uses rectangle command to plot a circle. The center is to be given in a vector form and radius is a non-negative number.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): A Simple function to plot a circle Download

Added: May 10, 2013 | Visits: 664

Write a file to a WebDAV Server This script is an extremely simple example of using homepage to write a file to a WebDAV server. This version does not use any authentication mechanism.





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

License: Freeware Download (57): Write a file to a WebDAV Server Download

Added: May 10, 2013 | Visits: 611

Dump a database file to a pickle This script converts the database file given on the command line to a pickle representation.The default is hash. If a pickle file is named it is opened for write access (deleting any existing data). If no pickle file is named, the pickle output is written to standard output.


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

License: Freeware Download (53): Dump a database file to a pickle Download

Added: May 10, 2013 | Visits: 570

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


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


Added: May 10, 2013 | Visits: 468

Dynamically added methods to a class This script allows you to add a method to a class at an arbitrary point in your code. The method is available instantly to all already existing instances and of course ones yet to be created. If you specify method_name then that name is used for the method call.


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

License: Freeware Download (57): Dynamically added methods to a class Download

Find all object privileges, system privileges, and roles granted to a user or role These two SQL*Plus scripts run SQL to find all privileges and roles granted to a specified user or role. Each script spools its output to a file which is then opened in Notepad.


Platforms: JavaScript


Added: September 03, 2013 | Visits: 558

Convert Time Array to a Datenum Array UTC time (universal time convention) is used in ANSI-C standard for defining time. This is measured in seconds since 1970, at the Prime Meridian.The UTC2Datenum_array function takes a M x 1 array of UTC time values and converts it to a M x 1 array of Matlab serial Time values.This code is derived...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Convert Time Array to a Datenum Array Download

Added: May 06, 2013 | Visits: 473

Interface to a LBFGS solver This submission contains an interface to a LBFGS solver for unconstrainted minimization problems of the formmin_{x} f(x) + c*|tilde{x}|,where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.| denotes the 1-norm, and tilde{x} is some subset of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interface to a LBFGS solver Download

Calculation of distances from a given set of points to a set of segments CSMV calculates distances from a given set of points to a set of linear segments SYNOPSIS: [squared_distances_to_segments I]=csmv(P,R,Q,to_plot) [squared_distances_to_segments I]=csmv(P,R,Q,...) INPUT P,R : arrays of coordinates of 2n segment endpoints (i.e., if there are n segments considered in...


Platforms: Matlab


Added: September 01, 2013 | Visits: 506

DicePhoto : Convert an Image to a new image using dice simple program that converts an Image to a new image using dice


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 440.32 KB Download (41): DicePhoto : Convert an Image to a new image using dice Download

Added: May 30, 2013 | Visits: 601

Check Whether a Point Lies Inside,Outside or On a Circle This program checks whether a point (x,y) lies inside,outside or on a circle defined by 3 other points.Syntax: iscircle(X,Y,x,y), where X=[x1 x2 x3] and Y=[y1 y2 y3]. Thus, a circle can be made out of these 3 points-->(x1,y1), x2,y2)&(x3,y3).Program checks whether point (x,y) lies inside,outside...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Check Whether a Point Lies Inside,Outside or On a Circle Download

Added: March 29, 2013 | Visits: 440

Take a vector and convert it to a unit vector (normalize) This function will take a [1xn] or [mx1] vector and normalize it to a unit vector length.To use this function [vectorOut] = fcn_createUnitVector(vectorIn)Error checking is performed to test for NaN values in the output, and a square root of the sum of the squares == 1This function will take...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Take a vector and convert it to a unit vector (normalize) Download

Added: June 09, 2013 | Visits: 440

Convert Keplerian Orbital Elements to a State Vector Convert orbital elements to a state vector, or a state vector back to orbital elements.Most readily available Keplerian orbital element conversion utilities do not address circular or parabolic orbits. This set of routines will address the complete spectrum of orbits from a circular equatorial...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Convert Keplerian Orbital Elements to a State Vector Download

Added: June 05, 2013 | Visits: 435

Print Graphics to a File PTF supports printing MATLAB graphics to a file while the following properties can be set to a desired value:file format & name,figure width/height,color/resolution/renderer,font name/size/style,line size.PTF -GUI starts a GUI in order to simplify the process of choosing the right properties and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (44): Print Graphics to a File Download

Added: January 07, 2010 | Visits: 1.378

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Added: September 08, 2013 | Visits: 490

Apply a function to a set of probability distributions Returns the distribution of the function FUN applied to the set of distributions given in VARARGINPDFFUN Apply a function to a set of probability distributions[S,P,C]=PDFFUN(FUN,VARARGIN) will return the distribution of the function FUN applied to the set of distributions given in VARARGIN The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Apply a function to a set of probability distributions Download

Released: July 07, 2011  |  Added: August 18, 2011 | Visits: 1.359

Aspose.Pdf.Kit for Java Aspose.Pdf.Kit is a Java component for PDF document manipulation of both windows and web based Java applications. It supports adding digital signatures, CJK fonts, annotations and creating PDF bookmarks. Other features include: encrypting or decrypting a PDF file, extracting or adding images and...


Platforms: Windows, *nix, Java

License: Shareware Cost: $799.00 USD Size: 5.8 MB Download (108): Aspose.Pdf.Kit for Java Download

Released: July 04, 2011  |  Added: August 16, 2011 | Visits: 1.067

WMV joiner for Mac You might have several movie files that are split up and you want to combine them into one "without interruption" file.WMV Joiner for Mac is such kind of professional and powerful video joiner or merger specially designed for Mac users that can join or merge some WMV video files to a large WMV...


Platforms: Mac

License: Shareware Cost: $29.95 USD Size:   Download (264): WMV joiner for Mac Download

Released: November 14, 2016  |  Added: December 01, 2016 | Visits: 1.635

Aiseesoft PDF Merger Aiseesoft PDF Merger is the best and simplest PDF merging tool in the world. It has the ability to accurately merge many PDF documents into one or merge many parts in a PDF file to a new PDF file. Batch PDF Merger enables users to merge PDF files into a new one in batch. It has many PDF merge...


Platforms: Windows, Windows 7, Other

License: Shareware Cost: $25.00 USD Size: 1.82 MB Download (459): Aiseesoft PDF Merger Download

Added: May 10, 2013 | Visits: 387

xmlObjectifier xmlObjectifier a simple way to convert XML to a JSON object.In just one method call your XML document is converted into a JavaScript Object and is ready for simple data browsing using a familiar dot notation. xmlObjectifier is written in client-side JavaScript in an object oriented manner to...


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

License: Freeware Download (60): xmlObjectifier Download

1 2 3 4 5 >