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

Truth Or Dare Pics software
Filter: All | Freeware | Demo
 

Truth Or Dare Pics

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 808

Hot or Not 2 Component Hot or Not 2 is a picture rating component that can also be used a gallery under Joomla. It is versatile and unlimited categories may be created and administered easily. Users can upload pictures into any category/ folder and also rate them and comment on them. 



Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): Hot or Not 2 Component 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: April 09, 2013 | Visits: 473

Function To Generate Truth Table This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension.The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.While this is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function To Generate Truth Table Download

Added: May 25, 2013 | Visits: 577

m4aread - read MPEG4 (AAC or M4A) compressed audio files m4aread provides a drop-in replacement for wavread when the audio files are compressed using MPEG4 audio (AAC or M4A) format. (Protected m4p files cannot be decoded, unfortunately.)All the work is done by the external "faad" binary, an open-source AAC decoder available for multiple platforms....


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): m4aread - read MPEG4 (AAC or M4A) compressed audio files Download

Added: April 13, 2013 | Visits: 398

ARMAsel for Irregular or Missing Data Accurate estimates of the autocorrelation function or the power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the given data. It is assumed that the ARMASA and the...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (47): ARMAsel for Irregular or Missing Data Download

Renko with variable box size for GBPJPY or GJ (Pound Yen) With this m-file, you can plot or create the matrix which is the Renko Chart of GBPJPY currency pair. Use a .CSV file with fields:(serial date) , (open) , (high) , (low) , (close) , (volume)e.g.40367 133.18 134.59 133.015 133.34 35899or734327 133.18 134.59 133.015 133.34 35899


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Renko with variable box size for GBPJPY or GJ (Pound Yen) Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....


Platforms: Matlab


Added: June 18, 2013 | Visits: 410

Real or Simulated Stock Quote/Trade through MBTrading Allows connection to MBTrading for either simulated trading (delayed quotes and fake money) or real trading (real-time quotes and actual funds). Various files for account connection, quotes and orders. So far not very well documented... work in progress.Also requires the free MBTrading SDK...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (40): Real or Simulated Stock Quote/Trade through MBTrading Download

PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction Leave-one-out cross-validation for PLS regression or discriminant analysispls_cv = plscv(x,y,vl,'da')input:x (samples x descriptors) for cross-validationy (samples x variables) for regression or (samples x classes) for discriminant analysis. Classes numbers must be >0.vl (1 x 1) number of latent...


Platforms: Matlab


Added: March 27, 2013 | Visits: 350

Render RGB text over RGB or Grayscale Image by Davide Di Gloriawith the great contribution of Franz-Gerold UrlRender RGB text over RGB or grayscale images of ANY RESOLUTION!usage:out=rendertext(target, text, color, pos, mode1, mode2)target ... MxNx3 or MxN matrixtext ... string (NO LINE FEED SUPPORT)color ... vector in the form [r g b]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Render RGB text over RGB or Grayscale Image Download

Added: July 09, 2013 | Visits: 423

Select or Crop Portion of Image This program allows the user to open any image and select or crop a rectangular portion of that image. May require the image-processing toolbox.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Select or Crop Portion of Image Download

Added: May 30, 2013 | Visits: 600

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

PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction. Leave-one-out cross-validation for PLS regression or discriminant analysispls_cv = plscv(x,y,vl,'da')input:x (samples x descriptors) for cross-validationy (samples x variables) for regression or (samples x classes) for discriminant analysis. Classes numbers must be >0.vl (1 x 1) number of latent...


Platforms: Matlab


Added: August 17, 2013 | Visits: 156

index or subscript in datatip A datatip text update function that displays linear index or subscript information within the datatip (see figure with the additional "@..." lines).Simple, but helpful e.g. if you want to find out index ranges of interest of your plotted data.(note: the code was created without influence by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): index or subscript in datatip Download

Added: April 29, 2013 | Visits: 350

Functions that checks if a number is odd or even Functions that checks if a number is odd or even.(This is a little bit more complicated than using "mod(x, 2)" if you want error handling for certain cases.)The function can handle double, single, and integer classes, as well as arrays of these.* An error is raised if a floating point number is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Functions that checks if a number is odd or even Download

Added: September 01, 2013 | Visits: 345

Display progress, pause or stop a time-consuming loop This class creates a small pause/stop window, that allows you to either abort a running loop or pause the execution and create breakpoints or change/correct mistakes in the code (this works for files that are not in the stack from where stop.requested is called).It can be used in different ways:-...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Display progress, pause or stop a time-consuming loop Download

Added: July 29, 2013 | Visits: 343

disptable - Display matrix with column or row labels Sometimes, rows or columns (or both) of a displayed matrix or vector have different meanings, and it would be nice to display them along with the matrix (instead of, say, remembering that the third row holds a given property of a set of data points). This function allows you to specify strings...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): disptable - Display matrix with column or row labels Download

Added: April 19, 2013 | Visits: 459

Normalize 1 or 2D data to a linear range. Function that transforms 1 or 2D data to match a specified linear dynamic range.NORMALIZE_IMAGE(I,R) applies a linear transformation to the dynamic range of I, mapping pixel intensities to new values over the range R.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Normalize 1 or 2D data to a linear range. Download

Added: August 25, 2013 | Visits: 455

Generalised Truth Tables Generate 'truth tables' where columns correspond to digits in arbitrary mixtures of bases.Normal truth tables enumerate all possible rows of binary digits. In a generalised truth table, the base associated with each digit is arbitrary. This allows exhaustive generation of combinations of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Generalised Truth Tables Download

Normalize N-D Vectors in Single Matrix or N Component Matrices Normalizes N-D vectors provided either in one matrix, or as multiple component matrices.NORMVEC normalize vector(s). NORMVEC computes the unit vectors in the direction of the vectors provided. It can process two types of arguments: 1) single matrix of vectors 2) multiple matrices of vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Normalize N-D Vectors in Single Matrix or N Component Matrices Download

< 1 2 3 4 5