accountinfo 0.6.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
Google::Adwords::AccountInfo 0.6.0
Google::Adwords::AccountInfo is a Google Adwords AccountInfo object. more>>
Google::Adwords::AccountInfo is a Google Adwords AccountInfo object.
SYNOPSIS
use Google::Adwords::AccountInfo;
my $accountinfo = Google::Adwords::AccountInfo->new
->currencyCode(EUR)
->descriptiveName(My Account);
This object should be used with the AccountService API calls
<<lessSYNOPSIS
use Google::Adwords::AccountInfo;
my $accountinfo = Google::Adwords::AccountInfo->new
->currencyCode(EUR)
->descriptiveName(My Account);
This object should be used with the AccountService API calls
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1066 downloads
Autogg 0.6.0
Autogg is an Ogg player that categorizes music independently of the catalog structure. more>>
Autogg is an Ogg player that categorizes music independently of the catalog structure. Autogg started as a music player that also sorted your music and presented it in a nice list based on albums, like a jukebox. Originally it played files of the ogg vorbis format but now it has support for more formats.
Now it is sorting both mp3 and ogg files, but the playback is done by xmms, or you can use drag and drop with other players.
How to use the player (dedicated to ted)
1: click the scan button over the list to the right, select a directory wich includes .ogg files.
Tip: select / directory to get all the .ogg files in your system
2: Click on the start scan button, wait till the directory tree show up in the list.
3: Doubleclick on a track to add it to the playlist, the track will then be played when its time
<<lessNow it is sorting both mp3 and ogg files, but the playback is done by xmms, or you can use drag and drop with other players.
How to use the player (dedicated to ted)
1: click the scan button over the list to the right, select a directory wich includes .ogg files.
Tip: select / directory to get all the .ogg files in your system
2: Click on the start scan button, wait till the directory tree show up in the list.
3: Doubleclick on a track to add it to the playlist, the track will then be played when its time
Download (0.18MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
JaLingo 0.6.0
JaLingo is a free cross-platform dictionary application. more>>
JaLingo is a free cross-platform dictionary application written in Java.
It understands these dictionary formats:
- Mova
- PtkDict/phpMyLingvo MySQL dumps
- Sdictionary (near 200 dictionaries may be found on home page)
Project goals:
- good UI
- support as much different formats as possible
- do not convert dictionaries, use originals
- platform-independency
- performance and memory optimized
<<lessIt understands these dictionary formats:
- Mova
- PtkDict/phpMyLingvo MySQL dumps
- Sdictionary (near 200 dictionaries may be found on home page)
Project goals:
- good UI
- support as much different formats as possible
- do not convert dictionaries, use originals
- platform-independency
- performance and memory optimized
Download (0.40MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
CDCollect 0.6.0
CDCollect is a CD catalog application for gnome. more>>
CDCollect is a CD catalog application for gnome 2.8. Its functionality is similar to the old gtktalog application for gnome 1.4.
CDCollects goal is to be able to catalog your entire CD collection allowing for searches of your CD files with a clean and simple interface.
CDCollect is written in mono using monodevelop and the gtk-sharp and sqlite libraries.
Main features:
- Easy to use interface (if you feel it does not follow the gnome hig then its a bug).
- Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog.
- Searches can be performed on CDs or files in the collection.
- It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
<<lessCDCollects goal is to be able to catalog your entire CD collection allowing for searches of your CD files with a clean and simple interface.
CDCollect is written in mono using monodevelop and the gtk-sharp and sqlite libraries.
Main features:
- Easy to use interface (if you feel it does not follow the gnome hig then its a bug).
- Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog.
- Searches can be performed on CDs or files in the collection.
- It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
Download (0.075MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Stopmotion 0.6.0
Stopmotion is a free application for creating stop-motion animation movies. more>>
Stopmotion is a free application for creating stop-motion animation movies. The users will be able to create stop-motions from pictures imported from a camera or from the harddrive, add sound effects and export the animation to different video formats such as mpeg or avi.
Stopmotion creates stop motion animations by combining images imported from a v4l (or similar) device with sound.
Installation:
If you run Debian the easiest way to install this program is to add this line to your sources.list file:
deb http://www.skolelinux.no/~bjoern/debian/ unstable main
Then run apt-get update and apt-get install stopmotion.
If you do not run Debian you have to compile the program from source. We have not focused on getting the configure script as good as it should be; you will not get any error message if you do not have the necessary libraries installed. This will hopefully be fixed later.
<<lessStopmotion creates stop motion animations by combining images imported from a v4l (or similar) device with sound.
Installation:
If you run Debian the easiest way to install this program is to add this line to your sources.list file:
deb http://www.skolelinux.no/~bjoern/debian/ unstable main
Then run apt-get update and apt-get install stopmotion.
If you do not run Debian you have to compile the program from source. We have not focused on getting the configure script as good as it should be; you will not get any error message if you do not have the necessary libraries installed. This will hopefully be fixed later.
Download (2.2MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
975 downloads
dogtail 0.6.0
dogtail is the Desktop GUI Tester for Linux. more>>
dogtail is the Desktop GUI Tester for Linux.
It is a GUI test tool and automation framework written in Python that uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
dogtail project is free software released under the GPL. Some example code is released to the Public Domain.
Main features:
- Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
- Procedural API - A procedural scripting API allows for fast and easy blackbox tests to be written. Ace programmer credentials are not necessary to write useful automated scripts.
- Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
- Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.
<<lessIt is a GUI test tool and automation framework written in Python that uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
dogtail project is free software released under the GPL. Some example code is released to the Public Domain.
Main features:
- Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
- Procedural API - A procedural scripting API allows for fast and easy blackbox tests to be written. Ace programmer credentials are not necessary to write useful automated scripts.
- Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
- Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.
Download (1.6MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
667 downloads
tk_cdconverter 0.6.0
tk_cdconverter is a small GUI frontend which helps you rip a CD into a directory. more>>
tk_cdconverter is a small GUI frontend which helps you rip a CD into a directory, convert the resulting wav files into MP3s (using lame), and set the ID3 tags.
Main features:
- rip a Audio-CD into a directory
- convert this files into mp3 in the same or into a 2nd directory
- add some id3 tags informations to all files in this mp3 directory (by using of the cd-text informations on the Audio-CD or per hand)
Installation:
- copy tk_cdconverter_x.x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_cdconverter in this directory (tar -xvzf ./tk_cdconverter_x.x.tgz)
- cd ./tk_cdconverter
- run ./tk_install.tcl as root
- choice a place for the files and the start script
Enhancements:
- The program now checks whether a CD is present, so the user no longer gets an error message if there is no CD in the drive.
<<lessMain features:
- rip a Audio-CD into a directory
- convert this files into mp3 in the same or into a 2nd directory
- add some id3 tags informations to all files in this mp3 directory (by using of the cd-text informations on the Audio-CD or per hand)
Installation:
- copy tk_cdconverter_x.x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_cdconverter in this directory (tar -xvzf ./tk_cdconverter_x.x.tgz)
- cd ./tk_cdconverter
- run ./tk_install.tcl as root
- choice a place for the files and the start script
Enhancements:
- The program now checks whether a CD is present, so the user no longer gets an error message if there is no CD in the drive.
Download (0.089MB)
Added: 2006-11-19 License: GPL (GNU General Public License) Price:
1069 downloads
cdck 0.6.0
cdck is a simple program for verifying CD/DVD quality. more>>
cdck is a simple program for verifying CD/DVD quality. Even if all files on the disc are readable, some sectors having bad timing and could become unreadable in the future.
The tool reads a disc sector by sector, recording all reading timings, and then tells you its verdict.
cdck project can optionally write a timing table into a text file usable by gnuplot, from which graphs can be drawn.
Enhancements:
- A signed char patch for ARM, PowerPC, and s390 was merged into the main source tree.
- More verbose information about ISO9660 disks is provided.
<<lessThe tool reads a disc sector by sector, recording all reading timings, and then tells you its verdict.
cdck project can optionally write a timing table into a text file usable by gnuplot, from which graphs can be drawn.
Enhancements:
- A signed char patch for ARM, PowerPC, and s390 was merged into the main source tree.
- More verbose information about ISO9660 disks is provided.
Download (0.23MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1046 downloads
CELT 0.6.0
CELT is an experimental audio codec for use in low-delay communication. more>>
CELT 0.6.0 is created to be an experimental audio codec for use in low-delay communication. CELT stands for "Code-Excited Lapped Transform". It applies some of the CELP principles, but does everything in the frequency domain, which removes some of the limitations of CELP.
Major Features:
- Ultra-low latency (typically from 3 to 9 ms)
- Full audio bandwidth (44.1 kHz and 48 kHz)
- Stereo support
- Packet loss concealment
- Constant bit-rates from 32 kbps to 128 kbps and above
- A fixed-point version of the encoder and decoder
- The CELT codec is meant to close the gap between Vorbis and Speex for applications where both high quality audio and low delay are desired.
Enhancements:
- Has just been released, with many quality improvements, including better stereo coupling, better handling of transients, and better handling of highly tonal signals.
- Packet loss robustness has been improved through the optional use of independent (intra) frames.
- Supports a larger dynamic range, suitable for encoding 24-bit audio (float version only).
- There is also a very early VBR implementation.
Added: 2009-07-07 License: BSD License Price: FREE
13 downloads
nload 0.6.0
nload is a console application which monitors network traffic and bandwidth usage in real time. more>>
XPortScan is a cross-platform lightweight gui multi-threaded port scanner. This is the XPortScan v. 2.1 beta
Currently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
<<lessCurrently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
Download (0.038MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
837 downloads
Cyfer 0.6.0
Cyfer is a portable modular low-level cryptographic library. more>>
Cyfer is a portable low-level cryptographic library with support for several programming languages. Cyfer provides implementations of many message digest (hash), block and stream cipher, and public-key algorithms.
The library is extremely modular, providing easy way to add or modify algorithm implementations, or even separating the particular algorithm from the library physically (suitable for embedded environments).
The generic API provides a consistent way to use the library algorithms, and allows for algorithm selection at either the compile time or at runtime, so the application which uses Cyfer can be completely unaware of the algorithm specifics.
Cyfer is a low-level library. It deals only with various algorithms, and completely avoids the problems of data representation.
This is most evident in public-key sections; cyfer completely avoids the existing Public Key Infrastructure (PKI) standards. If you need this functionality, use the excellent and free OpenSSL, or some similar library.
The library design concept emphasises on simplicity and elegance (of both the algorithm implementations (if possible:) and the support library code), not maximizing performance or minimizing memory footprint.
The algorithm implementations are straightforward, so they can be used for educational purposes.
Cyfer is portable to any platform with sane C development environment, the only requirement being the availability of the GMP (GNU Multiple Precision arithmetic) library.
As the GMP is used only for public-key cryptography, hash or symmetric cipher components should work everywhere.
Enhancements:
- moved wrappers to separate packages
- unbundled win32 support gmp library
- polished the documentation
- polished the build process and package creation
<<lessThe library is extremely modular, providing easy way to add or modify algorithm implementations, or even separating the particular algorithm from the library physically (suitable for embedded environments).
The generic API provides a consistent way to use the library algorithms, and allows for algorithm selection at either the compile time or at runtime, so the application which uses Cyfer can be completely unaware of the algorithm specifics.
Cyfer is a low-level library. It deals only with various algorithms, and completely avoids the problems of data representation.
This is most evident in public-key sections; cyfer completely avoids the existing Public Key Infrastructure (PKI) standards. If you need this functionality, use the excellent and free OpenSSL, or some similar library.
The library design concept emphasises on simplicity and elegance (of both the algorithm implementations (if possible:) and the support library code), not maximizing performance or minimizing memory footprint.
The algorithm implementations are straightforward, so they can be used for educational purposes.
Cyfer is portable to any platform with sane C development environment, the only requirement being the availability of the GMP (GNU Multiple Precision arithmetic) library.
As the GMP is used only for public-key cryptography, hash or symmetric cipher components should work everywhere.
Enhancements:
- moved wrappers to separate packages
- unbundled win32 support gmp library
- polished the documentation
- polished the build process and package creation
Download (0.33MB)
Added: 2005-10-08 License: BSD License Price:
1476 downloads
mechanoid 0.6.0
mechanoid is a programmatic browser intended as a general solution for scripting HTML form sequences. more>>
mechanoid is a programmatic browser intended as a general solution for scripting HTML form sequences, such as logging into SourceForge and doing a Quick Release or sending and receiving Yahoo! mail. mechanoid project is a fork of John J. Lees mechanize.
Enhancements:
- Mechanoid is being developed as the back-end for unusual browsers such as voice-text browsers for the handicapped and meta-page browsers for Web programmers.
- Because it is intended for use as a browser and not a Web bot, the handling of robots.txt files has been removed.
- You should no longer use it as a bot.
<<lessEnhancements:
- Mechanoid is being developed as the back-end for unusual browsers such as voice-text browsers for the handicapped and meta-page browsers for Web programmers.
- Because it is intended for use as a browser and not a Web bot, the handling of robots.txt files has been removed.
- You should no longer use it as a bot.
Download (0.12MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1417 downloads
Pingus 0.6.0
Pingus is a free Lemmings clone for GNU/Linux and Windows covered under the GNU GPL. more>>
Pingus is a free Lemmings clone for GNU/Linux and Windows covered under the GNU GPL. Pingus uses ClanLib and libxml and might also be usable on some other OSs like FreeBSD, but hasnt been tested there.
Pingus is mainly developed under GNU/Linux, thats why the Windows port is sometimes a bit behind.
Pingus has started at the end of 1998 with the simple goal to create a Free (as in freedom, not as in free beer) Lemmingstm clone. The Free means you get the sources and are allowed and encouraged to change and distribute them.
You basically get everything that I used to create this game. In the years it has grown than quite a bit over the original goal and become something more than just a clone, we have original artwork, a built-in level editor, new actions, multiplayer and a few other features.
If you dont know Lemmingstm, here comes a short introduction. Its a puzzle game developed in 1991 by DMA Design. The player takes command in the game of a bunch of small animals and has to guide them around in levels. Since the animals walk on their own, the player can only influence them by giving them commands, like build a bridge, dig a hole or redirect all animals in the other direction.
The goal of each level is to reach the exit, for fix multiple combination of commands are necessary. The game is presented in a 2D site view. For more information you might want to visit Lemmingstm fanpage
While Pingus is based on the idea of Lemmingstm, it has included some other ideas, which werent presented in the original Lemmingstm, like the worldmap or secret levels, which might be familiar from games the Super Mario World and other Nintendo games. We have also a few new actions, like the jumper which werent presented in the original game.
<<lessPingus is mainly developed under GNU/Linux, thats why the Windows port is sometimes a bit behind.
Pingus has started at the end of 1998 with the simple goal to create a Free (as in freedom, not as in free beer) Lemmingstm clone. The Free means you get the sources and are allowed and encouraged to change and distribute them.
You basically get everything that I used to create this game. In the years it has grown than quite a bit over the original goal and become something more than just a clone, we have original artwork, a built-in level editor, new actions, multiplayer and a few other features.
If you dont know Lemmingstm, here comes a short introduction. Its a puzzle game developed in 1991 by DMA Design. The player takes command in the game of a bunch of small animals and has to guide them around in levels. Since the animals walk on their own, the player can only influence them by giving them commands, like build a bridge, dig a hole or redirect all animals in the other direction.
The goal of each level is to reach the exit, for fix multiple combination of commands are necessary. The game is presented in a 2D site view. For more information you might want to visit Lemmingstm fanpage
While Pingus is based on the idea of Lemmingstm, it has included some other ideas, which werent presented in the original Lemmingstm, like the worldmap or secret levels, which might be familiar from games the Super Mario World and other Nintendo games. We have also a few new actions, like the jumper which werent presented in the original game.
Download (11MB)
Added: 2005-08-16 License: GPL (GNU General Public License) Price:
1536 downloads
Brasero 0.6.0
Brasero is a disc authoring tool for the gnome desktop. more>>
Brasero is yet another application to burn discs for the gnome desktop. Brasero project is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
Main features:
- burn data and audio discs
- copy data and audio discs
- erase rewritable discs
- allows full editing of data discs (remove/move/rename files inside a directory, ...) as well as audio discs
- preview of songs and films
- can use any file from the network (samba, ftp, ...) as long as the protocol is supported by gnome-vfs
- full drag and drop (including from nautilus)
- search through files thanks to beagle
- file change notification thanks to inotify
- convert any audio file format supported by gstreamer
- use gdl for a customizable interface
- search, parse and display of playlists
- detects discs through Hal
<<lessMain features:
- burn data and audio discs
- copy data and audio discs
- erase rewritable discs
- allows full editing of data discs (remove/move/rename files inside a directory, ...) as well as audio discs
- preview of songs and films
- can use any file from the network (samba, ftp, ...) as long as the protocol is supported by gnome-vfs
- full drag and drop (including from nautilus)
- search through files thanks to beagle
- file change notification thanks to inotify
- convert any audio file format supported by gstreamer
- use gdl for a customizable interface
- search, parse and display of playlists
- detects discs through Hal
Download (1.3MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
838 downloads
Cobbler 0.6.0
Cobbler is a provisioning configuration tool that enables administrators to rapidly set up environments. more>>
Cobbler project is a provisioning configuration tool that enables administrators to rapidly set up environments for (simultaneously) provisioning PXE, installing Xen, and re-provisioning existing machines.
Set up of a PXE server, once a very manual process, is now greatly simplified. Cobbler also enables integrating Xen into a PXE provisioning infrastructure.
The application is designed for managing the provisioning of 1000s of machines or only just a few. Extensive documentation is provided in the accompanying manpages. Cobbler is easy to use and has an accompanying Python API.
Enhancements:
- This is a stable release that brings in Cobbler features developed since 0.4.0.
- These include dnsmasq integration support (DHCP+DNS), profile inheritance, qemu/KVM support for koan, XMLRPC interface upgrades, greater templating capabilities, control over install locations for virtual machines, support for importing distribution trees on external files, an enhanced trigger system, and numerous other improvements.
<<lessSet up of a PXE server, once a very manual process, is now greatly simplified. Cobbler also enables integrating Xen into a PXE provisioning infrastructure.
The application is designed for managing the provisioning of 1000s of machines or only just a few. Extensive documentation is provided in the accompanying manpages. Cobbler is easy to use and has an accompanying Python API.
Enhancements:
- This is a stable release that brings in Cobbler features developed since 0.4.0.
- These include dnsmasq integration support (DHCP+DNS), profile inheritance, qemu/KVM support for koan, XMLRPC interface upgrades, greater templating capabilities, control over install locations for virtual machines, support for importing distribution trees on external files, an enhanced trigger system, and numerous other improvements.
Download (0.21MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
815 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 accountinfo 0.6.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