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

Guide To A software
Filter: All | Freeware | Demo
 

Guide To A

1 2 3 4 5 > 
Added: July 07, 2006 | Visits: 4.999

Guide To Spyware And Virus Removal Guide To Spyware And Virus Removal is a step by step guide to removing spyware and viruses from your computer. You learn how to use the same free tools that IT Professionals use to remove spyware and viruses from your computer. The Guide To Spyware And Virus Removal includes a members only... Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 4.42 MB Download (564): Guide To Spyware And Virus Removal Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 683

The PC Technicians Guide to Profits The PC Technicians Guide to Profits is for any mobile computer service person already on the go or for the novice interested in starting a home-based computer service business. It gives examples of shop layout, equipment, essential tools, communication strategies, preventative maintenance... Platforms: Windows

License: Demo Cost: $27.95 USD Size: 837 KB Download (410): The PC Technicians Guide to Profits Download

Added: October 28, 2013 | Visits: 458

Guide to Fin Management. Guide to Fin Management is a complete learning solution, utilizing a full professional-level textbook and multiple study aides such as knowledge tests and interactive flashcards to ensure an effective learning experience. Designed specifically for optimized mobile learning this course is... Platforms: Mac

License: Commercial Cost: $39.99 USD Size: 11.3 MB Download (42): Guide to Fin Management. Download

Added: September 14, 2013 | Visits: 427

The Wanderer's Guide to Earth The Wanderer's Guide to Earth is an attempt at a Wikitravel downloader and offline viewer to make it possible to download and then browse all the Wikitravel articles while off-line. Ideal for traveling where no Internet is available, between Internet spots or where Internet is expensive. A... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 162.14 MB Download (48): The Wanderer's Guide to Earth Download

Added: August 28, 2008 | Visits: 1.763

Quick Guide to English Verbs Free English4Today studyGuide: Guide to English language verbs and tenses with optional online support materials and exercises. Part of a series of free studyGuides developed by English4Today.com for school, college,university and EFL students. Easy navigation and very simple install and... Platforms: Windows

License: Freeware Size: 3 KB Download (650): Quick Guide to English Verbs Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 508

The Definitive Guide To VoIP Definitive Guide To VoIP. You're About To Learn How To Speed The Communication Process, No more Wasted Time Spent Typing, Never Make Another Phone Call Again! It doesn't matter if you're new to the computer and do not have any experience or education, Voip Technology lets you talk for FREE to... Platforms: Windows, Edition 2005

License: Freeware Size: 145 KB Download (49): The Definitive Guide To VoIP Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 491

Guide to Matlab Guide to Matlab, Matlab 7, Matlab Getting Started, Matlab Demystified, Matlab for Engineers Platforms: Windows

License: Freeware Size: 2.54 MB Download (750): Guide to Matlab Download

Added: May 10, 2013 | Visits: 669

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: 619

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: 577

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: 474

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: 564

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: 480

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: 512

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: March 29, 2013 | Visits: 447

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: 444

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: 440

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: March 02, 2010 | Visits: 1.577

Chatbot::Alpha::Tutorial Chatbot::Alpha::Tutorial is a beginners guide to Chatbot::Alpha 2.x. INTRODUCTION What is Chatbot::Alpha? Chatbot::Alpha is a Perl module for reading and processing Alpha code. Alpha code is a command-driven response language, primarily used for chatterbots. The language format is quite... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Chatbot::Alpha::Tutorial Download

1 2 3 4 5 >