Main > Free Download Search >

Free high quality design software for linux

high quality design

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4868
Quality Assurance Agent 0.1

Quality Assurance Agent 0.1


QAA is a XUL Mozilla Firefox extension that performs a user supplied test list on a Web application. more>>
QAA is a XUL Mozilla Firefox extension that performs a user supplied test list on a Web application. Test sessions can be defined by example.
A report is generated when sessions are replayed.
Enhancements:
- This release can load and save .qaa files (Quality Assurance Agent file format), record a journey in the tested site using definition by example, and perform a test bench with a log style report.
<<less
Download (0.030MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1580 downloads
Audiality 0.1.1

Audiality 0.1.1


Audiality is a scalable and portable audio engine for music and sound effects. more>>
Audiality is a scalable and portable audio engine for music and sound effects. It is intended to play equally well in studios and inside games, in order to serve as a flexible tool for content creation, and for use in the final product.

Audiality uses MIDI files in combination with scripting and modular synthesis, to minimize file sizes and maximise flexibility. It is very portable, and supports both integer and floating point processing modes.

Scalability has been a major priority from the start. The current version will run on very low end Pentium systems, but can also produce high quality audio on more powerful hardware.
The main goal for the future is to extend the scalability of Audiality well into the range of serious home and professional studio use. The idea is to provide total control, a wide range of features, tools for fast and effective creation of original sounds, and excellent audio quality.

<<less
Download (0.80MB)
Added: 2006-08-03 License: LGPL (GNU Lesser General Public License) Price:
1178 downloads
High Visibility Calculator 0.0.9

High Visibility Calculator 0.0.9


High Visibility Calculator is a high visibility calculator for people with disabilities. more>>
High Visibility Calculator is a high visibility calculator for people with disabilities.

Large buttons with bold text are easy to push for people with motor control or vision problems.
<<less
Download (0.014MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1083 downloads
3Delight for 64-bit Linux 7.0

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 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
Adaptive Quality of Service Architecture 0.6.1

Adaptive Quality of Service Architecture 0.6.1


Adaptive Quality of Service Architecture is an open architecture for the provisioning of adaptive Quality of Service functions. more>>
Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, lightweight and open architecture for supporting soft real-time applications with facilities related to timing guarantees and QoS, on the top of a general-purpose operating system as Linux.
At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
Enhancements:
- This release introduces a couple of flags useful when creating servers. If QOS_F_PERSISTENT is enabled, a server is allowed to exist beyond detach of the last task. If QOS_F_SOFT is enabled, a server tasks are scheduled by the Linux default scheduler/policy, when outside of the server reservation.
- Also, various stability issues in destroying servers have been fixed, also thanks to a new release of the generic scheduler patch for the Linux kernel (gs-2.2).
<<less
Download (0.26MB)
Added: 2007-05-27 License: LGPL (GNU Lesser General Public License) Price:
883 downloads
high-resolution-timer 1.0

high-resolution-timer 1.0


high-resolution-timer is a library with Java and C++ wrappers to implement high resolution timers. more>>
high-resolution-timer is a library with Java and C++ wrappers to implement high . These timers can be used, for example, to count the ticks when doing performance analysis.
high-resolution-timer exploits the system dependent timers/clocks and provides a timer-like interface to the same. The attached file has build scripts for Linux and Solaris. There is also a Java wrapper over the library, which uses JNI to use the timer interfaces.
Enhancements:
- The library is a basic approach to design a base for the performance library.
- It has not yet taken into consideration the details of library preloads, etc.
- At load time, the library initializes itself with the timer with the least avg resolution.
- At unload time, the library cleans up by freeing any allocated memory.
- The library provides a getErrorMessage function to let the user know the detailed report of the error.
- The library exports start / stop JNI wrappers .
<<less
Download (0.024MB)
Added: 2007-05-07 License: LGPL (GNU Lesser General Public License) Price:
905 downloads
GNU/Linux Desktop Testing Project 0.8.0

GNU/Linux Desktop Testing Project 0.8.0


GNU/Linux Desktop Testing Project is aimed at producing high quality test automation framework. more>>
GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it.
GNU/Linux Desktop Testing Project uses the "Accessibility" libraries to poke through the applications user interface. The framework has tools to generate "AppMap" by reading through the user interface components of an application. The framework also has tools to record test-cases based on user-selection on the application.
GNU/LDTP core framework uses "AppMap" and the recorded "test-cases" to test an application and gives the status of each test-case as output.
As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, OpenOffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).
We encourage you to join the project and help us to create robust, reliable and stable test tool/framework for Linux Desktops.
Main features:
- LDTP concepts are derived from Software Automation Framework Support
- LDTP supports verification of actions performed (GuiExist, VerifyState, etc) - API Reference
- Writing test scripts are very easy, the script writer need not know about the object hierarchy
- CPU / Memory performance monitoring of application-under-test can be measured - Class pstats
- From the XML log, we can gather HTML report using XSLT
- Group based execution, which provides precise control on the flow of test-script execution - Gldap XML
- Scripts can be written as a reusable component and for that the datas can be stored / retrieved in XML - Data XML
- User-friendly Text Editor with syntax highlighting for generating and grouping test data Howto use LDTP Editor
- Objects are identified both statically and dynamically
Enhancements:
- Now automation scripts can be written without using time.sleep.
- A particular object and its child can be remapped in a window.
- Memory leaks were fixed.
<<less
Download (0.36MB)
Added: 2007-02-22 License: LGPL (GNU Lesser General Public License) Price:
978 downloads
Bug Squish 0.0.6

Bug Squish 0.0.6


Bug Squish is a game in which you have to squish bugs before they suck all the blood out of your arm. more>>
Bug Squish is a game in which you have to squish bugs before they suck all the blood out of your arm.
In Bug Squish, you must defend your arm from an onslaught of blood-sucking insects. Use your fly-swatter to squish them before they suck you dry.
Bug Squish is based on the shareware game "Blood Suckers" for MacOS.
Main features:
Game Play:
- 32 waves of attacking insects
- "Extra Blood" and "Bonus Score Multiplier" extras
- Multiple bug types
Sound:
- Humorous, high quality sound effects
- Fun music
Control:
- Mouse control
Enhancements:
- Fixed "Ugh" and "Ouch" sounds for embedded version.
- Added Start and Continue buttons to embedded title screen.
- Game pauses when you press Escape (Cancel) in embedded version.
- Game state saved when you quit, loaded when you start again, so you can unpause even if youve quit the game completely!
- Splatted bugs eventually vanish in embedded version.
- Embedded version uses hidden file (~/.bugsquish) for high score, instead of a visible one (~/bugsquish.dat)
- Embedded version uses mouse motion, not mouse button press. (Too easy to not lift stylus high enough.)
<<less
Download (0.74MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1069 downloads
libAfterImage 1.15

libAfterImage 1.15


libAfterImage is a small, fast, and powerful library for high-quality image manipulation. more>>
libAfterImage is a small, fast, and powerful library for high-quality image manipulation.
libAfterImage is a generic image manipulation library. It was initially implemented to address AfterStep Window Managers needs for image handling, but it evolved into extremely powerfull and flexible software, suitable for virtually any project that has needs for loading, manipulating, displaying images, as well as writing images in files.
Most of the popular image formats are supported using standard libraries, with XCF, XPM, PPM/PNM, BMP, ICO, TGA and GIF being supported internally.
PNG, JPEG and TIFF formats are supported via standard libraries.
For convinience, source for libJPEG and libPNG is supplied with libAfterImage.
Powerfull text rendering capabilities included, providing support for TrueType fonts using FreeType library, and antialiasing of standard fonts from X window system.
Primary design goals of libAfterImage are memory efficiency and superior image quality.
Extensive documentation, examples, and XML image scripting tool ascompose, are included with the library.
libAfterImage allows output of the image on any of the X11 display, MS Windows DIB, or standard output, which is suitable for web servers.
Enhancements:
- New features include image slicing, better support for 32-bit visuals, and proper Gaussian blur with radii up to 128.
<<less
Download (1.1MB)
Added: 2007-08-03 License: LGPL (GNU Lesser General Public License) Price:
812 downloads
GTDInbox 1.33

GTDInbox 1.33


GTDInbox is a thunderbird which discreetly integrates into Gmail making it even more suitable as a GTD tool. more>>
GTDInbox is a thunderbird which discreetly integrates into Gmail making it even more suitable as a GTD tool.
GTDInbox (formerly GTDGmail) discreetly integrates into Gmail making it even more suitable as a GTD tool.
GTD - Getting Things Done - is a simple and effective productivity concept: designed so that even the laziest and most scattered of people can be organised and stress free.
Main features:
- Easily Organise GTD Labels
- Quickly Review Outstanding Tasks
- Save Specialised Searches
- Send Myself Tasks and References
- Print Tasks to Cards
- Keyboard Shortcuts
Built by the authors of Bumble Search - a well-reviewed high quality extension that has featured in the national IT press - GTDInbox shares the same high production values.
<<less
Download (0.18MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
907 downloads
Cirkuit 0.1.2

Cirkuit 0.1.2


Cirkuit 0.1.2 provides you with a friendly KDE4 graphical user interface for the Circuit macros GUI which helps you draw high-quality line diagrams to include in TeX, LaTeX, or similar documents more>>

Cirkuit 0.1.2 provides you with a friendly KDE4 graphical user interface for the Circuit macros GUI which helps you draw high-quality line diagrams to include in TeX, LaTeX, or similar documents.

Cirkuit builds a live preview of the source code and can export the resulting images in EPS, PDF, PNG or PSTricks format.

On Debian-based systems (e.g. Ubuntu/Kubuntu) type the following command to install the required apps:

  • sudo apt-get install texlive-latex-base texlive-base-bin texlive-extra-utils m4 ghostscript ps2eps

To build Cirkuit you need the KDE4 and Qt4 dev packages. To install them on Debian-based systems, type

  • sudo apt-get install kdelibs5-dev libqt4-dev

To build the application, follow the usual KDE4/CMake procedure:

  • tar xzvf cirkuit-0.1.tar.gz
  • cd cirkuit-0.1
  • mkdir build
  • cd build
  • cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  • make
  • sudo make install

Enhancements:

  • Faster preview generation
  • Export to SVG
  • Line number visualization
  • Fixed cutting of figures when exporting to EPS/PDF
  • Fixed CMakeLists.txt
  • Various bug fixes

Requirements:

  • latex
  • m4
  • gs
  • dvips
  • epstopdf
  • ps2eps
  • Qt
<<less
Added: 2009-07-08 License: GPL Price: FREE
12 downloads
3ivx Filter Suite D4 4.5.1

3ivx Filter Suite D4 4.5.1


3ivx is an MPEG-4 toolkit that supports MPEG-4 Video, MPEG-4 Audio and the MP4 file format. more>>
3ivx is an MPEG-4 toolkit that supports MPEG-4 Video, MPEG-4 Audio and the MP4 file format. 3ivx D4 4.5 allows video and audio to be compressed to a fraction of its original size while maintaining high image quality.

You can store over 2 hours of near DVD quality audio and video on a single CD-ROM or stream near DVD quality video over a cable modem or DSL modem.

Supported File Formats:

- Input Files: 3GP, AAC, DivX, MOV, MP4
- Output Files: AVI, MOV, MP4

Why should I install 3ivx?

The 3ivx decoder plays back most MPEG-4 files (including MP4, M4A, 3GP and MOV files) with MPEG-4 AAC Audio and MPEG-4 Video (such as DivX 3, 4 and 5, Apple MPEG-4, Philips MPEG-4 and XviD) using Windows Media Player or other compatible players. The Audio Decoder can play back MPEG-4 Multi-Channel High Efficiency AAC including audio encoded by Nero AAC and iTunes.

The 3ivx encoder produces industry-leading compact high quality MPEG-4 Audio and Video and is distributed as a plug-in for QuickTime as well as plug-ins for Video for Windows and DirectShow.

This allows you to encode MPEG-4 Audio and Video in AVI, MOV or MP4 files with the encoding application of your choice.

The 3ivx encoder produces industry-leading compact high quality MPEG-4 Audio and Video and is distributed as a plug-in for QuickTime as well as plug-ins for Video for Windows and DirectShow. This allows you to encode MPEG-4 Audio and Video in AVI, MOV or MP4 files with the encoding application of your choice.

Because of its core design and optimization the 3ivx codec maintains a record-breaking speed.

3ivx Delta 4 - 4.0.3 plays back DivX 3.x, 4.x, 5.x, OpenDivX, XviD, FFMpeg, AngelPotion, SMR, Philips MPEG-4, Apple MPEG-4, MS-MPEG-4v3, 3ivx D3, D3.5 and 4, RealMagic MPEG-4, Sorenson MPEG-4, Blizzard MPEG-4 and other MPEG-4 variants.
<<less
Download (MB)
Added: 2006-11-17 License: Freeware Price:
1093 downloads
Java Lemonade Stand 1.3

Java Lemonade Stand 1.3


Java Lemonade Stand is a lemonade stand game. more>>
Java Lemonade Stand is a lemonade stand game. To play the game, click on the link below.

You are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies.

You have three months to make as much money as possible. Placing money in the bank is a good idea. You earn interest.

The left side of the display contains four tabs (Prepare for Sale, Finances, Inventory, and Advertising) for managing your advertising and assets. The left side displays sales results and weather forecasts. Check the weather forecast then decide how much advertising to purchase, how many cups to make, and how much to charge. Press the Sell Lemonade button to see how you fared.

Prepare for Sale

Here you decide what quality of lemonade mix to use (Generic, Name Brand, or Premium), how many cups of lemonade to prepare, and how much to charge for each cup. Using a higher quality of lemonade will positively impact the price customers will pay and the number of cups they will purchase.

Finances

Your money is divided into working cash and a savings account. Purchases for supplies and advertising are deducted from your working cash. Profits from your lemonade sales will be added to your working cash. You can transfer money between your working cash and savings account. You will receive interest on your savings account at the end of each month. The interest is based on your average daily balance.

Inventory

Your inventory consists of lemonade mix and cups. Buying in larger quantities is more cost-effective. You can only make and sell as much lemonade as you have mix and cups. Lemonade mix comes in different levels of quality: Generic, Name Brand, and Premium. Higher quality lemonade costs more.

Advertising

Advertising helps to bring more customers to your stand. Notice that some types of advertising last multiple days while others only last for a day. Homemade signs last a variable period of time.

Weather

Weather has a significant impact on the number of customers that come to your stand and the amount that they will pay for your lemonade. You will receive a forecast for the next days weather each day. This forecast is somewhat accurate but not 100% reliable. The eight types of weather are listed below.

Sunny and Scorching: Ideal conditions.
Sunny and Hot
Sunny and Warm
Sunny
Party Sunny
Overcast
Rain
Thunderstorms: Worst conditions.

Sales Results

Here you will see the weather for the day, the number of customers who visited your stand, the number of cups you sold, and your gross and net profit. You will also learn about any random events that might impact your business.

<<less
Download (0.28MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1058 downloads
HAVEGE 1.0

HAVEGE 1.0


HAVEGE (HArdware Volatile Entropy Gathering and Expansion) is a user-level software unpredictable random number generator. more>>
HAVEGE (HArdware Volatile Entropy Gathering and Expansion) is a user-level software unpredictable random number generator for general-purpose computers that exploits these modifications of the internal volatile hardware states as a source of uncertainty. During an initialization phase, the hardware clock cycle counter of the processor is used to gather part of this entropy: tens of thousands of unpredictable bits can be gathered per operating system call in average.

HAVEGE combines on-the-fly hardware volatile entropy gathering with pseudo-random number generation. The internal state of HAVEGE includes thousands of internal volatile hardware states and is merely unmonitorable.

Therefore HAVEGE features a very high security level. HAVEGE can reach an unprecedented throughput for a software unpredictable random number generator: several hundreds of megabits per second on current workstations and PCs.

The throughput of HAVEGE favorably competes with usual pseudo-random number generators such as rand() or random(). While HAVEGE was initially designed for cryptology-like application, this high throughput makes HAVEGE usable for all application domains demanding for high performance and high quality random number generators, e.g. Monte Carlo simulations.
<<less
Download (0.31MB)
Added: 2006-07-14 License: LGPL (GNU Lesser General Public License) Price:
1198 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5