Main > Free Download Search >

Free 0.17 software for linux

0.17

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 51
TAC 0.17

TAC 0.17


TAC is a pure Tcl version of AOL Instant Messenger (AIM). more>>
TAC project is a pure Tcl version of AOL Instant Messenger (AIM).
The TAC client began its life as a small add-on program distributed with TiK, the Tcl/Tk client.
TAC has only a few of the features found in native Windows and Macintosh clients.
It is easy for users to add features to TAC using Tcl. TAC is meant to give users with only console access the ability to use AOL Instant Messenger.
Enhancements:
- Small bug fixed with away package that allows numbers in away messages
- Mobile phone package added
- New Away command: /awayfile or a:f sets the away message to the contents of the filename supplied as an argument
- Bugs fixed with shell escape function
<<less
Download (0.049MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1134 downloads
XFA 0.17

XFA 0.17


XFA library implements an API that can be used to create NFA. more>>
XFA library implements an API that can be used to create NFA (either programmatically or from regular expressions) and to convert them in the minimal equivalent DFA.

XFA library requires an ANSI C compiler, and this makes it portable virtually over every system.

The complexity of the graphs that are treatable with XFA is only limited by the amount of memory available on the machine.

SYNOPSIS:

#include < xfa.h >

xfa_trans_t *xfa_alloc_trans(xfa_system_t *sys, unsigned long const *map, unsigned long flags, xfa_state_t *from, xfa_state_t *to );
void xfa_free_trans(xfa_system_t *sys, xfa_trans_t *trn);
xfa_state_t *xfa_alloc_state(xfa_system_t *sys, int phsize);
void xfa_free_state(xfa_system_t *sys, xfa_state_t *stt, int recurse);
void xfa_free_attr(xfa_system_t *sys, xfa_attr_t *attr);
int xfa_do_once(xfa_system_t *sys, xfa_state_t *stt, int (*dproc) (void *, xfa_system_t *, xfa_state_t *), void *priv);
xfa_state_t *xfa_nfa2dfa(xfa_system_t *sys, xfa_state_t *stt);
int xfa_label_states(xfa_system_t *sys, xfa_state_t *stt, unsigned long *label);
int xfa_dfa_minimize(xfa_system_t *sys, xfa_state_t *stt);
int xfa_re2nfa(xfa_system_t *sys, xfa_state_t **csts, xfa_state_t **cste, unsigned char const **ptr);
<<less
Download (0.33MB)
Added: 2006-01-27 License: LGPL (GNU Lesser General Public License) Price:
1368 downloads
old 0.17

old 0.17


old is a simple lock server. more>>
old is a short from Open Lock Daemon and is a simple lock server which provides central point where to lock resources in a distributed environment by using TCP/IP to communicate with its clients.
Objects are identified by strings, so its really a general purpose server: you can use it to lock from files to pointers, as long as all your apps have a coherent object naming scheme. This makes it useful to any kind of distributed applications, for instance mailservers or databases.
It provides the basic locking primitives (lock, unlock and trylock) and uses a lightweight and simple network protocol, but there are both C and Python libraries which abstract you from handling it directly and provide the normal straightforward functions to use in a very simple and easy way.
Its written in plain C and has no dependencies on external libraries, and it has a decent performance (about 7850 lock(A); unlock(A) operations per second on a normal Pentium 4 2.8Ghz).
If youre intrested in performance, some measurements have been included inside the package, and you can find a small document in doc/performance (raw data files and scripts used are in doc/perf/ directory); but there are some not included in the tarball, let me know if you want them.
Enhancements:
- A very difficult to hit race was fixed, the library now compiles under Windows, and some minor code improvements were made.
<<less
Download (0.029MB)
Added: 2006-07-31 License: Open Software License Price:
1181 downloads
Xcall 0.17

Xcall 0.17


Xcall is a packet-radio program for X which supports the AX.25, NET/ROM and Rose protocols. more>>
Xcall is a packet-radio program for X which supports the AX.25, NET/ROM and Rose protocols. It is written with help of the GTK library.
Connection setup is handled through a dialog with a settable timeout value. Support for DX clusters is included by colorization of DX spots. A session can be saved into a file, in case you like to download 7plus messages from a BBS.
The preferences dialog shows AX.25 information retrieved from the /proc filesystem, like AX.25 mode, window size and T1, T2 and T3 timeouts. Language support is included for both the dutch and french language.
Recently, I have added a kind of theme support. After startup, a theme file is read, which changes the appearance of xcall. Included with the distribution is a SGI-like them and a blue theme.
Installation:
./configure
make
make install
Enhancements:
- French translations by Jean-Luc Coulon, F5IBH (thanks!). Closes: #300880.
- Many widget changes, so the translations fit.
- Compilation fixes.
- Path for the language files has been fixed.
<<less
Download (0.22MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1465 downloads
Pen 0.17.1

Pen 0.17.1


Pen is a load balancer for TCP. more>>
Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. Pen project allows several servers to appear as one to the outside.
It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
The load balancing algorithm keeps track of clients and will try to send them back to the server they visited the last time. The client table has a number of slots (default 2048, settable through command-line arguments). When the table is full, the least recently used one will be thrown out to make room for the new one.
This is superior to a simple round-robin algorithm, which sends a client that connects repeatedly to different servers. Doing so breaks applications that maintain state between connections in the server, including most modern web applications.
When pen detects that a server is unavailable, it scans for another starting with the server after the most recently used one. That way we get load balancing and "fair" failover for free.
Correctly configured, pen can ensure that a server farm is always available, even when individual servers are brought down for maintenance or reconfiguration. The final single point of failure, pen itself, can be eliminated by running pen on several servers, using vrrp to decide which is active.
Enhancements:
- This release fixes a bug in the weighted server selection: server_by_weight would never consider blacklisted servers, which kept them blacklisted indefinitely.
<<less
Download (0.11MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
tkacal 0.17

tkacal 0.17


tkacal is a scheduling program which could be used with cal for example. more>>
tkacal is a scheduling program which could be used with cal for example. tkacal stores the data using sqlite.
It is released under GPL license.
The idea of writing this program came when I was travelling from in Finland from Oulu to Kannus by train. By then I had realized that a small search for command line scheduling apps did not yield good results. I also wanted to improve my python skills. Well, why dont I make one for myself then? Here it is, tkacal.
Main features:
- Add an event
- Delete an event
- List events within (+/-)n days
- List events by shortcut eg. --today
- Configuration file
- Different date formats
- Append text to an existing event (0.17)
<<less
Download (0.010MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1192 downloads
mlocate 0.17

mlocate 0.17


mlocate is a new locate implementation. more>>
mlocate is a new locate implementation. The m stands for "merging": updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much.
The locate(1) utility is intended to be completely compatible to slocate.
Eeach time, a computer was booted into single-user mode and after one updatedb run data was collected using slabtop and free. The measurement method is admittedly crude, but I think the numbers represent reality quite well.
slocate 1m32.84 0.704 2.045 134337 170778 85972 8268
mlocate, 1st 1m11.65 0.214 0.908 17766 15642 78452 21340
mlocate, 2nd 37.64 0.105 0.289 17776 15639 33996 21336
real, user, system
as reported by time
dentry, inode
number of active objects in dentry_cache and ext3_inode_cache, as reported by slabtop
buffers, cached
size of disk buffers and page cache, as reported by free
mlocate has two rows because the first run needs to rescan the whole file system, while the subsequent runs can reuse most of the original database.
Enhancements:
- This release avoids a hang if an NFS filesystem within an excluded subtree is unavailable.
<<less
Download (0.27MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
vzctl 3.0.17

vzctl 3.0.17


vzctl is the utility that allows an OpenVZ system administrator to control VPSs. more>>
vzctl is the utility that allows an OpenVZ system administrator to control VPSs.
OpenVZ is an Operating System-level server virtualization solution, built on Linux.
OpenVZ creates isolated, secure virtual private servers (VPSs) or virtual environments on a single physical server enabling better server utilization and ensuring that applications do not conflict.
Each VPS performs and executes exactly like a stand-alone server; VPSs can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files. See Documentation - Technology for more information.
The OpenVZ project is an open source community project supported by SWsoft and is intended to provide access to the code and ultimately for the open source community to test, develop and further the OS virtualization effort.
It is also a proving ground for new technology that may evolve into the Virtuozzo product offering. We encourage the community to access, use, develop and comment on the software and references on this site.
Enhancements:
- Lots of bugfixes and cleanups were done in code and man pages.
- Support for Archlinux VEs was added.
- Initscripts improvements were done.
- IPv6 improvements and fixes were done.
<<less
Download (0.10MB)
Added: 2007-07-05 License: QPL (QT Public License) Price:
841 downloads
APSR 0.17-13

APSR 0.17-13


APSR is a network testing tool, designed to send and receive arbitrary network packets. more>>
APSR is a network testing tool, designed to send and receive arbitrary network packets. APSR can be used to test firewalls, routing, security and many other things.
The project is splitted in two main programs, apsend to create packets and aprecv to sniff packets. The main goal of the APSR project is to develop a high quality network testing tool.
Main features:
- Sending and receiving of packets
- Ouput and documentation in different languages
- Easy installation (autoconf/automake support) and binary packages
- Configuration files
- Logfiles and filters in a variety of formats (text, xml, sql, gdbm, csv, ...)
- Syslog and database (sql) interfaces
- Daemon mode
- Thread support
- IPv4/v6 and MAC resolving
- Broadcast / Multicast support
- Special "packet-sets" (wake-on-lan for example)
- Client/Server system
- HTML based management system
- Graphical user interfaces/front ends (GUIs/FEs): GTK/QT/ncurses
- Module support using a simple packet construction language (PCL)
- Plugin support (perl/python or perl/ruby)
Which protocols will be supported by APSR final 1.0 ?
Who knows, currently(0.17-12) we can read more then 110 different protocol headers and create packets for about 30 different protocols.
And whats with the application layer?
Application layer protocols will be implemented through a simple module API. The modules can be written in C or (theoretically) in any other language. They will be loaded dynamically.
Enhancements:
- A lot of compilation problems have been fixed and the code has been cleaned.
- Some (Free)BSD-specific bugs have been fixed.
- No new features have been added.
- Users are advised to upgrade to this release.
<<less
Download (1.4MB)
Added: 2006-02-10 License: Other/Proprietary License Price:
1351 downloads
iLaunch 0.17

iLaunch 0.17


iLaunch is designed to clear up clutter on your desktop by stacking icons in a scrollable format. more>>
iLaunch is designed to clear up clutter on your desktop by stacking icons in a scrollable format. (think deck of cards) Using the scroll wheel on your mouse (button 4 & 5) will cycle through the applications in the .rc file added by you the user from the first application to the end.
Then it will loop to the beginning, being an endless loop cycling through your stack of icons.
Main features:
- Background image or no background image support(transparent background).
- Maximizes desktop space by moving all your icons into one scrollable stack.
- Drag and Drop support when dragging from the K-menu or the Kicker bar(no Desktop icons or devices yet).
- No wheel mouse support, by right clicking the theme and selecting the No Wheel Mouse option in the Configure theme menu.
- Alternate display text when adding applications to customize what is displayed to your needs.
- Icon theme finding engine to locate your current icons being used by KDE.
- Mouse over highlighting when on an application to launch.
- Custom icons support by selecting the directory in which they are stored.
- Drag and drop a file onto iLaunch and the application displayed will launch it for you if the type is correct.
- Applications that support multiple files being opened via command line should be able to accept multi-file drops as well.
- Ability to select a unique icon for the showing application and it is remembered when changing icon themes as well.
- Automatic resizing to suit the icon theme selected when setting the Custom Icon Directory
- Remove the current application by right clicking and selecting it from the Configure menu.
- Middle clicking iLaunch displays the information about the execution command and the location of the icon its using.
<<less
Download (0.52MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1189 downloads
Slirp 1.0.17

Slirp 1.0.17


Slirp provides a SLIP/PPP emulator over shell/telnet/ssh/etc. more>>
Slirp provides a SLIP/PPP emulator over shell/telnet/ssh/etc.
Slirp is a (C)SLIP/PPP emulator based on the original BSD sources. It allows the user to pull up a full internet connection over a shell connection, and features sharing multiple modems for additional bandwidth.
Slirp emulates a PPP or SLIP connection over a normal terminal. This is an actual PPP or SLIP link, firewalled for peoples protection.
It makes a quick way to connect your Palm Pilot over the Internet via your Unix or Linux box!!! You dont need to mess around with your /etc/inetd.conf or your /etc/ppp/options on your system.
Slirp works on most Unix platforms, including:
Linux glibc and libc5 systems
Solaris 2.x
OSF/1
or any Unix that can compile GNU autoconfed programs with GCC.
Palm Pilot users can use this to connect their PalmOS device to the system and onto the Internet, using their home computer as a host. If you need to raise a temporary link, or cant run pppd, Slirp may help.
Enhancements:
- Changes for operation under Cygwin
- Added patch for Cygwin I_PUSH by Michael Wetherell
- dns is now transferred to peer, (If compiled with -DUSE_MS_DNS) (Ripped off from hacked pppd version 2.2.0f)
- Two dns options can be specified on command line, (Only the first is used internally, but both will get transferred to peer)
- Has a hack for connecting to a MS direct cable connect (If compiled with -DMS_DCC) Only works when PPP (-P option) is chosen, but gives effectively a nated direct cable connect. (A chat script option would be nicer)
- Fix to exit code that incorrectly iterated list of ttys attached
- Fixes to terminal restore code, No longer closes stdin on exit
- If stdout, or stderr are redirected, it wont close them (so you can debug using fprintf(stderr...)
- No longer removes 0s, 1s from incoming data stream
- New Option nozeros to not look at strings of 0s, 1s to cause exit/suspend (See docs/CONFIG)
- Can specify alternate tty on command line using "tty ttydevice" (Overrides SLIRP_TTY environment variable) (see docs/CONFIG)
- Debug builds log raw incoming data, and ppp checksum fault packets
- Minor documentation updates
- Does not close all file handles, (Pain when trying to debug)
- Can manually turn on early debugging in main()
- Most of Tims security fixes in place, (It is still insecure...) Probably snprintf will make slirp less portable.
<<less
Download (0.30MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
OpenL2TP 0.17

OpenL2TP 0.17


OpenL2TP is an open source L2TP client / server, written by Katalix Systems specifically for Linux. more>>
OpenL2TP is an open source L2TP client / server, written by Katalix Systems specifically for Linux. The project has been designed for use as an enterprise L2TP VPN server or in commercial, Linux-based, embedded networking products and is able to support hundreds of sessions, each with different configuration.
A userspace daemon handles the L2TP control protocol and a kernel component handles the datapath. The distribution includes kernel patches for 2.4 and 2.6, a pppd plugin, a command line application for management and documentation. Other PPP implementations may be used instead of pppd by use of an OpenL2TP plugin.
Enhancements:
- This release adds a mechanism by which individual L2TP sessions will automatically retry if the peer drops the connection.
- This feature is useful for ISPs that use multiple sessions in a single L2TP tunnel.
- Support for the Linux 2.6.20 kernel has been added.
- New pre-built RPMs for FC5/FC6 kernel updates are also available.
<<less
Download (0.19MB)
Added: 2007-02-27 License: Other/Proprietary License with Source Price:
969 downloads
RubyMail 0.17

RubyMail 0.17


RubyMail is an email handling library for the Ruby programming language. more>>
RubyMail is an email handling library for the Ruby programming language.

RubyMail library supports the parsing, modification, and generation of simple and MIME email messages.

<<less
Download (0.11MB)
Added: 2006-03-24 License: MIT/X Consortium License Price:
1310 downloads
Screem 0.17.1

Screem 0.17.1


SCREEM is a tag-based Web page editor. more>> <<less
Download (3.5MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1372 downloads
Anthem 0.0.17

Anthem 0.0.17


Anthem is a KDE MIDI sequencer. more>>
Anthem is an advanced open source MIDI sequencer. Anthem allows you to record, edit and playback music using a sophisticated and acclaimed object oriented song technology. It runs under the KDE desktop environment, on Unix-based platforms.
It is based on the TSE3 sequencer engine and therefore provides a great deal of power, combining the innovative object oriented TSE3 song technology with a simple, intuitive interface.
This open source edition of Anthem is based on a previous commercial version which ran on Acorn RISC OS computers. This open source version of Anthem will only run on Unix-based platforms.
Anthem is still very much a work in progress, so keep coming back to see the latest developments. Anthem is developing fast.
Main features:
- Powerful linear sequencer
- Flexible object-oriented song structure
- Handles import and export of standard MIDI files (both type 0 and 1)
- Playback with real time effects (remapping, transpose, quantise, velocity window, repeat, offset, etc)
- GM/GS/XG support
- Synchro start of playback
- On screen gadgets, including:
- Studio clock
- Virtual keyboard
- VU bars
- Go to time
- MIDI panic facility
- Any number of tracks per song
- Highly configurable metronome
- MIDI echo facility
- MIDI command filters for incoming, outgoing and echoed MIDI streams
- Intuitive user interface
- Imports Cakewalk instrument definition files
- Playback of musical phrase being edited
- Additional facilities which will be incorporated shortly:
- Powerful music editors:
- Flexible list editor
- Piano roll editor with powerful controller maps
- Step editor
- Drum editor
- Innovative new stave roll editor
- Score editor
- Select voices and controllers by name
- MIDI mixing desk
- Power quantise supporting:
- Full, unresticted groove setting
- Windowing
- Intelligent snap point choosing
- Humanisation
- Phrase tools:
- Add/subtract
- Arpeggiate
- Explode
- DeMIDIfy utility.
Requierments:
- In order to use Anthem to its full potential you will need a soundcard, preferably with external MIDI device support. Anthem will work without such a card, but it will not provide any musical output.
- In order to use anthem you will need the KDE 2/3 libraries installed on your system and the TSE3 library. Anthem will produce MIDI output on any system that TSE3 supports - see the library pages for more information.
<<less
Download (0.78MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
2161 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4