total conversion
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 854
i.Task 0.2.0
i.Task is a small and fast process viewer. more>>
i.Task is a little task viewer for Linux. Source is included under the LGPL license. The distribution includes binaries for GCC3 based systems and the source code.
The external library Lgi is required to build from the source, but a binary of that is included.
Enhancements:
- Added a status bar with total CPU%, Mem and a tasks count.
- Added a copy command that outputs all the task information and totals to the clipboard in a nicely formatted text table.
- Fixed a crash when a process exits during the update phase.
- Added colour coding of tasks so you can see which belong to you.
- Added a history tab for CPU and Mem usage.
<<lessThe external library Lgi is required to build from the source, but a binary of that is included.
Enhancements:
- Added a status bar with total CPU%, Mem and a tasks count.
- Added a copy command that outputs all the task information and totals to the clipboard in a nicely formatted text table.
- Fixed a crash when a process exits during the update phase.
- Added colour coding of tasks so you can see which belong to you.
- Added a history tab for CPU and Mem usage.
Download (0.68MB)
Added: 2005-04-04 License: LGPL (GNU Lesser General Public License) Price:
1670 downloads
Konverter 0.93
Konverter is an easy to use but powerfull KDE video conversion tool. more>>
Konverter is an easy to use but powerfull KDE video conversion tool. Konverter helps to convert almost every videofile into the most common different videoformats and codecs.
Beside converting, Konverter is also able to scale/crop your videos, change codec details or just changes the audio format of your file.
Also other features like splitting and concat videos, integrated realtime preview are included.
<<lessBeside converting, Konverter is also able to scale/crop your videos, change codec details or just changes the audio format of your file.
Also other features like splitting and concat videos, integrated realtime preview are included.
Download (0.18MB)
Added: 2005-06-24 License: GPL (GNU General Public License) Price:
1588 downloads
wmmisc 0.9
wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, etc. more>>
This is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or alive) processes, the total number of forks and the system load average.
Installation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
<<lessInstallation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
xenConsole r0.15 beta
xenConsole is a curses-based tty/console monitor for Xen 2.0 more>>
xenConsole is a curses-based tty/console monitor for Xen 2.0, basically presenting the output from xm list in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
Main features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
<<lessMain features:
- Xen/domain/host information shown:
- Most output from xm list
- Load averages for individual domains, if available
- Uptime for individual domains, if available
- CPU & memory consumption shown as percentages for each domain
- Calculated total CPU busy/idle times/percentages
- Total Xen host CPU load is indicated in various ways
- Continously updates screen automatically
- Full screen application, colourized
- Easy to use, type q to quit
Download (0.038MB)
Added: 2005-11-05 License: Artistic License Price:
1448 downloads
Iris Video Conversion Utility 0.75
Iris is a video conversion utility in C++ that works as a front-end to mencoder. more>>
Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG
This software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
<<lessThis software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
Download (0.12MB)
Added: 2005-12-27 License: BSD License Price:
1401 downloads
Navy SEALs: Covert Operations for Quake 3 Arena Beta 1.9
Navy SEALs: Covert Operations is a Total Conversion or Modification for Quake III Arena. more>> <<less
Download (53.2MB)
Added: 2006-03-02 License: Freeware Price:
1358 downloads
Vstr string library 1.0.15
Vstr is a safe and fast string library for C. more>>
Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations.
This model also allows it to do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another big feature of the library is a POSIX and ISO 9899:1999 compliant printf() like function, which can also be extended with user supplied formatters that are gcc warning compatible.
The total API is over 280 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).
Main features:
- a printf like function that is fully ISO 9899:1999 (C99) compliant, also having %m as standard and POSIX i18n parameter number modifiers. It also allows gcc warning compatible customer format specifiers (and includes pre-written custom format specifiers for ipv4 and ipv6 addresses, Vstr strings and more)
- splitting of strings into parameter/record chunks (a la perl).
- substituting data in a Vstr string
- moving data from one Vstr string to another (or within a Vstr string).
- comparing strings (without regard for case, or taking into account version information)
- searching for data in strings (with or without regard for case).
- counting spans of data in a string (the equivalent of strspn() in ISO C).
- converting data in a Vstr (Ie. delete/substitute unprintable characters or making a Vstr string lowercase/uppercase).
- parsing data from a Vstr string (Ie. numbers, or ipv4 addresses).
- easily parsing and wrapping outgoing data in netstrings, for fast and simple (and hence less error prone) network communication
- the ability to cache aspects of data about a Vstr string, to both simplify and speedup use of the string.
- the ability to have empty data as part of the string, this is somewhat useful for representing file transfers as a string as you can represent the file data as empty data in the string.
Enhancements:
- Bytemap functions were added to accelerate parsing.
- Custom formatters were sped up with a hash.
- Workarounds were added for a hidden Linux UIO 2GB limit and GCC 4.x symbol aliasing brain damage.
- Solaris build fixes were made along with a fix for a problem with loading zero-sized files with vstr_sc_*_file() and a couple of other minor problems.
<<lessThis model also allows it to do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another big feature of the library is a POSIX and ISO 9899:1999 compliant printf() like function, which can also be extended with user supplied formatters that are gcc warning compatible.
The total API is over 280 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).
Main features:
- a printf like function that is fully ISO 9899:1999 (C99) compliant, also having %m as standard and POSIX i18n parameter number modifiers. It also allows gcc warning compatible customer format specifiers (and includes pre-written custom format specifiers for ipv4 and ipv6 addresses, Vstr strings and more)
- splitting of strings into parameter/record chunks (a la perl).
- substituting data in a Vstr string
- moving data from one Vstr string to another (or within a Vstr string).
- comparing strings (without regard for case, or taking into account version information)
- searching for data in strings (with or without regard for case).
- counting spans of data in a string (the equivalent of strspn() in ISO C).
- converting data in a Vstr (Ie. delete/substitute unprintable characters or making a Vstr string lowercase/uppercase).
- parsing data from a Vstr string (Ie. numbers, or ipv4 addresses).
- easily parsing and wrapping outgoing data in netstrings, for fast and simple (and hence less error prone) network communication
- the ability to cache aspects of data about a Vstr string, to both simplify and speedup use of the string.
- the ability to have empty data as part of the string, this is somewhat useful for representing file transfers as a string as you can represent the file data as empty data in the string.
Enhancements:
- Bytemap functions were added to accelerate parsing.
- Custom formatters were sped up with a hash.
- Workarounds were added for a hidden Linux UIO 2GB limit and GCC 4.x symbol aliasing brain damage.
- Solaris build fixes were made along with a fix for a problem with loading zero-sized files with vstr_sc_*_file() and a couple of other minor problems.
Download (4.3MB)
Added: 2006-03-07 License: LGPL (GNU Lesser General Public License) Price:
1326 downloads
SIAR 0.01
SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package). more>>
SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package) for creating specific reports of traffic on a LAN.
SIAR plugin creates an overview of the total of traffic that passed through the interface, a top protocol table, a top listener table, a top talkers table, a total situation table, seek for an IP source, seek for an IP destination, seek for both, a top conversation table and a graph for a specific day
Installation:
After you have download the file, you have to decompress it in the web-server folder. I suggest to decompress it in /var/www/, infact if you decompress it in an another you will have problems with the code.
cd /var/www/
tar xfz < name >-x-y-z.tar.gz
cd < name >-x-y-z.tar.gz
The tool is now installed. Read the CONFIG file for the configuration.
<<lessSIAR plugin creates an overview of the total of traffic that passed through the interface, a top protocol table, a top listener table, a top talkers table, a total situation table, seek for an IP source, seek for an IP destination, seek for both, a top conversation table and a graph for a specific day
Installation:
After you have download the file, you have to decompress it in the web-server folder. I suggest to decompress it in /var/www/, infact if you decompress it in an another you will have problems with the code.
cd /var/www/
tar xfz < name >-x-y-z.tar.gz
cd < name >-x-y-z.tar.gz
The tool is now installed. Read the CONFIG file for the configuration.
Download (4.5MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
SKaz 1.0.1
SKaz is a SuperKaramba interface to Azureus (Bittorrent client). more>>
SKaz is a SuperKaramba interface to Azureus (Bittorrent client). Shows most useful info/controls in a simple desktop interface.
Main features:
- Graphical progress bar with ability to Start/Stop/Remove downloads
- Displays ETA for downloads and upload rate for seeds
- Displays Total Download/upload rate for Azureus
- Clicking on the health icon of a torrent shows more detailed information, as well as basic controls
- Clicking the torrent name opens the downloaded file/dir in your preferred application. You must enable "Use generic classes" under advanced settings in the configuration of the XML over HTTP plugin (needs Azureus 2.4.0.0 and PyKDE)
<<lessMain features:
- Graphical progress bar with ability to Start/Stop/Remove downloads
- Displays ETA for downloads and upload rate for seeds
- Displays Total Download/upload rate for Azureus
- Clicking on the health icon of a torrent shows more detailed information, as well as basic controls
- Clicking the torrent name opens the downloaded file/dir in your preferred application. You must enable "Use generic classes" under advanced settings in the configuration of the XML over HTTP plugin (needs Azureus 2.4.0.0 and PyKDE)
Download (0.054MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
Iris 0.80
Iris is a video conversion utility in C++ that works as a front-end to mencoder. more>>
Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris can run in command-line or graphical modes and currently supports conversion to DVD MPEG, VCD MPEG, and DivX AVI.
ToDo:
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
<<lessToDo:
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
Download (0.11MB)
Added: 2006-07-05 License: BSD License Price:
1216 downloads
QPPP 0.6
QPPP is a PPP dialer for Red Hat Linux. It lets users dial a PPP connection and records the total time the user online. more>>
QPPP is a PPP dialer for Red Hat Linux. It lets users dial a PPP connection and records the total time the user online. It lets you start a ppp dialup connection and it records how much time youre online. QPPP runs under Red Hat Linux 7 or newer with Qt installed.
To install follow these steps:
Make sure that you are logged in as root.
1. Extract the archive.
2. Change directory to the installation path.
3. Copy the qppp file to /usr/bin or /usr/local/bin.
Source Code:
You can modify QPPP into your own discretion. The source code is included in the archive. To build the source code, simply change directory to the source path (cd source/qppp) and type qmake,then type make.
<<lessTo install follow these steps:
Make sure that you are logged in as root.
1. Extract the archive.
2. Change directory to the installation path.
3. Copy the qppp file to /usr/bin or /usr/local/bin.
Source Code:
You can modify QPPP into your own discretion. The source code is included in the archive. To build the source code, simply change directory to the source path (cd source/qppp) and type qmake,then type make.
Download (0.050MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1214 downloads
gulog 1.0
gulog is a GTK UUCP log and traffic monitor. more>>
gulog is a GTK UUCP log and traffic monitor. It shows the traffic generated by a uucico session.
Gulog shows (helped by a GTK interface) the actual traffic generated by a uucico session
the outgoing/incoming file
outgoing/incoming bytes
outgoing/incoming transfer rate
the number of files transmitted/received from a total of n files
Just type make. If you got errors, please check the Makefile for compiler flags, includes and libraries, if theyre appropriate to your system.
<<lessGulog shows (helped by a GTK interface) the actual traffic generated by a uucico session
the outgoing/incoming file
outgoing/incoming bytes
outgoing/incoming transfer rate
the number of files transmitted/received from a total of n files
Just type make. If you got errors, please check the Makefile for compiler flags, includes and libraries, if theyre appropriate to your system.
Download (0.008MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1212 downloads
timeclock software 0.92
timeclock software is an application for employees to use as a timeclock. more>>
timeclock software is an application for employees to use as a timeclock. An employee time and attendance system keeps track of when your employees sign in and out of work.
This information can then be compiled to produce the total hours worked and the amount that the employees should be paid.
Timeclock-software.nets free software product will be a simple solution to allow your employees to record their time in one central location for easy access.
<<lessThis information can then be compiled to produce the total hours worked and the amount that the employees should be paid.
Timeclock-software.nets free software product will be a simple solution to allow your employees to record their time in one central location for easy access.
Download (0.025MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1200 downloads
TEA Total 0.4
TEA Total is a very small 128 bit private key based encryption/decryption system . more>>
TEA Total is a very small 128 bit private key based encryption/decryption system which uses the block variant of TEA (Tiny Encryption Algorithm).
TEA is said to be several times faster than DES, as well as being much smaller and possibly more secure. It also isnt encumbered by any patents and the reference implementation is in the public domain.
Currently TEA Total only supports encryption and decryption of files (with optional compression and/or Base64 ASCII encoding). I am writing a set of TEA based encrypted tunnel programs which will allow you to wrap applications such that their input and output will be transparently forwarded over a network in encrypted form.
About the name: TEA Total is a play on the TEA encryption algorithm which is at the heart of the package, and the phrase "tee total"; a term used to refer to a person who does not drink alcohol. This is appropriate because I am tee total myself.
To build TEA Total in a Unix type environment, edit config.inc to select the options you want to build, your install prefix, and your architecture type, then type make. Check that the compares succeed, then run make install (possibly as root).
After it builds, it will run through a set of self tests. Read the output carefully to make sure that they have all passed.
Note that the Makefile uses some GNU-Makeisms, so on systems which have pmake or something else by default, you may have to install gnu make instead and run it with "gmake".
If you are building on a currently unsupported architecture type, you will need to add a new architecture type description to config.inc and arch.h.
The program can be installed using "make install".
<<lessTEA is said to be several times faster than DES, as well as being much smaller and possibly more secure. It also isnt encumbered by any patents and the reference implementation is in the public domain.
Currently TEA Total only supports encryption and decryption of files (with optional compression and/or Base64 ASCII encoding). I am writing a set of TEA based encrypted tunnel programs which will allow you to wrap applications such that their input and output will be transparently forwarded over a network in encrypted form.
About the name: TEA Total is a play on the TEA encryption algorithm which is at the heart of the package, and the phrase "tee total"; a term used to refer to a person who does not drink alcohol. This is appropriate because I am tee total myself.
To build TEA Total in a Unix type environment, edit config.inc to select the options you want to build, your install prefix, and your architecture type, then type make. Check that the compares succeed, then run make install (possibly as root).
After it builds, it will run through a set of self tests. Read the output carefully to make sure that they have all passed.
Note that the Makefile uses some GNU-Makeisms, so on systems which have pmake or something else by default, you may have to install gnu make instead and run it with "gmake".
If you are building on a currently unsupported architecture type, you will need to add a new architecture type description to config.inc and arch.h.
The program can be installed using "make install".
Download (0.017MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1199 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 total conversion 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