Main > Free Download Search >

Free beyond software for linux

beyond

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 187
Daedalus 2.0.1

Daedalus 2.0.1


Daedalus provides a simple mechanism for running programs in response to the output of check programs. more>>
Daedalus provides a simple mechanism for running programs in response to the output of "check programs".

In practice Daedalus is generally used to provide an automated restart service for programs by checking the output of “ps axww” and running a start script when a particular program fails to appear.

However, it can be used for any occasion where you want to automate an action based on an event in the system.

Beyond simple restarting of systems, it can be used to send alerts, clean up files, or even start one program when another finishes or reaches a certain point.
<<less
Download (0.023MB)
Added: 2005-11-22 License: BSD License Price:
3603 downloads
IControl 0.1.0

IControl 0.1.0


Control is a remote control daemon for Creatives RM-900 remote and Live!Drive Receiver. more>>
IControl is a software program meant to interpret signals from Creatives RM-900 remote control and accompanying IR LiveDrive! receiver unit.

IControl is currently capable of sending input to various programs (including XMMS, Xine, XawTV, XScreensaver, et al), as well as circulating window stacking order (sending windows to the background) and changing input focus. Furthermore, IControl will soon support other remote controls beyond the RM-900 which are all interpretable by the LiveDrive! unit.

IControl is completely configurable through its .conf files, allowing the user to map any key to any action the rcontrol daemon supports. And development is in the works to allow IControl to start programs, interface with devices, or even shut the computer down.

<<less
Download (0.026MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
vcr 1.10

vcr 1.10


vcr is a text-console video recorder. more>>
VCR is a program which enables you to record a program using a video grabber card thats supported by the video4linux drivers. It doesnt require a graphical environment, and you can use all popupular windows codecs (like DivX, Indeo Video 5, etc) because VCR is built around the avifile library.
Now, you can finally record your favourite program from a remote place, because Murphys law dictates that you remember to record it when youre as far away from your home as possible...
System requirements:
- Depending on the codec used, a fast CPU (My celeron-466 CPU copes well enough to record divx low-motion @ 25fps, just occasional frame drops)
- Diskspace (you can never have enough of that!)
- Avifile library: http://divx.euro.ru/
- XawTV: http://www.strusel007.de/linux/xawtv/ (you can do without, but if you want to use tuner presets, you want to read the manual on how to make a .xawtv config file)
- Aumix: http://jpj.net/~trevor/aumix.html (Its not required either, but its very useful to set the recording device for your soundcard (which you probably want if you want to record sound from the soundcards line-in!))
Enhancements:
- Updated source to match avifile-0.7.37, and possibly beyond.
- New configuration directive vflip, with which you can flip the image vertically.
- Support for custom sound device (config file directive sound-device)
- Applied patches from debian/unstable that fix some outstanding bugs and include other improvements. Thanks guys, you rock!
- A/V Syncing improved for longer recordings, thanks to a tip from Alexander Rawass.
<<less
Download (0.17MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1644 downloads

beyond related searches

: ,
ADS Dexter 0.40

ADS Dexter 0.40


ADS Dexter is a utility for extracting data from scanned graphs. more>>
The following is an excerpt from a poster presented at the American Astronomical Societys 2000 Summer meeting in Rochester, NY.

ADS roughly 1,000,000 scanned pages contain numerous diagrams and figures for which the original data sets are lost or inaccessible. Having scans for the figures invites digitizing the data points to recover at least a part of these data.

Performing this digitization automatically is still beyond the capabilities of current OCR systems, but the computer can ease this process for a human.

This was the starting point for Dexter, a Java applet that runs in the users browsers and provides an interface for selecting the part of the page that is of interest. On that selection, coordinate axes, points and error bars can be marked and, of course, corrected. [...]

In the future, we plan to implement some recognition algorithms that would, e.g., trace a line for the user or automatically search for markers.
<<less
Download (0.079MB)
Added: 2005-05-20 License: GPL (GNU General Public License) Price:
1620 downloads
Kaspaliste 0.96

Kaspaliste 0.96


Kaspaliste is a literature database for Linux/KDE. more>>
Kaspaliste is a knowledge database which handles all types of books, articles, journals, webpages, etc.
This program is BETA software! It is based on a reliable database server, so complete data loss is not very likely. But other (hopefully minor) problems may occur. BACKUP YOUR DATABASE FRREQUENTLY AND KEEP OLD BACKUPS! I think its obvious: Im not a native english speaker. Corrections are welcome.
Kaspaliste is a literature database. It handles all kinds of books, articles, journals, webpages etc. The database goes beyond storing bibliographical information. There is the possibility to create annotated links between pieces of information (like the content of a book chapter) and to group links into categories.
The user interface works just like a web browser: You may follow the links to open records. You may walk back and forward through previously edited records, change fields, and create or delete links, publication, authors etc. on the fly with just one mouseclick.
Kaspaliste does not only store pieces of information about publications. It stores files as well. Kaspaliste handels various formats like html, pdf, ps, dvi and pictures (depends on your KDE-installation since the kpart-technology is used). You can for example store ocred parts of interesting publications. The fulltext search covers these files.
Another feature is the automatic generation of BibTex files.
Enhancements:
- circumvents a bug in the pdf-KPart.
- bugfix release for kde 3.2
<<less
Download (1.8MB)
Added: 2005-06-07 License: GPL (GNU General Public License) Price:
1599 downloads
KProf 1.4.2

KProf 1.4.2


KProf is a visual tool for developers, which displays the execution profiling output generated by code profilers. more>>
KProf is a visual tool for developers, which displays the execution profiling output generated by code profilers.
The output of profilers being usually difficult to read (beyond the flat profile information), KProf presents the information in list- or tree-views that make the information very easy to understand.
Main features:
- Flat profile view displays all function / methods and their profiling information.
- Hierarchical profile view displays a tree for each function / method with the other functions / methods it calls as subelements.
- Object profile view, for C++ developers, groups the methods in a tree view by object name.
- Graph view is a graphical representation of the call-tree, requires GraphViz to work.
- Method view is a more detailed look at an individual method - cross referenced.
- Recursive functions carry a special icon to clearly show that they are recursive.
- Right-clicking a function or method displays a pop-up with the list of callers and called functions. You can directly go to one of these functions by selecting it in the pop-up menu.
- The flat profile view provides an additional filter edit box to filter the display and show only the functions or methods containing the text that you enter.
- Function parameters hiding if the function name is unique (i.e. no different signatures)
- C++ template abbreviation (template parameters can be hidden)
- Automatic generation of call-graph data for GraphViz and VCG, two popular graph image generators.
- Diff mode support to compare two profile results.
<<less
Download (0.12MB)
Added: 2005-06-14 License: GPL (GNU General Public License) Price:
1594 downloads
Privateer Remake 1.2

Privateer Remake 1.2


Privateer gives you the freedom to carve your own path in the Wing Commander universe. more>>
Privateer gives you the freedom to carve your own path in the Wing Commander universe. Opportunity abounds in the Gemini Sector.
Wedged between the unknown frontier and the Kilrathi Empire, Gemini is home to various competing factions with which you can choose to align yourself.
Upgrade your ship or trade it in to deal with the demands of a Privateer. Find your fortune by logging into the mission computer, or take your chances with seedy characters in bars.
Meet up with Sandoval in New Detroit, tilt back a glass with Demetria in a Munchen bar in the Tingerhoff System. Make your way as a trader, traitor, bounty hunter, or pirate. Only you can imagine what you might encounter beyond the frontier.
Enhancements:
- New Refinery, Mining Base, Kamekh, Drayman, and Orion art was added.
- The targetting system was redone and is now more like the original.
- Radar range was reduced and all ships now have 2D wireframe HUD images and damage is shown by quadrant.
- The ship dealer now also functions as he did in the original.
- The auto-light now turns off when you are close to your destination.
- When a ship that is communicating with you is destroyed, its message now gets cut off. Asteroids can now be destroyed and mined.
- The repair bot was fixed.
- Unknown ships are there for the Righteous Fire campaign.
<<less
Download (190MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1565 downloads
Geode 0.2.4

Geode 0.2.4


Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux. more>>
Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux and (hopefully soon) other free and open operating systems.
ESI Objects is an object-oriented, open-source database design and development platform which--until now--required a Windows-based Client (IDE) for actual code development.
An Integrated Development Environment (IDE) for the ESI Objects language (object-oriented MUMPS) that works on linux and other UNIX-like Operating Systems.
GEODE is an Integrated Development Environment (IDE) for the ESI Objects system, and is designed to replace the existing Windows-only ESI Objects client IDE.
GEODE was developed from scratch, and is NOT a port of the open-sourced Windows IDE.
It is written in C, and requires GTK2+, GLIB, GNOME, and other standard libraries found on GNU/Linux and other popular operating systems.
This project consists of a fairly stable, working codebase that the author currently uses for his own development of ESI Objects (EO) code, yet which is under VERY active development to bring it in line with (and beyond) the feature set of the existing Windows-only IDE.
Main features:
- The Library and Class browser
- Property and Method editor windows
- Server Settings window
- Symbol Dump window (MUMPS/ESI Objects Command Interface)
- Object Documentation Pane (read-only at this point)
<<less
Download (0.13MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1551 downloads
JOrbis 0.0.16

JOrbis 0.0.16


JOrbis is a pure Java Ogg Vorbis decoder. more>>
JOrbis is a pure Java Ogg Vorbis decoder.
JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCM.
Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4s AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 and Windows flavor of the month), the Vorbis CODEC specification belongs to the public domain. All the technical details are published and documented, and any software entity may make full use of the format without royalty or patent concerns.
We sympathize the aim of the Ogg project. JOrbis is our contribution to the Ogg project in our style. We think the ubiquity of Vorbis decoder will leverage the popularity of Ogg Vorbis. We hope JOrbis will run on any platform, any devices and any web browsers, which support Java and every people will enjoy streamed musics without patent or royalty concerns about codec.
Main features:
- JOrbis is in pure Java.
- JOrbis will run on JDK1.0.* or higher.
- JOrbis is under LGPL.
- JOrbis includes the pure Java Ogg Vorbis player, JOrbisPlayer.
- To enjoy this player, your JVM must support Java Sound API. JOrbisPlayer is under GPL.
- JOrbisPlayer can play Ogg Vorbis live streams on UDP broadcast packets from JRoar.
- JOrbis includes very simple pure Java Ogg Vorbis comment editor, JOrbisComment.
Enhancements:
- added a property jorbis.player.playonstartup to JOrbisPlayer applet to play given stream at the start-up time. Refer to play/JOrbisPlayer.html.
<<less
Download (0.31MB)
Added: 2005-10-14 License: LGPL (GNU Lesser General Public License) Price:
1474 downloads
Ops Control Panel 1.4.2

Ops Control Panel 1.4.2


Ops Control Panel is a frontend for MRTG. more>>
Ops Control Panel is a frontend for MRTG.

Unlike many other frontends, it does not have any requirements beyond those of MRTG, although it can support PHP-enabled Web servers instead of just running as a Perl CGI script.

Ops Control Panel project provides overviews of MRTG-based monitoring pages in a variety of formats.

<<less
Download (0.017MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1397 downloads
WAusers 0.1

WAusers 0.1


WAusers is one component of the WAhelper Web accessibility testing suite. more>>
WAusers application is one component of the WAhelper Web accessibility testing suite.

WAusers serves for managing Web accessibility testing sites where users can register, create their own Web accessibility testing projects, and log into all their projects using a single global password.

Web pages are often designed without handicapped users in mind. Despite there exist Web accessibility guidelines such as W3C Accessibility Guidelines or U.S. Section 508 law, many Web designers are not aware about problems they cause to handicapped visitors of their pages. And even when a Web designer tries to make Web pages accessible, he may not be aware about all the obstacles handicapped users can meet.

- Software tools can be helpful here. Several Web accessibility checking tools already exist, but they have various problems:
Most of them are non-free and you cant use them freely to evaluate accessibility of your website effectively. Making things accessible means removing barriers and it is important to make the barriers as low as possible.
- New tests usually cant be added easily. An easily extensible and freely modifiable tool is needed so that its features can be improved efficiently. A good and maintained tool can make the whole process of making Web pages accessible more effective.
- The tools often dont try to go beyond semi-automated tests. But there are many accessibility problems which cant be detected, diagnosed and reported without human assistance. A tool helping humans with the testing process is needed.
<<less
Download (0.024MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
Web Secretary 1.9.0

Web Secretary 1.9.0


Web Secretary is a web page monitoring software. more>>
Web Secretary is a web page monitoring software. However, it goes beyond the normal functionalities offered by such software. It will detect changes based on content analysis, making sure that its not just HTML that changed, but actual content.
You can tell it what to ignore in the page (hit counters and such), and it can mail you the document with the changes highlighted or load the highlighted page in a browser.
Web Secretary is actually a suite of two Perl scripts called websec and webdiff. websec retrieves web pages and email them to you based on a URL list that you provide. webdiff compares two web pages (current and archive) and creates a new page based on the current page but with all the differences highlighted using a predefined color.
For example you can look at the Web Secretary page as it was monitored:
- Old Page - The original page before the change.
- Modified Page - The page after the change.
- Highlighted Page - The page as WebSec sends, highlighted.
Personally, I put Web Secretary on crontab to monitor a large number of web pages. When the highlighted pages are delivered to me, I use procmail to sort them out and file them into another folder. Sometimes, when I am busy, I will not have time to accessing the web for a few days. However, with Web Secretary, I can always access the "archive" that it has created for me at my own leisure.
<<less
Download (0.031MB)
Added: 2006-01-20 License: GPL (GNU General Public License) Price:
1375 downloads
Lua Messaging Engine 0.1.0

Lua Messaging Engine 0.1.0


Lua Messaging Engine is a set of scripts that offer abstract functions for communication via AOLs OSCAR protocol. more>>
Lua Messaging Engine (LuME) is a set of scripts that offer abstract functions for communication via AOLs OSCAR protocol (as used by ICQ and AIM clients), Microsoft Messengers MSNP, and Yahoos YIM protocol. Lua Messaging Engine also includes utility functions for string operations, SHA hashing, and basic HTTPS communication.

An increasing number of software developers are making use of the simplicity and power behind employing a Lua script interface.

Meetroduction, LLC has been using a Lua script interface as a core design concept for the multi protocol messaging component of its proximity based people finder client: Meetro. Beyond that, the interface offers its users a flexible way to vastly extend the clients functionality.
<<less
Download (0.089MB)
Added: 2006-01-26 License: MIT/X Consortium License Price:
1368 downloads
Firewalk 5.0

Firewalk 5.0


Firewalk is an active reconnaissance network security tool. more>>
Firewalk is an active reconnaissance network security tool that attempts to determine what layer 4 protocols a given IP forwarding device will pass. Firewalk project works by sending out UDP or TCP packets with a TTL one greater than the targeted gateway.

If the gateway allows the traffic, it will forward the packets to the next hop where they will expire and elicit an ICMP_TIME_EXCEEDED message. If the gateway hostdoes not allow the traffic, it will likely drop the packets on the floor and we will see no response.

To get the correct IP TTL that will result in expired packets one beyond the gateway we need to ramp up hop-counts. We do this in the same manner that traceroute works. Once we have the gateway hopcount (at that point the scan is said to be `bound`) we can begin our scan.

It is significant to note the fact that the ultimate destination host does not have to be reached. It just needs to be somewhere downstream, on the other side of the gateway, from the scanning host.

<<less
Download (0.079MB)
Added: 2006-03-03 License: BSD License Price:
1359 downloads
SDL_gui 0.10.3

SDL_gui 0.10.3


SDL_gui is a library written in C++ for displaying and controlling user interface elements in an SDL application. more>>
SDL_gui is a library written in C++ for displaying and controlling user interface elements in an SDL application. SDL_gui has the following set of widgets: Screen, ToggleButton, Button, Label, Picture, Panel, TextEntry, CardStack and ProgressBar.

Older versions of SDL_gui were written in C, and the C api has been preserved in version 0.10.0. Versions beyond 0.11.0 may not include the older API in its current form.

It also provides wrapper objects for SDL_Surface, TTF_Font, and a callback mechanism. The wrapper objects allow reference counting, so that the widgets can share these resources easily.

One interesting note - this library does no drawing of its own. It expects you to provide all the graphics. It provides a hierarchy of objects which you can feed surfaces into for drawing, and the event handling and behavior.

The primary focus is the behavior. I dont want to tie it to a specific look and feel, since that would make it useless for games. For example, you give it images of what you want the buttons to look like when pressed, highlighted, normal, and disabled, and it manages the events and displays the appropriate image. It is intended to be a mid-level interface to SDL.

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