Main > Free Download Search >

Free jdivelog 2.5 software for linux

jdivelog 2.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 199
JDiveLog 2.5

JDiveLog 2.5


JDiveLog is a logbook for scuba diving. more>>
JDiveLog is an open source divers logbook for logging scuba dives. JDiveLog project is written in Java (JRE 5.0 or later required). For transfer of dive profiles from a dive computer, the javax.comm package has to be installed and configured.
For Linux I recommend the RXTX implementation. Up to now some Suunto models are supported. I would appreciate feedback whether a dive computer model works or not.
The reason for writing this logbook was, because I couldnt find a logbook software for Linux which had all features i wished.
JDiveLog is licensed under the terms of the GPL. So anybody can use it and modify it as he wants.
Main features:
- Import of UDCF dive profile data
- Displaying dive profiles as nice graphs
- Recording all major dive data
- Managing pictures from the dive trip
- Generation of a simple web page with dive profile, dive data and pictures
- i18n: german and english available
- Units displayed metric or imperial
- Download of dive profiles from Suunto dive computers
- Download of dive profiles from Aladin computers
- Import of logbook data from WLog
- Import of logbook data from DataTrack / MemoMouse
- Statistics of dive partners, dives sites, countries, ...
- Search functionality
<<less
Download (4.2MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
863 downloads
SndBite 2.5

SndBite 2.5


SndBite is a specialized audio editor designed for breaking large recordings into smaller components with great efficiency. more>>
SndBite is a specialized audio editor, designed for breaking large recordings into smaller components with great efficiency. SndBites principal intended application is in linguistic research where it is often desirable to put each word or sentence into a separate file before further processing.
Main features:
- Multiple simultaneous views of the waveform at different resolutions.
- The ability to position window edges at transitions between sound and silence.
- Automated setting of cut points at zero-crossings.
- Automatic filename generation easily controlled by the user.
- Optional automatic playback on window motion.
- Logging of of each write, so that a record exists both for the long term and in case (as often happens) the user loses his or her place while segmenting a large file.
Enhancements:
- This release features an improved accented letter entry widget and fixes several bugs in the handling of command line arguments.
<<less
Download (1.55MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1051 downloads
Dbmail 2.2.5

Dbmail 2.2.5


Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. more>>
Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently PostgreSQL and MySQL can be used as database backends.
The upcoming version 2.2 that is under development also supports SQLite, an embedded SQL database system, and ldap for storing userdata. Development and support of dbmail is done by IC&S and NFG, two Dutch companies specializing in Linux development and support.
Main features:
Scalability
- Dbmail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using dbmail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server.
Manageability
- Dbmail is based upon a database. Dbmail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access.
Speed
- Dbmail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem.
Security
- Dbmail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. Dbmail is as secure as the database its based upon.
Flexibility
- Changes on a Dbmail system (adding of users, changing passwords etc.) are effective immediately.
How does it work?
DBMail is made up of several components. A normal MTA (Postfix, SendMail, QMail, Exim) is used for accepting messages. The MTA hands the messages over to dbmail-smtp, using a pipe interface, or dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These programs take care of delivering the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1 protocol.
The whole email is stored in the database. That includes attachments. The DBMail programs do not have to touch the filesystem to retreive or insert emails. User information is also stored in the database, so users do not need an account on the machines DBMail is running on.
Enhancements:
- This release features greatly improved handling of UTF8 email, has many fixes for IMAP protocol errors, and resolves a number of serious memory leaks.
- A new feature was added to dbmail-export to allow fine-grained message selection and post-export deletion.
<<less
Download (0.84MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 downloads
SendIP 2.5

SendIP 2.5


SendIP is a commandline tool to send arbitrary packets. more>>
SendIP is a command-line tool to send arbitrary IP packets. It has a large number of options to specify the content of every header of a RIP, RIPng, BGP, TCP, UDP, ICMP, or raw IPv4/IPv6 packet.
It also allows any data to be added to the packet. Checksums can be calculated automatically, but if you wish to send out wrong checksums, that is supported too.
Here is a list of protocols that SendIP currently understands:
- IPv4 (but see below section 7)
- TCP
- BGP
- ICMP
- UDP
- RIP
- NTP
- IPv6 (except on solaris)
- ICMPv6
- TCP
- UDP
- RIPng
- NTP?
Other protocols will be added in future versions, as and when I have time to add them.
Of course, it is still possible to send packets using other protocols, but you have to construct the packet data and headers entirely by hand.
Installation
make ; make install should work.
You MUST use GNU make.
On Solaris you need to use gcc-3.x or above, and GNU binutils.
On other platforms, you probably need gcc-2.x or above.
If you have install problems on Solaris, try:
make install INSTALL=/usr/ucb/install
If you cant persuade it to compile or install, mail me with details of what goes wrong, and what system you are trying to install it on.
By this I mean at least:
- output of make -k veryclean all install
- OS, including version
- version of make, gcc, etc
- version of sendip
- anything else you think might be relevant
You can change where it installs by changing BINDIR and/or PREFIX at the top of the Makefile.
A .spec file is included to build RPMS, and source and binary RPMS are also available from the web page. Debian packages are also available, and sendip is included in the FreeBSD ports collection.
Usage
SendIP can take a huge number of commandline parameters. For this reason, future versions may have some sort of user interface...
Please read the man page or sendip -h for details. They are not documented here because they change often between versions and I cant be bothered to keep this up to date.
<<less
Download (0.052MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads
libSieve 2.2.5

libSieve 2.2.5


libSieve is an implementation of the Sieve mail sorting language originally developed for the Cyrus mail system. more>>
libSieve is an implementation of the Sieve mail sorting language originally developed for the Cyrus mail system.
libSieve helps to bring mail sorting functionality into your mail server application without the need to reinvent the wheel.
As a library, libSieve is not intended for end users expecting a ready-to-run program.
Enhancements:
- Automake updates to allow CFLAGS to pass through Makefile.am.
- Uses # instead of __STRING for assertion stringification.
- Fixes an off-by-one segfault when reallocing space for repeated headers.
<<less
Download (0.73MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
990 downloads
OpenPKG 2.5

OpenPKG 2.5


OpenPKG is a flexible and powerful software packaging facility that eases installation and administration of Unix software. more>>
OpenPKG is a flexible and powerful software packaging facility that eases installation and administration of Unix software across several platforms.
Consolidating different vendor approaches into a unified architecture, it assists in administration of large networks previously complicated by nonconformant systems. It uses RPM to provide an additional system layer on top of the operating system.
It is fully self-contained (no RPM pre-installation is required), installs itself by means of a tricky bootstrapping procedure with minimal operating system intrusion, and supports multiple installation instances.
Main features:
- Portable across major Unix platforms.
- Available for FreeBSD 4.11/5.4/6.0/7.0, NetBSD 2.0, Sun Solaris 8/9/10, Debian GNU/Linux 3.1, Fedora Core 4, RedHat Enterprise Linux 4, Novell SUSE Linux 9.3/10, Gentoo Linux 1.12.0, Mandriva Linux 10.2.
- Already known to work for IBM AIX 5.1, HP HPUX 11.11.
- Release 2.5 consists of 579 packages.
- Entirely based on Open Source software technology.
- Operating System interference minimized.
- Streamlined software packaging.
- Easy installation, updating and deinstallation of packages.
- Bundled with useful and secure package preconfigurations.
- Includes an abstracted and powerful run-command facility.
- Virtual hosting through multiple instances on a single system.
- Proxy packages for reusing packages across instances.
- Build-time package variations for maximum flexibility.
- Foundation to build self-contained environments.
Enhancements:
- This release consists of 579 selected packages which include the latest versions of all popular Unix server software.
- All software is carefully packaged for easy deployment on 19 different Unix platforms.
- The major technical efforts for this release were spent on migrating to the GNU Compiler Collection (GCC) version 4.0 and further improving the Solaris 10 support and adding full support for the new FreeBSD 6.0 and SUSE 10.0 platforms.
<<less
Download (MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1470 downloads
Maverix 2.5

Maverix 2.5


Maverix is an Anti-Spam and Anti-Virus solution for AOLServer. more>>
Maverix is an Anti-Spam and Anti-Virus solution for AOLServer.

This is AOLserver module that implements SMTP protocol and acts as SMTP proxy with anti-spam and anti-virus capabilities. It includes Web interface to manage quarantined messages and administrative interface based on OSSWEB.

Compiling and Installing

To compile and run nsmaverix module special patch to AOLserver 4.x should be applied or already patched server downloaded from FTP site. It enables non-HTTP module support in the AOLServer driver infrastucture.

To support anti-SPAM feature one of the following should be installed:

SpamAssasin
DSPAM: patched version.

To support anti-virus feature one of the following should be installed:

ClamAV
Sophos: SAVI

PostgreSQL server should be installed and running before installing OSSWEB and Maverix.

Once enabled, maverix acts as SMTP server forwarding all messaged to configured real smtp server via relay parameter. for each SMTP command it calles configured Tcl handler which performs actual processing.
<<less
Download (9.6MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1345 downloads
vSignup 2.5

vSignup 2.5


vSignup providea a member registration script which utilizes vAuthenticate for its security handling. more>>
vSignup providea a member registration script which utilizes vAuthenticate for its security handling.

vSignup is a member registration script which utilizes vAuthenticate for its security handling. This handy script features email verification, sending confirmation email message, restricting email domains that are allowed for membership, and much more.

1. Please read the documentation.html thoroughly before attempting to install vSignup 2.5 much more send a support email

2. Please read the faq.txt first before sending a support email as most issues are resolved or explained well in the said file

3. Implementation, customization, and modifications to the code are available for a minimal fee. If you dont want to shell out some cash, go through the documents a couple of times then send me a support email and Ill help you out as much as I can. For cases wherein the only solution is a customization, you either do the customization yourself or let me do it for you (chargeable, of course)

<<less
Download (0.067MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
923 downloads
SDL_image 1.2.5

SDL_image 1.2.5


SDL_image is an image file loading library. more>>
SDL_image is an image file loading library. SDL_image loads images as SDL surfaces, and supports the following formats: BMP, PNM, LBM, PCX, XPM, GIF, JPEG, PNG, TGA.

Unpack and build. Run "showimage imagefile" to display an image using the library.
Note: If you are building on MacOS Classic, you may want the pre-built versions of libpng and libz for PNG support.

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.

<<less
Download (0.031MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1265 downloads
PowerPhlogger 2.2.5

PowerPhlogger 2.2.5


PowerPhlogger is a counter hosting and website statistics tool. more>>
PowerPhlogger is a counter hosting and website statistics tool. It lets you offer counter service to others from your site. PowerPhlogger is built on PHP and requires a the MySQL database server.
Your members dont need any PHP-support on their webserver. They just pass the required data through JavaScript to PPhlogger that is hosted on your server.
Currently development of Phlogger3, the future version of PowerPhlogger, is still going on and its source has not yet been opened to public.
This future version will be based on the Sourdough framework and will support various different database systems as backend. It will be a whole rewrite of the existing PowerPhlogger code.
Main features:
Logging:
- user sign-up page that allows users to create accounts
- logs host/ip (proxy & real IP !!), referer, agent, time&date, resolution&color, online-time, pageimpressions
- traceroutes by above.net
- stores IP-adress+cookie to avoid multiple hits by the same user (you can set a timeout)
- multiple page count - include PPhlogger on ALL your pages throughout your whole site
- mail-notice - PPhlogger sends you an email every xx hits
- phlogview - view all data and get a mySQL-dump for backup purposes (incl. logs-by-date search)
- optional: download-count
- Top X referers, Top keywords (single-word or full-string mode)
- Top X domains, Top territories
- Top resolution, Top color
- browser/OS stats
- Calendar - shows your daily/monthly unique hits or pageimpressions
- Visitors per day / per hour graph
- enable/disable your own hits (set a cookie)
- show/hide referers in logs
- (re)set your page hits
- delete entries in your logfile
- demo-mode to make stats avail. to public
- generate a pic to make hits visible on your page (requires GD-library!) - user may choose his own TTF-font, bg/fg-color, font-size >>> unlimited styles!!
- CSS-editor: user may create his own StyleSheet or choose a default style (phloggstyle / phpeestyle / sahara / cartesia / lila / metal)
- timezone support - user may choose his own GMT-time
- multi-language support with localization files
- average online-time
- supports unlimited alternate URLs
- visitor-path - shows the path were the visitor browsed through your site
- Admin page includes:
- set up new useraccounts and notifies the new user (incl. attachment)
- delete useraccounts, clean-up unconfirmed or expired useraccounts , edit useraccounts
- shows all user-configurations
- mailing-list feature
- plug-ins: FTP-diskspace, multiple file upload
- shows your system status (checks for ports on your server)
- show last X customers that entered Phlogview
- CSS-editor
<<less
Download (0.67MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1398 downloads
radlib 2.2.5

radlib 2.2.5


radlib is a C language library developed to abstract details of interprocess communications. more>>
radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions.
It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design.
By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications.
radlib greatly improves typical process performance through the use of shared memory buffers to avoid costly "malloc" and "free" library calls.
These buffers are also used for interprocess messages. radlib also utilizes shared memory constructs to provide global message queue management and global "Queue Groups" for increased interprocess communications flexibility.
All shared resources are semaphore protected to avoid issues with concurrent access.
In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS. It has been successfully deployed on linux, MacOSX and FreeBSD but there is no reason it would not build and run on any flavor of unix supporting System V IPC.
Specifically, radlib provides fast system buffers, a simple config file utility, events, doubly-linked lists, process logging through syslog, message queues, semaphores, shared memory utilities, timers, stacks, state machine utilities, a process framework, a process management utility to start/stop groups of processes, optional MySQL or PostgreSQL database API, straightforward TCP/streams socket API, and other assorted system utilities.
Enhancements:
- hanged some database field processing to comply with the postgresql changes made in version 8.
<<less
Download (0.18MB)
Added: 2005-09-27 License: BSD License Price:
1488 downloads
mony 2.5

mony 2.5


mony is an ICMP monitoring tool designed to be very flexible, scalable, and fast. more>>
mony is an ICMP monitoring tool designed to be very flexible, scalable, and fast.

What does this program:
reads a configuration file (which can be reread on SIGHUP receival) and tests IPv4 devices
uses O_NONBLOCK so it should be completly non-blocking
programs the tests so there is no flooding effect (if we have to test 10 hosts in 10 seconds we send a test each second)
uses SO_TIMESTAMP for very fine RTT precision
has a modular structure so it can be very easy to change/add new db layers (used for the effective storage of the gathered data) or proc layers (layer which implements the method of gathering/making statistics from the tests)
has a fping-like mode when it reads targets from stdin, runs in foreground, dumps stats to stdout and exits

Installation
./configure
Edit Makefile (if neccesary, but it should work unmodified), and run:
make

Then (as root if needed):
make install
(for installation just copy "mony" to whether location you like)
<<less
Download (0.054MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
IOSEMU 0.2.5

IOSEMU 0.2.5


IOSEMU is a Cisco 7200 emulator that uses JIT to achieve good performance. more>>
IOSEMU is a Cisco 7200 emulator that uses JIT to achieve good performance. The project is able to boot real Cisco IOS images.

At this time, the emulator I have programmed is able to boot a large number of Cisco IOS releases available for the 7200 platform, including the latest 12.2S and 12.4. The following devices are emulated:

MIPS64 CPU processor. The instruction set is not completely emulated now (FPU support is lacking, TLB support is not finished and other minor things), but it is sufficient for IOS ;
DRAM and Packet SRAM memory ;
Non-Volatile Memory (NVRAM) ;
Dallas DS1620 Temperature Sensors and Voltage Sensors, allowing the Environmental Monitor to work properly ;
NMC93C46 Serial EEPROM ;
I/O and Midplane FPGA specific to the C7200 platform ;
Basic support of Serial interfaces (PA-8T) and Ethernet IOCard based on DEC21140 (Tulip) chip.
Basic Galileo GT64010 PCI controller, DEC 21050 PCI bridges and so.

To run at a decent speed, the emulator uses a JIT (Just In Time) compiler, which is working on x86 CPU (like Pentium) and x86_64 CPU (AMD64/Intel EM64T).
<<less
Download (0.12MB)
Added: 2006-10-29 License: GPL (GNU General Public License) Price:
1100 downloads
DreamPlayer 0.2.5

DreamPlayer 0.2.5


DreamPlayer is a Linux-console multi format player. more>>
DreamPlayer is a Linux-console multi format player. Its the first Linux console multimedia player supports TwinVQ, and Wave (for now). There is planned version for Windows in the future. Player uses free decoder library known as TwinVQ SDK by NTT.

You probably have a question Why Ive decided to write a text console program. The answer is very simple. As you can read in About Me I just love to listen music, especially during working. I use TwinVQ for collecting music - because of smaller file size - I thought that all over the world there are many people who would do like me.

Yes, I know there is a Linux native multimedia player called XMMS working in the X Window environment. But X Window uses much more resources than my program, and XMMS arent better. So I wanted to create a small player with big abilities. The first: I did by using text console environment, the second: Im on ncurses based interface to make the player more useful. Additionally my player is available as freeware on the GNU GPL and as an Open Source. So you can use my code, change as you wish, but just write that the original code is mine

<<less
Download (0.38MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1186 downloads
DateChooser 1.2.5

DateChooser 1.2.5


DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date. more>>
DateChooser is a Java class that allows a programmer to present the user with an input dialog for easily choosing a date and feeding it to the program.

<<less
Download (0.026MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
946 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5