jopt.net 1.1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 174
Pyne 1.1.0
Pyne is an offline newsreader/emailer written in Python using the GTK+ toolkit. more>>
Pyne is an offline newsreader/emailer written in Python using the GTK+ toolkit. I started it because I wasnt happy with the graphical newsreaders available for linux. Of course, a few months later Pan and Knode started to kick arse... oh well.
Pyne 0.6.9 is for gtk1.2, and is a bit old and therefore crappy (it follows). Pyne 1.0.0 is shiny and new and for gtk2.0, and therefore great. Pyne 1.1.0 contains fixes and new features for gtk2.4+ (and mailbox formats are unchanged from 1.0.x, so you can use the two versions interchangably).
Pyne is free software and may be distributed under the terms of the GPL, etc...
Main features:
- Offline, threaded news reading and posting.
- Well... the posting is online actually but that cant be avoided. queued outgoing stuff anyway.
- SMTP sending and POP3 and IMAP4 collection of mail.
- Attachments and all that stuff.
- Simple mail/news filtering.
- Optional expiry of mail as well as news. Useful for mailing lists.
- hmm... nice graphical interface. im really scraping the barrel here...
- (Partial) support for MH mailboxes.
- Import and export unix mailbox format.
- External parsing of html messages (lynx -dump)
<<lessPyne 0.6.9 is for gtk1.2, and is a bit old and therefore crappy (it follows). Pyne 1.0.0 is shiny and new and for gtk2.0, and therefore great. Pyne 1.1.0 contains fixes and new features for gtk2.4+ (and mailbox formats are unchanged from 1.0.x, so you can use the two versions interchangably).
Pyne is free software and may be distributed under the terms of the GPL, etc...
Main features:
- Offline, threaded news reading and posting.
- Well... the posting is online actually but that cant be avoided. queued outgoing stuff anyway.
- SMTP sending and POP3 and IMAP4 collection of mail.
- Attachments and all that stuff.
- Simple mail/news filtering.
- Optional expiry of mail as well as news. Useful for mailing lists.
- hmm... nice graphical interface. im really scraping the barrel here...
- (Partial) support for MH mailboxes.
- Import and export unix mailbox format.
- External parsing of html messages (lynx -dump)
Download (0.20MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1549 downloads
netcat 1.1.0
netcat is a network piping program. more>>
Netcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts.
At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
Perhaps some equivalent to netcat, or "nc" should have been written and distributed ten years earlier as another one of those cryptic but fundamental Unix tools that we all use daily without even thinking about it.
<<lessAt the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
Perhaps some equivalent to netcat, or "nc" should have been written and distributed ten years earlier as another one of those cryptic but fundamental Unix tools that we all use daily without even thinking about it.
Download (0.07MB)
Added: 2005-04-06 License: Freeware Price:
3743 downloads
netToe 1.1.0
netToe project is a Tic Tac Toe game for the Linux console, playable over the network. more>>
netToe project is a Tic Tac Toe game for the Linux console, playable over the network.
netToe is a Tic Tac Toe-like game for the Linux console written in C using UNIX sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine.
Enhancements:
- Completed the code section regarding colors.
- netToe now uses colors !
- Modified the parse_cmd_args(...) function to accept more than one argument at time, option --no-colors added. (ref: misc.c)
- Added modules terminal.c and terminal.h Those file include the new code to handle colors in nettoe.
- Added modules matrices.c and matrices.h Those files include the new code to handle the nettoe board matrix.
- Removed netmisc.c and netmisc.h modules and included the code in the network.c and network.h modules.
<<lessnetToe is a Tic Tac Toe-like game for the Linux console written in C using UNIX sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine.
Enhancements:
- Completed the code section regarding colors.
- netToe now uses colors !
- Modified the parse_cmd_args(...) function to accept more than one argument at time, option --no-colors added. (ref: misc.c)
- Added modules terminal.c and terminal.h Those file include the new code to handle colors in nettoe.
- Added modules matrices.c and matrices.h Those files include the new code to handle the nettoe board matrix.
- Removed netmisc.c and netmisc.h modules and included the code in the network.c and network.h modules.
Download (MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1064 downloads
onepad 1.1.0
onepad is a set of programs to encrypt files using one-time-pad encryption. more>>
onepad is a set of programs to encrypt files using one-time-pad encryption. This is an old but theoretically impossible to easily break way of encryption. I came across this method in Neal Stephensons Cryptonomicon.
It works by XOR-ing every byte in the cleartext message with a byte in the key. As long as every key is only used once, and the key is random, this is supposed to be unbreakable.
However, you need a secure way to exchange keys with the intended recipient. If a third party intercepts the key, it can read the messages.
NOTE: These programs work, but the genpad program relies on the /dev/random device to generate random keys. So the quality of the key and therefore the safety of this encryption method depends on the randomness of the /dev/random device on your system. So I cannot guarantee that the generated keys are totally random. Therefore, if you need really good encryption, use something like ccrypt or GNU Privacy Guard. These have been written, tested and pounded on by a lot of people, probably smarter than I am.
Enhancements:
- Changed to a BSD-style license.
- Makefile changed to build with BSD or GNU make.
<<lessIt works by XOR-ing every byte in the cleartext message with a byte in the key. As long as every key is only used once, and the key is random, this is supposed to be unbreakable.
However, you need a secure way to exchange keys with the intended recipient. If a third party intercepts the key, it can read the messages.
NOTE: These programs work, but the genpad program relies on the /dev/random device to generate random keys. So the quality of the key and therefore the safety of this encryption method depends on the randomness of the /dev/random device on your system. So I cannot guarantee that the generated keys are totally random. Therefore, if you need really good encryption, use something like ccrypt or GNU Privacy Guard. These have been written, tested and pounded on by a lot of people, probably smarter than I am.
Enhancements:
- Changed to a BSD-style license.
- Makefile changed to build with BSD or GNU make.
Download (0.012MB)
Added: 2006-06-07 License: BSD License Price:
1234 downloads
GTKNetTraf 1.1.0
GTKNetTraf is a GTK2 client for the NetTraf remote network monitor. more>>
GTKNetTraf is a GTK2 client for the NetTraf remote network monitor.
GTKNetTraf is designed to have a more user friendly and attractive interface than the existing Tk client.
It also provides a few additional features such as measurement unit selection, easily comparable graphs and a builtin configuration dialog.
<<lessGTKNetTraf is designed to have a more user friendly and attractive interface than the existing Tk client.
It also provides a few additional features such as measurement unit selection, easily comparable graphs and a builtin configuration dialog.
Download (0.018MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1547 downloads
Zort 1.1.0
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot. more>>
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot.
Main features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
<<lessMain features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
Download (0.038MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
818 downloads
OpenVIP 1.1.0
OpenVIP is a flexible video-processing tool for Unix. more>>
OpenVIP software is a flexible video-processing tool for Unix. It consists of two parts:
1. OpenVIP core, which is written in C/C++. You can use it either as a library linked with your code, or as a standalone application for batch processing of multimedia files (you specify what to do in a XML file).
2. OpenVIP GUI written in Python, which provides a user-friendly interface to the core. It is based on the timeline concept: You place multimedia files on the timeline and apply various filters and transitions on them.
Main features:
- Support for a wide range of multimedia files (and codecs) including AVI, MPEG, MP3. We use libraries from the ffmpeg project for reading and writing files. It is also possible to read AVI files using native codecs under Windows.
- A lot of nice plugins including colour transformations, geometric distortions, basic sound processing and transitions between two movies. See the online HTML documentation for screenshots.
- Simple interface for including your own plugins written in C/C++. It is described in the comprehensive Developers Documentation.
<<less1. OpenVIP core, which is written in C/C++. You can use it either as a library linked with your code, or as a standalone application for batch processing of multimedia files (you specify what to do in a XML file).
2. OpenVIP GUI written in Python, which provides a user-friendly interface to the core. It is based on the timeline concept: You place multimedia files on the timeline and apply various filters and transitions on them.
Main features:
- Support for a wide range of multimedia files (and codecs) including AVI, MPEG, MP3. We use libraries from the ffmpeg project for reading and writing files. It is also possible to read AVI files using native codecs under Windows.
- A lot of nice plugins including colour transformations, geometric distortions, basic sound processing and transitions between two movies. See the online HTML documentation for screenshots.
- Simple interface for including your own plugins written in C/C++. It is described in the comprehensive Developers Documentation.
Download (2.9MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
816 downloads
Absolute 1.1.0
Absolute is an XFree86 driver for absolute positioning pointer devices, such as tablets and touchscreens. more>>
Absolute is an XFree86 driver for absolute positioning pointer devices, such as tablets and touchscreens.
Absolute project currently supports arbitrary-point calibration and several types of hardware. It also includes calibration utilities for touchscreens and tablets.
Installation:
Driver:
- sudo apt-get install xorg-dev
- cd xorg
- PREFIX=/usr ./configure
- make
- sudo make install
- Add the driver to your /etc/X11/XF86Config-4 using examples from xfree86/example-configs
Calibration Utility:
- ./configure
- make
- sudo make install
Then, start (or restart) X, and run "calibrate" or "sudo calibrate"
Supported Software:
Tested:
- X.Org Debian GNU/Linux 7.0.14
Supported Hardware:
Tested:
- KeyTec MagicTouch USB-X
- ELO 1525L
- JamStudio KG-TAB1
Untested, but believed to work:
- Anything properly supporting the Linux Input Event interface
Enhancements:
- Support for axis flipping and device hot-plugging was added.
- The driver was ported to X.org 7.0.
<<lessAbsolute project currently supports arbitrary-point calibration and several types of hardware. It also includes calibration utilities for touchscreens and tablets.
Installation:
Driver:
- sudo apt-get install xorg-dev
- cd xorg
- PREFIX=/usr ./configure
- make
- sudo make install
- Add the driver to your /etc/X11/XF86Config-4 using examples from xfree86/example-configs
Calibration Utility:
- ./configure
- make
- sudo make install
Then, start (or restart) X, and run "calibrate" or "sudo calibrate"
Supported Software:
Tested:
- X.Org Debian GNU/Linux 7.0.14
Supported Hardware:
Tested:
- KeyTec MagicTouch USB-X
- ELO 1525L
- JamStudio KG-TAB1
Untested, but believed to work:
- Anything properly supporting the Linux Input Event interface
Enhancements:
- Support for axis flipping and device hot-plugging was added.
- The driver was ported to X.org 7.0.
Download (0.030MB)
Added: 2006-04-20 License: LGPL (GNU Lesser General Public License) Price:
1284 downloads
aoeui 1.1.0
aoeui project is a lightweight unobtrusive text editor optimized for the Dvorak keyboard layout. more>>
aoeui project is a lightweight unobtrusive text editor optimized for the Dvorak keyboard layout.
These are the sources for the aoeui, a lightweight and unobtrusive text editing program that is optimized for fast editing by users of the Dvorak keyboard layout. It was written in March 2007 by Peter Klausler
The file COPYING contains the license under which aoeui is released; please review it so that you understand your rights and responsibilities. In particular, be aware that aoeui comes with ABSOLUTELY NO WARRANTY and your use of the program is entirely at your own risk.
<<lessThese are the sources for the aoeui, a lightweight and unobtrusive text editing program that is optimized for fast editing by users of the Dvorak keyboard layout. It was written in March 2007 by Peter Klausler
The file COPYING contains the license under which aoeui is released; please review it so that you understand your rights and responsibilities. In particular, be aware that aoeui comes with ABSOLUTELY NO WARRANTY and your use of the program is entirely at your own risk.
Download (0.082MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
csoap 1.1.0
csoap is a SOAP client/server library in pure C. more>>
csoap is a SOAP client/server library in pure C.
csoap is a fast and easy way to embed a SOAP client or a SOAP server into an application written in C. It is built on top of libxml2 and supports SSL and HTTP Basic authentication.
Howto use aclocal/auto(conf,make) in your libsoap projects
1. Copy the file libcsoap.m4 to `aclocal --print-ac-dir`
2. Add the following lines to your configure.in (or configure.ac):
dnl AM_PATH_CSOAP([MINIMUM-VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
AM_PATH_CSOAP(1.0.4)
CFLAGS="$CFLAGS $CSOAP_CFLAGS"
LDFLAGS="$LDFLAGS $CSOAP_LIBS"
Thanks to Heiko Ronsdorf
<<lesscsoap is a fast and easy way to embed a SOAP client or a SOAP server into an application written in C. It is built on top of libxml2 and supports SSL and HTTP Basic authentication.
Howto use aclocal/auto(conf,make) in your libsoap projects
1. Copy the file libcsoap.m4 to `aclocal --print-ac-dir`
2. Add the following lines to your configure.in (or configure.ac):
dnl AM_PATH_CSOAP([MINIMUM-VERSION, [ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
AM_PATH_CSOAP(1.0.4)
CFLAGS="$CFLAGS $CSOAP_CFLAGS"
LDFLAGS="$LDFLAGS $CSOAP_LIBS"
Thanks to Heiko Ronsdorf
Download (0.83MB)
Added: 2006-08-11 License: LGPL (GNU Lesser General Public License) Price:
1170 downloads
Aspect# 2.1.1.0
Aspect# is an AOP (Aspect Oriented Programming) framework for the CLI (.Net and Mono). more>>
Aspect# is an AOP (Aspect Oriented Programming) framework for the CLI (.Net and Mono). It relies on DynamicProxy and offers a built-in language to declare and configure aspects, and is compliant with AopAlliance.
Aspect# became part of the Castle Project in June 2005.
Main features:
- Easy to use: If you dont believe us, check the tutorial
- Easy configuration: Aspect# offers a mini language (Ruby like syntax) to declare and configure aspects.
- Mixins: Mix classes to achieve different behaviors
- Interceptors: Associate interceptors with pointcuts
Enhancements:
- Castle.DynamicProxy updated to 1.1.0.0 version.
<<lessAspect# became part of the Castle Project in June 2005.
Main features:
- Easy to use: If you dont believe us, check the tutorial
- Easy configuration: Aspect# offers a mini language (Ruby like syntax) to declare and configure aspects.
- Mixins: Mix classes to achieve different behaviors
- Interceptors: Associate interceptors with pointcuts
Enhancements:
- Castle.DynamicProxy updated to 1.1.0.0 version.
Download (0.11MB)
Added: 2006-02-17 License: The Apache License 2.0 Price:
1346 downloads
Thuban 1.1.0
Thuban is an interactive geographic data viewer. more>>
Thuban is an interactive geographic data viewer (GIS viewer) which features methods to visualize, explore, and analyze geographic information.
Main features:
- Vector Data Support: Shapefile, PostGIS Layer
- Raster Data Support: GeoTIFF Layer
- Comfortable Map Navigation
- Object Identification and Annotation
- Legend Editor and Classification
- Table Queries and Joins
- Projection Support
- Printing and Vector Export
- API for Add-Ons (Extensions)
- Multi-Language Support: English, French, German, Hungarian, Italian, Russian and Spanish
- User Manual (English)
<<lessMain features:
- Vector Data Support: Shapefile, PostGIS Layer
- Raster Data Support: GeoTIFF Layer
- Comfortable Map Navigation
- Object Identification and Annotation
- Legend Editor and Classification
- Table Queries and Joins
- Projection Support
- Printing and Vector Export
- API for Add-Ons (Extensions)
- Multi-Language Support: English, French, German, Hungarian, Italian, Russian and Spanish
- User Manual (English)
Download (0.84MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1566 downloads
snake5 1.1.0
Snake is an experimental algorithm for exchanging information in a dynamic growing network. more>>
Snake is an experimental algorithm for exchanging information in a dynamic growing network, where a sender and receiver must stay synchronized despite the changing distance. snake5 is a communication algorithm for exchanging information between nodes in a dynamic changing network
Settings:
- Update speed and frequency
- Listen to a node in the signal mode
- Sliders changing appearance in the topology mode
- Stretch folding animation (YES/NO)
- Draw lines between the nodes (YES/NO)
- Makes the nodes twiddle (visualize data in a node)
Press t to switch to the signal mode. You see the wavelet table over time from octave 0 (top) to octave 11 (bottom). The red signal indicates the current folding-distance (odist).
Wait until the signals in all the different octaves (vertical) become stable and repetitive. At that point the system has learned the pattern.
Now increase the distance of sender and receiver using folding (+ and -). The signal stays stable, despite the increased distance (*). If the signal quality should degrade then decrease the distance again by folding or wait until the system stabilizes itself.
<<lessSettings:
- Update speed and frequency
- Listen to a node in the signal mode
- Sliders changing appearance in the topology mode
- Stretch folding animation (YES/NO)
- Draw lines between the nodes (YES/NO)
- Makes the nodes twiddle (visualize data in a node)
Press t to switch to the signal mode. You see the wavelet table over time from octave 0 (top) to octave 11 (bottom). The red signal indicates the current folding-distance (odist).
Wait until the signals in all the different octaves (vertical) become stable and repetitive. At that point the system has learned the pattern.
Now increase the distance of sender and receiver using folding (+ and -). The signal stays stable, despite the increased distance (*). If the signal quality should degrade then decrease the distance again by folding or wait until the system stabilizes itself.
Download (1.1MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1387 downloads
tthsum 1.1.0
tthsum generates and checks TTH checksums. more>>
tthsum generates and checks TTH checksums (root of the THEX hash tree). The Merkle Hash Tree is a hash construct that exhibits desirable properties for verifying the integrity of files and file subranges in an incremental or out-of-order fashion.
The tool uses the Tiger hash algorithm for both the internal and the leaf nodes, and has an interface identical to md5sum.
Enhancements:
- Converted tthsum to C (it was C++).
- Updated makefiles, added NMakefile for Windows, run nmake /f NMakefile on windows.
- Added BIG_ENDIAN support (tested on a SPARC).
- Removed -b functionality. The asterisk that did nothing didnt make sense.
- Made this Changelog a bit more readable.
- Fixed a bug where incorrect hashes were generated when using the console as input file. (The reads did not generate a multiple of 1024 bytes.)
- Added mmap(2) support (-m) (mapping 1.6MB at a time), default is read(2). YMMV.
- Added -p, -w, -V options (show progress, warn about improper digest lines, show version).
- Writing escaped and utf8-ified filenames to digest.
<<lessThe tool uses the Tiger hash algorithm for both the internal and the leaf nodes, and has an interface identical to md5sum.
Enhancements:
- Converted tthsum to C (it was C++).
- Updated makefiles, added NMakefile for Windows, run nmake /f NMakefile on windows.
- Added BIG_ENDIAN support (tested on a SPARC).
- Removed -b functionality. The asterisk that did nothing didnt make sense.
- Made this Changelog a bit more readable.
- Fixed a bug where incorrect hashes were generated when using the console as input file. (The reads did not generate a multiple of 1024 bytes.)
- Added mmap(2) support (-m) (mapping 1.6MB at a time), default is read(2). YMMV.
- Added -p, -w, -V options (show progress, warn about improper digest lines, show version).
- Writing escaped and utf8-ified filenames to digest.
Download (0.030MB)
Added: 2005-06-29 License: GPL (GNU General Public License) Price:
1582 downloads
KCorrMeter 1.1.0
KCorrMeter is a correlation meter. more>>
KCorrMeter is a correlation meter. KCorrMeter is used to display the quality of an audio stereo signal.
Sound engineers will definitely have seen such a tool in the studio and know how to use it.
You can use it to adjust the head of your tape machine. If it isnt mounted in the right angle this will show up.
If you ever wanted to find out if an audio signal is a stereo or mono signal. This is the tool for you.
Non - sound engineers might use it as well and like the visualisation effects.
Enhancements:
- ported to ALSA
- fixed quite a few bugs
<<lessSound engineers will definitely have seen such a tool in the studio and know how to use it.
You can use it to adjust the head of your tape machine. If it isnt mounted in the right angle this will show up.
If you ever wanted to find out if an audio signal is a stereo or mono signal. This is the tool for you.
Non - sound engineers might use it as well and like the visualisation effects.
Enhancements:
- ported to ALSA
- fixed quite a few bugs
Download (0.41MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1347 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above jopt.net 1.1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed