Freeware Listing: Builtin
- CONVOLUTION IN MATLAB WITHOUT USING conv(x,h)
- License: Freeware

A GENERALAZED CONVOLUTION COMPUTING CODE IN MATLAB WITHOUT USING MATLAB BUILTIN FUNCTION conv(x,h).
- Publisher: imran shezad
- Date: 22-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- bash the Database
- License: Freeware

"bash the Database" is a loadable builtin command for the GNU bash shell which allows scripted access to relational databases using SQL commands similar to those used in embedded SQL programs. Originally written for DB2, support has been added for databa.
- Publisher: bashthedatabase.berlios.de
- Date: 18-07-2012
- Size: 188 KB
- Platform: Linux, Unix
- ChinesePython
- License: Freeware

ChinesePython is a translation of Python scripting language itself into chinese. Not only the variable names, user messages/warnings/prompts but most notably, the reserved keywords and builtin types..
- Publisher: chinesepython.org
- Date: 08-07-2012
- Size: 6157 KB
- Platform: Linux, Unix, WinOther
- classgen
- License: Freeware

classgen is a Java class generator. It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor design pattern..
- Publisher: classgen.sourceforge.net
- Date: 04-06-2012
- Size: 454 KB
- Platform: Linux, Mac OS X, WinOther
- Diet Python
- License: Freeware

Diet Python is a flavor of Python w/ allegro, multiarray, umath, calldll, npstruct and curses builtin, all else nonessential to language ripped out. Size < 3MB, 1% of PSF Python w/ full graphics development suite. Diet Python helps keep clients thin :).
- Publisher: dietpython.sourceforge.net
- Date: 21-09-2012
- Size: 1921 KB
- Platform: WinOther
- face recognition
- License: Freeware

Face recognition using BPNN. Contains 1.Face recognition using Back propagation neural network (customize code) code using matlab. 2. Face recognition using Back propagation network (builtin) code using matlab.Project closed for now,Adeel Raza Azeemi.
- Publisher: trainbpelementw.sourceforge.net
- Date: 22-08-2012
- Size: 8791 KB
- Platform: WinOther
- FTE QuakeWorld
- License: Freeware

FTE QuakeWorld is a QuakeWorld derivative which mainly focuses on modding and additional features for both users and servers. Supports NetQuake gamecode and protocol, Hexen 2/Quake 2/Quake 3 maps and models, many QuakeC builtin extensions, and more..
- Publisher: fteqw.com
- Date: 13-07-2012
- Size: 6054 KB
- Platform: Linux, Unix, WinOther
- General Ledger
- License: Freeware

Double entry bookkeeping - Features: (1)-Accounts are always in balance. (2)-Visual setup for balance and income reports. (3)-Builtin backup and restore. (4)-Multiple companies or divisions. (5)-Consolidate reports through a mapping file..
- Publisher: genledger.sourceforge.net
- Date: 05-05-2012
- Size: 421 KB
- Platform: Linux, Unix
- JavArch - a Java Architecture simulator
- License: Freeware

JavArch is a simple gate-level and above simulator. It is written in Java so it is portable and uses Java's builtin event-driven mechanisms to reflect how electronics actually work..
- Publisher: javarch.sourceforge.net
- Date: 15-09-2012
- Size: 110 KB
- Platform: Linux, Mac OS X, WinOther
- jnios
- License: Freeware

The jnios module is a complete java/JNI implementation of the builtin python modules "os" and "posix" for use with the JPython environment. jnios allows the original os.py and posixpath.py/ntpath.py/...from CPython, to run under JPython..
- Publisher: jnios.sourceforge.net
- Date: 04-08-2012
- Size: 149 KB
- Platform: Linux, Unix, WinOther
- KuickShow
- License: Freeware

KuickShow is a very fast image viewer that lets you easily browse large galleries. A builtin filebrowser and manager is also available. Its usage is somewhat inspired by ACDSee. It's customizable, supports zooming, rotating, adjusting image properties,..
- Publisher: kuickshow.sourceforge.net
- Date: 05-11-2012
- Size: 1394 KB
- Platform: Linux, Unix
- PyAcad
- License: Freeware

PyAcad makes Python available as a scripting language to AutoCAD/IntelliCAD.A builtin module "ads" allows to access and control most aspects of AutoCAD/IntelliCAD from Python programs..
- Publisher: pyacad.sourceforge.net
- Date: 22-05-2012
- Size: 126 KB
- Platform: WinOther
- tksolfege ear training program
- License: Freeware

Tksolfege is an ear training program for learning to recognize chords, intervals, perform rhythm dictation, solfege dictation and singing solfege sequences. The program requires Tcl/Tk 8.4, however the Windows executable has Tcl/Tk builtin..
- Publisher: tksolfege.sourceforge.net
- Date: 10-09-2012
- Size: 866 KB
- Platform: WinOther
- UFO: Universal Form Objects
- License: Freeware

A C++ OpenGL GUI Toolkit. Visual output is customizable via CSS and style classes. Forms can be created via XUL (XML UI Language). There are builtin video drivers for GLX, WGL and SDL. Using dummy drivers, it is known to work with SDL, Glut, QT and GLFW..
- Publisher: libufo.sourceforge.net
- Date: 01-05-2012
- Size: 749 KB
- Platform: Linux, Unix, WinOther
- XxaEngine
- License: Freeware

Simple platformer engine. World is made of blocks/tiles/squares. Has its own controls library and a builtin map editor. Each game will be loaded as a module that can be created with provided tools without the need for programming/altering the engine..
- Publisher: xxaengine.sourceforge.net
- Date: 18-09-2012
- Size: 54 KB
- Platform: WinOther
- GESCATTER
- License: Freeware

GESCATTER creates a .kml file that displays colored circles at the locations specified by the vectors LON and LAT similar to ML's builtin function, SCATTER.The color of the circles is scaled relative to the values provided in third input, C. I searched the FEX's many submissions dealing with exporting .kml files for Google Earth, but didn't find anything that was similar to ML's built-in function, SCATTER...a function I use regularly to visualize scattered data that are too sparse for gridding. This function is relatively easy to use, for example: %generate some data x=(0:0.05:6*pi); lon = -122.
- Publisher: Andrew Stevens
- Date: 21-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- smooth2a
- License: Freeware

Smooths 2D array data. Ignores NaN's. function matrixOut = smooth2a(matrixIn,Nr,Nc) This function smooths the data in matrixIn using a mean filter over a rectangle of size (2*Nr+1)-by-(2*Nc+1). Basically, you end up replacing element "i" by the mean of the rectange centered on "i". Any NaN elements are ignored in the averaging. If element "i" is a NaN, then it will be preserved as NaN in the output. At the edges of the matrix, where you cannot build a full rectangle, as much of the rectangle that fits on your matrix is used (similar to the default on Matlab's builtin function "smooth"). "matrixIn": original matrix "Nr": number of points used to smooth rows "Nc": number of points to smooth columns.
- Publisher: Greg Reeves
- Date: 16-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Checkall
- License: Freeware

This module provides an extension to the builtin checkboxes element that allows developers add "check all" / "toggle" / "uncheck all" actions to them. This is specially useful for checkboxes that have a lot of elements. Please note that Drupal 6 already has this feature available, but only for checkboxes rendered in tables, such as those used in Administration -> Content management -> Content. Checkboxes rendered elsewhere do not have this feature. You may need to install this module when required/recommended by another contributed module, and/or you may wish to use it to enhance your own custom modules.
- Publisher: Ryan Szrama
- Date: 23-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Xinc - Continuous Integration for PHP
- License: Freeware

Xinc is a free open source continuous integration server written in PHP 5. The builder of choice is Phing and it comes with builtin SVN support. Currently Xinc 2.0 is under heavy development. A final version of Xinc 2.0 will be released sooner..
- Publisher: Anonymous
- Date: 16-05-2013
- Size: 1024 KB
- Platform: PHP, Scripts
- SevenMiles
- License: Freeware

Win32 CRM Constructor with builtin C++ like languagebuiltin language can interact with JScriptComes with base configuration
SevenMiles License - GNU Library or Lesser General Public License (LGPL).
- Publisher: Sevenmiles
- Date:
- Platform: WinOther
Builtin: Freeware | All











