Main > Free Download Search >

Free 8.2 software for linux

8.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 110
Tin 1.8.2

Tin 1.8.2


Tin is a full-screen easy to use Netnews reader. more>>
Tin project is a full-screen easy to use Netnews reader.
It can read news locally (i.e., /var/spool/news) or remotely (rtin or tin -r option) via a NNTP (Network News Transport Protocol) server.
It will automatically utilize NOV (News OVerview) style index files if available locally or via the NNTP XOVER command.
Quick Install:
configure to your local setup (have a look at):
./configure --help (or ./conf-tin)
check your local setup in:
include/autoconf.h
compile with:
make build (or cd src; make)
install with:
make install
Install at your own risk.
Enhancements:
- A few possible buffer overflows were fixed.
<<less
Download (1.8MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1282 downloads
VIF 0.8.2

VIF 0.8.2


VIF application is a Web-based virtual discussion forum. more>>
VIF project is a Web-based virtual discussion forum. It aims to implement a specific discussion model that supports goal oriented discussions of complex matters.
This discussion model builds on structured discussion threads, integrated quality control, and well defined group boundaries.
Structure: The discussion threads are well structured. A discussion thread starts with a problem description and an opening question. The thread then evolves in a tree of subsequent questions. Each question of one level sheds light on a specific part of the parent question. Each subsequent question has to be justified and understandable. The process goes on up to the point where the questions have a granularity which makes it possible for the contributors to answer them. At this point, the process turns back. Each question can be replaced by a specific answer. At the end we dont have an answer in the form of true on wrong. Instead we are in the position to say under which conditions a certain action is the better response for the complex social problem then the alternative actions.
Remember: Given enough eyeballs, all bugs are shallow. (Raymond, The Cathedral and the Bazaar)
Quality control and Workflow: There is no such thing as free speech to solve complex problems. In the discussion model we suggest, we dont intend the moderation by a (more or less) benevolent dictator. Each registered member acts as reviewer for the others contributions instead. The workflow for the publication of a contribution is as follows: a) A member makes a contribution (answering a question or adding a child question). b) A reviewer (an other registered member) is selected by random. c) The reviewer either agrees with the publication or proposes a revision. In the latter case, the process returns to step a). d) If both the contributor and the reviewer agree on the contribution, it is published.
Defined community boundaries: Each person who likes to participate to the forum has to register. To make a contribution, the members have to log in. If a member doesnt adhere to the community norms, he can be excluded.
Enhancements:
New features:
- Implemented feature to suspend participation in the discussion groups the participant is registered during a specified time span.
- Added possibility to store Lucene search indexes in database (created new table tblLuceneIndex).
Bugs fixed:
- Corrected wrong path to menu in change password and save personal data task.
- Fixed typo in permission table that prevented management of subscriptions.
<<less
Download (5.8MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1241 downloads
Buoh 0.8.2

Buoh 0.8.2


Buoh is an online comic stripes browser for GNOME. more>>
Buoh is a reader for online strips comics. Buoh comic book viewer is free software, designed to work well under the GNOME Desktop.
Main features:
- Select your favorites comic through a list of more than 130 comics
- Easy, simple an eye-candy view of an online comic
- Browsing over the comic strip archives
- Saving a comic to disk
- Integration with GNOME (respecting the lockdowns and HIG compliance)
<<less
Download (0.31MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1098 downloads
Blam 1.8.2

Blam 1.8.2


Blam is an RSS reader. more>>
Blam is a tool that helps you keep track of the growing number of news feeds distributed as RSS. Blam lets you subscribe to any number of feeds and provides an easy to use and clean interface to stay up to date.
Enhancements:
- Support for RSS and RDF feeds
- Very easy to use interface
- Print the news entries you like
- Automatically update the feeds at regular intervals
<<less
Download (0.58MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1548 downloads
xd3d 8.2.3

xd3d 8.2.3


xd3d is a simple scientific visualization tool designed to be easy to learn. more>>
xd3d is a simple scientific visualization tool designed to be easy to learn. It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields, iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic expression or a cloud of points.

It generates high quality vector PostScript files for scientific publications and still or animated bitmap images. It includes the graph plotter xgraphic.

xd3d can be installed on any unix system using X windows: all the unix workstations, linux systems, Mac OS X, and Microsoft-Windows computers with an X11 emulation like the freeware Cygwin/Xfree.

To compile and install xd3d and its related programs, you must have a Fortran 77 and a C compiler (like g77 and gcc). The X11 library libX11.a and the include file X.h must be present on your computer.

To run xd3d you only need to have X11.

<<less
Download (0.52MB)
Added: 2005-06-21 License: GPL (GNU General Public License) Price:
1587 downloads
CWBot 0.8.2

CWBot 0.8.2


CWBot is an IRC bot to provide online services in Morse usable with the CWirc client. more>>
CWBot is an IRC bot to provide online services in Morse usable with the CWirc client. It can broadcast world news in Morse and Hellschreiber, RAC ham news, act as a MorseMail to CWirc repeater, or send fortune cookies in Morse, over an IRC channel or throught DCC chat, with adjustable keying speed and Farnsworth spacing. The project is easily extendable with scripts or external programs to provide additional services in Morse.
Architecture of the bot
CWBot is really composed of two parts : the bot core (the "cwbot" program itself) and the external chat engines.
The bot core
The bot core is a very basic IRC bot that maintains a connection to an IRC server, stays on a channel and replies to "Hello" and "Help". It doesnt do anything else by itself. To interact with users, it relies on external programs (the chat engines) that handle the chatting itself.
The core uses 2 types of chat engines : the channel chat engine, which does the chatting on the IRC channel the bot is on, and the DCC CHAT engine, which chats with individual DCC CHAT requestors. It spawns one instance of the
channel chat engine, and as many instances of the DCC CHAT engine as there are DCC CHAT sessions open. The core handles the translation between IRC or DCC CHAT messages and the chat engines, and takes care of starting/stopping
them transparently.
The chat engines
The chat engines (channel chat engine or DCC CHAT engine) are external programs that read and write plain text messages throught their standard inputs and standard outputs. The channel chat engine is meant to be spawned once and run forever. Should it stop for whatever reason however, the bot core will try to respawn it. The DCC CHAT engine is spawned whenever a DCC CHAT connection opens, and either runs until it decides to stop, provoking the termination of the DCC CHAT session, or until the bot itself terminates the session and kills it. Since there can be more than one DCC CHAT engine running at any given time,
they must be careful not writing to the same files or sharing resouces without talking to each other, if they need to share things.
Enhancements:
- The parser in the news broadcast scripts has been corrected to process the BBCs XML newsfeed properly.
<<less
Download (0.27MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1002 downloads
Fityk 0.8.2

Fityk 0.8.2


Fityk is a data fitting program. more>>
Fityk project is a general-purpose nonlinear curve fitting and data analysis software.
Although it is being developed to analyze powder diffraction patterns, it can be used to fit analytical functions to any kind of data: crystallographic module is an independent part of the program. Apart from crystallography fityk is reported to be used also in chromatography, photoluminescence, infrared and Raman spectroscopy, and in other fields.
At present fityk knows only about common peak-shaped functions (Gaussian, Lorentzian, Voigt, Pearson VII etc.) and polynomial. User-defined functions will be implemented in 2005.
In terms of powder diffraction fityk will fit the data with a set of position-correlated peaks to give the refined lattice parameters, zero-shift, sample displacement and wavelength.
Fityk offers everything a decent refinement program should offer but first of all intuitive graphical interface. Apart from the standard Marquardt least-square algorithm one may choose a genetic algorithm or Nelder-Mead simplex method for complex or unstable cases.
Fityk already works under Linux, Windows and MacOS X and can in principle be ported to other systems because its GUI is written with a portable wxWidgets library. And it is free software (GPL).
Main features:
- It is the heart of the program - finding minimum of weigthed sum of squared residuals, in other words - fitting function to data. Nonlinear fitting is a difficult problem, and there is no perfect solution. Fityk offers three well-known algorithms: Levenberg-Marquard gradient-based method, Nelder-Mead downhill simplex method and Genetic Algorithms. Every of these methods has a set of adjustable parameters, for greater flexibility.
- Data - a set of (x, y) points, can be read from text file, or from file in one of other supported formats. When loading data, you can read standard deviations of y s, if given, read only selected points (eg. first thousend, or every third point) or merge neighbouring points, to reduce noise. In every moment you can activate or disactivate selected points (disactivated points are not subject to fitting) or change standard deviation.
- Fitted curve is given as a sum of functions. All functions are given by parametrized formulae, eg. function of gaussian type has such parameters like height or position of center. Availaible functions are: gaussian, lorenzian, pearson VII, voigt, pseudo-voigt and fifth-order polynomial.
- Every parameter of function is given as a constans or as a variable or as a function of other parameters. First case is clear. In second case value of the variable can be adjusted when fitting. Optionally also domain of the variable can be given. In last case, the parameter can be given in terms of other parameters, eg. as a multiplication of constant and variable parameters.
- Background (baseline) may be obtained as linear or spline interpolation of points selected by the user or as a background function, that optionally can be fitted. Currently the only function suitable for background is a polynomial.
- There are two ways of dealing with error in x s. First requires specifying displacements of x in points, where it is known - program will interpolate it to the rest of points. Second assumes that the source of displacements is known and given by a zero-shift functions, which can be fitted.
- All commands, that are changing anything, what can influence further run of the program (eg. adding baseline, but not displaying help), can be logged to file. This is one of the ways to obtain a script, that can be edited and reused. Using scripts can save a lot of work, eg. it is possible to write scripts that will fit a series of data files and output results.
- The crystallographic module of the program enables easy adding peaks, that represents Bragg reflections. It is assumed that analyzed data points are intensities in function of 2theta, typically from X-ray diffraction. User have to define phases (lattice parameters), wavelengths with their relative intensities and which hkl s are present. Optionally, width and shape parameters can be constrained, using formulae taken from DBWS program.
- Fityk is written in C++. The program (GUI) can run on most Unix species with GTK+, on MS Windows and MacOS X. Ports to other platforms supported by wxWidgets library are also possible.
- The program comes in two versions: GUI (Graphical User Interface) version - more comfortable in most cases, and CLI (Command Line Interface) version (named cfityk to differentiate) - used only in special situations, when visualisation is not essential and user prefers to use a text terminal.
- There is a mailing list where everyone can ask a question. You can also write directly to programs author, although usually its better to use the mailing list. Asking for a change in fityk or for new feature will usually result in putting the request on TODO list or, if it is already on TODO list, in assigning higher priority to it.
- It is free software; you can redistribute and modify it under the terms of GNU General Public License. There is NO warranty.
Enhancements:
- The Shirley background correction procedure was implemented.
- A few bugs were fixed.
<<less
Download (1.3MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
915 downloads
eHour 0.8.2

eHour 0.8.2


eHour is a free webbased time tracking tool for companies and organizations who need accurate information on how much time is spend on projects by the... more>> <<less
Download (21645KB)
Added: 2009-04-10 License: Freeware Price: Free
235 downloads
SLAMD 1.8.2

SLAMD 1.8.2


SLAMD is a distributed load generation engine. more>> <<less
Download (29MB)
Added: 2005-06-28 License: SUN Community Source License Price:
1584 downloads
phpESP 1.8.2

phpESP 1.8.2


phpESP is a set of PHP scripts to let non-technical users create surveys, administer surveys, gather results and view statistics more>>
phpESP is a set of PHP scripts to let non-technical users create surveys, administer surveys, gather results, and view statistics, all managed online after database initialization with a MySQL database backend.
Enhancements:
- FIXED problems with adding/deleting respondents/designers
- FIXED display issues when previewing surveys.
- FIXED ADODB SQL INJECT issue.
<<less
Download (0.91MB)
Added: 2006-05-25 License: BSD License Price:
1249 downloads
GtkHTML 3.8.2

GtkHTML 3.8.2


GtkHTML is a HTML rendering/editing library. more>>
GtkHTML is a HTML rendering/editing library.

GtkHTML is not designed to be the ultimate HTML browser/editor: instead, it is designed to be easily embedded into applications that require lightweight HTML functionality
<<less
Download (1.7MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
LibOFX 0.8.2

LibOFX 0.8.2


LibOFX is a generic library to allow financial software to easily support the Open Financial eXchange specification. more>>
LibOFX project is a generic library to allow financial software to easily support the Open Financial eXchange specification.
Two utilities are currently included with LibOFX: ofxdump and ofxtoqif. ofxdump writes to stdout, in human readable form, everything the library understands about a particular OFX response file. ofxtoqif is an OFX response to the QIF (Quicken Interchange Format) file converter.
Much OFX information is lost since the QIF file format is very primitive, but ofx2qif should allow importation of bank statements in any software that support QIF until said software supports the library directly.
LibOFX was implemented from the full OFX 1.6 spec and comes with a developers manual.
Enhancements:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug
<<less
Download (0.73MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1157 downloads
KSayit 0.8.2

KSayit 0.8.2


KSayIt is a small KDE3 utilitiy for Linux that simply speaks a given textfile in a very high quality sound. more>>
KSayIt is a small KDE3 utilitiy for Linux that simply speaks a given textfile in a very high quality, i.e. sound and pronounciation of the spoken text should be as (human) natural as possible.
To achieve this, KSayIt uses natively Text-To-Speech systems like MBrola, any TTS system that can be controlled via a command line or any TTS system that is supported by the upcoming KDE TTS system (i.e. Festival).
KSayIt offers three user interfaces: A simple text editor window in which you can enter or paste text that should be spoken after pressing a play button, as well as an icon in the systemtray that starts to speak by a single mouseclick the actual content of the clipboard (if it contains something that looks like text).
As a KDE application it offers also a DCOP interface for the say and shut-up action (see kdcop). Finally KSayIt provides an effectstack to postprocess the sound of the voice (currently only a Freeverb effect is included)
Enhancements:
- KSayIt now interfaces to various TTS systems via loadable modules (plugins).
- Currently the following TTS plugins are in the package:
- Native support for MBrola/txt2pho.
- Support for any user defined command that accepts text from stdin, therefore KSayIt can now speak languages other than German.
- Support for the upcoming KDE TTS Daemon (KTTSD is part of the kdenonbeta package).
- Additional controls (Pause, Resume, Next Sentence, Previous Sentence, if supported by the plugin).
- Audio Effects are also plugins now.
<<less
Download (0.11MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1530 downloads
GradeL 0.8.2

GradeL 0.8.2


GradeL (Gradebook for Linux) is a gradebook program for teachers. more>>
GradeL (Gradebook for Linux) is a gradebook program for teachers. Written in Gambas, this program includes some features I felt were important in a gradebook program. While still buggy and incomplete, it is functional.

GradeL requires the development version of Gambas, currently version 1.9.26. GradeL uses Gambas components gb.eval, gb.qt, gb.qt.ext, gb.qt.kde, and gb.qt.kde.html.

Although my coding technique is at times inefficient, GradeL does meet my needs. It features a spreadsheet-style main screen with vertical column headers that include the assignment name, category, and points. Assignments are grouped in categories for reporting purposes. Teachers may enter numerical scores or alpha-numeric codes for student scores.

These codes may count either zero points or excuse the student from that particular assignment. Gambas Grade provides practical reports designed to give plenty of information while conserving paper. Current reports include complete class report, single marking period progress report, and progress reports for all students. One other feature that I really like is an average row included in the spreadsheet that displays the average for the class on every assignment and for the overall marking period grade.

GradeL project is still in its infancy. The program still has bugs and incomplete features. I am making it available now as a preview for review and testing purposes. You may not want to use it as your primary grading program at this time.

<<less
Download (0.50MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
836 downloads
Dokeos 1.8.2

Dokeos 1.8.2


Dokeos project is a Web-based learning tool to help communities. more>> <<less
Download (13.4MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
862 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5