Main > Free Download Search >

Free what is ms software for linux

what is ms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 309
What 1.01

What 1.01


What is a Perl module to find out about running services. more>>
What is a Perl module to find out about running services.

SYNOPSIS

$what = What->new(
Host => my.domain.org,
Port => 28,
);

$what->mta;
$what->mta_version;
$what->mta_banner;

The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.

What::MTA

MTAs supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.

See What::MTA for details.

METHODS

new

$obj = What->new( Host => "10.10.10.1", Port => 25 )

mta()

Returns the name of the MTA running.

mta_banner()

Returns the banner message.

mta_version()

Returns the MTA version.

<<less
Download (0.027MB)
Added: 2007-05-11 License: Perl Artistic License Price:
897 downloads
Bloboats 1.0.1

Bloboats 1.0.1


Bloboats is a boat racing game in the spirit of Elasto Mania or X-Moto, introducing a handful of elements from Super Mario Bros. more>>
Bloboats project is a boat racing game in the spirit of Elasto Mania or X-Moto, introducing a handful of elements from Super Mario Bros-like games.

The objective of Bloboats is to reach MS Enterprise as fast as possible to save if from
the hands of the terrible Tentacle Monsters of an Unknown Master and the same time beat your friend and laugh at his or her puny time.

The journey starts from a place called Tutorial, somewhere in the United States, and somehow the player ends up in the famous HV-Arena of Helsinki. During the trip a number of MS Enterprises are saved, luckily, from the hands of the terrible Tentacle Monsters of an Unknown Master, who actually is your dad. Or then aint.

<<less
Download (MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1177 downloads
Cabextract menu

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.

<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
963 downloads
Notes 0.9

Notes 0.9


Notes is a small ViewKit/Motif applet that provides post-it notes for the IRIX desktop. more>>
Notes is a small ViewKit/Motif applet that provides post-it notes for the IRIX desktop. Its designed to integrate with the toolchest, but it can be run from the command-line too.

A "Notes" toolchest menu is included in the "chestrc.notes" file. Notes uses the file format of the excellent MS-Windows post-it note application called "Stickies".
<<less
Download (0.009MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
945 downloads
Agata Report 7.2

Agata Report 7.2


Agata Report is a cross-platform database reporting tool with graph generation and a query tool. more>>
Agata Report is a cross-platform database reporting tool with graph generation and a query tool that allows you to get data from PostgreSQL, MySQL, SQLite, Oracle, DB2, MS-SQL, Informix, InterBase, Sybase, or Frontbase and export that data as PostScript, plain text, HTML, XML, PDF, or spreadsheet (CSV) formats through its graphical interface.

You can also define subtotals, levels and a grand total for the report, merge the data into a document, generate address labels, or even generate a complete ER-diagram from your database.

<<less
Download (3.7MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
905 downloads
Ah3 Beta 3

Ah3 Beta 3


Ah3 project is an invoicing and inventory system for repair shops. more>>
Ah3 project is an invoicing and inventory system for repair shops. Out of the box it is focused towards autmotive repair shops but can be readily changed for any sort of shop without any knowledge of coding or recompiling the application.
Main features:
- Customer and vehicle database
- Inventory management
- Customizable invoice generation
- Forms which can be redily customized without code changes
- Minimal data changes from Ah2
- Building on MS Windows is possible
<<less
Download (0.003MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
xcalib 0.7

xcalib 0.7


xcalib project is a tiny monitor calibration loader for XFree86 (or X.org) and MS-Windows. more>>
xcalib project is a tiny monitor calibration loader for XFree86 (or X.org) and MS-Windows.

Usage:

xcalib [-options] ICCPROFILE
or
xcalib [-options] -alter

where the available options are:
-display or -d
-screen or -s
-clear or -c
-noaction or -n
-verbose or -v
-printramps or -p
-loss or -l
-invert or -i
-gammacor or -gc
-brightness or -b
-contrast or -co
-red
-green
-blue
-alter or -a
-help or -h
-version

Last parameter MUST be an ICC profile containing a vcgt or mLUT tag or empty if the "-a" or "-alter" paramter is used or the LUT is to be cleared.

Use profiles gamma_1_0.icc and gamma_2_2.icc for testing. Profiles with vcg-tables can be created with most profile creation suites. An example profile with a vcg-table is inclued, named bluish.icc, which simulates a very high whitepoint (without further intentions).

<<less
Download (0.031MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
853 downloads
NetShips battle 1.4

NetShips battle 1.4


NetShips battle project is a network version of a popular ship-battle game. more>>
NetShips battle project is a network version of a popular "ship-battle" game.
NetShips battle is a popular naval battle game for two players connected across the network. It provides a modular concept of three layers (network layer, game logic, and user-interface).
Currently only an ncurses (console) user interface has been implemented, but adding an X11 interface or porting to MS-Windows should be easy.
Enhancements:
- Build procedure now uses standard autoconf.
<<less
Download (0.045MB)
Added: 2006-11-27 License: BSD License Price:
1065 downloads
fastdep 0.16

fastdep 0.16


fastdep is a fast C/C++ dependency generator. more>>
fastdep is a preprocessor which generates dependency information suitable for Makefile inclusion from C or C++ source files. Meant to run on slower hardware, it is several orders of magnitude faster than gcc.
Enhancements:
- Implement boolean operators in #if [Pete Gonzalez]
- Adds support for Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
- Adds Jamfile for compilation with Jam [Jack T. Goral]
- Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
- Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
- Set object filename extension through a command line [Arne Varholm]
- Man page [Zenaan Harkness]
- Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
<<less
Download (0.068MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1658 downloads
libscl 1.0.0

libscl 1.0.0


libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree. more>>
libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types.
Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents.
Enhancements:
- Added a little more documentation and some test code.
- SCL should build on Windows with MS Visual C/C++ 6.0, Linux and Solaris with GCC and GNU make.
<<less
Download (0.13MB)
Added: 2005-07-14 License: LGPL (GNU Lesser General Public License) Price:
1562 downloads
Buffalo Live 1.7.3-9

Buffalo Live 1.7.3-9


BuffaloLinux is based on a Slackware derived distribution called VectorLinux. more>>
BuffaloLinux project is a Slackware based distribution. Additionally, it supports both rpm and deb packages through its install and upgrade scripts (buff, Buff, sudobuff and sudoBuff).

The default windowmanager is ICEWM, but BlackBox, FluxBox, XFCE4, and WindowMaker also come pre-installed. Integrated versions of both GNOME and KDE are available on the Buffalo-Extras CD.

Support and download of CodeWeavers Office is provided for MS Windows based programs. Also included on the Extras-CD is a Buffalo-wrapped demo-package of Win4Lin.
<<less
Download (700MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1507 downloads
Jackess 1.1.6

Jackess 1.1.6


Jackcess project is a pure Java library for reading from and writing to MS Access databases. more>>
Jackcess project is a pure Java library for reading from and writing to MS Access databases. It 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. Take a look at our Frequently Asked Questions for more info.
Enhancements:
- Handling of skipped rows has been fixed.
- When reading multi-page table def, the buffer is flipped before parsing.
- Table names are treated as case insensitive; stored table names are used when instantiating tables.
- Databases and tables are iterable.
- Uppercase names are used when adding text columns to indexes, which fixes a long standing problem with table names starting with lowercase characters (and other situations where tables could not be opened in Access).
- A hack that forced every table name to have an uppercase first character has been removed.
- Reading multi-page long binary values has been implemented.
<<less
Download (0.077MB)
Added: 2006-08-07 License: LGPL (GNU Lesser General Public License) Price:
1175 downloads
Java iCal Group Scheduler 1.5

Java iCal Group Scheduler 1.5


Java iCal Group Scheduler is a group scheduling for Linux desktops and servers. more>>
Java iCal Group Scheduler enables several users to get together for a meeting, by using JICAL to translate their iCalendar files into their available free/busy time and post it automatically to your Web server.

This project enables Ximian Evolution desktop users to book meetings with each other (and Outlook users) via a Web server storing their Free/Busy information as specified in RFC2445.

It works with Evolution, Korganiser, Apple iCal, and MS Outlook (for meetings), and enhances your workgroup and personal calendar views. Shell scripts for converting to various image formats are also included.

<<less
Download (2.44MB)
Added: 2005-04-19 License: LGPL (GNU Lesser General Public License) Price:
1652 downloads
Jackcess 1.1.9

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.
<<less
Download (0.10MB)
Added: 2007-07-13 License: LGPL (GNU Lesser General Public License) Price:
833 downloads
MPEG-2 Video Tools 0.1

MPEG-2 Video Tools 0.1


mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. more>>
mpeg2videotools is a C library and set of tools for encoding, decoding, verification and analysis of MPEG-2 video. It supports 422 Profile and High Profile bitstreams. A PSNR tool is included for comparing uncompressed video to encoded MPEG-2 video.
The library will provide a C API and be implemented in C. Platforms supported will be popular Unices and Linux, MS Windows and MacOSX. autoconf and automake will be used to achieve portability for most platforms. Decoded bitstreams will be displayed using X11 server for Unix and native Windows API for MS Windows.
Included is an encoder and decoder application which are useful for creating compliant bitstreams and decoding and verifying MPEG-ES, MPEG-PS, MPEG-PES and MPEG-TS bitstreams.
A number of important improvements over the original SSG code have already been made:
display on TrueColor visuals (16, 24, 32 bit displays)
decoding of MPEG-TS streams
decoding of broken streams which do not start with a required start code
autoconf build
MS Windows display
a library API to enable its use in other projects (ImageMagick and the AAF SDK come to mind)
MIAMI is an MPEG-2 video codec library which aims to be a complete implementation of the ISO/IEC 13812-2:2000 standard. The priority is completeness and correctness rather than speed. Included is an encoder and a decoder for MPEG-ES,PS,PES,TS bitstreams.
Enhancements:
- changed function decs to ANSI style
- added const qualifier to suitable function args
<<less
Download (0.15MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1199 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5