Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

javascript PHP Window Manager aims to provide a simple web based window manager, using JPSpan and wz_dragdrop..

  • Publisher: Anonymous
  • Date: 05-05-2013
  • Size: 61 KB
  • Platform: Scripts, Java

The model shows how Simulink and Stateflow can be used to model plant and control algorithms for an airport conveyer belt. MATLAB is used for animation. Coverage analysis can be used to detect uncovered areas in the controller during specific tests [Simulink Verification & Validation].

  • Platform: Scripts, Matlab

Tidybot is a cross-platform batch (X)HTML syntax-checker and report-generator. It traverses a directory tree of (X)HTML files on your hard disk, and generates a web page listing all the errors and warnings it encounters. Tidybot can be used in two ways: from the command-line, or through a user-friendly GUI application.

  • Platform: Scripts, Python

I have about a hundred MATLAB routines related to econometrics, statistics and introductory economics teaching, which are written mostly in my spare time in the past years. Most of these MATLAB functions / scripts are supplied with a graphic user interface so that so you may estimate the model with the mouse clicking.

  • Publisher: Hang Qian
  • Date: 05-05-2013
  • Size: 6482 KB
  • Platform: Scripts, Matlab

Widely used in languages such as C and (now) Java, assertions are a very useful way of detecting bugs as early as possible in development. Simply assert in the code that you believe something to be true: ASSERT(ischar(x) && ~isempty(x),'x is a non-empty string') If, at runtime, x is not a non-empty string, the ASSERT function throws an error.

  • Platform: Scripts, Matlab

This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2 Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3]) tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity' unitz'] Note: This will only work on a 3 dimensional data set.

  • Publisher: James West
  • Date: 05-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

dvc3d Matlab-OpenGL renderer (2.0) I) Introduction This library consists of : + OpenTK (a .NET OpenGL wrapper) to provide 3D renderer inside Matlab. + Slightly modified version of Bullet 2.75 + C# interface II) Install 1. Download the zip file 2. Download .

  • Platform: Scripts, Matlab

The variation in Inter-Spike Interval (ISI) between repetitions of a stimulus such as a tone burst for auditory neurons is one of the standard criteria used to classify their responses. The standard method uses bins and produces a noisy and biased estimate of the required quantity.

  • Platform: Scripts, Matlab

If there is an error on your web page like file not found or failed script, the Page Guard will come in action. It replaces errors and logs them. Features: - Script replaces the nasty looking error pages. - Explain the web error to the visitor in a web page.

  • Publisher: widexl
  • Date: 05-05-2013
  • Size: 20 KB
  • Platform: Scripts, CGI and Perl

This demo gives a clear visual presentation of what happens during the Adaboost algorithms. It shows how the decision boundary, example weights, training error and base learner weights change during training. A selection of base learning algorithms are included: Linear Regression, Naive Bayes, Decision Stump, CART (requires stats toolbox), Neural Network (requires netlab) and SVM (requires libsvm).

  • Platform: Scripts, Matlab

This function computes double block bootstrap percentile confidence intervals and bootstrap standard errors for the Pearson correlation coefficient r and Fisher's z = atanh(r). References: -Efron, B. and R.J. Tibshirani (1993): An Introduction to the Bootstrap, Chapman & Hall.

  • Platform: Scripts, Matlab

This function implements approximately median unbiased (MU) estimation of the AR(p) model following Andrews, D.W.K and H.-Y. Chen (1994), "Approximately Median-Unbiased Estimation of Autoregressive Models," Journal of Business & Economic Statistics, 12(2), 187-204.

  • Platform: Scripts, Matlab
  • EM_MVGM
  • License: Shareware
  • Price: .price.
  • Rating

Mex implementation of EM algorithm for multivariate Gaussian mixture. Multiple data/initial parameters are allowed by ND slices definition em_mvgm : Expectation-Maximization algorithm for Multivariate Gaussian Mixtures Usage ------- [logl , M , S , P] = em_mvgm(Z , M0 , S0 , P0 , [nbite]); Inputs ------- Z Measurements (m x K x [n1] x .

  • Platform: Scripts, Matlab

Ruby interface to the CRM114 Controllable Regex Mutilator, an advanced and fast text classifier that uses sparse binary polynomial matching with a Bayesian Chain Rule evaluator and a hidden Markov model to categorize data with up to a 99.87% accuracy.

  • Platform: Scripts, Ruby

Using variable precision integers, computes y such that mod(x*y, N) == 1 is TRUE..

  • Platform: Scripts, Matlab

This function shall be used to evaluate the union or intersection between fuzzy sets or fuzzy relation under type2 category.For a complete understanding Please refer book by Dr. Jerry M. Mendel on: Uncertain Rule-Based Fuzzy Logic Systems:Introduction and New Directions.

  • Platform: Scripts, Matlab

Calculates 6 different intraclass correlation coefficients based on the schema described by Shrout & Fleiss (Psychol Bull. 1979;86:420-428). See comments in code..

  • Platform: Scripts, Matlab

An affine (or first-order) optic flow model has 6 parameters, describing image translation, dilation, rotation and shear. The class affine_flow provides methods to estimates these parameters for two frames of an image sequence. The class implements a least-squares fit of the parameters to estimates of the spatial and temporal grey-level gradients.

  • Platform: Scripts, Matlab
  • OtMatlab
  • License: Shareware
  • Price: .price.
  • Rating

To be able to use Omnitrans transport data this Matlab interface can be used. Usage is simple. The following example returns all names starting with an H: OtStart(); hquery = OtQueryNew(); OtQuerySetSQL(hquery, 'SELECT name AS Hnames FROM "name.DB" AS nametable WHERE name LIKE "H%"'); OtQueryOpen(hquery); disp(OtQueryFields(hquery)); OtQueryFirst(hquery); while ~OtQueryEof(hquery) disp(OtQueryGetAll(hquery)); OtQueryNext(hquery); end OtQueryClose(hquery); OtQueryFree(hquery); OtStop();.

  • Platform: Scripts, Matlab

Description of Game: Objective: Shortest Distance Path between 2 Points. Step 1: Define the Map using the GRID Points Only. Step 2: Define the 2 Points to get Shortest Distance Path. Note 1: For every click a Straight Line is drawn to its previous Point.

  • Platform: Scripts, Matlab

provide an alternative for Savitzky-Golay smoothing filter The function smooths a input vector using Savitzky-Golay smoothing filter based on the degree of polynomial and the length of moving windows.

  • Platform: Scripts, Matlab

This function carries out the following tasks: 1) Allows the user to define a series of waypoints from which to create a polyline. 2) Creates a polyline based on a given interpolation method and resolution. 3) Generates a series of evenly spaced x y coordinate pairs along the polyline.

  • Platform: Scripts, Matlab

This program calculates and plot the Microorganism population through the time..

  • Platform: Scripts, Matlab

This function will take a given m-file, or directory of such files, and copy all necessary related function files (m and mex) to the target directory, excluding any MatLab provided ones (e.g. toolboxes). I often have to distribute my code to others who'd like run similar numerical models, (un)fortunately my software-engineer mindset means a lot of reused functions, scattered over a number of organized 'tool' folders in my matlab path.

  • Publisher: Jit
  • Date: 05-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

function [p, k_sum]=turnover(old,new) PURPOSE: Calculating the equal weighted portfolio turnover --------------------------------------------------- USAGE: [p, k_sum]=turnover(old,new) where: old, new are either character arrays, number arrays or cell arrays containing the tickers or CUSIPS of two different portfolio.

  • Publisher: Wei Li
  • Date: 05-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This function will display an image in a 3D plane with the specified position, image normal, image x direction and scale. It is mainly a convenient wrapper for the surface function. I'd like to acknowledge Peter Kovesi at: http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/ for the rotation matrix function used.

  • Platform: Scripts, Matlab

This is a MATLAB version of Jerome Friedman's 1984 supersmoother algorithm. The original was written in Fortran; this is a vectorized translation. The algorithm is a variable span smoother which uses cross validation to pick the best span for each predicted point.

  • Platform: Scripts, Matlab

Given the orbital parameters of a satellite equipped with a steerable antenna and the locations of two ground stations whose visibility circles are overlapped (e.g. Matera and Svalbard), the model is able to compute the time spent by the steering mechanism to repoint the dowlink antenna from the first to the second station.

  • Platform: Scripts, Matlab

This program extracts blood vessels from a retina image using Kirsch's Templates. Filtering of the input retina image is done with the Kirsch's Templates in different orientations. The threshold used in the program, can be varied to fine tune the output blood vessel extracted image.

  • Publisher: Athi
  • Date: 05-05-2013
  • Size: 31 KB
  • Platform: Scripts, Matlab

A contour of a 2D region is defined by an ordered set of points where the neighboring elements contain the neighboring points. Such representation can be obtained with many techniques such as boundary tracing and chain codes. (In a simple 2D point set or a curve the points do not have to lie in a specific order.

  • Platform: Scripts, Matlab

New Downloads

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...

UltraBooster for LimeWire

UltraBooster for LimeWire is a
program designed to boost the
download speed of your
Limewire client. It perfectly
...

Efficient Calendar Free

Efficient Calendar Free is an
elegant scheduler, planner and
reminder. Begin to use
Efficient Calendar Free now to
help ...

Shareaza PRO

Shareaza Pro is a free
Windows-based peer-to-peer
client which empowers users to
share, search for anddownload
any type ...

Bytescout BarCode Generator

BarCode Generator is able to
generate and export barcode to
image (PNG, JPG, TIFF).
Types: Codabar, Code 39, GS1,
Code ...

ECTkeyboard

ECTKeyboard is a program that
allows individuals with
reduced motor skills to type
text letter by letter. Works
with eye ...

ChrisPC Free Video
Converter

ChrisPC Free Video Converter
is an amazing software ready
to convert your family videos,
preferred movies or downloaded
...

CinemaDrape

CinemaDrape helps you focus on
your current task on the
screen (such as a video in a
web page, a photo or a
document ...

Portable Efficient Sticky
Notes

Throw away the traditional
paper sticky notes and start
using the completely free
Efficient Sticky Notes!
"Stick" your ...

Free File Encrypter

Free file encryptor is
designed to encrypt files of
any types like audio, video,
text, images, EXE programs,
etc. in few ...