Main > Free Download Search >

Free helix 1.9 software for linux

helix 1.9

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 155
Helix 1.9

Helix 1.9


Helix is a customized distribution of the Knoppix Live Linux CD. more>> <<less
Download (701MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
689 downloads
TheBOT 1.9

TheBOT 1.9


TheBOT provides an IRC bot written in bash. more>>
TheBOT provides an IRC bot written in bash.

TheBot is a simple IRC bot written in the bash scripting language. It is based on a modular design.

to get this thing online use the `run script (in this directory)
but please edit the configuration file first - `config.

for information about available commands see doc/commands.html
to learn how to write commands (or just try) read doc/writting-commands.html

to be able to identify youll need to crypt your password first, then add
it into the passwd file.
Ive included the source and the binary of the `crypt utlilty.
if you want to recompile just type make in the bin directory.

now, lets say that youre `SuperDude and wanna use the pass `ircforlife
first crypt your password:

SuperDude:thebot/bin$ crypt ircforlife
^Y7T08nTQpiz6

the next step is to add yourself into the passwd file:

SuperDude:thebot$ echo "SuperDude:^Y7T08nTQpiz6" >> passwd

to identif just use: /msg thebot +id ircforlife

everything else is the same.even when adding new user
with the add command.thebot crypts the password and writes it to the file.

<<less
Download (0.062MB)
Added: 2007-04-11 License: Freely Distributable Price:
926 downloads
PeaZip 1.9

PeaZip 1.9


PeaZip is an archiving application, archive/extract: 001 (raw file split/join), 7z, 7zip sfx, Bzip2, Gzip, Pea, Tar, Z, Zip. more>>
PeaZip project is an archiver tool that supports its native Pea archive format (featuring compression, split volumes, and flexible encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats.
Full support: 7Z, 7-Zip sfx, Bzip2, Gzip, PEA, split TAR and ZIP.
Browse/test/extract-only support for ARJ, CAB, CHM, CPIO, DEB, ISO, LZH, NSIS installers, OOo files, RAR, RPM, Z.
PeaZips UI aims giving aid to the user to: edit, save and restore layout of archives (input files and folders list) to speed up definition of archiving and backup operations; save job definition, as plain text, to be used in scripts or for learning purpose; have a detailed job log after each operation.
The interface is fully skinnable (skins can be customised and saved as plain text to be re-edited as freely as possible) and uses customisable transparency.
The program doesnt need to be installed/unistalled, it can run from any path (even remote; a writeable path is recommended), however Windows version is released both as a standalone binary and as a fully automated installer/uninstaller package, allowing tight system integration to use PeaZip right from Explorer.
PeaZip acts as a graphic frontend for Pea executable (graphical) from the same Author and for Igor Pavlovs 7z executable (Myspaces 7z POSIX port under Linux), that can run in console mode or through a graphical wrapper to allow more user-friendly handling of output information.
Enhancements:
- Release 1.9 introduces several updates, new functions and interface enhancements over 1.8 series, based on feedback collected on previous 1.8 release series, featuring a substantially renewed user interface driven to a cleaner design and better usability. The layout composer and the archive browser were improved, introducing multiple selection, AZ/ZA sorting, better designed popup menus, options organized in a tabs, archive browsing navigation bar, recent archives history and many other under the hood usability improvements; see change log for a detailed description.
<<less
Download (MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
812 downloads
GLiv 1.9.6

GLiv 1.9.6


GLiv is an OpenGL image viewer. more>>
GLiv is an OpenGL image viewer, image loading is done via Gdk-pixbuf bundled with GTK+-2.4, rendering with OpenGL and the graphical user interface uses GTK+ with GtkGLExt.

GLiv is very fast and smooth at rotating, panning and zooming if you have an OpenGL accelerated graphics board. GLiv supports thumbnails and navigating through them using two images menus.

<<less
Download (0.18MB)
Added: 2006-11-19 License: GPL (GNU General Public License) Price:
1069 downloads
Limph 1.9.5

Limph 1.9.5


Limph provides both UPD and TCP port checks of grouped network hosts with email notification. more>>
Limph (Limph Is Monitoring Pingable Hosts) provides both UPD and TCP port checks of grouped network hosts with email notification.

Limph project is completely configurable through its Web interface.

<<less
Download (0.10MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
804 downloads
lhs2tex 1.9

lhs2tex 1.9


lhs2tex is a preprocessor to generate LaTeX from literate Haskell sources. more>>
lhs2TeX is a preprocessor to generate LaTeX code from literate Haskell sources.
Main features:
- Different styles to process your source file: for instance, "tt" style uses a monospaced font for the code while still allowing you to highlight keywords etc, whereas "poly" style uses proportional fonts for identifiers, handles indentation nicely, is able to replace binary operators by mathematical symbols and take care of complex horizontal alignments.
- Formatting directives, which let you customize the way certain tokens in the source code should appear in the processed output.
- A liberal parser that can handle most of the language extensions; you dont have to restrict yourself to Haskell 98.
- Preprocessor-style conditionals that allow you to generate different versions of a document from a single source file (for instance, a paper and a presentation).
- Active documents: you can use Haskell to generate parts of the document (useful for papers on Haskell).
- A manual explaining all the important aspects of lhs2TeX.
<<less
Download (0.51MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1658 downloads
VLAN 1.9

VLAN 1.9


VLAN is an implementation of the 802.1Q VLAN protocol for Linux. more>>
VLAN is an implementation of the 802.1Q VLAN protocol for Linux.
VLAN allows one to have Virtual LANs on a single ethernet cable, giving you the ability to segregate LANs efficiently. VLAN should support up to 4094 vlan interfaces per ethernet device.
Main features:
- Implements 802.1Q VLAN spec.
- Implements support for a non-standard (as far as I know) MAC-based VLAN functionality.
- Can support up to 4094 VLANs per ethernet interface.
- Scales well in critical paths: O(n), where n is the number of PHYSICAL ethernet interfaces, and that is only on ingress. O(1) in every other critical path, as far as I know.
- Supports MULTICAST
- Can change MAC address of VLAN.
- Multiple naming conventions supported, and adjustable at runtime.
- Optional header-reordering, to make the VLAN interface look JUST LIKE an Ethernet interface. This fixes some problems with DHCPd and anything else that uses a SOCK_PACKET socket. Default setting is off, which works for every other protocol I know about, and is slightly faster.
Enhancements:
- This release fixes return error codes in vconfig.
<<less
Download (0.089MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1558 downloads
camE 1.9

camE 1.9


camE is an imlib2 webcam grabber, annotator, and uploader. more>>
camE is a Webcam grabber designed for video4linux devices. It is based on the xawtv webcam app, but extended to use imlib2 for applying antialised, blended truetype fonts to the image before upload.
A large number of new options have been added including scp support (in addition to ftp), image archiving, and much more. It runs as a daemon and needs no X connection to operate.
Main features:
- ttf fonts
- blended transparent text
- title text
- options in ~/.camErc
- message read from separate file (eg echo "eating my dinner" > ~/.caminfo)
- color the text as you like
- text background any color/alpha value
- scp support for uploading
- ftp support for uploading using libcurl, reconnect for each upload or reuse one connection
- proper logging to file
- user defined actions to be run before and after shots, and after upload (use to play sounds, beep, run scripts, copy files, whatever)
- file for stopping uploads temporarily (touch ~/BLOCKCAM to stop shooting, remove it to resume)
- now a proper daemon that can run without X forever if wanted
- control of brightness, contrast, gamma, hue, colour, etc
- control of framerate and use of snapshot mode for Philips cams
- image archiving (timestamped into a directory of your choice after upload), every frame or every n frames
- lag reduction (for some cams, when mmaped, the image grabbed lags behind the cam by up to 20 seconds. I use lag_reduce 5 in my ~/.camErc for example. This takes 5 shots in a row, which clears the mmap buffers, and then keeps the last shot, lag-free)
<<less
Download (0.038MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1643 downloads
avelsieve 1.9.7

avelsieve 1.9.7


avelsieve is a Squirrelmail plugin for creating SIEVE scripts on a SIEVE-compliant mail server. more>>
Avelsieve or, verbosely, "SIEVE Mail Filters Plugin for Squirrelmail" is a Squirrelmail plugin for creating SIEVE scripts on a Cyrus IMAP server that runs timsieved (Tims SIEVE daemon).
Avelsieve will also be a part of Cyrusmaster, a web-based Cyrus administration tool. avelsieve project should provide the same interface of the users filters to administrators and/or helpdesk staff.
SIEVE is a mail filtering language, intended for server-side filtering of emails. See RFC 3028 and Cyrusofts page about SIEVE for more details.
The web interface provides a wizard-like interface that, in the end, creates part of a SIEVE script, a so called rule. It then assembles all the rules to form a SIEVE script.
For the sake of user-friendliness, it provides only a subset of SIEVEs functionality; the main goal was to provide a simple interface for Joe User to create server-side filters without knowing anything about the language itself.
The plugin does not provide a parser; instead, it saves PHP meta-data in the script itself, in order to continue editing and manipulation of the filters. The only thing that is supported is a script called "phpscript" on the Cyrus server. Multiple scripts are not supported yet. Ive tried to make it sane enough that it wont break a lot. Some more testing is needed - hence the beta status.
Main features:
- Simple HTML interface.
- Javascript functionality that enhances the user interaction, however there is HTML-only fallback for accessibility.
- Match messages based on email headers, size, or apply to all messages.
- Configurable number of header matches.
- Support of keeping a message, move to an existing or new folder, email redirection.
- Supports SIEVE Vacation.
- Supports SIEVE Notification action.
- Create a rule on-the-fly, while reading a message in Squirrelmail. This function will auto-detect List-Id: headers for mailing lists.
- Runs through all the rules, but supports a stop command when a rule matches.
- Change the order of rules - or delete them altogether.
- Enable / Disable rules on the fly, without deleting them.
- Make a textual description of the rule.
- Localizable.
- Automatic adaption to the capabilities of each sites SIEVE.
Enhancements:
- This release contains many important bugfixes and also adds the STARTTLS option for the ManageSieve protocol.
<<less
Download (0.24MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1191 downloads
eXtace 1.9.6

eXtace 1.9.6


eXtace is a Audio Visualization plugin for the X-Window System. more>>
eXtace is a Audio Visualization plugin for the X-Window System.
eXtace project connects to ESD (Enlightened Sound Daemon) and displays the audio data as either a pseudo 3D flying landscape, pseudo 3D pointed landscape, 16-256 channel graphic EQ, multi-mode Oscilloscopes, Horizontal Spectrogram, or a combination Hi-res FFT with a Vertical Spectrogram.
All modes are fully scalable to nearly ANY resolution! (within your CPU/X11 capabilites) Resolutions up to 1600x1200 at 40 FPS use typially less than 30% CPU, depending on your host CPU/X11 capabilities.
Enhancements:
- Fixed problem with dragging of traces.
- Added new line EQ mode., removed old code cruft.
<<less
Download (0.42MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1056 downloads
imlib 1.9.15

imlib 1.9.15


imlib is an advanced replacement library for libraries like libXpm. more>>
Imlib is an advanced replacement library for libraries like libXpm that provides many more features with much greater flexibility and speed.

It was originally written for E, now used by the GNOME Project.
<<less
Download (0.88MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
Wellenreiter 1.9

Wellenreiter 1.9


An easy to use, GTK/Perl-based wireless sniffer/scanner with enhanced features. more>>
Wellenreiter is a gtkperl program that makes the discovery and auditing of 802.11b wireless networks as easy as possible.
For discovery of the accesspoints / networks / ad-hoc cards, Wellenreiter has an amazingly easy to use scanner window, which searches for any accesspoint within the range of the scanning device.
It detects and differentiates essid broadcasting and non-broadcasting wireless networks. The manufacturer is detected by the devices MAC address. WEP and BSS / IBSS detection is also implemented.
Detecting essids of non-broadcasting networks is possible and gps support is also built in (Requires gpsd). Wellenreiter is the first Wireless scanner that does not need to be configured anymore.
Its amazing autodetection takes care about taking the correct cardtype and using the right comands. Lucent/Orinocco, Cisco and Prism2/2.5 (WLAN-NG drivers) based Cards are supported now. NO, hosap drivers actualy dont work in this version, stay tuned for that.
The Networks with a red symbol are "non-essid-broadcasting" ones. This means the accesspoint does not send out the essid network name for security reasons.
Non-broadcasting networks can be only detected by using the raw-sniffing mode. Green symbols are shown for a broadcasting network.
The distinction between WEP/cleartext sending accesspoints is indicated by the word "ON" or "OFF" and a little open or closed lock icon. AD-Hoc stations (BSS) have different icons than real accesspoints (IBSS).
Channels that are holding new objects are colored red until you select it. The pkt indicator on the right side of the listview alternates between the two characters "+" and "*". When it alternates, this accesspoint is sending traffic.
So its a traffic indication. If you click on an object in the treeview you will get the detail window. This window refresh after a while. Keep it open to see arp and dhcp traffic.
Use the logwindow to take care of all your findings and the trafficwindow to see what packets are coming in. Oh, one word about saving, it automaticly saves a dump and a savefile to your homedrive.
Main features:
- Cisco based cards
- Lucent based cards
- Prism2 based cards (Wlan-ng drivers only)
Enhancements:
- Added the Userguide in the docs diretory.
- Raised the packetcapture lenght from 400 to 65535 wich should not truncate anymore.
- Still adding some smaller fixes. Added a patch for better detection of prism2 based PCI and usb cards.
- Choose card window fixed.
- IBSS/ESS text in window is now correct, sorry for that.
<<less
Download (0.51MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1525 downloads
wmail 1.9

wmail 1.9


wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir more>>
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format.
It provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...).
Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail.
Enhancements:
- Support for comments in From-header added (by Juergen A. Erhard - thank you!)
- Status field content recognition enhanced: now you can supply the content of a status field that markes your email as read. This is due to different behaviour of different mbox readers
- pine seems using "ro" to mark a mail as read. The given value is substring-matched.
<<less
Download (0.027MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
644 downloads
ginfo 1.9

ginfo 1.9


ginfo provides a modular documentation tool. more>>
ginfo provides a modular documentation tool.

It supports module in C, xml-ginfo, and docbook languages and it parses HTML, PHP, and PDF files with the default modules.

There is a special editor for writing xml-ginfo modules, and a tool to convert xml-ginfo files into C modules.

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

<<less
Download (0.71MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
992 downloads
JCite 1.9

JCite 1.9


JCite project contains cites snippets of Java source code or Excel sheets into HTML documents. more>>
JCite project contains cites snippets of Java source code or Excel sheets into HTML documents – API documentation, for instance.

Citing from tests, or tested code, guarantees that examples really work. And, thanks to the excellent Java2Html library, they get automatic syntax highlighting.

<<less
Download (0.22MB)
Added: 2007-06-13 License: BSD License Price:
863 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5