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

For Loop freeware
Filter: All | Freeware | Demo
 

For Loop

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 618

for loop - simple for loop - simple script is the for loop - basic control structure. This example loops until the variable hits 10 and then breaks out. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): for loop - simple Download

Added: June 09, 2013 | Visits: 439

For Loop Counter A simple program that helps the understanding of how a counter works through a for loop, based on certain parameters. Platforms: Mac

License: Freeware Size: 143.36 KB Download (35): For Loop Counter Download

Added: May 10, 2013 | Visits: 502

A generator for any number of for loop Python has a number of nice methods to handle 'for' loops. However, the situation often arises where you have a large number of nested loops. This script allows you to reduces the number of loops to one. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A generator for any number of for loop Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 619

FreeMat for Mac OS X FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. In addition to supporting many... Platforms: Mac

License: Freeware Size: 41.9 MB Download (684): FreeMat for Mac OS X Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 550

FreeMat for Windows FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. In addition to supporting many... Platforms: Windows

License: Freeware Size: 17.9 MB Download (509): FreeMat for Windows Download

Added: July 24, 2013 | Visits: 369

LINEAR SYSTEMS SOLVER (for small Systems) SolverNxN is designed to solve many small linear system in a vectorized way in order to improve time perfomaces. It is in practice a faster alternative to the matlab commands: for k = 1:number_of_systemsx=Ab;end The Matlab looping speed can visibly slow down this process so most of the time is... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): LINEAR SYSTEMS SOLVER (for small Systems) Download

Released: March 25, 2008  |  Added: July 11, 2008 | Visits: 3.809

Wavosaur audio editor Wavosaur is a free and efficient audio editor for Windows : do digital audio editing and recording , add VST effects, repair and clean your audio, perform various operations with audio data, change sound in real time, masters your track, process your sounds with VST effects in real-time.... Platforms: Windows

License: Freeware Size: 484 KB Download (467): Wavosaur audio editor Download

Added: August 18, 2010 | Visits: 1.040

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)... Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: May 10, 2013 | Visits: 467

Iterating through large file-like objects This function provides a simple iterator for the lines of a file-like object. (It also provides a flag for removing/retaining trailing newlines.) I ran into the problem a number of times that I wanted to read-in a very large file-like object (say a GB or two) line by line. This is a problem for... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Iterating through large file-like objects Download

Added: July 14, 2013 | Visits: 428

Sum of harmonics For several different reasons it could occur that we need to produce a signal from the sum of several harmonic components. In the usual case of Fourier analysis, FFT and IFFT are likely the best choice. However it could happen that:- The frequencies of the harmonic components are unevenly spaced-... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Sum of harmonics Download

Added: June 20, 2013 | Visits: 395

Sendtools Sendtools is a collections of classes for efficiently consuming iterators into one or more data structures. Sendtools compliments the itertools module and other the excellent facilities Python offers for iteration. Sendtools is useful when: * Your source iterator is too big to fit in memory *... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Sendtools Download

Added: August 28, 2008 | Visits: 1.581

Wavosaur Wavosaur is a free audio editor ASIO & VST compatible. Edit, record and play your sounds, apply VST effects in real time. You can normalize, change volume, cut, mix, paste, use "vocal remover", insert silence, batch process and many more. Wavosaur perform audio analysis, and provides support for... Platforms: Windows

License: Freeware Size: 380 KB Download (882): Wavosaur Download

Added: May 04, 2010 | Visits: 1.727

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes... Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: April 06, 2010 | Visits: 641

DBIx::FetchLoop DBIx::FetchLoop is a Perl module that can fetch with change detection and aggregates. SYNOPSIS use DBIx::FetchLoop; $lph = DBIx::FetchLoop->new($sth, $dbi_method); $hash_ref = $lph->fetch_current_data; $rowset = $hash_ref->{previous}; $rowset = $hash_ref->{current}; $rowset =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): DBIx::FetchLoop Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 582

Class Query class Query is a Java librray designed to enable you to filter your list of entities in SQL manner. You do not have to write line of For Loop and/or If statements combination to get your desired result. It's very simple curve to use and learn as it uses SQL syntax. Suppose that you have array... Platforms: Windows, All

License: Freeware Download (46): Class Query Download

Added: May 10, 2013 | Visits: 413

Priority dictionary This data structure acts almost like a dictionary, with two modifications: First, D.smallest() returns the value x minimizing D[x]. For this to work correctly, all values D[x] stored in the dictionary must be comparable. Second, iterating "for x in D" finds and removes the items from D in sorted... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Priority dictionary Download

Added: August 08, 2013 | Visits: 559

saveppt This function saves Matlab figure windows or Simulink models to a Powerpoint file in metafile format using the ActiveX interface. The figure or model is first copied to the Windows clipboard, Powerpoint is started, a new blank slide is added, the figure/model is pasted, the file is saved, and... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): saveppt Download

Added: July 01, 2010 | Visits: 1.244

LOOP for Firefox LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet. You can seamlessly document URLs with the click of a button and then download or combine the web pages with other files to a single PDF.. Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): LOOP for Firefox Download

Added: July 24, 2013 | Visits: 671

Model-in-the-Loop for Embedded System Test (MiLEST) In Model-in-the-Loop for Embedded System Test (MiLEST) the developed signal-feature d-deOCt oriented paradigm allows the abstract description of signals and their properties. It addresses the problem of missing reference signal flows as well as the issue of systematic test data selection.... Platforms: Matlab

License: Freeware Size: 1.55 MB Download (46): Model-in-the-Loop for Embedded System Test (MiLEST) Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 622

Bandmates Loop Pack for GarageBand This loop pack contains 15 loops for Garageband. They include: 3 - Acoustic Guitar Loops 5 - Electro/Urban Drum Loops 3 - Acoustic Rock Drum Loops 2 - Synth Loops 2 - Tabla Loops Platforms: Mac

License: Freeware Size: 16.6 MB Download (107): Bandmates Loop Pack for GarageBand Download

1 2 3 4 5 >