foxtorrent 1.10
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 135
FoxTorrent 1.10
FoxTorrent is a Firefox extension that lets you stream torrents as they download, from your web browser, with zero configuration more>>
FoxTorrent is a Firefox extension that lets you stream torrents as they download, from your web browser, with zero configuration needed.
Main features:
Streaming Fast Delivery
- Watch video and listen to audio as it downloads.
Complete Firefox Integration
- Manage your torrent downloads from your browser window.
Windows, Mac, and Ubuntu Linux
- Consistent downloading experience across all three platforms.
Background Downloading
- Continues to work even after your browser window has been closed.
Low Resource Footprint
- Foxtorrent uses less than 8 MB of RAM, and doesnt hog bandwidth.
Configuration-Free
- Automatic support for NATs, uPNP, and firewalls, with no tinkering necessary.
<<lessMain features:
Streaming Fast Delivery
- Watch video and listen to audio as it downloads.
Complete Firefox Integration
- Manage your torrent downloads from your browser window.
Windows, Mac, and Ubuntu Linux
- Consistent downloading experience across all three platforms.
Background Downloading
- Continues to work even after your browser window has been closed.
Low Resource Footprint
- Foxtorrent uses less than 8 MB of RAM, and doesnt hog bandwidth.
Configuration-Free
- Automatic support for NATs, uPNP, and firewalls, with no tinkering necessary.
Download (0.21MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
1542 downloads
Errno 1.10
Errno package contains system errno constants. more>>
Errno package contains system errno constants.
SYNOPSIS
use Errno qw(EINTR EIO :POSIX);
Errno defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, :POSIX, which will export all POSIX defined error numbers.
Errno also makes %! magic such that each element of %! has a non-zero value only if $! is set to that value. For example:
use Errno;
unless (open(FH, "/fangorn/spouse")) {
if ($!{ENOENT}) {
warn "Get a wife!n";
} else {
warn "This path is barred: $!";
}
}
If a specified constant EFOO does not exist on the system, $!{EFOO} returns "". You may use exists $!{EFOO} to check whether the constant is available on the system.
CAVEATS
Importing a particular constant may not be very portable, because the import will fail on platforms that do not have that constant. A more portable way to set $! to a valid value is to use:
if (exists &Errno::EFOO) {
$! = &Errno::EFOO;
}
<<lessSYNOPSIS
use Errno qw(EINTR EIO :POSIX);
Errno defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, :POSIX, which will export all POSIX defined error numbers.
Errno also makes %! magic such that each element of %! has a non-zero value only if $! is set to that value. For example:
use Errno;
unless (open(FH, "/fangorn/spouse")) {
if ($!{ENOENT}) {
warn "Get a wife!n";
} else {
warn "This path is barred: $!";
}
}
If a specified constant EFOO does not exist on the system, $!{EFOO} returns "". You may use exists $!{EFOO} to check whether the constant is available on the system.
CAVEATS
Importing a particular constant may not be very portable, because the import will fail on platforms that do not have that constant. A more portable way to set $! to a valid value is to use:
if (exists &Errno::EFOO) {
$! = &Errno::EFOO;
}
Download (0.008MB)
Added: 2007-05-10 License: Perl Artistic License Price:
899 downloads
Snort-rep 1.10
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file. more>>
snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file.
The reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
<<lessThe reports contain:
Portscan summary
Alert Summary by ID
Alert summary by remote host and ID
Alert summary by local host and ID
Alert summary by local port and ID
It is designed to be used for daily e-mail reports to the system administrators (see snort-rep-mail for an example script that generates daily e-mails). The HTML code output contains direct links to the IDS descriptions of whitehats.com.
Enhancements:
- release 1.10
- fix off-by-one hour error in syslog parsing when changing from daylight saving time
- support portscan2 (Snort 1.9.0)
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1216 downloads
Fenice 1.10
Fenice is a standards-compliant multimedia streaming server. more>>
Fenice is a multimedia streaming server compliant with the IETFs standards for real-time streaming of multimedia contents over Internet. Fenice implements RTSP - Real-Time Streaming Protocol (RFC2326) and RTP/RTCP - Real-Time Transport Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551).
Fenice supports the following encoding standards:
Audio
- MP3 (MPEG-1 Layer III) (RFC3119)
- OGG/Vorbis (work in progress)
Video
- MPEG-1/2 (RFC2250)
- Preliminary support for MPEG-4 (RFC3016, RFC3640)
- OGG/Theora (work in progress)
The main characteristic of Fenice is that it is adaptable to the state of the network gotten through the technique of the dynamic coding change.
Fenice is also able to manage live streaming sessions using external real-time audio/video encoders such as lame, ffmpeg or mjpeg-tools, even capturing audio and video streams from live-recording remote hosts (with Felice - Fenice Live CEaseless).
Fenice is the worlds first streaming server supporting Creative Commons licensing meta-data for audio/video streaming.
Enhancements:
- Log support via file or sysconfig was added.
- MPEG-4 support was finished, and works best for stored contents.
- The annoying 100% CPU bug was fixed.
- Fenice should now run smoothly and reliably in almost every condition.
- Various bugs were fixed.
- Fenice is GCC4 compatible.
<<lessFenice supports the following encoding standards:
Audio
- MP3 (MPEG-1 Layer III) (RFC3119)
- OGG/Vorbis (work in progress)
Video
- MPEG-1/2 (RFC2250)
- Preliminary support for MPEG-4 (RFC3016, RFC3640)
- OGG/Theora (work in progress)
The main characteristic of Fenice is that it is adaptable to the state of the network gotten through the technique of the dynamic coding change.
Fenice is also able to manage live streaming sessions using external real-time audio/video encoders such as lame, ffmpeg or mjpeg-tools, even capturing audio and video streams from live-recording remote hosts (with Felice - Fenice Live CEaseless).
Fenice is the worlds first streaming server supporting Creative Commons licensing meta-data for audio/video streaming.
Enhancements:
- Log support via file or sysconfig was added.
- MPEG-4 support was finished, and works best for stored contents.
- The annoying 100% CPU bug was fixed.
- Fenice should now run smoothly and reliably in almost every condition.
- Various bugs were fixed.
- Fenice is GCC4 compatible.
Download (MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1554 downloads
SoftwareUpdate 1.10
SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications. more>>
SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications.
It doesnt perform the update, but takes care of administrative stuff like looking up the version number of the latest version, with the ability to distinguish and check different places based on operating system.
SoftwareUpdate also builds the OS-specific URLs to make it easy to do a quick latest-version check in any desktop or server application.
<<lessIt doesnt perform the update, but takes care of administrative stuff like looking up the version number of the latest version, with the ability to distinguish and check different places based on operating system.
SoftwareUpdate also builds the OS-specific URLs to make it easy to do a quick latest-version check in any desktop or server application.
Download (0.051MB)
Added: 2006-07-13 License: Other/Proprietary License Price:
1198 downloads
Contelligent 9.1.10
Contelligent is a J2EE content management system that is targeted at developers and integrators. more>>
Contelligent is a J2EE content management system that is targeted at developers and integrators. Contelligent provides an advanced package mechanism for development and deployment of Contelligent projects and extensions.
Contelligent implements a component based approach that allows reuse of existing content, layout, and application logic in various contexts and for new unplanned needs.
Main features:
- J2EE compliance,
- sophisticated content management and maintenance,
- easy and scalable content integration,
- dynamic personalisation based on user, roles and preferences,
- Integration of third party (legacy) application,
- guided separation of Content, Layout and Businesslogic
- high performance caching and dynamic page rendering.
Enhancements:
- This release is focused on adding small, useful features to the Web site related functionality, such as queries and menu components.
- The built-in bookmark system now supports bookmark folders.
<<lessContelligent implements a component based approach that allows reuse of existing content, layout, and application logic in various contexts and for new unplanned needs.
Main features:
- J2EE compliance,
- sophisticated content management and maintenance,
- easy and scalable content integration,
- dynamic personalisation based on user, roles and preferences,
- Integration of third party (legacy) application,
- guided separation of Content, Layout and Businesslogic
- high performance caching and dynamic page rendering.
Enhancements:
- This release is focused on adding small, useful features to the Web site related functionality, such as queries and menu components.
- The built-in bookmark system now supports bookmark folders.
Download (18.9MB)
Added: 2007-08-04 License: LGPL (GNU Lesser General Public License) Price:
812 downloads
SIOX 1.10
SIOX is a Java SDK that provides a generic segmentation engine. more>>
SIOX stands for Simple Interactive Object Extraction and is a solution for extracting foreground from still images with little user interaction.
The underlying method is fast, noise robust, and can also be used for segmentation of videos. SIOX is free (GNU GPL) and is currently being integrated into the GIMP.
SIOX originates from E-Chalk where an instructor standing in front of an electronic chalkboard is segmentated.
Enhancements:
- Major code cleanups were done.
- A bug concerning multiple foreground object selection was fixed.
- Further documentation was added.
<<lessThe underlying method is fast, noise robust, and can also be used for segmentation of videos. SIOX is free (GNU GPL) and is currently being integrated into the GIMP.
SIOX originates from E-Chalk where an instructor standing in front of an electronic chalkboard is segmentated.
Enhancements:
- Major code cleanups were done.
- A bug concerning multiple foreground object selection was fixed.
- Further documentation was added.
Download (0.21MB)
Added: 2005-11-03 License: The Apache License 2.0 Price:
1450 downloads
ipt_ACCOUNT 1.10
ipt_ACCOUNT is a high performance local network accounting system written for the Linux netfilter/iptables system. more>>
ipt_ACCOUNT is a high performance local network accounting system written for the Linux netfilter/iptables system.
It has just two parameters:
addr is the subnet which is accounted for
tname is the table name where the information is stored
The data can be queried later using the libipt_ACCOUNT userspace library or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
A special subnet is "0.0.0.0/0": All data is stored in the src_bytes and src_packets structure of slot "0". This is useful if you want to account the overall traffic to/from your internet provider.
pt_ACCOUNT is designed to be queried for data every second or at least every ten seconds. It is written as kernel module to handle high bandwidths without packet loss.
The largest possible subnet size is 24 bit, meaning f.e. 10.0.0.0/8 networks. Therefore its able to use a fixed internal data structures which speeds up the processing speed for each packet. Furthermore, accounting data for one complete 192.168.1.X/24 network takes 4kb of memory. Memory for 16 or 24 bit networks is only allocated when needed.
The data is queried using the userspace libipt_ACCOUNT library. There is no /proc interface as it would be too slow for continuous access. The read&flush query operation is the fastest, as no internal data snapshot needs to be created&copied for all data. Use the "read" operation without flush only for debugging purposes!
To optimize the kerneluserspace data transfer a bit more, the kernel module only transfers information about IPs, where the src/dst packet counter is not 0. This saves precious kernel time.
Install the pom-ng-ipt_ACCOUNT archive in your patch-o matic-ng directory
Patch your kernel (./runme ACCOUNT)
Patch the userspace iptabels tool with the iptables-ext ipt_ACCOUNT.patch
Recompile the kernel
Recompile iptables tool
Unpack the libipt_ACCOUNT library archive
Run autoreconf -f
./configure && make && make install
You can also install&build the provided .src.prm
Enhancements:
- Linux kernel 2.6.22 support was added.
<<lessIt has just two parameters:
addr is the subnet which is accounted for
tname is the table name where the information is stored
The data can be queried later using the libipt_ACCOUNT userspace library or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
A special subnet is "0.0.0.0/0": All data is stored in the src_bytes and src_packets structure of slot "0". This is useful if you want to account the overall traffic to/from your internet provider.
pt_ACCOUNT is designed to be queried for data every second or at least every ten seconds. It is written as kernel module to handle high bandwidths without packet loss.
The largest possible subnet size is 24 bit, meaning f.e. 10.0.0.0/8 networks. Therefore its able to use a fixed internal data structures which speeds up the processing speed for each packet. Furthermore, accounting data for one complete 192.168.1.X/24 network takes 4kb of memory. Memory for 16 or 24 bit networks is only allocated when needed.
The data is queried using the userspace libipt_ACCOUNT library. There is no /proc interface as it would be too slow for continuous access. The read&flush query operation is the fastest, as no internal data snapshot needs to be created&copied for all data. Use the "read" operation without flush only for debugging purposes!
To optimize the kerneluserspace data transfer a bit more, the kernel module only transfers information about IPs, where the src/dst packet counter is not 0. This saves precious kernel time.
Install the pom-ng-ipt_ACCOUNT archive in your patch-o matic-ng directory
Patch your kernel (./runme ACCOUNT)
Patch the userspace iptabels tool with the iptables-ext ipt_ACCOUNT.patch
Recompile the kernel
Recompile iptables tool
Unpack the libipt_ACCOUNT library archive
Run autoreconf -f
./configure && make && make install
You can also install&build the provided .src.prm
Enhancements:
- Linux kernel 2.6.22 support was added.
Download (0.020MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
CGIForum 1.10
CGIForum is a highly configurable template-based discussion board. more>>
CGIForum project is a highly configurable template-based discussion board.
It supports expandable/collapsible threads of unlimited depth, name registration with password encryption, multiple sections from within a single script, previewing, searching, and marking of new entries.
It also lets you specify date-ranges to limit the number of displayed entries. The included administration script lets you change, delete, and restore entries at any time.
Enhancements:
- JavaScript code was updated to work with recent browsers, and the default theme is now more readable.
- Error handling is improved, and proper file locking is implemented.
- A more secure password encryption method is now the default, and a utility to convert user passwords to the new scheme is included in the distribution.
- Other minor improvements were added.
<<lessIt supports expandable/collapsible threads of unlimited depth, name registration with password encryption, multiple sections from within a single script, previewing, searching, and marking of new entries.
It also lets you specify date-ranges to limit the number of displayed entries. The included administration script lets you change, delete, and restore entries at any time.
Enhancements:
- JavaScript code was updated to work with recent browsers, and the default theme is now more readable.
- Error handling is improved, and proper file locking is implemented.
- A more secure password encryption method is now the default, and a utility to convert user passwords to the new scheme is included in the distribution.
- Other minor improvements were added.
Download (0.024MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1120 downloads
Paketto Keiretsu 1.10
Paketto Keiretsu is a collection of tools that use new and unusual strategies for manipulating TCP/IP networks. more>>
Paketto Keiretsu is a collection of tools that use new and unusual strategies for manipulating TCP/IP networks.
They tap functionality within existing infrastructure and stretch protocols beyond what they were originally intended for.
It includes Scanrand, an unusually fast network service and topology discovery system, Minewt, a user space NAT/MAT router, Linkcat, which presents a Ethernet link to stdio, Paratrace, which traces network paths without spawning new connections, and Phentropy, which uses OpenQVIS to render arbitrary amounts of entropy from data sources in three dimensional phase space.
Enhancements:
- OpenBSD Support
- Solaris (and Big-Endian) Support
- "Distco" mode to Scanrand, for quickly discovering the distance to an arbitrary host. Fast RSTs dont reset the TTL, so RST TTL / 2 = average distance. We use a barren segment of the TTL range to detect and evaluate TTL reflection.
- Many, many bug fixes
- Merry Christmas! Happy Holidays!
<<lessThey tap functionality within existing infrastructure and stretch protocols beyond what they were originally intended for.
It includes Scanrand, an unusually fast network service and topology discovery system, Minewt, a user space NAT/MAT router, Linkcat, which presents a Ethernet link to stdio, Paratrace, which traces network paths without spawning new connections, and Phentropy, which uses OpenQVIS to render arbitrary amounts of entropy from data sources in three dimensional phase space.
Enhancements:
- OpenBSD Support
- Solaris (and Big-Endian) Support
- "Distco" mode to Scanrand, for quickly discovering the distance to an arbitrary host. Fast RSTs dont reset the TTL, so RST TTL / 2 = average distance. We use a barren segment of the TTL range to detect and evaluate TTL reflection.
- Many, many bug fixes
- Merry Christmas! Happy Holidays!
Download (0.88MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1336 downloads
Text::EP3 1.10
EP3 Perl module is the Extensible Perl PreProcessor. more>>
EP3 Perl module is the Extensible Perl PreProcessor.
SYNOPSIS
# Use options and files from command-line
use Text::EP3;
[use Text::EP3::{Extension}] # Language Specific Modules
# create the PreProcessor object
my $preprocessor = new Text::EP3 file;
# do the preprocessing, using command-line options from @ARGV
$preprocessor->ep3_execute;
# Set options and files from the Perl script
use Text::EP3;
[use Text::EP3::{Extension}] # Language Specific Modules
# create the PreProcessor object
my $preprocessor = new Text::EP3 file;
# configure the PreProcessor object (optional)
$preprocessor->ep3_output_file([$filename]);
$preprocessor->ep3_modules([@modules]);
$preprocessor->ep3_includes([@include_directories]);
$preprocessor->ep3_reset;
$preprocessor->ep3_start_comment([$string]);
$preprocessor->ep3_end_comment([$string]);
$preprocessor->ep3_line_comment([$string]);
$preprocessor->ep3_delimiter([$string]);
$preprocessor->ep3_gen_depend_list([$value]);
$preprocessor->ep3_keep_comments([$value]);
$preprocessor->ep3_protect_comments([$value]);
$preprocessor->ep3_defines($string1=$string2);
# do the preprocessing
$preprocessor->ep3_process([$filename, [$condition]]);
EP3 is a Perl5 program that preprocesses STDIN or some set of input files and produces an output file. EP3 only works on input files and produces output files. It seems to me that if you want to preprocess arrays or somesuch, you should be using perl. EP3 was first developed to provide a flexible preprocessor for the Verilog hardware description language.
Verilog presents some problems that were not easily solved by using cpp or m4. I wanted to be able to use a normal preprocessor, but extend its functionality. So I wrote EP3 - the Extensible Perl PreProcessor. The main difference between EP3 and other preprocessors is its built-in extensibility. Every directive in EP3 is really a method defined in EP3, one of its submodules, or embedded in the file that is being processed. By linking the directive name to the associated methods, other methods could be added, thus extending the preprocessor.
<<lessSYNOPSIS
# Use options and files from command-line
use Text::EP3;
[use Text::EP3::{Extension}] # Language Specific Modules
# create the PreProcessor object
my $preprocessor = new Text::EP3 file;
# do the preprocessing, using command-line options from @ARGV
$preprocessor->ep3_execute;
# Set options and files from the Perl script
use Text::EP3;
[use Text::EP3::{Extension}] # Language Specific Modules
# create the PreProcessor object
my $preprocessor = new Text::EP3 file;
# configure the PreProcessor object (optional)
$preprocessor->ep3_output_file([$filename]);
$preprocessor->ep3_modules([@modules]);
$preprocessor->ep3_includes([@include_directories]);
$preprocessor->ep3_reset;
$preprocessor->ep3_start_comment([$string]);
$preprocessor->ep3_end_comment([$string]);
$preprocessor->ep3_line_comment([$string]);
$preprocessor->ep3_delimiter([$string]);
$preprocessor->ep3_gen_depend_list([$value]);
$preprocessor->ep3_keep_comments([$value]);
$preprocessor->ep3_protect_comments([$value]);
$preprocessor->ep3_defines($string1=$string2);
# do the preprocessing
$preprocessor->ep3_process([$filename, [$condition]]);
EP3 is a Perl5 program that preprocesses STDIN or some set of input files and produces an output file. EP3 only works on input files and produces output files. It seems to me that if you want to preprocess arrays or somesuch, you should be using perl. EP3 was first developed to provide a flexible preprocessor for the Verilog hardware description language.
Verilog presents some problems that were not easily solved by using cpp or m4. I wanted to be able to use a normal preprocessor, but extend its functionality. So I wrote EP3 - the Extensible Perl PreProcessor. The main difference between EP3 and other preprocessors is its built-in extensibility. Every directive in EP3 is really a method defined in EP3, one of its submodules, or embedded in the file that is being processed. By linking the directive name to the associated methods, other methods could be added, thus extending the preprocessor.
Download (0.020MB)
Added: 2007-05-31 License: Perl Artistic License Price:
876 downloads
Math::NoCarry 1.10
Math::NoCarry is a Perl extension for no carry arithmetic. more>>
Math::NoCarry is a Perl extension for no carry arithmetic.
SYNOPSIS
use Math::NoCarry;
my $sum = Math::NoCarry::add( 123, 456 );
my $difference = Math::NoCarry::subtract( 123, 456 );
my $product = Math::NoCarry::multiply( 123, 456 );
No carry arithmetic doesnt allow you to carry digits to the next column. For example, if you add 8 and 4, you normally expect the answer to be 12, but that 1 digit is a carry. In no carry arithmetic you cant do that, so the sum of 8 and 4 is just 2. In effect, this is addition modulo 10 in each column. I discard all of the carry digits in this example:
1234
+ 5678
------
6802
For multiplication, the result of pair-wise multiplication of digits is the modulo 10 value of their normal, everyday multiplication.
123
x 456
-----
8 6 x 3
2 6 x 2
6 6 x 1
5 5 x 3
0 5 x 2
5 5 x 1
2 4 x 3
8 4 x 2
+ 4 4 x 1
-------
43878
Since multiplication and subtraction are actually types of additions, you can multiply and subtract like this as well.
No carry arithmetic is both associative and commutative.
<<lessSYNOPSIS
use Math::NoCarry;
my $sum = Math::NoCarry::add( 123, 456 );
my $difference = Math::NoCarry::subtract( 123, 456 );
my $product = Math::NoCarry::multiply( 123, 456 );
No carry arithmetic doesnt allow you to carry digits to the next column. For example, if you add 8 and 4, you normally expect the answer to be 12, but that 1 digit is a carry. In no carry arithmetic you cant do that, so the sum of 8 and 4 is just 2. In effect, this is addition modulo 10 in each column. I discard all of the carry digits in this example:
1234
+ 5678
------
6802
For multiplication, the result of pair-wise multiplication of digits is the modulo 10 value of their normal, everyday multiplication.
123
x 456
-----
8 6 x 3
2 6 x 2
6 6 x 1
5 5 x 3
0 5 x 2
5 5 x 1
2 4 x 3
8 4 x 2
+ 4 4 x 1
-------
43878
Since multiplication and subtraction are actually types of additions, you can multiply and subtract like this as well.
No carry arithmetic is both associative and commutative.
Download (0.005MB)
Added: 2007-08-08 License: Perl Artistic License Price:
807 downloads
DivFix 1.10
DivFix program was created to be able to watch partially downloaded DivX (AVI) movies. more>>
DivFix program was created to be able to watch partially downloaded DivX (AVI) movies. It can rebuild or strip the index part of the movie, which is at the end of the file.
There are also a basic error detection, which can detect serious errors in the audio/video stream.
Enhancements:
- Auto-clear option to clear the listbox after finishing
- Fixed I/O error 103 when stripping the index
- Fixed bugs in the "Cut out bad parts" option
- Displaying the time of the errors
- The "Keep original file" is turned on by default for safety purpose
- Now if the destination dir is empty, DivFix puts the new video, where the original was
- Displaying the name and the number of errors after finishing with a file
- Linux version is now available for those who wanted it
- Change in my postal address (for those who want send me postcards...)
<<lessThere are also a basic error detection, which can detect serious errors in the audio/video stream.
Enhancements:
- Auto-clear option to clear the listbox after finishing
- Fixed I/O error 103 when stripping the index
- Fixed bugs in the "Cut out bad parts" option
- Displaying the time of the errors
- The "Keep original file" is turned on by default for safety purpose
- Now if the destination dir is empty, DivFix puts the new video, where the original was
- Displaying the name and the number of errors after finishing with a file
- Linux version is now available for those who wanted it
- Change in my postal address (for those who want send me postcards...)
Download (0.50MB)
Added: 2006-11-17 License: Freeware Price:
1085 downloads
bbconf 1.10
bbconf is a GUI configurator for the Blackbox window manager. more>>
Welcome to bbconf, the all-in-one blackbox configuration tool. Never heard of blackbox before? Well, lets just say that its the best Window Manager for X thats out "there" in our humble opinion.
Simply put, this little utility here has such lofty goals as being the one place where you can configure anything and everything you need to that has to do with blackbox.
bbconf aims to do that through the use of plugins--plugins which allow you to configure anything you wish about blackbox or its helper applications such as bbkeys, bbpager, bbapm, bbmail, bbpal, etc.
bbconf is distributed with 4 plugins that allow you to configure blackboxs keybindings, blackboxs styles/themes, and your blackbox menus and submenus.
The architecture of the plugins themselves are very simple and elegant, thanks to xOrs work--making it easy for anyone else to add onto the distributed plugins to make it easy to configure whatever else you want to for your blackbox/X sessions.
bbconf has grown from two previous gui configuration tools, namely bbkeysconf (the gui blackbox keygrabber configurator) and toolbox (the gui blackbox style/theme editor).
But thanks to xOrs help, bbconf has become far more than the combination of those prior two tools. It has taken the place of them (read: no more development will be done on bbkeysconf or toolbox), and has the capability to do FAR much more.
bbconf is written in Qt and in some spots, uses raw Xlib functions to do what it needs to do. Qt Designer was used to help in laying out the forms and base classes--and makes the job of redesign/re-layout MUCH easier.
To run bbconf, youll need Qt libraries. If you want to compile bbconf by hand, youll need the Qt libraries, X libraries, X development packages and Qt development packages.
<<lessSimply put, this little utility here has such lofty goals as being the one place where you can configure anything and everything you need to that has to do with blackbox.
bbconf aims to do that through the use of plugins--plugins which allow you to configure anything you wish about blackbox or its helper applications such as bbkeys, bbpager, bbapm, bbmail, bbpal, etc.
bbconf is distributed with 4 plugins that allow you to configure blackboxs keybindings, blackboxs styles/themes, and your blackbox menus and submenus.
The architecture of the plugins themselves are very simple and elegant, thanks to xOrs work--making it easy for anyone else to add onto the distributed plugins to make it easy to configure whatever else you want to for your blackbox/X sessions.
bbconf has grown from two previous gui configuration tools, namely bbkeysconf (the gui blackbox keygrabber configurator) and toolbox (the gui blackbox style/theme editor).
But thanks to xOrs help, bbconf has become far more than the combination of those prior two tools. It has taken the place of them (read: no more development will be done on bbkeysconf or toolbox), and has the capability to do FAR much more.
bbconf is written in Qt and in some spots, uses raw Xlib functions to do what it needs to do. Qt Designer was used to help in laying out the forms and base classes--and makes the job of redesign/re-layout MUCH easier.
To run bbconf, youll need Qt libraries. If you want to compile bbconf by hand, youll need the Qt libraries, X libraries, X development packages and Qt development packages.
Download (0.70MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1502 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 foxtorrent 1.10 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