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

N Track Recorded freeware
Filter: All | Freeware | Demo
 

N Track Recorded

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

Tkinter Drag'n'drop list This script generates a Tkinter listbox which supports drag'n'drop reordering of the list.



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

License: Freeware Download (67): Tkinter Drag'n'drop list Download

Added: May 10, 2013 | Visits: 303

Iterator to return items N-at-a-time This script creates an iterator which returns N-tuples built from the incoming items from another iterator. It is useful, for example, when you need items two at a time.





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

License: Freeware Download (50): Iterator to return items N-at-a-time Download

Added: May 10, 2013 | Visits: 316

Group iterator into n-tuples with None padding This script groups the elements returned by an iterator into n-tuples. The final tuple may be padded with Nones.


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


Added: May 10, 2013 | Visits: 421

All k-subsets from an n-set This script yields each subset of size k from a super set of size n. There are two methods. The first operates on sets of integers of the form range(n). The seconds operates on arbitrary sets or lists.


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

License: Freeware Download (55): All k-subsets from an n-set Download

Added: May 10, 2013 | Visits: 749

Drag'n'Drop Gallery Drag'n'Drop Gallery is a free, simple gallery written in PHP. By simply dropping the gallery file into a directory filled with pictures, you can have an online Gallery Page without the need to install or configure any script.


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

License: Freeware Download (59): Drag'n'Drop Gallery Download

Added: April 26, 2013 | Visits: 424

Chat-N-Time Chat-N-Time is a simple Perl real-time chat cgi for the web.It lets you hold real-time conversations on a web page. Users log in, and then can type what they'd like to say into a text box, and hit "Enter" or click a button.The chat window refreshes itself every 10 seconds or so, so that others...


Platforms: CGI and Perl

License: Freeware Size: 30.72 KB Download (43): Chat-N-Time Download

Added: August 25, 2013 | Visits: 428

Convolutional Encoder/Decoder of Rate 1/N Codes In this project, we seek to minimize the gap-to-capacity (given by Shannond-deOaos theoretical limit) of a rate 1/3 code (also can be modified for 1/N). This is done via a convolutional encoder/decoder for varying memory elements as well for both soft and hard decoding scheme. We show that the...


Platforms: Matlab

License: Freeware Size: 491.52 KB Download (44): Convolutional Encoder/Decoder of Rate 1/N Codes Download

Added: August 30, 2013 | Visits: 461

N-point Paired Matrix for FFT It will help you to make a N-point Paired matrix for FFT.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): N-point Paired Matrix for FFT Download

Added: July 16, 2013 | Visits: 421

Separable N-Dimensional Convolution This function is an implementation of N-dimensional convolution for the special case when the convolution kernel is separable.A continuous function f(x1, x2, ... xN) is considered separable if there exist N functions f1, f2, ... fN such that f(x1, x2, ... xN) = f1(x1)f2(x2)f3(x3)...fN(xN).In two...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Separable N-Dimensional Convolution Download

Added: July 13, 2013 | Visits: 360

n-PSK modulation and demodulation The demonstration of n-PSK modulation and demodulation with my own speech, with different value of n and sampling frequency and carrier, n = 2, 4, 8, 16 ,32...


Platforms: Matlab

License: Freeware Size: 276.48 KB Download (49): n-PSK modulation and demodulation Download

Added: May 11, 2013 | Visits: 489

Newton Method in N dimensions For an input of n equations, it converges to the solution.For an input of >n equations, there is no exact solution. In this case, the function minimizes sum( (individual equation errors).^2)


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Newton Method in N dimensions Download

Added: July 06, 2013 | Visits: 447

n-person game It uses an optimization formulation of n-person non-co-operative games as described in the paper "An Optimization Formulation to Compute Nash Equilibrium in finite Games" presented by the author, available at http://ieeexplore.ieee.org/xpl/freeabs_all...rnumber=5397970. The method is capable of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): n-person game Download

Added: March 29, 2013 | Visits: 423

Extended (n,k)-gray code Our basic idea is based on (n,k)-gray code which was introduced in one paper named :"Generalized Gray Codes with Applications". Our extention is allowing each digit ranged from different digit which is widely useful in some situations.For example, (3,2)-Gray code is (0,0), (0,1),...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Extended (n,k)-gray code Download

Added: June 14, 2013 | Visits: 446

Vectorized N-Body Equation NBODYVECT - Fully vectorized n-body equationnbodyVect(x0,dx0,mus,t) integrates the n-body equations of motion using either a symplectic second order integrator, or any of the standard built-in or user supplied first order integrators. x0 - 3n x 1 stacked initial position vectors:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Vectorized N-Body Equation Download

Added: July 07, 2013 | Visits: 633

THE FASTEST WAY TO SORT N NUMBERS: sortN library Have you ever thought about the fastest way to sort N numbers?Last week I wrote a post about the fastest way to sort 3 numbers, this week I show you a tricky way to optimize the sort of N numbers.The problem of sorting an array of numbers is probably the most studied in computer science. The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): THE FASTEST WAY TO SORT N NUMBERS: sortN library Download

Added: July 15, 2013 | Visits: 349

Zero Padding 2^N zeroPadding2N makes zero padding of a given array to a 2^N length.X_ = zeroPadding2N(X), for array X, returns the array with the necessary appended zeros so it reaches the next power of 2 length.X_ = zeroPadding2N(X, N), for array X, returns the array with the necessary appended zeros so it...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Zero Padding 2^N Download

Added: March 23, 2013 | Visits: 488

XMB.ZIP - Normalised Field Q(N+1,gc) Multiscreen difraction PLmsd due to N+1 buildings replaced by equivalente N+1 absorving screen is quantized as 20log10(|Q(N+1,gc)|).Wb: distance between buildings;Ws: street width;ht: tx antenna heigth;hb: mean building height;N+1: Number of buildings before receiver;f: frequency (MHz);hr:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): XMB.ZIP - Normalised Field Q(N+1,gc) Download

Added: June 10, 2013 | Visits: 476

Track The Book This plugin gives visitors the option to track their book by entering their location and book number into a form. Their location is then turned into coordinates through the use of the Google Maps API and is able to be plotted onto a map. A KML file is also dynamically generated and can be...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Track The Book Download

Added: September 17, 2013 | Visits: 1.215

N/A Checkbox N/A Checkbox will allow website builders to add a checkbox next to a number textfield. The idea is to provide the users a textfield to enter a numeric value, or mark N/A in case they don't have it. When the N/A option is marked, a different value is set in the database so that it knows what was...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): N/A Checkbox Download

Added: June 15, 2013 | Visits: 348

Rate 'n Tweet Rate 'n Tweet adds a links to Twitter with a automatic rating. You can change the appearence in the Settings > Rate 'n Tweet menu.Installation :Upload the Rate 'n Tweet plugin to your blog, activate it, and change the settings as you wish.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Rate 'n Tweet Download

< 1 2 3 4 5