Freeware Listing: Can Be
- jQuery Datepicker
- License: Freeware

CSS customizations can be applied to the calendar to fit any web design scheme. This plugin forms the basis for the jQuery UI Datepicker. It is made available as a separate plugin since the UI team desired simplified functionality for their version..
- Publisher: Keith Wood
- Date: 08-05-2013
- Size: 164 KB
- Platform: JavaScript, Scripts
- CLEditor
- License: Freeware

CLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site..
- Publisher: Chris Landowski
- Date: 26-06-2013
- Size: 20 KB
- Platform: JavaScript, Scripts
- 6th order Runge-Kutta ODE
- License: Freeware

Function and parameters are predefined in the program which can be changed according to user's requirement. P.S: This code has no new feature compared to existing codes available online. Intention behind posting this very simple code is to help students understand the concept and solve assignments..
- Publisher: Judah S
- Date: 16-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Solve Kepler's Equation for E
- License: Freeware

Given mean anomaly and eccentricity of an orbit, eccentric anomaly can be calculated using Kepler's Equation. However, the equation is nonlinear, and an iterative technique must be used. This program uses a fixed-point iterative technique to output eccentric anomaly to a user defined tolerance, or to a default tolerance of 10^-9 radians..
- Publisher: John Shelton
- Date: 12-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Low-Thrust Orbital Transfer with Solar-Electric Propulsion
- License: Freeware

This interactive MATLAB script (sep_ltot.m) can be used to determine the characteristics of continuous, low-thrust orbital transfer between two nonplanar circular orbits using solar-electric propulsion (SEP). The numerical method used in this script is described in Chapter 14 of the book Orbital Mechanics by V. Chobotov and the technical paper 'The Reformulation of Edelbaum's Low-thrust Transfer Problem Using Optimal Control Theory' by Jean. A. Kechichian, AIAA-92-4576-CP. The original Edelbaum algorithm is described in 'Propulsion Requirements for Controllable Satellites', ARS Journal, August 1961, pp.
- Publisher: David Eagle
- Date: 27-05-2013
- Size: 51 KB
- Platform: Matlab, Scripts
- DRAW SIMPLE AIRCRAFT
- License: Freeware

EGAB Program Allow User To Draw Complete Aircraft Provided That Fuselage Produce From Solid Of Revolute of Two Dimensional Sketch All Parameter Which Control In The Form Shapes Of Aircraft Can Be Changed Easily..
- Publisher: Abdelrahman mohammed
- Date: 24-04-2013
- Size: 1034 KB
- Platform: Matlab, Scripts
- Pattern search method: deterministic iterative zero order algorithm
- License: Freeware

It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables function with the Pattern search method. The inputs are: - f: matlab inline function of the function that you want minimize; - p0: initial point for the search algorithm - step_size: initial step used for the exploration phase - tolerance: it defines a stopping criterion on the minimum size of exploration phase's step_size - N_it: it defines a stopping criterion on the max iterations number The outpus are: - iter: the number of iterations done - min: the function's value in the relative minimum finded.
- Publisher: Andrea Cirillo
- Date: 18-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- A* (A Star) search for path planning tutorial
- License: Freeware

The A* search algorithm is a simple and effective technique that can be used to compute the shortest path to a target location. This tutorial presents a detailed description of the algorithm and an interactive demo..
- Publisher: Paul Premakumar
- Date: 17-01-2013
- Size: 113 KB
- Platform: Matlab, Scripts
- Deleting multiple points: UniqueRows
- License: Freeware

The native unique works using the sortrows algorithm which can be very slow for large models. Sometimes we need to avoid passing multiple values to functions that do not support those. In most of these cases we are pretty sure that there are no multiple values but we use unique to be completly sure. If actually there are no multiple values, it is a waste of time to call sortrows. This what UniqueRows does, it checks if there is a chance to find multiple values and in the worst case pass to sortrows only candidates that can generate a multiple values. Here is an example on 10^6 3D points randomly generated.
- Publisher: Luigi Giaccari
- Date: 02-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- ZfitGUI(varargin) fits and simulates impedance data
- License: Freeware

The main features are: Plot. For each immitance types (Z, Y, C or M), the data can be plotted in the complex plane, as well their real, imaginary parts or their magnitude in function of the frequency (Log/Log). Simulation. The possibilities are almost infinite. Over the classical R, C, L electrical elements, one can use CPE (constant Phase Element) and even any user-defined element. Fit. ZfitGUI makes use of the simplex algorithm. One can put bounds to the parameters and vary the weight wich is defined in a matrix. Once a right model has been identified, the user would save time in using Zfit.
- Publisher: Jean-Luc Dellis
- Date: 18-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- BUILDSPHERE, get a sphere surface model
- License: Freeware

This can be considered the triangular version of file exchange id 20888 which uses quad patches..
- Publisher: Luigi Giaccari
- Date: 17-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- STL_Export
- License: Freeware

Before the export, the Tri_Surface file can be used in Matlab for visualization, some calculations or modifications. Thereafter, the data for further processing often re-used in the STL format. INPUT: nodes_file: Is the matrix of 3D - points triangles_file: Is the matrix of the triangles STL_file_name: Is the name for the generating STL file solid: Is the name of the file inside the STL file.
- Publisher: Andreas Richter
- Date: 11-05-2013
- Size: 20 KB
- Platform: Matlab, Scripts
This function generates a Timeseries file which can be used for Moore FSM coverage analysis. The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block. The generated Timeseries is based on a modified Truth Table, which is essentially two mirrored and concatenated Truth Tables. This double length table increases the coverage result compared to using a single Truth Table. The intended application is for Moore FSM coverage analysis where the Moore Machine has boolean-only inputs (such as if the design is logic only, or the input comparators are located external to the machine).
- Publisher: Paul Metcalf
- Date: 09-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Complex fsolve
- License: Freeware

Usage is as fsolve. The difference is that it can compute solutions in C^m for m-variables. Input can be both anonymous functions and symbolic equations. Subsequent calls to this function in a matlab session will not cause the recomputation of the internal matlab functions unless the input equations have change..
- Publisher: Leonidas Georgopoulos
- Date: 10-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FAST K-NEAREST NEIGHBOURS SEARCH 3D VERSION
- License: Freeware

In this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree. You want more? go to the Professional version of GLTree It has been designed for uniformly random data, where is the fastest I ever used, but works fine even on sparse ones. If points are too sparse, for example logspace data, search is still performed correctly but speed can degenerate to a brute search algorithm. In these cases a different data structure is needed but for lack of time I haven't still coded. If query points are close to reference it is very efficient on sparse dataset too.
- Publisher: Luigi Giaccari
- Date: 15-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FAST K-NEAREST NEIGHBORS SEARCH
- License: Freeware

this file you can find a simple but very effective algorithm for Nearest Neighbour Search which I megalomaniacly called the GLTree. You want more? go to the Professional version of GLTree It has been designed for uniformly random data, where is the fastest I ever used, but works fine even on sparse ones. If points are too sparse, for example logspace data, search is still performed correctly but speed can degenerate to a brute search algorithm. In these cases a different data structure is needed but for lack of time I haven't still coded. If query points are close to reference it is very efficient on sparse dataset too.
- Publisher: Luigi Giaccari
- Date: 17-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- PHP Redirect Script
- License: Freeware

You can use this simple PHP script to redirect a user from the page they entered to a different web page. One reason you may want to do this is that the page they are trying to access no longer exists. Using this PHP redirect script, they can be seamlessly transferred to the new page without having to click a link to continue..
- Publisher: Qamar Ashraf
- Date: 14-04-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Be at Home from Anywhere
- License: Freeware

This project serves as a proof of concept on how remoteaccess to homenetwork
-- can be achieved without compromising any security aspect
-- how open source software can be utilized to achieve remoteaccess to homenetwork
-- adopted on large scale
Perform a port scan in the home lan and list the open ports in different machines like PC, Consumer Electronics, Media Players, Home Media Storage, Perform HTTP get on the open ports and generate a list of entities in the HOME LAN that support HTTP based access, Create a Master web Page in a custom tomcat web server with links to these HTTP server, Decorate the page with Titles extracted from the HTTP server enabled devices, Create a well known DNS entry for above mentioned Web server in a custom DNS server
Be at Home from Anywhere License - GNU General Public License (GPL).
- Publisher: Connectedhome
- Date:
- Platform: WinOther
- Super MIDI Scripter
- License: Shareware

Will act as a relay between the host and the instrument. The scripting engine allow to design some midi effects,filters or instruments directly at the runtime inside the VST environment.
Super MIDI scripter is a simple tool that can help into recording data inside a MIDI sequencer: event filtering, event transformation, sequencing are the common tasks Super midi scripter can be used for. The plugin is provided with a basic library of instruments that can be used directly, nearly without messing with scripting:
Chords : most common chords that can be trigged by playing the root note ( "single finger chord" ) Force : constrain note messages to a particular scale on a defined root CMaj : transpose Cmaj to a particular scale at a defined root ( adapted from "DoMaj plugin)
Various others scripts, more or less...
- Publisher: AZ Audio
- Date:
- Size: 4433 KB
- Platform: WinOther
- Comics can be
- License: Freeware

Inside the used car sales, completed the application process is called photo Masu mind your hot!
Downloaded photos, photographs, and text processing and wire drawing cartoon-style focus on various photo (onomatopoeia) and add, you can put a character with a balloon. Photos can be processed like the cartoon characters are talking about!
By working to convert color photos to black and white photos, pictures of cartoon 出来上Garimasu more serious!
Now, take a car or working out in the city, with a balloon to take pictures of friends, with words or try with a little bit silly!
Application Specifications
a)Select a photo from an album that can be used
b)You can use photos taken with the camera
c)Cropping photos can be used
d)Lines can be pasted into focus (white / black choice of positioning expansion / contraction)...
- Publisher: Inside.Co.,Ltd
- Date: 23-10-2014
- Size: 15360 KB
- Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x
Can Be: Freeware | All







