Software Listing: Renamed
- Omseek (now Xapian)
- License: Freeware
- Price: 0.00

Omseek has been renamed to Xapian. Xapian is a Search Engine Library, written in C++ with bindings for Perl, Python, PHP, Java, Tcl, C# and Ruby. It allows you to easily add advanced indexing and search facilities to your applications. See xapian.org.
- Publisher: xapian.org
- Date: 09-11-2012
- Size: 981 KB
- Platform: Linux, Mac OS X, Unix, WinOther
- PalmCoins
- License: Freeware
- Price: 0.00

PalmCoins was renamed to FreeCoins. You can find it at www.sourceforge.net/freecoins.
- Publisher: freecoins.sourceforge.net
- Date: 23-10-2012
- Size: 276 KB
- Platform: Linux, Unix
- uvsim
- License: Freeware
- Price: 0.00

This project has been renamed to oooark. Old file releases will still be available here. uvsim is a project focused on enabling algorithm development for unmanned systems. It is being constructed to provide an identical interface to simulations and h.
- Publisher: uvsim.sourceforge.net
- Date: 04-07-2012
- Size: 919 KB
- Platform: Linux
- wdesktop
- License: Freeware
- Price: 0.00

Wdesktop is set of libraries that helps to develop crossplatform code. Currently wdesktop project was renamed to Fog that can be found at http://code.google.com/p/fog/ . Here at sourceforge it's discontinued..
- Publisher: code.google.com
- Date: 10-10-2012
- Size: 462 KB
- Platform: Linux, WinOther
- wxJavaScript
- License: Freeware
- Price: 0.00

wxJavaScript is renamed in GLUEscript, so a next release will be available on http://gluescript.sf.net. In the meantime, if you find any problems on the latest release, you can still use this website..
- Publisher: wxjavascript.net
- Date: 09-05-2012
- Size: 12316 KB
- Platform: WinOther
- Postfix for Email System Utilities
- License: Freeware
- Price: 0.00

Postfix is an alternative to the widely-used Sendmail program.Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible. Postfix runs on AIX, BSD, HP-UX, IRIX, LINUX, MacOS X, Solaris, Tru64 UNIX, and other UNIX systems. It requires ANSI C, a POSIX.1 library, and BSD sockets. The Postfix mail queue requires that: - the file system can rename a file to a near-by directory without changing the file's inode number, and that - mail is safely stored after fsync() (of that file, not its parent directory) returns successfully, even when that file is renamed to a near-by directory at some later point in time.
- Publisher: Wietse Venema
- Date: 12-01-2013
- Size: 2867 KB
- Platform: C and C plus plus, Scripts
- Improved WHOS function
- License: Freeware
- Price: 0.00

WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb (megabyte), and Gb(gigabyte) labeling. whosbetter -n name ordered (DEFAULT) whosbetter -s size ordered (NOT IMPLEMENTED) whosbetter -b byte ordered whosbetter -t type ordered (NOT IMPLEMENTED) SYTNAX: whosbetter -b whosbetter -n (DEFAULT) DBE 2005/04/05 Comment: WHOSBETTER is too long of a filename to type it as often as I used to type WHOS.
- Publisher: Daniel Ennis
- Date: 07-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Read Global Topographic Data
- License: Freeware
- Price: 0.00

ETOPO2, GEBCO Four Matlab functions to extract the data from two global topographic data base, ETOPO2v2 and GEOBEC. Four Matlab functions are provided to extract the data from two global topographic data base, ETOPO2v2 and GEOBEC. Functions, read_etopo2v2g_f4_nc_v*.m, extract the data from the netcdf file ETOPO2v2g_f4.nc which is available from http://www.ngdc.noaa.gov/mgg/global/relief...OPO2v2g/netCDF/. The other functions, read_GridOne_v*.m, extract the data from GridOne.grd available from http://www.bodc.ac.uk/data/online_delivery/gebco/. You need to put the downloaded files in your matlab path.
- Publisher: Zhigang Xu
- Date: 06-01-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- RenameField
- License: Shareware

RenameField - Rename a fields of a struct T = RenameField(S, Old, New) INPUT: S: Struct or struct array. Old: String or cell string, name of the field to be renamed. New: String or cell string, new field name, which must be a valid Matlab symbol. OUTPUT: T: Struct S with renamed fields. EXAMPLES: S.A = 1; S.B = 2; T = RenameField(S, 'B', 'C'); % >> T.A = 1, T.C = 2 This function was created after a discussion in Loren's blog: http://blogs.mathworks.com/loren/2010/05/13/rename-a-field-in-a-structure-array Tested: Matlab 6.5/2009a, WinXP 32 bit, LCC2.4/3.8, BCC5.5, OpemWatcom 1.8, MSVC 2008 Compatibility to 64 bit, Linux, MacOS is assumed.
- Publisher: Jan Simon
- Date: 09-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Structured Data Manipulation
- License: Shareware

The "structy" class manages internally a large data matrix of rows x fields, and it logically maps this data to a set of fields that can be scalar values or vectors. Features: - efficient storage of data in single matrix - units - flexible referencing - project - resample of data by time stored in any field - sorting by field - rename of field, prefixing - concatenation vertical or horizontal - import/export to basic structure Construction is easy: my = struct(data,{'field1','field2'}); Construction of vector: my = struct(data,{'field1','field2'},{1:3,4:5}); % field1 is data 1..3 and field2 is 4.
- Publisher: Emanuele Ruffaldi
- Date: 16-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DirectShow (DirectX) based Video file reader
- License: Shareware

This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali's "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename); pixmap = dxVideoReadMex(avi_hdl, frame_num); img = reshape(pixmap,[avi_inf.
- Publisher: Lei Wang
- Date: 07-04-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- Random Background Image Per Session
- License: Shareware

This WordPress plugin is no longer supported and has been replaced by/renamed to the "Better Backgrounds" plugin. It has the same functionality and more, and we encourage you to install that plugin instead..
- Publisher: waffleguy4
- Date: 14-06-2013
- Size: 82 KB
- Platform: PHP, Scripts
- Promos
- License: Freeware
- Price: 0.00

Overview Misnomer The Promos module should probably be renamed to something that fits it's current usage/feature set. I would like to call it "Node Blocks" because essentially it is a tool that allows you to very quickly add and remove nodes to the blocks it provides. The term "promo" is really only used for historical reasons, feel free to replace the word "promo" with "node" in your mind. Promos for me has long surpassed it's simple intention of offering clients a way to hot-swap various promo content on their sites without having to dig into Drupal's sometimes ugly and cluttered editing screens.
- Publisher: Justin Dodge
- Date: 21-05-2013
- Size: 102 KB
- Platform: PHP, Scripts
- ImageMagick Raw Effect
- License: Shareware

This module allows you to enter ImageMagick command line options as an image effect in a Drupal-7 image style. Note: This module has been renamed following the incorporation of Imagecache into Drupal-7, since there are no longer any imagecache actions, only image effects.
- Publisher: adrinux
- Date: 24-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- libopenstm32
- License: Freeware
- Price: 0.00

IMPORTANT: This project was renamed to libopencm3, further development will take place there.
libopenstm32 License - GNU General Public License version 3.0 (GPLv3).
- Publisher: Libopenstm32
- Date:
- Platform: WinOther
- BlueFractal Application Server System
- License: Freeware
- Price: 0.00

BlueFractal ("Building a Logically Unified Environment using Fractal principles") has been renamed to Centrallix. See http://centrallix.sourceforge.net/ for its new home page.
BlueFractal Application Server System License - BSD License; GNU General Public License (GPL); GNU Library or Lesser General Public License (LGPL).
- Publisher: Bluefractal
- Date:
- Platform: WinOther
- phpMinAdmin
- License: Freeware
- Price: 0.00

phpMinAdmin has been renamed to Adminer, please visit http://www.adminer.org
phpMinAdmin License - Apache Software License.
- Publisher: adminer.org
- Date:
- Platform: WinOther
- Test Monkey Unit Testing Framework
- License: Freeware
- Price: 0.00

Test Monkey has been renamed to BugEye. Please goto http://sourceforge.net/projects/bugeye.
Test Monkey Unit Testing Framework License - GNU General Public License (GPL).
- Publisher: Testmonkey
- Date:
- Platform: WinOther
- JImageExplore
- License: Freeware
- Price: 0.00

Renamed to Vizi, please visit http://vizi.forizon.com/ . This SF Unix name is available on request.
JImageExplore License - GNU General Public License (GPL).
- Publisher: forizon.com
- Date:
- Platform: WinOther
- Tivo Mobile
- License: Freeware
- Price: 0.00

This project has been renamed to Tivo 4 Tiny. Please visit tivo4tiny.sourceforge.net !!
Tivo Mobile License - GNU General Public License (GPL).
- Publisher: Tivomobile
- Date:
- Platform: WinOther









