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

Remove Spaces From A String software
Filter: All | Freeware | Demo
 

Remove Spaces From A String

< 1 2 3 4 5 > 
Added: June 13, 2013 | Visits: 353

Wave on a String Watch a string vibrate in slow motion. Wiggle the end of the string and make waves, or adjust the frequency and amplitude of an oscillator. Adjust the damping and tension. The end can be fixed, loose, or open.



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 368.64 KB Download (38): Wave on a String Download

Added: May 10, 2013 | Visits: 475

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code.





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

License: Freeware Download (53): Extract a inner function from a class 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: May 26, 2013 | Visits: 515

Distance from a point to polygon Calculate the distance from a point to 2-D polygon, and the point on the polygon closest to the point.This is based on the function made by Michael Yoshpe. Also include the test suggested by Eric Schmitz.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Distance from a point to polygon Download

Added: July 28, 2013 | Visits: 395

readFlukeFile - Read measurements from a Fluke multimeter [DATA TIME] = readFlukeFile(FILENAME), reads a CSV file with recorded measurements from a Fluke multimeter. It returns DATA (a vector of measurement values) and TIME (a vector of measurement times). The "time" of each measurement is the elapsed time in seconds since the start of the recording...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (50): readFlukeFile - Read measurements from a Fluke multimeter Download

Added: June 26, 2013 | Visits: 500

Choosse randomly number of elements from a vector function [out]=random2(ini,fin,num)% Choosse randomly a number (num) of elements from a vector [ini:fin]% Randomly change the position of the vector. in pairs of twos%% Imput:% ini: Beginning of the vector% fin: End of the vector% nun: Number of elements to choose from the range of vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Choosse randomly number of elements from a vector Download

Added: August 29, 2013 | Visits: 322

Closest value(s) from a list Returns the closest value from a list Syntax c = closest(a,b); returns the closest c value in a for each value in b [c,i] = closest(a,b); returns the index i of the closest value in a for each value in b [c,i,d] = closest(a,b); returns the difference d of the closest value in a for each value in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Closest value(s) from a list Download

Added: September 01, 2013 | Visits: 437

Add Simulink Blocks from a given Model File with context menu Customizes Simulink context menu with all blocks from a model file custom_context_menu_blocks.mdl.These blocks are accessible through context menu: Add custom block / List of blocks. The chosen block is added at the position of the mouse click that initiated the context menu.Please feel free to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Add Simulink Blocks from a given Model File with context menu Download

Find an ungapped pattern window from a set of protein sequences This program is a bioinformatics tool developed for helping biologists finding patterns from a set of protein sequences. The method is the first one that fully utilizes the advantages of the Dirichlet mixture models. It starts from a random pattern and iteratively improves the Bayesian log-odds...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.94 MB Download (43): Find an ungapped pattern window from a set of protein sequences Download

Added: June 30, 2013 | Visits: 562

Extract data from a matlab figure (.fig) file To extract data from a matlab figure (.fig) files generate using version 7 or later. It can be used for both 2D and 3D plots


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Extract data from a matlab figure (.fig) file Download

Added: July 11, 2013 | Visits: 357

Average and remove duplicates from a matrix This function finds duplicate values along the first column of a matrix, averages the remaining rows, and removes the duplicate rows.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Average and remove duplicates from a matrix Download

Added: July 25, 2013 | Visits: 416

Get binary volumes from a volume of labels / integers Creates a set of binary volumes from a volume of labels (integers value)When using label volumes (volumes with regions defined by integers), it is sometimes useful to obtain the binary volumes of each region for further processing or to calculate statistics. This program takes as an input a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (45): Get binary volumes from a volume of labels / integers Download

Added: June 20, 2013 | Visits: 320

Posts from a Category Widget Display post from a selected category with post thumbnail.Some features: Display post from a selected category with post thumbnail on sidebar widget. You can customize HTML output. You can customize default HTML template on your plugin.filter hooks exampleFilter for default template.Filter for...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Posts from a Category Widget Download

Added: August 09, 2013 | Visits: 343

Boltzmann Distribution from a Microcanonical Ensemble Model The Boltzmann Distribution From A Microcanonical Ensemble Model allows students and instructors to explore why the Boltzmann distribution has its characteristic exponential shape. In this model, particles have only one degree of freedom*the energy to move in one dimension. Further, the density of...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 819.2 KB Download (36): Boltzmann Distribution from a Microcanonical Ensemble Model Download

Added: February 24, 2010 | Visits: 923

Expiretable Expiretable is a utility used to remove entries from a pf(4) table based on their age. The age in question being the amount of time that has passed since the statistics for each entry in the target table was last cleared. This program needs to be run as a user with read/write permission to...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Expiretable Download

Added: June 17, 2013 | Visits: 363

Create valid variable name Crate a valid variable name from a string. All characters except letters, numbers and _ are removed. Also, numbers and _ are removed from the start of the name.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Create valid variable name Download

Released: March 05, 2024  |  Added: March 16, 2024 | Visits: 111

TrustVare OST Duplicate Remover Use TrustVare OST Duplicate Remover Software to swiftly remove duplicate OST files. You can remove duplicates from one OST file at a time or from many OST files together. All Outlook versions, including those released in 2019, 2016, 2013, 2010, 2007, 2003, and others. The best feature of the...


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

License: Shareware Cost: $49.00 USD Size: 3.17 MB Download (21): TrustVare OST Duplicate Remover Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 445

InstantMask Pro for Mac OS Designed to easily remove background from a photo. It is simple to learn and easy to use. Use InstantMask Pro to automatically select an object boundary, crop out the background and create a picture on white or transparent background or a collage. Here are the main features of InstantMask Pro: -...


Platforms: Mac

License: Freeware Size: 15 MB Download (446): InstantMask Pro for Mac OS Download

Added: April 29, 2013 | Visits: 326

medoultierfilt MEDOUTLIERFILT - remove outliers from a multivariate data set using themedian of each column[stats_data, filtered_data] = medoutlierfilt(x,outlier_cut,plot_state) removes possible outliers froma data set, X, by specifiying a cut off. OUTLIER_CUT is a cut off is a multiple of the inter quartile...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): medoultierfilt Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 777

Remove Watermark from PDF SoftOrbit's PDF Logo Remover is a unique solution that is designed to remove annoying watermarks and backgrounds from PDF files. Not only is this program perfect for quick and lossless removal of watermarks from PDF files, but it also helps you save up to 90% in ink and toner. PDF Logo Remover is...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 5.69 MB Download (415): Remove Watermark from PDF Download

< 1 2 3 4 5 >