Main > Free Download Search >

Free 32 bit windows software for linux

32 bit windows

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1230
CinePaint 0.22.1

CinePaint 0.22.1


CinePaint is painting and retouching software primarily used for motion picture. more>>
CinePaint is painting and retouching software primarily used for motion picture frame-by-frame retouching and dust-busting. CinePaint has been used on many feature films, including THE LAST SAMURAI where it was used to add flying arrows.

CinePaint is different from other painting tools because it supports deep color depth image formats up to 32-bit per channel deep. For comparison, GIMP is limited to 8-bit, and Photoshop to 16-bit.

CinePaint is free open source software. The generosity and commitment of its developers, users and sponsors make CinePaint possible.

<<less
Download (11.5MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
1823 downloads
Serbert 0.1.0

Serbert 0.1.0


Serbert is a serial bit error rate tester. more>>
Serbert is a command line utility which performs a Bit Error Rate Test (BERT) on serial lines for Unix and its variants. It does this by transmitting bytes, and waiting for their uncorrupted return.

Serbert, however, does not provide a true Bit Error Rate Test (BERT), as it does not check the individual bits returned. It uses the operating systems standard serial interface, which provides the status of each returned byte.
<<less
Download (0.10MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
The 64 bit Virtual CPU Project 0.0.23

The 64 bit Virtual CPU Project 0.0.23


The 64 bit Virtual CPU Project is a project to create 64-bit virtual CPU. more>>
This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it.
The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue.
Enhancements:
- Added C code intended tor a PIC Preliminary documentation More updates to Gambas program
<<less
Download (0.67MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1600 downloads
Konference 0.1 Alpha 2

Konference 0.1 Alpha 2


Konference is a Video-Conferencing app for kde3. more>>
Konference is (or better: will be) a video-conferencing application for KDE. Since the rewrite (2005/01/25) it supports SIP as the signalling protocol. No longer H323 folks.
Enhancements:
- Added support for transmitting an image instead of video, added support for Arts, fixed various segfaults and reworked configure-dialogs a bit
<<less
Download (1.2MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1590 downloads
KPopup 0.9.8.1

KPopup 0.9.8.1


KPopup is a program, for sending and receiving Microsoft WinPopup messages. more>>
KPopup is a program, for sending and receiving Microsoft WinPopup messages.
Its programmed under the GNU GPL2.
Enhancements:
- add sticky bit to KPopup message directory (thanks to Romain Beauxis)
- excecute "make create_kpopup_data_dir" to change the permissions
<<less
Download (0.50MB)
Added: 2005-06-25 License: GPL (GNU General Public License) Price:
1582 downloads
ELM 2.5 PL8

ELM 2.5 PL8


ELM is one of the most common mail readers for unix. more>>
ELM is one of the most common mail readers for unix.
Enhancements:
- fixed a hang when hitting certain 8-bit chars in the From line
- fixed a file descriptor leak (from Andreas Luik)
- removed all Expires: processing
<<less
Download (0.58MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1528 downloads
ps3 0.3.0

ps3 0.3.0


ps3 is a utility for monitoring process activity on a Linux machine. more>>
ps3 is a utility for monitoring process activity on a Linux machine. It is a little bit like top, except that:
- it displays all processes
- it updates itself up to 100 times per second instead of once every three seconds
- it shows a 3D chart, with interactive rotation, zooming and scaling
Installation:
Just type make.
<<less
Download (0.021MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1485 downloads
pciutils 2.2.0

pciutils 2.2.0


pciutils is a set of programs for listing PCI devices, inspecting their status and setting their configuration registers. more>>
pciutils is a set of programs for listing PCI devices, inspecting their status and setting their configuration registers.
Currently, pciutils work on all versions of Linux and they also have somewhat experimental support for FreeBSD, NetBSD, AIX, GNU Hurd and Solaris/x86. It should be very easy to add support for other systems as well (volunteers wanted; if you want to try that, Ill be very glad to see the patches and include them in the next version).
Enhancements:
- pci.ids: Updated copyright header.
- lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported 64-bit addresses, they are now always supported.
- lspci.c (show_bases): Corrected printing of 64-bit addresses in bus-centric mode.
- lib/configure: Enable 64-bit addresses on all Linux systems.
- lib/types.h: Dont pad 64-bit addresses to 16 xigits, only to 8 if they are shorter.
<<less
Download (0.19MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1480 downloads
iCalDoubleRemover

iCalDoubleRemover


iCalDoubleRemover script just removes duplicate Entries in iCals. more>>
iCalDoubleRemover script just removes duplicate Entries in iCals. Dupicate entries are defined as having the same Entries except for the UID bit. A special feature is support for duplicate BirthdayCal entries as well.

Be aware that you need Perl, Config::Inifiles via Perlupdate ( perl -MCPAN -e shell install Config::IniFiles ).
<<less
Download (0.006MB)
Added: 2005-11-18 License: Freeware Price:
1436 downloads
GBAconv 1.00

GBAconv 1.00


GBAconv is a set of tools aimed at GameBoy Advance developers. more>>
GBAconv is a set of tools aimed at GameBoy Advance developers. GBAconv allows you to convert WAV sounds and PCX images into C arrays to be included in GBA programs.

It is composed of two programs:

- pcx2gba: exports a PCX 8-bpp image to 16-bit values C arrays: palette + image data (2 pixels per value)
- wav2gba: exports a WAV 8-bit mono sound to 8-bit signed values array.

There wont be any other releases of GBAconv, as Ive no interest for the GBA platform anymore.

Compiling:

Simply type "make" to compile the program.

It has been successfully compiled on:

- 32-bit x86 Architecture (Ubuntu Linux 5.10, FreeBSD 5.4)

Usage:

pcx2gba input.pcx output.inc array_name (Input File must be 8-bit PCX)
wav2gba input.wav output.inc array_name (Input File must be 8-bit, MONO)
<<less
Download (0.010MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1379 downloads
CryptoMX Tools 1.58

CryptoMX Tools 1.58


CryptoMX Tools is a set of encryption, steganography, cipher tools. more>>
CryptoMX Tools is a set of encryption, steganography, cipher, hashing and conversion tools designed to work on any operating system with any Javascript-capable browser.
Enhancements:
- Added SHA-256 Algorithm.
- Used COPYING, README, AUTHORS, and ChangeLog Files.
- Removed a bit of useless code.
- Decreased Filesize.
- Misc. Fixes.
<<less
Download (0.24MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1358 downloads
QARecord 0.0.9b

QARecord 0.0.9b


QARecord is a simple multithreaded stereo recording tool. more>>
QARecord is a simple multithreaded stereo recording tool. QARecord project can record both 16 bit and 32 bit WAVs.

By using a large ringbuffer for the captured data, buffer overruns are avoided. QARecord can also be used as JACK client.
<<less
Download (0.016MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1354 downloads
HeavenOS 0.1.4

HeavenOS 0.1.4


HeavenOS is an original, alternative 32-bit operating system for Intel 80386 compatible processors. more>>
HeavenOS is an original, alternative 32-bit operating system for Intel 80386 compatible processors.

It is made with NASM (The Netwide Assembler), and is not intended to compare to modern operating systems, but to try to get the best features and discover better ways to do things.

HeavenOS project is intended to be a simple and pratical platform for development, running with a small amount of code.
<<less
Download (0.24MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1330 downloads
Passwordless remote logins 1.02

Passwordless remote logins 1.02


Passwordless remote logins is a Kommander script that can create 1024 bit passwordless dsa keys. more>>
Passwordless remote logins script can be used to:

1: Create 1024 bit passwordless dsa keys.
2: Send key to remote server via scp.
3: Create remote .ssh directory and move key to authorized_keys file.

This will allow you to login to remote server via ssh or run automated rsync backups. You need openssh, bash and expect installed for this to work. Optionally you can create an executeButton with the following format for a one click remote server login.

The format: konsole -e ssh -i /your/path/toyour-key remoteusername"@"remotehost_or_ip

<<less
Download (0.041MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1326 downloads
TinyGL 0.4

TinyGL 0.4


TinyGL is a small, free and fast Subset of OpenGL for embedded systems or games. more>>
TinyGL is a small, free and fast Subset of OpenGL for embedded systems or games.
It is a software only implementation. Only the main OpenGL calls are implemented. All the calls I considered not important are simply *not implemented.
The main strength of TinyGL is that it is fast and simple because it has not to be exactly compatible with OpenGL. In particular, the texture mapping and the geometrical transformations are very fast.
Main features:
- Header compatible with OpenGL (the headers are adapted from the very good Mesa by Brian Paul et al.)
- Zlib-like licence for easy integration in commercial designs (read the LICENCE file).
- Subset of GLX for easy testing with X Window.
- GLX like API (NGLX) to use it with NanoX in MicroWindows/NanoX.
- Subset of BGLView under BeOS.
- OpenGL like lightening.
- Complete OpenGL selection mode handling for object picking.
- 16 bit Z buffer. 16/24/32 bit RGB rendering. High speed dithering to paletted 8 bits if needed. High speed conversion to 24 bit packed pixel or 32 bit RGBA if needed.
- Fast Gouraud shadding optimized for 16 bit RGB.
- Fast texture mapping capabilities, with perspective correction and texture objects.
- 32 bit float only arithmetic.
- Very small: compiled code size of about 40 kB on x86. The file src/zfeatures.h can be used to remove some unused features from TinyGL.
- C sources for GCC on 32/64 bit architectures. It has been tested succesfully on x86-Linux and sparc-Solaris.
TinyGL is made up four main modules:
- Mathematical routines (zmath).
- OpenGL-like emulation (zgl).
- Z buffer and rasterisation (zbuffer).
- GLX interface (zglx).
To use TinyGL in an embedded system, you should look at the GLX layer and modify it to suit your need. Adding a more user friendly developper layer (as in Mesa) may be useful.
<<less
Download (0.066MB)
Added: 2006-03-29 License: BSD License Price:
1305 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5