youtube 4.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 163

KDE 4.3.2
KDE is designed as a monthly update to KDE 4.3. It ships with a desktop workspace and many cross-platform applications such as administration programs, network tools, educational applications, utilities, multimedia software, games, artwork, development tools and more. KDEs award-winning tools and applications are available in more than 50 languages. more>> <<less
Download (417MB)
Added: 2009-10-10 License: Freeware Price:
downloads
Codetch 0.4.3
Codetch is an automatic, reliable internet program to give you the feel of Dreamweaver in a Mozilla extension. more>> Codetch 0.4.3 is an automatic, reliable internet program to give you the feel of Dreamweaver in a Mozilla extension.<<less
Added: 2009-07-26 License: MPL Price: FREE
downloads
YouTube Cinema 4.7
Play YouTube videos in cinema style. more>>
YouTube Cinema 4.7 is a high-speed and powerful program which is capable of playing YouTube videos in cinema style.
<<less Added: 2009-07-15 License: MPL Price: FREE
27 downloads
AbsVolume 4.3
A quick volume adjuster for Linux more>>
AbsVolume 4.3 provides you with a very useful and quick volume adjuster which is designed for Linux. Quick volume changer for OSS/Alsa on Linux. Make it to plug into my toolbar of IceWM. Very small and simple, written in C and GTK. Version 4.3 runs in the system tray (by your clock.) Has a quick-mute feature when you right-click on the tray icon rather than left-click to open the volume slider.
Enhancements
- GUI update -- thinner, new icon
- Fix - uses alsamixergui by default if present (earlier typo prevented this)
- Fix - closes volume slider automatically when mixer is selected (had not done so when custom mixer was set)
Requirements:
- gtk+
- An OSS or Alsa sound system
Added: 2009-05-30 License: GPL Price: FREE
13 downloads
WWW::YouTube::Com 2006.0626
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters. more>>
WWW::YouTube::Com is a module to complete the setup of WWW::YouTube with needed personal parameters.
SYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
<<lessSYNOPSIS
-- Now about your future YouTube Development Interface projects:
$ mkdir ~/WWW
$ mkdir ~/WWW/YouTube
/usr/bin/php $PERLLIB/WWW/YouTube/Com.pm user pass dev_id > ~/WWW/YouTube/Com.pm
-- NOTE: php ...
Options;
B< user pass dev_id >
OPTIONS
B< user pass dev_id > from registering with http://www.youtube.com as a YouTube Developer
Download (0.10MB)
Added: 2007-08-18 License: Perl Artistic License Price:
800 downloads
Wyrd 1.4.3
Wyrd is a curses front-end for Remind, a powerful calendar and alarm application. more>>
Wyrd is a curses front-end for Remind, a powerful calendar and alarm application. The display features a scrollable time table suitable for visualizing your schedule at a glance.
Wyrd integrates with an external editor of your choice to make editing of reminder files more efficient, and provides hotkeys to quickly access the most common Remind options.
Other features include extensive configurability, Mutt-like interface design, and minimal resource requirements.
<<lessWyrd integrates with an external editor of your choice to make editing of reminder files more efficient, and provides hotkeys to quickly access the most common Remind options.
Other features include extensive configurability, Mutt-like interface design, and minimal resource requirements.
Download (0.20MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
847 downloads
dbmstools 0.4.3
dbmstools module exists mainly for developers who need to support applications on more than one database management system DBMS. more>>
dbmstools module exists mainly for developers who need to support applications on more than one database management system (DBMS). dbmstools is intended to allow all the database information (schema and base data) to be kept in one single place, and to have DBMS-specific scripts (to create and populate the database schema, and upgrade from one version to the next) generated from that data. If youre anything like me you hate duplication in software code, and I wrote this module to remove that duplication.
As well as generation of DBMS-specific DDL and DML, dbmstools can generate schema documentation for any DBMS (including diagrams), and can export data from a database in several formats. It also has wrappers for several of the tools, so that they can be run from within Apache Ant (a Java build system).
The DBMSs supported (and the completeness/maturity of that support) are:
- Postgres (7 and 8) - very good
- Oracle - good
- Microsoft SQLServer - good
- MySQL - good
- Hypersonic - limited.
<<lessAs well as generation of DBMS-specific DDL and DML, dbmstools can generate schema documentation for any DBMS (including diagrams), and can export data from a database in several formats. It also has wrappers for several of the tools, so that they can be run from within Apache Ant (a Java build system).
The DBMSs supported (and the completeness/maturity of that support) are:
- Postgres (7 and 8) - very good
- Oracle - good
- Microsoft SQLServer - good
- MySQL - good
- Hypersonic - limited.
Download (1.1MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
805 downloads
Duplicity 0.4.3
Duplicity is encrypted bandwidth-efficient backup using the rsync algorithm. more>>
Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.
The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsyncs rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format.
Main features:
Easy to use: Although duplicity is a command-line utility, the semantics are relative simply. To take a basic example, this command:
- duplicity /usr scp://host.net/target_dir
- backs up the /usr directory to the remost host host.net via scp.
Encrypted and signed archives: The archives that duplicity produces can be encrypted and signed using GnuPG, the standard for free software cryptology. The remote location will not be able to infer much about the backups other than their size and when they are uploaded. Also, if the archives are modified on the remote side, this will be detected when restoring.
Bandwidth and space efficient: Duplicity uses the rsync algorithm so only the changed parts of files are sent to the archive when doing an incremental backup. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Other backup programs may save a complete copy of the file.
Standard file format: Athough archive data will be encrypted, inside it is in standard GNU-tar format archives. A full backup contains normal tarballs, and incremental backups are tar archives of new files and the deltas from previous backups. The deltas are in the format produced by librsyncs command-line utility rdiff.
- Although you should never have to look at a duplicity archive manually, if the need should arise they can be produced and processed using GnuPG, rdiff, and tar.
Choice of remote protocol: Duplicity does not make many demands on its archive server. As long as files can be saved to, read from, listed, and deleted from a location, that location can be used as a duplicity backend. Besides increasing choice for the user, it can make a server more secure, as clients only require minimal access.
- Currently local file storage, scp/ssh, ftp, rsync, and Amazon S3 are supported, and others shouldnt be difficult to add.
<<lessBecause duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.
The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsyncs rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format.
Main features:
Easy to use: Although duplicity is a command-line utility, the semantics are relative simply. To take a basic example, this command:
- duplicity /usr scp://host.net/target_dir
- backs up the /usr directory to the remost host host.net via scp.
Encrypted and signed archives: The archives that duplicity produces can be encrypted and signed using GnuPG, the standard for free software cryptology. The remote location will not be able to infer much about the backups other than their size and when they are uploaded. Also, if the archives are modified on the remote side, this will be detected when restoring.
Bandwidth and space efficient: Duplicity uses the rsync algorithm so only the changed parts of files are sent to the archive when doing an incremental backup. For instance, if a long log file increases by just a few lines of text, a small diff will be sent to and saved in the archive. Other backup programs may save a complete copy of the file.
Standard file format: Athough archive data will be encrypted, inside it is in standard GNU-tar format archives. A full backup contains normal tarballs, and incremental backups are tar archives of new files and the deltas from previous backups. The deltas are in the format produced by librsyncs command-line utility rdiff.
- Although you should never have to look at a duplicity archive manually, if the need should arise they can be produced and processed using GnuPG, rdiff, and tar.
Choice of remote protocol: Duplicity does not make many demands on its archive server. As long as files can be saved to, read from, listed, and deleted from a location, that location can be used as a duplicity backend. Besides increasing choice for the user, it can make a server more secure, as clients only require minimal access.
- Currently local file storage, scp/ssh, ftp, rsync, and Amazon S3 are supported, and others shouldnt be difficult to add.
Download (0.10MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
805 downloads
Qt 4.3.1
Qt is a GUI software toolkit. more>>
Qt is a toolkit for software developers. Qt project simplifies the task of writing and maintaining GUI (graphical user interface) applications. It is written in C++ and is fully object-oriented.
It is a multi-platform toolkit. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want.
One of the key design goals behind Qt is to make cross-platform application programming intuitive, easy and fun.
Qt achieves this goal by abstracting low-level infrastructure functionality in the underlying window and operating systems, providing a coherent and logical interface that makes sense to programmers.
The Qt API and tools are consistent across all supported platforms (see below for details), enabling platform independent application development and deployment.
<<lessIt is a multi-platform toolkit. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want.
One of the key design goals behind Qt is to make cross-platform application programming intuitive, easy and fun.
Qt achieves this goal by abstracting low-level infrastructure functionality in the underlying window and operating systems, providing a coherent and logical interface that makes sense to programmers.
The Qt API and tools are consistent across all supported platforms (see below for details), enabling platform independent application development and deployment.
Download (41.1MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
637 downloads
uni2ascii 4.3.2
uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a variety of 7-bit ASCII. more>> <<less
Download (0.12MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
811 downloads
Traffic Prioritizer 0.4
Traffic Prioritizer is designed to run on a Linux router and prioritize users traffic by their bandwidth consumption. more>>
Traffic Prioritizer is designed to run on a Linux router and prioritize users traffic by their bandwidth consumption.
It is aimed to shape the "bandwidth greedy" clients (P2P, YouTube, IPTV, etc.) so that the ones who are just browsing do not lack bandwidth.
<<lessIt is aimed to shape the "bandwidth greedy" clients (P2P, YouTube, IPTV, etc.) so that the ones who are just browsing do not lack bandwidth.
Download (0.009MB)
Added: 2007-08-07 License: GPL v3 Price:
820 downloads
cx_Oracle 4.3.2
cx_Oracle is a Python extension module that allows access to Oracle. more>>
cx_Oracle is a Python extension module that allows access to Oracle, and conforms to the Python database API specifications. cx_Oracle module is currently built against Oracle 8.1.7, Oracle 9.2, and Oracle 10.2.
This API has been defined to encourage similarity between the Python modules that are used to access databases. By doing this, we hope to achieve a consistency leading to more easily understood modules, code that is generally more portable across databases, and a broader reach of database connectivity from Python.
The interface specification consists of several sections:
- Module Interface
- Connection Objects
- Cursor Objects
- DBI Helper Objects
- Type Objects and Constructors
- Implementation Hints
- Major Changes from 1.0 to 2.0
Enhancements:
- This release adds methods to LOB objects in order to improve performance of reading/writing LOB values.
- It also fixes support for native doubles and floats in Oracle 10g.
- Support was added for autocommit mode and reading/writing the size of the statement cache.
- A hook for returning objects other than tuples from cursors was also added.
<<lessThis API has been defined to encourage similarity between the Python modules that are used to access databases. By doing this, we hope to achieve a consistency leading to more easily understood modules, code that is generally more portable across databases, and a broader reach of database connectivity from Python.
The interface specification consists of several sections:
- Module Interface
- Connection Objects
- Cursor Objects
- DBI Helper Objects
- Type Objects and Constructors
- Implementation Hints
- Major Changes from 1.0 to 2.0
Enhancements:
- This release adds methods to LOB objects in order to improve performance of reading/writing LOB values.
- It also fixes support for native doubles and floats in Oracle 10g.
- Support was added for autocommit mode and reading/writing the size of the statement cache.
- A hook for returning objects other than tuples from cursors was also added.
Download (0.069MB)
Added: 2007-08-04 License: BSD License Price:
817 downloads
Daikon 4.3.1
Daikon is an implementation of dynamic detection of likely invariants. more>>
Daikon is an implementation of dynamic detection of likely invariants. An invariant is a property (such as "x=2*y+5" or "this.next.prev = this" or "myarray is sorted by<<less
Download (3.3MB)
Added: 2007-08-04 License: Open Software License Price:
813 downloads
PDL::Slatec 2.4.3
PDL::Slatec is a PDL interface to the slatec numerical programming library. more>>
PDL::Slatec is a PDL interface to the slatec numerical programming library.
SYNOPSIS
use PDL::Slatec;
($ndeg, $r, $ierr, $a) = polyfit($x, $y, $w, $maxdeg, $eps);
This module serves the dual purpose of providing an interface to parts of the slatec library and showing how to interface PDL to an external library. Using this library requires a fortran compiler; the source for the routines is provided for convenience.
Currently available are routines to: manipulate matrices; calculate FFTs; fit data using polynomials; and interpolate/integrate data using piecewise cubic Hermite interpolation.
Piecewise cubic Hermite interpolation (PCHIP)
PCHIP is the slatec package of routines to perform piecewise cubic Hermite interpolation of data. It features software to produce a monotone and "visually pleasing" interpolant to monotone data. According to Fritsch & Carlson ("Monotone piecewise cubic interpolation", SIAM Journal on Numerical Analysis 17, 2 (April 1980), pp. 238-246), such an interpolant may be more reasonable than a cubic spline if the data contains both "steep" and "flat" sections. Interpolation of cumulative probability distribution functions is another application. These routines are cryptically named (blame FORTRAN), beginning with ch, and accept either float or double piddles.
Most of the routines require an integer parameter called check; if set to 0, then no checks on the validity of the input data are made, otherwise these checks are made. The value of check can be set to 0 if a routine such as chim has already been successfully called.
If not known, estimate derivative values for the points using the chim, chic, or chsp routines (the following routines require both the function (f) and derivative (d) values at a set of points (x)).
Evaluate, integrate, or differentiate the resulting PCH function using the routines: chfd; chfe; chia; chid.
If desired, you can check the monotonicity of your data using chcm.
EOD # un-confuse emacs
# if define chbs, then add something like the following to point 3: # # or use chbs to convert a PCH function into B-representation # for use with the B-spline routines of slatec # (although no interface to them currently exist). #
# add function definitions after finishing the first pp_addpm(), since this # adds a =head1 FUNCTIONS line at the end of the text
pp_addpm(<<less
SYNOPSIS
use PDL::Slatec;
($ndeg, $r, $ierr, $a) = polyfit($x, $y, $w, $maxdeg, $eps);
This module serves the dual purpose of providing an interface to parts of the slatec library and showing how to interface PDL to an external library. Using this library requires a fortran compiler; the source for the routines is provided for convenience.
Currently available are routines to: manipulate matrices; calculate FFTs; fit data using polynomials; and interpolate/integrate data using piecewise cubic Hermite interpolation.
Piecewise cubic Hermite interpolation (PCHIP)
PCHIP is the slatec package of routines to perform piecewise cubic Hermite interpolation of data. It features software to produce a monotone and "visually pleasing" interpolant to monotone data. According to Fritsch & Carlson ("Monotone piecewise cubic interpolation", SIAM Journal on Numerical Analysis 17, 2 (April 1980), pp. 238-246), such an interpolant may be more reasonable than a cubic spline if the data contains both "steep" and "flat" sections. Interpolation of cumulative probability distribution functions is another application. These routines are cryptically named (blame FORTRAN), beginning with ch, and accept either float or double piddles.
Most of the routines require an integer parameter called check; if set to 0, then no checks on the validity of the input data are made, otherwise these checks are made. The value of check can be set to 0 if a routine such as chim has already been successfully called.
If not known, estimate derivative values for the points using the chim, chic, or chsp routines (the following routines require both the function (f) and derivative (d) values at a set of points (x)).
Evaluate, integrate, or differentiate the resulting PCH function using the routines: chfd; chfe; chia; chid.
If desired, you can check the monotonicity of your data using chcm.
EOD # un-confuse emacs
# if define chbs, then add something like the following to point 3: # # or use chbs to convert a PCH function into B-representation # for use with the B-spline routines of slatec # (although no interface to them currently exist). #
# add function definitions after finishing the first pp_addpm(), since this # adds a =head1 FUNCTIONS line at the end of the text
pp_addpm(<<less
Download (2.1MB)
Added: 2007-08-02 License: Perl Artistic License Price:
819 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 youtube 4.3 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
Contact Us | Submit Software | Advertise with us | Terms and Conditions | Privacy Policy | Publisher List | Browse Categories | Blog | Discussion Board
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.