Main > Free Download Search >

Free supported windows platforms software for linux

supported windows platforms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9738
SIMD Cross-platform headers 2004.10.26

SIMD Cross-platform headers 2004.10.26


SIMD Cross-platform headers is a cross- platform, cross-compiler, cross CPU C/C++ header collection. more>>
SIMD Cross-platform headers is a cross- platform, cross-compiler, cross CPU C/C++ header collection that aids the creation portable vectorized (SIMD) C/C++ code.
SIMD Cross-platform headerst supports (or partially supports) x86 (MMX/SSE/SSE2) GCC and MSVC, PPC Altivec GCC and CodeWarrior, ARM GCC, and software-emulated SIMD.
NOTE: Code must be 16-byte aligned. Align to 16 when allocating memory.
X86/XSCALE (Intel) vs. PowerPC/MIPS
While the PowerPC and MIPS SIMD instructions take 2 source vectors and a destination vector, the Intel platforms only take a source and destination. Example:
PPC/MIPS can do:
C = A + B
X86 can only do:
A = A + B (or A+=B)
Code written either way will work on the X86, and still be faster than 387 math, but preserving the registers takes significant overhead (Disassemble the test program for an example. The prints preserve, the disassembly test does not.) For the fastest code between systems, write your SIMD math as the X86 expects, manually preserving SIMD variables.
At least GCC for PPC doesnt seem to have any issues figuring out how to deal with a source and destination memory address being the same.
Enhancements:
- Created file with some i386, GCC dialect
<<less
Download (0.008MB)
Added: 2006-03-17 License: zlib/libpng License Price:
1319 downloads
BlogTrader Platform 1.0.2 Build2052

BlogTrader Platform 1.0.2 Build2052


BlogTrader Platform is a free, open source stock technical analysis platform. more>>
BlogTrader Platform is a free, open source stock technical analysis platform with a pluggable architecture that is ideal for extensions such as indicators and charts. BlogTrader Platform is built on pure java.
It supports parallel quote data retrieval from Yahoo! or ASCII text files, historical, intra-day, and real-time charts, and candle, bar, and line charts. It has a natural date/trading date view model. "MACD", "OBV", "ROC", "KD", "BIAS", "DMI", "RSI", "MTM", and "WMS" indicators and drawing of "Line", "Parallel", "Gann Angle", and "Fibonacci Line" are supported. You can easily write your own indicators.
Main features:
- Retrieve quote data in parallel from Yahoo! Finance, netfonds.se, or CSV files.
- Save quote data to local database (hsqldb).
- Adjust quote chart for splits and dividents if possibale (Yahoo! quote data only).
- Daily, Weekly, Monthly charts (Weekly, Monthly data are composed automatically from Daily data)
- Historical/Intra-Day/Real-Time Chart
- Real-time Ticker Board
- Update Daily, Weekly, Monthly Charts and their indicators automatically according to the newest tickers.
- Multiple quote-charts comparison
- Candle/Bar/Line
- Calendar/Trading date view
- Define indicators parameters separately for Daily, Weekly and Monthly charts, parameters can be saved as default or apply to all
- Add layer drawings separately for Daily, Weekly and Monthly. Save/Restore drawings.
- Carefully design for writing your own indicator easy, but in java (maybe will support scripts some day)
- Supports multiple platforms, includes windows, linux, macos, solaris, etc. (Java JRE 1.5 required)
- More to be come ...
Enhancements:
- Minor bugfixes
<<less
Download (6.1MB)
Added: 2006-04-02 License: BSD License Price:
1379 downloads
DirectX support for Wine 2005-06-13

DirectX support for Wine 2005-06-13


DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics. more>>
DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics.
DirectX support for Wine is a set of patches against Wine to implement DirectX 9. It allows modern games and 3D applications to run under Wine.
The patches include many experimental and beta features that have not yet made it into the stable Wine source tree.
The aim of the project is to provide full support for DirectX 8 and 9 so that all games and 3D applications will run on Linux or any other platform that Wine supports.
Main features:
- Shared wined3d codebase for Direct3D 8 and 9
- Hardware non-power2 texstures
- Improved compressed texture support
- Many more texture formats supported
- Offscreen texture improvements
- Colour corrections for textures
- A tonne of bug fixes and other improvements from earlier releases
Enhancements:
- Reworked support for non-power2 textures
- Support for Vertex buffer objects
- Support for caching
- Hardware vertex shaders
- Partial tidyup of vertex declarations
- Better support for compressed textures
- Fix for texturing problems in Axis and Allies and Evil Genius
- Fix for model corruption in Pirates
- Movies in Pirates
- A Fix for the lines on the landscape in Axis and Allies
- Crash fixes in fixupvertices with indexes data
- Numerous other performance improvements
<<less
Download (0.004MB)
Added: 2006-11-06 License: LGPL (GNU Lesser General Public License) Price:
1111 downloads
Inline-Support 0.44

Inline-Support 0.44


Inline-Support is a Perl module created to support information for Inline.pm and related modules. more>>
Inline-Support is a Perl module created to support information for Inline.pm and related modules.
This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN.
SUPPORTED LANGUAGES
The most important language that Inline supports is C. That is because Perl itself is written in C. By giving a your Perl scripts access to C, you in effect give them access to the entire glorious internals of Perl.
As of this writing, Inline also supports:
- C++
- Java
- Python
- Tcl
- Assembly
- CPR
- And even Inline::Foo!
Projects that I would most like to see happen in the year 2001 are:
- Fortran
- Ruby
- Lisp
- Guile
- Bash
- Perl4
SUPPORTED PLATFORMS
Inline::C should work anywhere that CPAN extension modules (those that use XS) can be installed, using the typical install format of:
perl Makefile.PL
make
make test
make install
It has been tested on many Unix and Windows variants.
Enhancements:
- Perl
<<less
Download (0.089MB)
Added: 2007-06-16 License: Perl Artistic License Price:
862 downloads
uriparser 0.5.1

uriparser 0.5.1


uriparser project is a strictly RFC 3986 compliant URI parsing library. more>>
uriparser project is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
Main features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
<<less
Download (0.19MB)
Added: 2007-08-09 License: BSD License Price:
807 downloads
Selenium Remote Control 0.9.0

Selenium Remote Control 0.9.0


Selenium Remote Control project is a test tool that allows you to write automated web application UI tests. more>>
Selenium Remote Control project is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.
Selenium Remote Control provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript.
The Selenium Server communicates directly with the browser using AJAX (XmlHttpRequest). You can send commands directly to the Server using simple HTTP GET/POST requests; that means that you can use any programming language that can make HTTP requests to automate Selenium tests on the browser. To further ease this process, we provide wrapper objects for a number of mainstream programming languages (Java, .NET, Perl, Python, and Ruby).
Finally, the Selenium Server acts as a client-configured HTTP proxy, to stand in between the browser and your website. This allows a Selenium-enabled browser to run JavaScript on arbitrary websites.
The Selenium Server is great for testing complex AJAX-based web user interfaces under a Continuous Integration system. It is also an ideal solution for users of Selenium Core or Selenium IDE who want to write tests in a more expressive programming language than the Selenese HTML table format customarily used with Selenium Core.
Supported Platforms:
Known working:
- Firefox 1.5.0.8 and 2.0
- Opera 9.0.2
- Konqueror 3.5.3
Should work:
- Firefox 0.8 to 2.0
- Mozilla Suite 1.6+, 1.7+
- Konqueror 3.5+
- Opera 8.5+, 9
Enhancements:
- This version includes a bunch of new features, including frame support, multiWindow support (for testing apps that dont like to run in a subframe), a Konqueror browser launcher, new cookie-management actions, and support for Firefox 2.0 and IE7.
- It also includes experimental support for SSL directly in the Selenium proxy and a new highly experimental "proxy injection" mode that gives more control over the application under testing by modifying it in the HTTP proxy.
<<less
Download (8.3MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
635 downloads
OpenDDS 1.0

OpenDDS 1.0


OpenDDS is an open-source C++ implementation of the Object Management Groups Data Distribution Service. more>>
OpenDDS is an open-source C++ implementation of the Object Management Groups Data Distribution Service for Real-time Systems specification (version 1.0). This project implements most of the minimum profile of the Data-Centric Publish-Subscribe (DCPS) layer of the DDS specification.
DDS provides demanding applications with a high-level, object-oriented publish-subscribe model while enabling efficient, direct data transfer between publishers and subscribers. More information about the OMGs DDS specification can be found at the OMG Data Distribution portal.
OpenDDS is built on the ACE (ADAPTIVE Communication Environment) abstraction layer to provide platform portability. OpenDDS also leverages capabilities of TAO (The ACE ORB), such as its IDL compiler and as the basis of the OpenDDS DCPS Information Repository (DCPSInfoRepo). In addition, OpenDDS leverages MPC to ease the maintenance burden of supporting multiple build environments and platforms. For a current list of supported platforms and build environments, see the OpenDDS FAQ.
Enhancements:
- Support for built-in CORBA:: sequences was added.
- DDS entities have changed to local IDL types and now support zero-copy reads.
- User-defined DDS types are now correctly scoped.
<<less
Download (4.0MB)
Added: 2007-07-27 License: Freely Distributable Price:
821 downloads
poEdit 1.3.7

poEdit 1.3.7


poEdit is a gettext translation catalog editor. more>>
poEdit is cross-platform gettext catalogs (.po files) editor. It is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested on Unix with GTK+ and Windows). poEdit aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand.
Main features:
- Unlike other catalogs editors, poEdit shows data in very compact way. Entries are aranged in a list, so that you can easily navigate large catalogs and immediately get an idea about how big part of the catalog is already translated, what needs translating and which parts are only translated in a "fuzzy" way.
- Runs on Unix and Windows systems.
- Plural forms support. [1.3.0]
- Features whitespaces highlighting.
- Fuzzy and untranslated records are highlighted and displayed at the top of the list.
- Automatic compilation of .mo files (optional).
- Automatic headers update.
- References browser lets you see where and in what context is the string used.
- You can use poEdit to scan source code for translatable strings.
- Integration with KDE and GNOME desktops. Neither of these environments is required, support for them is strictly optional.
- UTF-8 support. poEdit understands all encodings supported by operating system and works in Unicode internally. [1.1.0]
- Support for conversion between line-ending formats (useful if you need to edit catalogs by hand under Windows). [1.1.0]
- Translation memory automates translation of frequent phrases. poEdit can reuse translation data from all your PO, MO and RPM files. [1.1.1]
- Search dialog for quick navigation in the catalog. [1.1.1]
- Comments editing. [1.1.3]
- Catalogs manager. [1.1.3]
- Unicode support on Windows NT/2000/XP (partial Unicode support on Windows 9x). [1.1.6] Full Unicode support under Unix with GTK+ 2.x. [1.1.11]
- Spellchecking (GTK+ 2.x). [1.3.0]
Enhancements:
- The infamous "failed to convert to unicode" bug when saving is fixed in this release.
- Many small bugs were fixed as well.
- Integration in Mac OS X was improved.
<<less
Download (2.0MB)
Added: 2007-07-03 License: MIT/X Consortium License Price:
865 downloads
Cross Platform Toolkit Library (xtklib) 0.2.0 Alpha

Cross Platform Toolkit Library (xtklib) 0.2.0 Alpha


Cross Platform Toolkit Library(xtklib) is a C++ based framework for highly object-oriented cross-platform programming. more>>
Cross Platform Toolkit Library (xtklib) is a C++ based framework for highly object-oriented cross-platform programming.
In particular, the library provides a full abstraction layer between its API and the main services offered by the underlying operating system(Thread, processes,GUI,Filesystem,etc.) plus a set of generic utilities (Strings,Data structures,etc.).
Unlike other famous libraries, xtklib makes full use of all features of C++ like RTTI, Templates, Exceptions thus obtaining a strongly object-oriented design with a Java-like sensation.
The library is composed by two main modules: "Base" and "Widgets". The target operating systems are Windows and Unix(Linux and BSD in primis) with a plan to move also towards other systems.
Main features:
- Use of modern C++ - use of many powerfull features offered by modern C++ like exceptions,RTTI,templates and namespaces allows faster development,improves code readability,and reduces programming errors.
- Strong Object-Oriented design - designed to meet requirements of modern software industry: modularity, low coupling, high cohesion,information hiding. Design patterns and advanced class hierarchies are extensively used in all the library.
- Ease of use - Clean and intuitive programming interface with a Java-like sensation.
- Complete - Features supported includes:
- Basic services: Thread, Synchronization, Filesystem access, Processes, Networking.
- Advanced services: I/O Streams, Logging.
- Debugging tools: Stack tracing, Memory Leak detection.
- Gui widgets (Work in progress): Windows,Frames,Layout managers,common controls,advanced controls.
- Generic utilities: complete data structures framework, String class with unicode support.
- Full unicode support: native support to unicode, conversion to/from different charsets.
- And many others: the list is too much long to enumerate all minor but extremely usefull features.
- Cross Platform - Supports various systems and compilers.
- XTKlib is known to work under:
- Windows XP (x86)
- Visual C++ versions 7.1, 8.0
- MinGW32
- Linux (x86, x86_64)
- GCC 3.4
- Compatibility with other platforms and compilers are not excluded.(If you can compile/use xtklib with a non listed compiler/platform let us know about that, thanks)
- Fast - Although performance are not the main goal of this library (exceptions and RTTI have a tradeoff in this meaning), code agility and execution speed are often taken in consideration during development, thus leaving a performance advantage compared to interpreted programming languages(eg. Java,C#) or scripting languages(eg. Python,Ruby,Perl).
Enhancements:
- This is the first release with a working "Widgets" module, although it has only basic features.
- This release is provided for testing and development only.
<<less
Download (0.25MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1383 downloads
Sproxy 1.01

Sproxy 1.01


Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. more>>
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege.
It is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
<<less
Download (0.34MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
964 downloads
ARSC Really Simple Chat 3.1 RC1 P1

ARSC Really Simple Chat 3.1 RC1 P1


ARSC Really Simple Chat is a Web chat system that uses PHP and MySQL. more>>
ARSC Really Simple Chat is a Web chat system that uses PHP and MySQL.
ARSC Really Simple Chat project works with every browser in existence, even text-based ones, and it uses the server push technique or, if possible, its own socket server.
It is very simple to install and use ARSC. It includes some important features, such as operators, kick-ing, whispering, and more.
Multiple rooms and different languages are available. To run ARSC on your site, you need a Web server that understands PHP, and can connect to a MySQL database.
Main features:
- very easy installation
- multiple languages supported
- multiple browsers/platforms supported (even text-based ones)
- comfortable administration interface
- private rooms
- two-leveled moderation system with message queue and Moderator/VIP roles
- graphical smilies
- freely definable layouts, with different layouts possible for individual rooms and/or users
- ID-Cards for registered users, with individual guestbooks on every ID-Card
- text-browser interface even allows chatting with braille screen readers
- security: uses sha1 hashes for passwords and sessionids, and every single user input is checked against a regular expression of allowed values
- works with PHP 4 and PHP 5
- works with safe_mode = On and register_globals = Off
Once installed on your webserver, ARSC provides a chat interface to the visitors of your site. Your visitors need no special plugins or additional software to chat, only their webbrowser. ARSC is licensed under the GPL, which means it is free (like in "free speech"). It also comes at no cost (like in "free beer"). You may even use it in your own software projects.
Chatting with ARSC is very comfortable. If you have a modern browser with frame support and JavaScript support enabled, ARSC makes use of these technologies. If you have an older browser, or you have JavaScript disabled, or even if you have a browser that does not support frames, you can still chat with ARSC. Let me say it this way: With ARSC, chatting on a webpage is possible with every known browser under the sun that is still in use nowadays.
In contrary to many other PHP/MySQL webchats, ARSC can be run using a non-forking socketserver to handle all message transport. Other chats use the httpd process to handle the message transport, what causes a big overhead, while the socketserver of ARSC works very ressource-friendly and can handle way more users. The server is completely written in PHP and thus does not need any special requirements besides a cgi-bin installation of PHP 4.1.0 or above. Current versions of PHP (4.3.x) have been tested and work. If you are not able to compile a cgi-bin version of PHP or you may not start a socketserver on your machine, ARSC still offers the traditional message handling via the httpd process or even via meta refresh.
Enhancements:
- A bug that broke the installation routine was fixed.
<<less
Download (0.10MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1272 downloads
RocksnDiamonds 3.2.3

RocksnDiamonds 3.2.3


RocksnDiamonds is an arcade style game for Unix. more>>
RocksnDiamonds is an arcade style game for Linux, Windows, Mac OS X and DOS in the tradition of:
"Boulder Dash" (C 64)
"Emerald Mine" (Amiga)
"Supaplex" (Amiga/PC)
"Sokoban" (PC)
Main features:
- network multiplayer games (upto 4 players) for Unix platform
- local multiplayer games (upto 4 players) for all supported platforms
- soft scrolling with 50 frames per second
- freely customizable keyboard and joystick support
- stereo sound effects and music
- music modules and fullscreen in SDL version
- contains levels to play Boulder Dash, Emerald Mine and Sokoban
- lots of additional levels available (over 10.000)
- distributed with full source code under the GNU General Public License
- available for Unix (all flavors), DOS and Windows (95/98/NT/2000/XP)
- known to work under BeOS and Mac OS X
- should compile on any platform supporting either X11 or SDL
<<less
Download (2.9MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1017 downloads
++Skype library 1.10

++Skype library 1.10


++Skype is a C++ library for skype add-on platform independent software development. more>>
++Skype is a C++ library for skype add-on platform independent software development.
++Skype library is platform independent, easy to use, and easy to extend because of the flexible library design, inspired by modern C++ design ideas.
Performance is one of the goals: only compile-time polymorphism is used. The library license allows you to develop freely redistributed applications without any fee.
Main features:
- Platform independent (Now only linux and windows platforms are supported, but we are looking into the future! Smiling);
- Easy to use;
- Easy to extend because of the flexible library design, inspired by modern C++ design ideas;
- Perfomance was on of our goals - only compile-time polymorphism is used;
- Library license allows you to develop freely redistributed applications without any fee;
- Open source.
Enhancements:
- X11 Protocol support is included in the Linux implementation of the library.
- D-BUS library is no longer a requirement.
- You can remote control Skype via the X11 protocol.
<<less
Download (0.063MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
644 downloads
jUDDI 0.9 RC4

jUDDI 0.9 RC4


jUDDI provides a Java toolkit and registry implementation of UDDI. more>>
jUDDI provides a Java toolkit and registry implementation of UDDI.
jUDDI (pronounced "Judy") is an implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.
Main features:
- Open Source
- Platform Independent
- Supports for JDK 1.3.1 and later
- UDDI version 2.0 compliant implementation
- Use with any relational database that supports ANSI standard SQL (MySQL, DB2, Sybase, JDataStore, HSQLDB, etc.)
- Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, JOnAS, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)
- jUDDI registry supports a clustered deployment configuration.
- Easy integration with existing authentication systems
<<less
Download (9.5MB)
Added: 2007-03-07 License: The Apache License 2.0 Price:
972 downloads
MP3SPI for Linux 1.9.4

MP3SPI for Linux 1.9.4


MP3SPI is a Java Service Provider Interface that adds MP3 more>> MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform. It supports streaming, ID3v2 frames, Equalizer, .... It is based on JLayer and Tritonus Java libraries.
MP3 support (MPEG 1/2/2.5 Layer 1/2/3). VBR support, ID3v2 frames support.Skip support.Equalizer support.This release targets J2SE 1.3 and 1.4 but it provides audio properties that will be available in J2SE 1.5 :
MpegAudioFormat (bitrate, vbr).
MpegAudioFileFormat (duration, title, author, album, date, copyright, comments).It also provides custom properties :
MpegAudioFileFormat (mp3.version.mpeg, mp3.version.layer, mp3.framerate.fps, mp3.id3tagv2, ...).
DecodedMpegAudioInputStream (mp3.frame.bitrate, mp3.equalizer, ...) jUnit tests included.CPU usage : ~12% under PIII 1Ghz/Win2K+J2SE 1.4.1
FootPrint : ~10MB under WinNT4/Win2K + J2SE 1.4.1
RIFF/MP3 header support added.
FLAC and MAC headers denied.
Skip bug fixed for 320kbps files.
ID3v2.x support improved :
size computation bug fixed.
"mp3.id3tag.publisher" (TPUB/TPB) added.
"mp3.id3tag.orchestra" (TPE2/TP2) added.
"mp3.id3tag.length" (TLEN/TLE) added.
Mark limit increased.
<<less
Download (289KB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5