ms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 302
ms-sys 2.1.2
ms-sys is a Linux program for writing Microsoft compatible boot records. more>>
ms-sys is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
It is also able to do the same as Microsoft "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
The program is useful when using Linux to restore a backup of a reference
Microsoft Windows installation.
Installation:
Step 1, unpack the archive:
tar -xzvf ms-sys*.tgz
Step 2, compile:
cd ms-sys
make
Step 3, become root and install
su (and give password)
make install
<<lessIt is also able to do the same as Microsoft "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
The program is useful when using Linux to restore a backup of a reference
Microsoft Windows installation.
Installation:
Step 1, unpack the archive:
tar -xzvf ms-sys*.tgz
Step 2, compile:
cd ms-sys
make
Step 3, become root and install
su (and give password)
make install
Download (0.036MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1446 downloads
MS CHM library 0.39
MS CHM library is a library for dealing with Microsoft ITSS/CHM format files. more>>
MS CHM is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files Ive come across.
Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
Applications which use chmlib:
arCHMage
xCHM
GnoCHM
Language bindings for chmlib:
PyCHM (Python)
Archive::CHM (Perl)
Text::CHM (Perl)
libCHMxx (C++)
Enhancements:
- Stack-allocated buffers have been changed to heap-allocated buffers to avoid stack corruption security problems.
- A security advisory for this issue is forthcoming from iDefense [IDEF2125].
<<lessDue to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
Applications which use chmlib:
arCHMage
xCHM
GnoCHM
Language bindings for chmlib:
PyCHM (Python)
Archive::CHM (Perl)
Text::CHM (Perl)
libCHMxx (C++)
Enhancements:
- Stack-allocated buffers have been changed to heap-allocated buffers to avoid stack corruption security problems.
- A security advisory for this issue is forthcoming from iDefense [IDEF2125].
Download (0.34MB)
Added: 2007-01-25 License: LGPL (GNU Lesser General Public License) Price:
1008 downloads
MS Word to plaintext converter 0.1
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. more>>
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. The generated text file is named *.doc.txt.
I hope it is as useful for you as it is for me.
<<lessI hope it is as useful for you as it is for me.
Download (MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Kpacman 0.3.2
Kpacman project is the Pacman game for KDE. more>>
Kpacman project is the Pacman game for KDE.
Multiple game modes/schemes are available, including Ms. Pacman. Sound is not yet supported.
Enhancements:
- Almost a real KDE3 application.
<<lessMultiple game modes/schemes are available, including Ms. Pacman. Sound is not yet supported.
Enhancements:
- Almost a real KDE3 application.
Download (0.71MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
Db::Mediasurface 0.03
Db::Mediasurface is a Perl module that manipulates a Mediasurface database. more>>
Db::Mediasurface is a Perl module that manipulates a Mediasurface database.
SYNOPSIS
use Db::Mediasurface;
$path = /opt/ms/3.0/etc/ms.properties;
$ms = Db::Mediasurface->new( config_file=>$path );
print ("Schema version: ".$ms->version."n");
use Db::Mediasurface;
use Db::Mediasurface::ReadConfig;
$path = /opt/ms/3.0/etc/ms.properties;
$config = Db::Mediasurface::Readconfig->new( config=>$path );
$ms = Db::Mediasurface->new( config=>$config );
print ("Schema version: ".$ms->version."n");
Db::Mediasurface is a wrapper for most other Db::Mediasurface:: modules. At present, only the new() and version() methods are supported.
Constructor
$ms = Db::Mediasurface->new( config=>$config_object );
$ms = Db::Mediasurface->new( config_file=>$path2config );
Create a new Db::Mediasurface object by supplying either the path to a valid Mediasurface configuration file (usually named ms.properties), or a Db::Mediasurface::ReadConfig object.
Methods
$ms_version = $ms->version;
Returns the database schema version.
<<lessSYNOPSIS
use Db::Mediasurface;
$path = /opt/ms/3.0/etc/ms.properties;
$ms = Db::Mediasurface->new( config_file=>$path );
print ("Schema version: ".$ms->version."n");
use Db::Mediasurface;
use Db::Mediasurface::ReadConfig;
$path = /opt/ms/3.0/etc/ms.properties;
$config = Db::Mediasurface::Readconfig->new( config=>$path );
$ms = Db::Mediasurface->new( config=>$config );
print ("Schema version: ".$ms->version."n");
Db::Mediasurface is a wrapper for most other Db::Mediasurface:: modules. At present, only the new() and version() methods are supported.
Constructor
$ms = Db::Mediasurface->new( config=>$config_object );
$ms = Db::Mediasurface->new( config_file=>$path2config );
Create a new Db::Mediasurface object by supplying either the path to a valid Mediasurface configuration file (usually named ms.properties), or a Db::Mediasurface::ReadConfig object.
Methods
$ms_version = $ms->version;
Returns the database schema version.
Download (0.003MB)
Added: 2007-05-24 License: Perl Artistic License Price:
883 downloads
PloneExFile 4.0.0
PloneExFile provides a Plone/AT content type with an attachment, supporting preview & indexing & lock. more>>
PloneExFile provides a Plone/AT content type with an attachment, supporting preview & indexing & lock.
PloneExFile is a file like content type that provides indexing and preview support for MS Word, MS Excel, MS Powerpoint, PDF and OO Writer files.
Works with:
- Plone 2.5
- Plone 2.1
Enhancements:
- Added German translations and fixed description of upgrade procedure; provided by Carsten Kirck. Thank you!
<<lessPloneExFile is a file like content type that provides indexing and preview support for MS Word, MS Excel, MS Powerpoint, PDF and OO Writer files.
Works with:
- Plone 2.5
- Plone 2.1
Enhancements:
- Added German translations and fixed description of upgrade procedure; provided by Carsten Kirck. Thank you!
Download (0.077MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
958 downloads
My Own Dialup Utils 1.0
My Own Dialup Utils is a Linux-oriented textual dialup toolkit with support for MS callback and iptables. more>>
My Own Dialup Utils is a Linux-oriented textual dialup toolkit with support for MS callback and iptables.
It is intended to be flexible enough to dialup to many ISPs without much configuration.
Enhancements:
- This release features new documentation and howtos, a fix for MS RAS callback, and support for SecureID hardware key generators.
<<lessIt is intended to be flexible enough to dialup to many ISPs without much configuration.
Enhancements:
- This release features new documentation and howtos, a fix for MS RAS callback, and support for SecureID hardware key generators.
Download (0.054MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1434 downloads
Cabextract menu
Cabextract menu is just a little service menu that I put together for extracting MS .cab files. more>>
Cabextract menu is just a little service menu that I put together for extracting MS .cab files.
It creates a directory with the same base name in the same directory as the .cab file and extracts to it. To use it, you have to have cabextract installed (and can be found here http://www.kyz.uklinux.net/cabextract.php.
<<lessIt creates a directory with the same base name in the same directory as the .cab file and extracts to it. To use it, you have to have cabextract installed (and can be found here http://www.kyz.uklinux.net/cabextract.php.
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
963 downloads
Mail::Summary 0.02
Mail::Summary is a Perl module that can scan read your mail! more>>
Mail::Summary is a Perl module that can scan read your mail!
SYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
<<lessSYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1054 downloads
JvFTP 0.72
JvFTP is a Java ftp client library. more>>
JvFTP is a Java ftp client library.
This library has been tested with:
SunOS 5.7, FTP server
BSD-199506, FTP server
SuSE Linux 6.4 (i386), FTP server
HP-UX B.11.00 U 9000/800, FTP server
MS Windows, BulletProof FTP server v2.1.5
MS Windows 2000, Microsoft FTP Publishing Service 5.0
Main features:
- Uploads / downloads files
- Recursive directory uploads
- Concurrent data transfers
- Both passive / active data transfer modes
- Swing components for browsing files and directories
- AWT components for browsing files and directories
<<lessThis library has been tested with:
SunOS 5.7, FTP server
BSD-199506, FTP server
SuSE Linux 6.4 (i386), FTP server
HP-UX B.11.00 U 9000/800, FTP server
MS Windows, BulletProof FTP server v2.1.5
MS Windows 2000, Microsoft FTP Publishing Service 5.0
Main features:
- Uploads / downloads files
- Recursive directory uploads
- Concurrent data transfers
- Both passive / active data transfer modes
- Swing components for browsing files and directories
- AWT components for browsing files and directories
Download (0.18MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1203 downloads
Jackcess 1.1.9
Jackess is a pure Java library for reading and writing MS Access databases. more>>
Jackcess ia a pure Java library for reading from and writing to MS Access databases. Jackcess is not an application.
There is no GUI. Its a library, intended for other developers to use to build Java applications. Jackcess is licensed under the GNU Lesser General Public License.
Enhancements:
- Support for writing large table definitions was added.
- Handling of usage maps for large tables was fixed.
- Some edge cases for reading numeric columns were fixed.
<<lessThere is no GUI. Its a library, intended for other developers to use to build Java applications. Jackcess is licensed under the GNU Lesser General Public License.
Enhancements:
- Support for writing large table definitions was added.
- Handling of usage maps for large tables was fixed.
- Some edge cases for reading numeric columns were fixed.
Download (0.10MB)
Added: 2007-07-13 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
xfreecell 1.0.5b
xfreecell project is another implementation of famous solitaire game. more>>
xfreecell project is another implementation of famous solitaire game.
It features animation of card movement, score and undo.
Requires Xlib.
Main features:
- Animation of moving cards
- Score
- Undo
- Seed game number
- MS Freecell seed number compatible
- Use only Xlib
<<lessIt features animation of card movement, score and undo.
Requires Xlib.
Main features:
- Animation of moving cards
- Score
- Undo
- Seed game number
- MS Freecell seed number compatible
- Use only Xlib
Download (0.34MB)
Added: 2006-11-20 License: Free To Use But Restricted Price:
1071 downloads
KSqlAnalyzer 0.3.0
KSqlAnalyzer is a tool for easily accessing the data of a MS SQL database. more>>
KSqlAnalyzer is a tool for easily accessing the data of a MS SQL database. It is made for developing and testing new SQL queries direclty on the server.
The functionality and look/feel of KSqlAnalyzer are similar to SQL Query Analyzer by Microsoft.
KSqlAnalyzer uses parts of the TDS library, and the editor uses parts of the KWrite source code becaus of its brilliant sytnax highlighting.
Enhancements:
- Trigger viewing and editing, and a new Edit menu item (Clear).
<<lessThe functionality and look/feel of KSqlAnalyzer are similar to SQL Query Analyzer by Microsoft.
KSqlAnalyzer uses parts of the TDS library, and the editor uses parts of the KWrite source code becaus of its brilliant sytnax highlighting.
Enhancements:
- Trigger viewing and editing, and a new Edit menu item (Clear).
Download (0.70MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1197 downloads
Kexi 1.1.3
Kexi is a KDE app to potentially act as a replacement for Microsoft Access. more>>
Kexi is an integrated environment for managing data. Kexi project helps in creating database schemas, inserting, querying and processing data.
As Kexi is a real member of the KDE and KOffice projects, it integrates fluently into both. It is designed to be fully usable also without KDE on Linux/Unix and MS Windows platforms (Mac OS X version planned).
Kexi is also considered as long awaited MS Access replacement.
<<lessAs Kexi is a real member of the KDE and KOffice projects, it integrates fluently into both. It is designed to be fully usable also without KDE on Linux/Unix and MS Windows platforms (Mac OS X version planned).
Kexi is also considered as long awaited MS Access replacement.
Download (54.2MB)
Added: 2007-06-08 License: LGPL (GNU Lesser General Public License) Price:
872 downloads
FCE Ultra 0.98.15
FCE Ultra is a NES emulator. more>>
FCE Ultra is a NES (Nintendo Entertainment System) and Famicom (Family Computer) emulator for a variety of different platforms, based on Beros FCE. Game compatibility is very high, provided you provide non-corrupt ROM/disk images.
It has been tested (and runs) under DOS, Linux SVGAlib, Linux X, Mac OS X, and MS Windows. A native GUI is provided for the MS Windows port, and the other ports use a command-line based interface. The SDL port should run on any modern UNIX-like operating system(such as FreeBSD) with no code changes.
Enhancements:
- Latest code found on the net.
<<lessIt has been tested (and runs) under DOS, Linux SVGAlib, Linux X, Mac OS X, and MS Windows. A native GUI is provided for the MS Windows port, and the other ports use a command-line based interface. The SDL port should run on any modern UNIX-like operating system(such as FreeBSD) with no code changes.
Enhancements:
- Latest code found on the net.
Download (0.52MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1235 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ms search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed