for high
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2125
JFS for Linux 1.1.11
JFS for Linux is IBMs journaling filesystem, ported to Linux. more>>
JFS for Linux project is IBMs journaling filesystem, ported to Linux.
IBMs journaled file system technology, currently used in IBM enterprise servers, is designed for high-throughput server environments, key to running intranet and other high-performance e-business file servers.
IBM is contributing this technology to the Linux open source community with the hope that some or all of it will be useful in bringing the best of journaling capabilities to the Linux operating system.
JFS is licensed under the GNU General Public License. If theres a feature that youd like to see added to JFS, consider becoming a part of the JFS development process. Since JFS is an open source project, its easy to get involved.
Enhancements:
- This release fixes some segmentation faults, buffer overflows, and infinite loops, and has some code cleanup.
<<lessIBMs journaled file system technology, currently used in IBM enterprise servers, is designed for high-throughput server environments, key to running intranet and other high-performance e-business file servers.
IBM is contributing this technology to the Linux open source community with the hope that some or all of it will be useful in bringing the best of journaling capabilities to the Linux operating system.
JFS is licensed under the GNU General Public License. If theres a feature that youd like to see added to JFS, consider becoming a part of the JFS development process. Since JFS is an open source project, its easy to get involved.
Enhancements:
- This release fixes some segmentation faults, buffer overflows, and infinite loops, and has some code cleanup.
Download (0.50MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1239 downloads
Fripp 0.2
Fripp is a music composition environment that uses a spreadsheet metaphor. more>>
Fripp is a music composition environment that uses a spreadsheet metaphor for entering music and manipulating it with built-in and user-created functions. The project supports MIDI playback and recording, and displays music in common notation.
Scores can be exported to Mup format for high quality printing. The core program is written in Python, and the user interface is implemented using the wxPython toolkit.
Main features:
- Enter "music" into cells of a spreadsheet. The columns of the spreadsheet contain the bars of your score, and the rows contain the staves. So each cell contains one bars worth of music for one staff.
- Play the score from one or more MIDI instruments connected to your computer, if you have the (free) KeyKit application installed.
- Export the score to a file for high-quality rendering with the Mup music publication program.
- Organize compositions in workbooks, which can contain multiple scores. The picture above shows a workbook named "Lipstick", which contains three scores. The active score is called "Truly Almond".
- Enter formulas into the spreadsheet cells, to generate new music or transform other music in the score. Formulas can use built-in functions such as:
- Reverse(): Return the reverse of a given musical phrase.
- ReverseTime(): Return a transformation of a given musical phrase, with the pitches in the same order as the original, but their durations in reverse order.
- ReversePitches(): Return a transformation of a given musical phrase, with the durations in the same order as the original, but their pitches in reverse order.
- Transpose(): Return a transposition of a given musical phrase.
- etc.
- Write your own functions in Python, to generate or transform musical phrases, or to control other aspects of the score, such as tempo, meter, key, or instrumentation.
- Write rich-formatted, hyperlinked notes about your scores, and store them in the workbooks.
- Automate Fripp with your own Python scripts.
<<lessScores can be exported to Mup format for high quality printing. The core program is written in Python, and the user interface is implemented using the wxPython toolkit.
Main features:
- Enter "music" into cells of a spreadsheet. The columns of the spreadsheet contain the bars of your score, and the rows contain the staves. So each cell contains one bars worth of music for one staff.
- Play the score from one or more MIDI instruments connected to your computer, if you have the (free) KeyKit application installed.
- Export the score to a file for high-quality rendering with the Mup music publication program.
- Organize compositions in workbooks, which can contain multiple scores. The picture above shows a workbook named "Lipstick", which contains three scores. The active score is called "Truly Almond".
- Enter formulas into the spreadsheet cells, to generate new music or transform other music in the score. Formulas can use built-in functions such as:
- Reverse(): Return the reverse of a given musical phrase.
- ReverseTime(): Return a transformation of a given musical phrase, with the pitches in the same order as the original, but their durations in reverse order.
- ReversePitches(): Return a transformation of a given musical phrase, with the durations in the same order as the original, but their pitches in reverse order.
- Transpose(): Return a transposition of a given musical phrase.
- etc.
- Write your own functions in Python, to generate or transform musical phrases, or to control other aspects of the score, such as tempo, meter, key, or instrumentation.
- Write rich-formatted, hyperlinked notes about your scores, and store them in the workbooks.
- Automate Fripp with your own Python scripts.
Download (0.54MB)
Added: 2007-07-17 License: MIT/X Consortium License Price:
830 downloads
Helma for liunx 1.6.2
Web application framework for fast,efficient scripting and serving of website. more>> Helma is written in Java and employs Javascript for its server-side scripting environment, removing the need for compilation cycles and reducing development costs while giving you instant access to leverage the whole wealth of Java libraries out there.
Helma pioneered the simple and codeless mapping of application objects to database tables. In addition, an embedded object-oriented database performs automatic data persistence of unmapped objects.
Helma has proven itself to be stable and fast, capable of serving high traffic sites with hundreds of thousands of dynamic pages per day. The Austrian Broadcasting Corporation, popular weblog hosting sites such as antville.org, twoday.net, and blogger.de, among many others, have successfully been deploying Helma for several years.<<less
Download (6.21MB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
Aorta 0.05
Aorta project is a load-balancing clustered P2P application. more>>
Aorta project is a load-balancing clustered P2P application.
It executes Tasklets (which have the ability to split themselves into sub tasks that can be executed in pararell).
A typical cluster contains of a LAN with 1-256 computers, each one running aorta.
A Tasklet can be of any type ranging from encoding MP3s, Genomic DNA Alignment, or simply to rendering Web pages for high speed/heavily loaded Web sites.
You can make functions calls to C/C++, applications like Matlab, etc.
Main features:
- PingTasklet simply traversers your net of aortas.
- ImageTasklet , simply rescale imagecolours.
- EncodeTasklet, spreads out mp3 encode in your LAN.
- SimpleSort , Merge sort by Gretsam.
Enhancements:
- Refactored to one base class Moblet,the smalles code and data entity moving around
- Improved Moblet Receiver and executing. Minimizing worker idle time
- startup script aorta.sh improved now can start with remote debug params
- Aorta core can now be used as an API to emit/delegete Moblets from an user created application
- Preferences stuff should work on a MS platform now
- Herve added DocBook to buildsystem
- Gretsam added a MergeSorter Tasklet
<<lessIt executes Tasklets (which have the ability to split themselves into sub tasks that can be executed in pararell).
A typical cluster contains of a LAN with 1-256 computers, each one running aorta.
A Tasklet can be of any type ranging from encoding MP3s, Genomic DNA Alignment, or simply to rendering Web pages for high speed/heavily loaded Web sites.
You can make functions calls to C/C++, applications like Matlab, etc.
Main features:
- PingTasklet simply traversers your net of aortas.
- ImageTasklet , simply rescale imagecolours.
- EncodeTasklet, spreads out mp3 encode in your LAN.
- SimpleSort , Merge sort by Gretsam.
Enhancements:
- Refactored to one base class Moblet,the smalles code and data entity moving around
- Improved Moblet Receiver and executing. Minimizing worker idle time
- startup script aorta.sh improved now can start with remote debug params
- Aorta core can now be used as an API to emit/delegete Moblets from an user created application
- Preferences stuff should work on a MS platform now
- Herve added DocBook to buildsystem
- Gretsam added a MergeSorter Tasklet
Download (2.2MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1110 downloads

POV-Ray for Linux 3.6.1
a high-quality, totally free tool for creating stunning 3D graphics. more>> The Persistence of Vision Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It reads in a text file containing information describing the objects and lighting in a scene and generates an image of that scene from the view point of a camera also described in the text file. Ray-tracing is not a fast process by any means, but it produces very high quality images with realistic reflections, shading, perspective and other effects.<<less
Download (6.73MB)
Added: 2009-04-19 License: Freeware Price: Free
195 downloads
DMAring 0.9
DMAring project is a novel generic network interface card driver architecture. more>>
DMAring project is a novel generic network interface card driver architecture which works in hybrid interrupt-polling mode to deliver superior real-time performance on Linux, Redhat Linux or Linux-RTAI-LXRT (a real-time co-kernel for Linux with user level extension).
Existing Linux drivers are inefficient, they saturate the CPU at a much lower packet rates than the maximum wire line packet rate that is possible. But with this driver, vanilla network cards can be used for high speed packet capturing. This driver improves the packet capturing speed by 7 to 10 times, and the real-time packet delivery response by 500 to 5000 times over existing drivers and alternate approaches (HIP, NAPI, pfring, check the references in the papers for performance comparisons [1, 2, 3]), depending on whether Redhat Linux or RTAI is used. Thus this obviates the need for expensive high capacity hardware, specialized network data acquisition cards and systems (for example from Endace).
This project contain basic source codes, which other developers can use/adapt for their applications, and three published conference papers [1, 2, 3] describes the architecture and establishes its benefits. One of the papers (at SANE 2006) also documents the detailed architecture and provides guidelines to modify any Linux network interface driver (Donald Becker style drivers).
Earlier I had received lot of mail request from networking, network security/monitoring domain people, to get these codes or modified specific network drivers. I am looking forward that some developer will take up this project, churn out driver modifications for the most common net work cards and share with others. I will continue to add other drivers, and libpcap library modifications when I get more time.
Anybody willing to know the issues involved in real-time Linux or looking for real-time networking solutions can take a look at my Masters thesis. I found RTAI with LXRT to be a very tractable, good performance, cheap (free!) real-time Linux option. My thesis contains some useful performance related discussions on this.
<<lessExisting Linux drivers are inefficient, they saturate the CPU at a much lower packet rates than the maximum wire line packet rate that is possible. But with this driver, vanilla network cards can be used for high speed packet capturing. This driver improves the packet capturing speed by 7 to 10 times, and the real-time packet delivery response by 500 to 5000 times over existing drivers and alternate approaches (HIP, NAPI, pfring, check the references in the papers for performance comparisons [1, 2, 3]), depending on whether Redhat Linux or RTAI is used. Thus this obviates the need for expensive high capacity hardware, specialized network data acquisition cards and systems (for example from Endace).
This project contain basic source codes, which other developers can use/adapt for their applications, and three published conference papers [1, 2, 3] describes the architecture and establishes its benefits. One of the papers (at SANE 2006) also documents the detailed architecture and provides guidelines to modify any Linux network interface driver (Donald Becker style drivers).
Earlier I had received lot of mail request from networking, network security/monitoring domain people, to get these codes or modified specific network drivers. I am looking forward that some developer will take up this project, churn out driver modifications for the most common net work cards and share with others. I will continue to add other drivers, and libpcap library modifications when I get more time.
Anybody willing to know the issues involved in real-time Linux or looking for real-time networking solutions can take a look at my Masters thesis. I found RTAI with LXRT to be a very tractable, good performance, cheap (free!) real-time Linux option. My thesis contains some useful performance related discussions on this.
Download (3.2MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1023 downloads

Blender For Solaris 2.44
High quality 3D sofeware For Solaris more>> Aimed world-wide at media professionals and artists, Blender can be used to create 3D visualizations, stills as well as broadcast and cinema quality video, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback.
Originally developed by the company Not a Number (NaN), Blender now is continued as Free Software, with the source code available under the GNU GPL license. It now continues development by the Blender Foundation in the Netherlands.
Key Features:
For Linux; Solaris 2.8/Python 2.5
Fully integrated creation suite, offering a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, rigging, weighting, animation, particle and other simulation, scripting, rendering, compositing, post-production, and game creation;
Cross platform, with OpenGL uniform GUI on all platforms, ready to use for all versions of Windows (98, NT, 2000, XP), Linux, OS X, FreeBSD, Irix, Sun and numerous other operating systems;
High quality 3D architecture enabling fast and efficient creation work-flow;<<less
Download (16.7MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads

KoffeePhoto for Linux 2.5
Easily organize, share and backup all your photo on your computer and on the web more>> Free photo sharing with KoffeePhoto
Easily organize, share and backup all your photos on your computer and on the web!
Features:
Organize your photos on your computer
KoffeePhoto software helps you create and manage photo albums on your computer very easily
Share your albums online
Every album you create gets its web page allowing you to browse and share your photos from anywhere. Album hosting is unlimited and free.
Sync & Backup your data
KoffeePhoto automatically synchronizes your high resolution pictures across your different computers and with your sharing fellows. In case of data loss KoffeePhoto recovers your whole photo library in one click.
Order print products easily
KoffeePhoto provides direct print ordering through partner services.<<less
Download (552KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
Old Tech 0.2
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version. more>>
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version.
I love the chaotic nature of it.
This is my 1st theme, please critique!
<<lessI love the chaotic nature of it.
This is my 1st theme, please critique!
Download (0.12MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
FastVox 2.0 Alpha 1
FastVox project is a state of the art volume rendering API with outstanding image quality and acceleration features. more>>
FastVox project is a state of the art volume rendering API with outstanding image quality and acceleration features that take advantage of todays hardware. These features include GPU, SSE and hand-tuned assembly language optimizations, resulting in one of the fastest implementations available on the market.
FastVox is built on top of OpenGL, the leading industry standard for high performance 3D computer graphics. A new feature of the 2.0 engine are the GLSL-based pixel shaders which perform all volume rendering computations exclusively on the GPU.
A key-feature of FastVox is the clean and simple API. This API enables developers to quickly integrate FastVox into third-party applications.
In contrast to other volume renderers, FastVox also supports features specially suited for use in the medical field. Features like Multiplanar Reformation and Maximum Intensity Projection are supported and made readily accessible through its simple API.
Enhancements:
- This release features hardware-accelerated rendering plugins based on the OpenGL 2.0 GLSL shading language.
- The GPU acceleration is available for volume rendering, ISO surface rendering, maximum-intensity projection, and multiplanar reconstruction.
- In addition, the handling of transfer tables has been facilitated and enhanced to improve the rendering output.
<<lessFastVox is built on top of OpenGL, the leading industry standard for high performance 3D computer graphics. A new feature of the 2.0 engine are the GLSL-based pixel shaders which perform all volume rendering computations exclusively on the GPU.
A key-feature of FastVox is the clean and simple API. This API enables developers to quickly integrate FastVox into third-party applications.
In contrast to other volume renderers, FastVox also supports features specially suited for use in the medical field. Features like Multiplanar Reformation and Maximum Intensity Projection are supported and made readily accessible through its simple API.
Enhancements:
- This release features hardware-accelerated rendering plugins based on the OpenGL 2.0 GLSL shading language.
- The GPU acceleration is available for volume rendering, ISO surface rendering, maximum-intensity projection, and multiplanar reconstruction.
- In addition, the handling of transfer tables has been facilitated and enhanced to improve the rendering output.
Download (MB)
Added: 2006-08-31 License: Free for non-commercial use Price:
1150 downloads
DjangoStack for Liunx 1.0-3
An installer that greatly simplifies the installation of Ruby on Rails. more>> The BitNami DjangoStack is an installer that greatly simplifies the installation of Django and its runtime dependencies. It includes ready-to-run versions of Python, Django, MySQL and Apache. DjangoStack is distributed for free under the Apache 2.0 license.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over two years by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.<<less
Download (59.11MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
SWT component for OpenSceneGraph 0.1
SWT component for OpenSceneGraph is a SWT component that allows you to display an OpenSceneGraph. more>>
SWT component for OpenSceneGraph is a SWT component that allows you to display an OpenSceneGraph.
SWT component for OpenSceneGraph is know as libosgswt. libosgswt is the initial component included inside the josgviewer set of libraries.
The OpenSceneGraph is an open source high peformance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris and FreeBSD operating systems.
<<lessSWT component for OpenSceneGraph is know as libosgswt. libosgswt is the initial component included inside the josgviewer set of libraries.
The OpenSceneGraph is an open source high peformance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris and FreeBSD operating systems.
Download (0.017MB)
Added: 2006-02-08 License: LGPL (GNU Lesser General Public License) Price:
1353 downloads

3Delight for 64-bit Linux 7.0
3Delight is a renderer to produce photo-realistic images on 64-bit linux. more>> 3Delight is a fast, high quality, RenderMan-compliant renderer designed to produce photo-realistic images in demanding production environments. The renderer was introduced to the public in the year 2000 after being used for more than a year as the sole renderer in a sister production company. It is now widely used and earning a reputation as a benchmark in rendering technology.
Some of its features include ray tracing, global illumination (including photon mapping, final gathering and high dynamic range lighting and rendering), realistic motion blur, depth of field, complete geometry support (including efficient rendering of hair and fur), programmable shaders, quality antialiasing and antialiased shadow maps. Advanced features include Ri filtering, network caching and highly customizable workflow.
Follows a summary of 3Delights features.
-RenderMan Compliant
-RenderMan Shading Language Support
-Rendering Features
-Geometry Support
-Fast and Efficient Rendering
-Extensible Display Drivers
-Multi-platform Support with Specific Code Optimization<<less
Download (10.1MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads

3Delight for 32-bit Linux 7.0
3Delight is a renderer to produce photo-realistic images on 32-bit linux. more>> 3Delight is a fast, high quality, RenderMan-compliant renderer designed to produce photo-realistic images in demanding production environments. The renderer was introduced to the public in the year 2000 after being used for more than a year as the sole renderer in a sister production company. It is now widely used and earning a reputation as a benchmark in rendering technology.
Some of its features include ray tracing, global illumination (including photon mapping, final gathering and high dynamic range lighting and rendering), realistic motion blur, depth of field, complete geometry support (including efficient rendering of hair and fur), programmable shaders, quality antialiasing and antialiased shadow maps. Advanced features include Ri filtering, network caching and highly customizable workflow.
Follows a summary of 3Delights features.
-RenderMan Compliant
-RenderMan Shading Language Support
-Rendering Features
-Geometry Support
-Fast and Efficient Rendering
-Extensible Display Drivers
-Multi-platform Support with Specific Code Optimization<<less
Download (11.4MB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
Freeverb3 1.8.0
Freeverb3 project is a high quality freeverb, nreverb and impulse response convolution reverb. more>>
Freeverb3 project is a high quality freeverb, nreverb and impulse response convolution reverb.
Freeverb3 includes high quality freeverb, nreverb and impulse response convolution reverb. Oversampling feature provides higher quality of audio processing.
This library includes XMMS / BMP beep media player / audacious plugins and sample programs.
<<lessFreeverb3 includes high quality freeverb, nreverb and impulse response convolution reverb. Oversampling feature provides higher quality of audio processing.
This library includes XMMS / BMP beep media player / audacious plugins and sample programs.
Download (1.9MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
818 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above for high search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed