Main > Free Download Search >

Free microsoft software for linux

microsoft

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 467
Html Code Convert 3.3

Html Code Convert 3.3


Speed up the conversion of HTML code into different format more>>
HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, Python, and the UNIX Shell. It is particularly useful in CGI scripting.
Enhancements:
- Colors and font selected in prefeferences box.
- Fixe bug with Quit button. First try to support accessibility.
- Updated schemas.
<<less
Download (184KB)
Added: 2009-04-29 License: Freeware Price:
198 downloads
Samba 3.0.25c

Samba 3.0.25c


The Samba software suite is a collection of programs that implements the SMB protocol for unix systems. more>>
Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.

Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.

Samba is software that can be run on a platform other than Microsoft Windows, for example, Linux, OpenVMS, IBM System 390, UNIX, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server.

When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server.

Samba is a software package that gives network administrators flexibility and freedom in terms of setup, configuration, and choice of systems and equipment.

Because of all that it offers, Samba has grown in popularity, and continues to do so, every year since its release in 1992.
<<less
Download (17.3MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
505 downloads
Yabause 0.8.6

Yabause 0.8.6


Yabause is a Sega Saturn emulator. more>>
Yabause is a Sega Saturn emulator under GNU GPL. It currently runs on GNU/Linux and is being ported to Microsoft Windows and Mac OS X.
Yabause is also ported to the Sega Dreamcast as a separate project : Yabause-dc.
Be aware that this project is at an early stage. Dont expect to play commercial games on your PC. This software is released for testing purposes only, and is essentially aimed to developers.
Enhancements:
- Lot of bug fixes and addition of COFF support.
<<less
Download (0.32MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
826 downloads
XML Copy Editor 1.1.0.1

XML Copy Editor 1.1.0.1


XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation. more>>
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents.
Enhancements:
- This release fixes a number of bugs and introduces support for CSS.
<<less
Download (3.9MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
866 downloads
Xournal 0.4

Xournal 0.4


Xournal is an application for notetaking, sketching, keeping a journal using a stylus. more>>
Xournal is an application for notetaking, sketching, keeping a journal using a stylus. Xournal is free software (GNU GPL) and runs on Linux (recent distributions) and other GTK+/Gnome platforms.

It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal and Gournal.

Xournal aims to provide superior graphical quality (subpixel resolution) and overall functionality; however it lacks the collaborative features of Jarnal. Since Xournal is still in its early development stages, it may not be fully stable, and some features have not been implemented yet.

<<less
Download (0.36MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
807 downloads
Vortex Library 1.0.6

Vortex Library 1.0.6


Vortex Library is a BEEP Core protocol implementation, following the standard definitions in RFC 3080 and RFC 3081. more>>
Vortex Library is a BEEP Core protocol implementation, following the standard definitions in RFC 3080 and RFC 3081.
Vortex Library has a clean and easy-to-use API that allows you to write new protocols or user applications.
Vortex Library has been developed within the Af-Arch project, and it is being used at the data transport layer. However, Vortex Library can be used independently of Af-Arch.
Currently Vortex Library is supported in all Microsoft Windows Platforms as well as Linux.
Enhancements:
- A general update was done to make this release more usable on Microsoft Windows, using Visual Studio compilers.
- Missing support was added to enable getting error codes reported by peer at channel creation.
- Now xml-rpc-gen is able to include user code into the IDL definition that is placed at the resulting XML-RPC server.
<<less
Download (0.90MB)
Added: 2007-08-11 License: LGPL (GNU Lesser General Public License) Price:
805 downloads
SchemaCrawler 5.1

SchemaCrawler 5.1


SchemaCrawler project is a command-line tool to output your database schema and data in a readable form. more>>
SchemaCrawler project is a command-line tool to output your database schema and data in a readable form.
The output is designed to be diff-ed with previous versions of your database schema. SchemaCrawler is also an API that improves on the standard JDBC metadata.
Enhancements:
- SchemaCrawler now comes with bundled downloads for Microsoft SQL Server and MySQL.
<<less
Download (1.1MB)
Added: 2007-08-04 License: LGPL (GNU Lesser General Public License) Price:
812 downloads
k5n Desktop Calendar 0.9.4

k5n Desktop Calendar 0.9.4


k5n Desktop Calendar application is a calendar application for your desktop. more>>
k5n Desktop Calendar (k5nCal, for short) application is a calendar application for your desktop. It shares features with applications like Apple iCal and Microsoft Outlook, but it is open source.
This project is built upon Java Calendar Tools, and all data is stored in RFC 2445 iCalendar format.
Main features:
- Supports Mac OS X, Linux or Windows (requires Java 1.5)
- Saves all entries in iCalendar RFC 2445 format
- Simple and intuitive user interface similar
- Open source license so you can download and modify the source and use it free of charge.
<<less
Download (0.76MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
819 downloads
XLSperl 0.4

XLSperl 0.4


XLSperl module allows you to use Perl one-liners with Microsoft Excel files. more>>
XLSperl module allows you to use Perl "one-liners" with Microsoft Excel files.

SYNOPSYS

XLSperl [options] -e ... file1.xls file2.xls ... fileX.xls
cat file.txt | XLSperl [options] -e ...

Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools grep, sed, and awk. For example, a simple "grep" function can be written as:

perl -lne /pattern/ and print file.txt

which improves on the standard grep function by allowing the extended features of Perl regular expressions to be used.
However, this form of processing is only suitable for data that can be read (or needs to be written) in plain text format. XLSperl lets you use the same commands to process and create Microsoft Excel files, e.g. the following command will "grep" an Excel document:

XLSperl -lne /pattern/ and print file.xls

Usage:

Basic usage of XLSperl is as follows:

XLSperl [options] -e perl_code file1.xls file2.xls ... fileX.xls

Additionally Microsoft Excel files can be piped in to XLSperl

cat file.xls | XLSperl [options] -e perl_code

<<less
Download (0.009MB)
Added: 2007-07-26 License: Perl Artistic License Price:
822 downloads
Gobby 0.4.5

Gobby 0.4.5


Gobby project is a collaborative text editor. more>>
Gobby project is a collaborative text editor.
Gobby is a free collaborative editor based on libobby, a library which provides synced document buffers.
It supports multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
Main features:
- Realtime Collaboration
- Each user has its own colour (changeable) to be identified by others
- IRC-like Chat for communicating with your partners while coding
- Sidebar with all the others having joined the session
- Syntax highlighting for most programming languages
- Session password protection
- Multiple documents in one Session
- Dragndrop of documents into gobby
- Document synchronisation on request
- Zeroconf support
- Unicode support
- Cross-platform: It runs on Microsoft Windows, Linux, Mac OS X and other flavours of UN*X
- Gobby is free software and licenced under the GPL 2
<<less
Download (0.30MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
858 downloads
Kexi 1.1.3

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.

<<less
Download (54.2MB)
Added: 2007-06-08 License: LGPL (GNU Lesser General Public License) Price:
872 downloads
ThinkFree Viewer 1.1

ThinkFree Viewer 1.1


ThinkFree Viewer allows you to view ThinkFree or Microsoft Office word processing, spreadsheet, and presentation files. more>>
ThinkFree Viewer allows you to view ThinkFree or Microsoft Office word processing, spreadsheet, and presentation files without having any other office applications installed. After installing the appropriate Widget simply drag and drop files from your desktop, or copy and paste the Web URL into the ThinkFree Widget.

ThinkFree Widgets allows users to open email attachments with ease, and supports the following file formats: .doc, .rtf, .txt, .xls, .csv, .ppt, and .pps.

<<less
Download (0.004MB)
Added: 2007-06-06 License: MPL (Mozilla Public License) Price:
1320 downloads
Free60 Gentoo LiveCD Xenon Beta 2

Free60 Gentoo LiveCD Xenon Beta 2


Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. more>>
Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. It is based on the experimental gentoo liveCD that can be found here:
http://gentoo.mirrors.pair.com/experimental/ppc64/livecd/
It has a few changes to boot on the Xbox 360 (codename xenon).
How does it work ?
Burn gentoo-livecd-xenon-beta-v2.iso. Upload the cdreader binary via serial, or use the new king kong patcher with built-in readcd code, this will open the dvd tray. Put the gentoo-livecd-xenon-beta CD in the drive. cdreader will automatically start the xell bootloader located at lba 0x20 on this cd and boot the Linux Kernel.
Thanks to stonersmurf for the compilation of the liveCD.
Where to find more info on Linux for Xbox 360 :
http://www.free60.org/
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Microsoft, Xbox, Xbox360 (and probably some more) are registered trademarks by Microsoft Corp. No affiliation between the Free60 Project and Microsoft Corp. exists or is implied. All other trademarks and copyrights are property of their respective owners.
The new Live CD supports all Xbox 360 consoles with firmware versions 4532 and 4548 and can be run without affecting the consoles normal functionality. It contains the latest free60 patches against the Linux kernel 2.6.21 and ships with a full Gnome desktop environment, including applications like Firefox and Evolution. It also offers an entire 64-bit PowerPC compiler toolchain for developers.
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Enhancements:
- New 2.6.21 based kernel
- Improved networking support
- Improved framebuffer kernel level support
- Supports Toshiba-Samsung drives, now
<<less
Download (621MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
878 downloads
OpenChange 0.1 (eplugin)

OpenChange 0.1 (eplugin)


OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms. more>>
OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms.
Gnome Evolution is a powerful messaging client which offers several features but do not yet have native Exchange protocols support. This plugin extends Gnome Evolution, provides interoperability with Microsoft Exchange servers and aims to provide a messaging client with most of the common features Microsoft Outlook users are dealing with on a daily basis.
Main features:
- Exchange account setup
- Fetch emails
- Send emails
- Delete emails
- Fetch and send attachments
- Handle Message flags (attachments and importance)
- Display light mailbox folder hierarchy
Enhancements:
- This experimental release provides exchange account setup using the Evolution account wizard.
- It can fetch, send, and delete email messages with or without attachments. Message flags (attachment, importance, read/unread) are supported.
- A light mailbox folder hierarchy is provided.
<<less
Download (MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
JODConverter 2.2.0

JODConverter 2.2.0


JODConverter, the Java OpenDocument Converter, converts documents between different office formats. more>>
JODConverter, the Java OpenDocument Converter, converts documents between different office formats.
The project leverages OpenOffice.org, which provides arguably the best import/export filters for OpenDocument and Microsoft Office formats available today.
JODConverter automates all conversions supported by OpenOffice.org, includin:
Microsoft Office to OpenDocument, and viceversa
- Word to OpenDocument Text (odt); OpenDocument Text (odt) to Word
- Excel to OpenDocument Spreadsheet (ods); OpenDocument Spreadsheet (ods) to Excel
- PowerPoint to OpenDocument Presentation (odp); OpenDocument - Presentation (odp) to PowerPoint
Any format to PDF
- OpenDocument (Text, Spreadsheet, Presentation) to PDF
- Word to PDF; Excel to PDF; PowerPoint to PDF
- RTF to PDF; WordPerfect to PDF; ...
And more
- OpenDocument Presentation (ods) to Flash; PowerPoint to Flash
- RTF to OpenDocument; WordPerfect to OpenDocument
- Any format to HTML (with limitations)
- Support for OpenOffice.org 1.0 and old StarOffice formats
<<less
Download (MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
930 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5