Main > Free Download Search >

Free multimail 0.49 software for linux

multimail 0.49

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8
MultiMail 0.49

MultiMail 0.49


MultiMail project is an offline mail packet reader for many systems, using a curses-based interface. more>>
MultiMail is an offline mail packet reader for many systems, using a curses-based interface.

It supports the Blue Wave, QWK, OMEN, SOUP, and OPX formats.

<<less
Download (0.21MB)
Added: 2007-07-20 License: GPL v3 Price:
827 downloads
Zureta 0.49

Zureta 0.49


Zureta IfaceMon easily displays the activity of your network interfaces (eth0, eth1, etc.). more>>
Zureta IfaceMon easily displays the activity of your network interfaces (eth0, eth1, etc.). It is curses based, and displays the activity on a bar graph.
This is how to install software:
1) Requirements
A good ol gcc and ncurses lib will do the thing.
2) How to do it
Use ./configure followed by make and make install to install the package.
Enhancements:
- nodelay moved to where it does not cause Segmentation Fault
<<less
Download (0.009MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1221 downloads
DashPC 0.49

DashPC 0.49


DashPC car multimedia system is a UI for automobile multimedia implemented in Linux. more>>
DashPC car multimedia system is a UI for automobile multimedia implemented in Linux.

Its provides a comprehensive interface for MP3, DVD, and CD playback, a radio card interface, and GPS navigation. It features an easy-to-use interface and a modular design.

Its functionality is configurable and the system is expandable with the use of plug-ins, which currently include plug-ins for controlling video4linux supported radio cards, viewing images, and running external commands.

<<less
Download (0.39MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1199 downloads
Randomplay 0.49

Randomplay 0.49


Randomplay is a command-line based shuffle music player that remembers songs between sessions. more>>
Randomplay is a command-line based shuffle music player that remembers songs between sessions.
Randomplay plays your music collection (or execute any arbitrary commands on any arbitrary filetypes) in random order, remembering songs played across sessions.
Randomplay also has many features to make command-line music playing more convenient, including recursive regexp searching for tracks and the ability to specify a certain number of tracks, bytes, or minutes to play.
Randomplay will also generate a list of music files to be loaded onto a portable music player device. It includes a random weighting feature, so your favorite songs are more likely to come up in the random shuffle.
Randomplay is a convenient tool for the user who does everything in an xterm window or console and is constantly devising complex find/grep/sed command lines to play just the right set of songs.
Following are some example invocations of randomplay to give a general sense of its flexibility; see the manpage for more complete information:
Play all ogg files in dir1 and dir2 under your home directory, and dir3 under the base directory specified in ~/.randomplayrc, which have not been played for 15 days in random order with 5 seconds between songs:
randomplay --days=15 --pause=5 --player ogg=ogg123 ~/dir1 ~/dir2 =dir3
Play all ogg, wav, and mp3 files under the current directory (or base directory, if specified in .randomplayrc file) which have not been played for 10 days in alphabetical order, switch the skip to next song keystroke to G or g and quit to q or c:
randomplay --norandom --key next=Gg --key quit=qc
Play all files under the current directory with the strings "frisell" and "bill" in the filename, in any order, (saves having to hunt down a file in a hierarchy), ignore whether the file has been played recently, but stop playing after 15 minutes:
randomplay --regexp frisell bill -0 --maxtime=15m
Display 100M worth of music files, randomly sorted, without recording the history of tracks, using the default music directory (or the current directory if not specified):
randomplay --maxsize=100M --noremember --names-only
Play the last 10 songs played over again:
randomplay --last=10
Play songs test.ogg, test2.ogg, test3.ogg, and all files in musicdir in random order without weighting preferred songs:
randomplay --noweight test.ogg test2.ogg test3.ogg musicdir
Copy 128M of songs into a Neuros Audio Player, using positron:
positron add randomplay --names-only --maxsize=128M
Pick a random jpeg or png file that has not been displayed in the last week from the images directory and display it with ImageMagick display command:
randomplay --player jpg=display --player gif=display --days 7 ~/images
Enhancements:
- New keystrokes for pausing and displaying all available keystrokes while playing were added.
- UTF-8 output for MP3 tags can now be disabled.
- A bug that prevented randomplay from working with sox was fixed.
- The documentation was improved.
<<less
Download (0.021MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1440 downloads
Marek::Pod::HTML 0.49

Marek::Pod::HTML 0.49


Marek::Pod::HTML is a Perl module to convert Perl POD documents to HTML. more>> <<less
Download (0.026MB)
Added: 2006-08-24 License: Perl Artistic License Price:
1156 downloads
Tk::Getopt 0.49

Tk::Getopt 0.49


Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. more>>
Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long.

SYNOPSIS

use Tk::Getopt;
@opttable = ([opt1, =s, default], [opt2, !, 1], ...);
$opt = new Tk::Getopt(-opttable => @opttable,
-options => %options,
-filename => "$ENV{HOME}/.options");
$opt->set_defaults; # set default values
$opt->load_options; # configuration file
$opt->get_options; # command line
$opt->process_options; # process callbacks, check restrictions ...
print $options->{opt1}, $options->{opt2} ...;
...
$top = new MainWindow;
$opt->option_editor($top);
or using a Getopt::Long-like interface
$opt = new Tk::Getopt(-getopt => [help => $HELP,
file:s => $FILE,
foo! => $FOO,
num:i => $NO,
]);
or an alternative Getopt::Long interface
%optctl = (foo => $foo,
bar => $bar);
$opt = new Tk::Getopt(-getopt => [%optctl, "foo!", "bar=s"]);

Tk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window.

Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt object with new. Unlike other packages in the Tk hierarchy, this package does not define a Tk widget. The graphical interface is calles by the method option_editor.

After creating an object with new, you can parse command line options by calling get_options. This method calls itself Getopt::Long::GetOptions.

<<less
Download (0.022MB)
Added: 2006-11-03 License: Perl Artistic License Price:
1085 downloads
PPPOEd 0.49

PPPOEd 0.49


PPPOEd is PPP-over-Ethernet implementation. more>>
PPPOEd is PPP-over-Ethernet implementation.
To install follow these commands
run ./Install_pppoe
Follow the prompts
For more details on the prompts etc, look at the file QUICK-INSTALL-example
The man pages on pppoed are also helpful for documentation:
man pppoed
Enhancements:
- - bug fix/feature add-ons to Install_pppoe
- - pppoed bug fixes
<<less
Download (0.093MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
Opennap NG 0.48

Opennap NG 0.48


Opennap NG project is a Napster-like sever based on Opennap. more>>
Opennap NG project is a Napster-like sever based on Opennap.
It offers more security features, bugfixes, WinMX abuse tracking/penalizing, and new features.
Enhancements:
Major bug fixes
- Ghosts are fixed properly. Ticket #5
- The older of the two users is expired, the newer one is resynced across the network as if the user has just logged into the network. No users are killed, easier on the users and the servers.
- Ghost kill timer
- New configuration variable to delay ghosts from logging back in so they do not bounce between servers.
- Server crash when linking a server with an invalid_nick already online. Ticket #3
- A nasty crash involving linking a server with an invalid_nick online has been fixed.
- Tag 10018, server encapsulated, has been fixed. Ticket #27
- Previously it would broadcast to the entire network, now it only sends the data to the server the intended recipient is located on. Incredible bandwidth reduction.
- Memory Usage in all supported OS. Ticket #14, #16
- Memory usage in stats works for Linux, FreeBSD, and Win32 now. Also included are load averages, swapped ram, etc.
Minor bug fixes
- Search on Linux now works perfectly. Ticket #8, #21
- Searching on Linux was globbing the first character of search strings, and some older GCC versions hosed up network searches.
- Debug now compiles/works
- Debug has been broken for a while, its now working again.
- Increased BUFFER_LENGTH to 16k
- Increased buffer length improves memory return on *nix when previously no memory could be returned to the system.
- Backwards Bans have been fixed. Ticket #18
- Some backwards bans were due to matching invalid_nick, the checking is better now.
- Conversion of wasteful types.
- Where it made sense, variable types were changed from int to bool to save ram.
New enhancements
- Extended statistics port
- A new port has been added that gives LOTS of information out for tracking server/network status in a program like Cacti. More on this to come, well soon provide templates and information to set this up yourself, as well as example output.
- Operserv control over log_level
- A new Operserv command, loglevel, allows easy adjustment of log levels, such as "loglevel all -debug", "loglevel +debug", etc.
- Expanded whois information. Ticket #15
- Shows friend, muzzled, and or criminal status. It shows every status of a current user, such as FRIEND MUZZLED.
- Dynamic filters file. Ticket #28
- Adds filter keywords into the filter file if theyre seen >5000 times, same as the server has always done internally, but now the changes are kept.
- Win32 compiled with Visual Studio .net
- Includes all project files, used with the download link on the File Releases page, anyone can recompile the Win32 binary now if they wish.
- Improved autogen.sh. Ticket #19
- Smarter autogen.sh for easier compiling of dev code for FreeBSD users
Current known bugs
- Ghost-synced users sometimes still out of sync. Ticket #30*
- Sometimes lagged users, or users on lagged servers, when they ghost their server hash entry gets mixed. Happens very seldom, perhaps one an hour. Currently worked-around by killing the offending user.
- Other bugs being worked on for 0.49. Current open bugs.
<<less
Download (0.42MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1397 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1