Main > Free Download Search >

Free native software for linux

native

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 559
asm2class 0.1.2

asm2class 0.1.2


asm2class is an assembly Java to class file compiler. more>>
Asm2class is a java assembly to class file compiler.

Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class definition, field definition, method definition and constructor definition.

This release support also abstract class, abstract method and native method definition.

Asm2class know more thatn 90% of the java assembly language. Asm2class can do dead code detection, uninitialized register detection.
<<less
Download (1.17MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1646 downloads
Glame 2.0.1

Glame 2.0.1


Glame is a multi-track wave-editor with synthesis capabilities. more>>
Glame is a multi-track wave-editor with synthesis capabilities.

Glame is targeted to be the GIMP for audio processing. Glame supports non destructive multitrack editing, recording and mixing; realtime effects using native or LADSPA plugins; OSS, ALSA or SGI audio and WAV, Mp3 and Ogg file formats.

<<less
Download (1.6MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
Nemesis Pascal 0.1

Nemesis Pascal 0.1


Nemesis Pascal is an Pascal interpreter. more>>
Nemesis Pascal is an Pascal interpreter that is:

Free
Open Source (GPL)
Cross-platform (currently Windows and Linux)

Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features.

The Nemesis Pascal applications runs on Windows using native controls, and Linux using the CLX Library (a binding to Qt Trolltech).

Exemple:

unit test1;

interface

implementation

procedure main;
begin
ShowMessage(Hello World!);
end;

end.
<<less
Download (MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1504 downloads
Cpop 0.7

Cpop 0.7


cpop is a network popup message system that uses the jpop protocol and a simple GTK+ interface. more>>
cpop is a network popup message system that uses the jpop protocol and a simple GTK+ interface. cpop provides handy popup messages for LAN messaging or just sending yourself reminder messages.

This version is the UNIX/GTK+ native version. The cross-platform, Java version is called jpop.

<<less
Download (0.072MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1428 downloads
 
Other version of Cpop
cpop 0.0.4This version is the UNIX/GTK+ native version. The cross-platform, Java version is called jpop
License:GPL (GNU General Public License)
Download (0.067MB)
1498 downloads
Added: 2005-09-19
Vexi 0.92

Vexi 0.92


Vexi is a visual, extensible, XML interfaces. more>>
Vexi is a Visual, Extensible, XML Interfaces.

Vexi is written in Java, but compiled into native binaries using GCJ and are combined with launchers that work natively in popular web browsers.

<<less
Download (0.85MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Sol Manager 0.1.5

Sol Manager 0.1.5


Sol Manager is a tool to manage your source files and configuration settings. more>>
Sol Manager is a tool to manage your source files and configuration settings. SolMgr organizes project information in compiler- and platform-independent descriptions and allows conversion to native build scripts, such as makefiles or MS Visual Studio solutions.

GUI is provided to visually control project configurations, and to perform everyday project management tasks such as files addition/removal, dependency management etc.

Notice: SolMgr is under heavy development currently, so it lacks many features and functionality.

<<less
Download (0.41MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1452 downloads
Banteng 0.1.1

Banteng 0.1.1


Banteng is cross-platform, visual JavaScript IDE. more>>
Banteng is a cross platform visual javascript for building native desktop applications on Windows, Linux, and Mac OS X.

The 0.1.1 release includes the core runtime engine and some basic examples.

<<less
Download (2.2MB)
Added: 2005-12-28 License: BSD License Price:
1395 downloads
mwcollect 3.0.3

mwcollect 3.0.3


mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment. more>>
mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment like FreeBSD or Linux.
The first versions were used to collect binaries for botnet monitoring and bots are still what mwcollect is mostly used for collecting.
Some people consider it a next generation honeypot, however that comparison often leads to the misunderstanding that computers running mwcollect can actually be infected with the malware - that is not the case!
Enhancements:
- This release adds a submit-gotek submission module, fixes some bugs in the timeout code, and builds cleanly under FreeBSD.
<<less
Download (0.042MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1374 downloads
libcomprex 0.3.3

libcomprex 0.3.3


libcomprex library transparently handles automatic compression and decompression of files and archives located locally or online more>>
libcomprex library transparently handles automatic compression and decompression of files and archives located locally, online, or even in other compressed archives.

The API is similar to Cs built-in file access functions, which provides a smooth transition to libcomprex.

libcomprex can also open uncompressed files, making it a good replacement for the native file access functions.

libcomprex can currently open ar, bzip2, cpio, gzip, tar, and zip files. It supports basic archive writing in some formats. The API is very volatile, and development should be done against the CVS version.
<<less
Download (0.11MB)
Added: 2006-01-19 License: LGPL (GNU Lesser General Public License) Price:
1373 downloads
LLgen 1.0

LLgen 1.0


LLgen is a LL parser in the style of yacc. more>>
LLgen is a LL parser in the style of yacc.
The Amsterdam Compiler Kit is fast, lightweight and retargetable compiler suite and toolchain written by Andrew Tanenbaum and Ceriel Jacobs, and was Minix native toolchain.
The ACK was originally closed-source software (that allowed binaries to be distributed for Minix as a special case), but in April 2003 it was released under a BSD open source license.
The ACK achieves maximum portability by using an intermediate byte-code language called EM. Each language front-end produces EM object files, which are then processed through a number of generic optimisers before being translated by a back-end into native machine code.
Unlike gccs intermediate language, EM is a real programming language and could be implemented in hardware; a number of the language front-ends have libraries implemented in EM assembly.
EM is a relatively high-level stack-based machine, and one of the tools supplied with ACK is an interpreter capable of executing EM binaries directly, with a high degree of safety checking. See the em document referenced below for more information.
ACK comes with a generic linker and librarian capable of manipulating files in the ACKs own a.out-based format; it will work on files containing EM code as well as native machine code. (You can not, however, link EM code to native machine code without translating the EM binary first.)
Enhancements:
- LLgen was previously part of the Amsterdam Compiler Kit, but has been split out into a standalone component.
- This version has been updated from its original 1991 vintage source and has a completely rewritten, much more streamlined build system.
<<less
Download (0.17MB)
Added: 2006-02-06 License: BSD License Price:
1360 downloads
Fast MD5 Implementation in Java 2.6.1

Fast MD5 Implementation in Java 2.6.1


Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. more>>
Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java.
Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements.
How Fast Is It?
Short answer:Much faster than any other Java implementation that I have tested and (surprisingly) even faster than the native, non-Java MD5 implementation on some systems.
Long answer:First of all, it is important to note that the term "fast" is used here in relative terms. The implementation of the MD5 message digest algorithm available on this page is written in Java and is fast compared with other implementations written in Java, both because it is heavily optimized by itself and because there is an optional native method that makes it even faster when the platform supports it. How it compares to a sensible implementation written in a language, such as C, that is compiled directly to machine code, is heavily dependent upon how good of a job the JIT compiler in your JVM does in compiling the code or whether you are able to use the optional native method.
Enhancements:
- Martin West contributed a bug fix and some code refactoring to make all targets work out of the box in the Ant build file. Previously, the "dist" target did not work if the "docs" directory was not present.
<<less
Download (0.073MB)
Added: 2006-03-06 License: LGPL (GNU Lesser General Public License) Price:
1350 downloads
CTB 0.52

CTB 0.52


CTB is a personal/small business Web-based accounting system. more>>
CTB is a personal/small business Web-based accounting system. CTB project is based on free and portable technologies like Apache, PHP, Python and MySQL.
NOTE: The system was initially made in Brazilian Portuguese (including source code comments etc. and it has just been translated.
So, there should be some translation typos, since I am not a native English speaker. Reports and/or patches are welcome.
This is free software in the terms of the LGPL license. Software is offered "as is", with no guarantees, as usual.
Enhancements:
- Some accounting terms incorrectly translated from Portuguese to English were fixed.
<<less
Download (0.046MB)
Added: 2006-03-02 License: LGPL (GNU Lesser General Public License) Price:
1336 downloads
Reason for Nessus 0.5.1

Reason for Nessus 0.5.1


Reason for Nessus is a client for Nessus and Nessus compatible servers. more>>
Reason is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS etc.) servers.

In addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.

It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.

<<less
Download (0.43MB)
Added: 2006-03-13 License: Artistic License Price:
1326 downloads
JThread 1.2.0

JThread 1.2.0


JThread project provides some classes to make use of threads easy on different platforms. more>>
JThread project provides some classes to make use of threads easy on different platforms.
The classes are actually rather simple wrappers around existing thread implementations.
The package contains two classes: JThread and JMutex, which (obviously) represent a thread and a mutex. For unix-like platforms, the class implementations use the pthread library. On an MS-Windows platform, native Win32 threads are used.
The library is totally FREE!
Enhancements:
- The JMutexAutoLock class was added.
- In Win32 and WinCE, it is now possible to use a critical section object instead of a mutex handle.
<<less
Download (MB)
Added: 2006-03-20 License: MIT/X Consortium License Price:
1325 downloads
MfGames.Template 1.1.0

MfGames.Template 1.1.0


The MfGames.Template library is a C# native library for creating template libaries. more>>
The MfGames.Template library is a C# native library for creating template libaries.

MfGames.Template was inspired by NVelocity, but was designed from the ground up to use the CIL internals, such as System.CodeDom and internal compliation to handle the template language.

Because of this, it supports C# code as the template "language". In addition, compiled templates are actually compiled down into bytecode, using the built-in compiler.

<<less
Download (0.017MB)
Added: 2006-04-07 License: LGPL (GNU Lesser General Public License) Price:
1295 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5