reportjob 0.6.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
Google::Adwords::ReportJob 0.6.0
Google::Adwords::ReportJob is a Google Adwords ReportJob Object. more>>
Google::Adwords::ReportJob is a Google Adwords ReportJob Object.
This object is used with the ReportService module
METHODS
Mutators (read/write)
- adGroups
- adGroupStatuses
- adWordsType
- aggregationType
- campaigns
- clientEmails
- crossClient
- customOptions
- endDay
- id
- includeZeroImpression
- keywords
- keywordStatuses
- keywordType
- name
- startDay
- status
<<lessThis object is used with the ReportService module
METHODS
Mutators (read/write)
- adGroups
- adGroupStatuses
- adWordsType
- aggregationType
- campaigns
- clientEmails
- crossClient
- customOptions
- endDay
- id
- includeZeroImpression
- keywords
- keywordStatuses
- keywordType
- name
- startDay
- status
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1065 downloads
Zekr 0.6.0
Zekr is an open platform for research and development on the Holly Quran. more>>
Zekr is an open platform for research and development on the Holly Quran.
It is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.
The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.
The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.
<<lessIt is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.
The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.
The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.
Download (4.5MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
1115 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
GeoTypes 0.6.0
GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. more>>
GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. GeoTypes integrates with the psycopg Python/PostgreSQL interface.
It provides implementations of all of the OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently supports the EWKB, HEXEWKB, WKB, and WKT formats.
Enhancements:
- Point and Box constructor now accept several argument types
- SRID optional in WKTParser.parseGeometry
- minor typo corrections
- added joinBoxes()
<<lessIt provides implementations of all of the OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently supports the EWKB, HEXEWKB, WKB, and WKT formats.
Enhancements:
- Point and Box constructor now accept several argument types
- SRID optional in WKTParser.parseGeometry
- minor typo corrections
- added joinBoxes()
Download (0.042MB)
Added: 2006-06-14 License: LGPL (GNU Lesser General Public License) Price:
1231 downloads
SlpTK 0.6.0
SlpTK is an ANSI C library, a set of utilities, and scripts for natural language processing. more>>
SlpTK is an ANSI C library, a set of utilities, and scripts for natural language processing. It provides data structures and treatments related to lexical and syntactic levels.
<<less Download (1.6MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
943 downloads
wmget 0.6.0
wmget is a dock app for the Window Maker window manager which makes it more convenient to perform long downloads. more>>
wmget is a dock app for the Window Maker window manager which makes it more convenient to perform long downloads in the background. It uses the excellent libcurl library, part of the cURL automated-download program, to perform file retrieval.
This is useful if, like me, you tend to have dozens of windows open at a time and tend to do a lot of routine downloading. Just copy the link from your browser, middle-click on the wmget dockapp, and the download will start.
No download windows or terminals required, and you can monitor the progress and stop the transfer if desired without opening or raising any windows or even changing desktops.
<<lessThis is useful if, like me, you tend to have dozens of windows open at a time and tend to do a lot of routine downloading. Just copy the link from your browser, middle-click on the wmget dockapp, and the download will start.
No download windows or terminals required, and you can monitor the progress and stop the transfer if desired without opening or raising any windows or even changing desktops.
Download (0.6.0MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 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
pypod 0.6.0
pypod is python library and script for managing iPod metadata. more>>
pypod is python library and script for managing iPod metadata. This project is similar in scope the gnupod (written in perl) and is designed to work well with other programs that generate iPod metadata.
Main features:
- 100% pure python
- full read/write support for the iTunesDB file format
- support for gtkpod-style extended metadata
- support for gnupod-style extended metadata
- support for reading rhythmbox music database
- full ID3v2 support via any one of the ID3 liraries for python
Usage
The pypod script is very simple to use. If your iPod is mounted anywhere other than /media/ipod set the IPOD_MOUNTPOINT environment variable and run "pypod -s" for a summary of the state of your iPod.
Then try things like:
$ pypod --add /path/to/some/music
$ pypod --find-orphans
$ pypod --help
Enhancements:
- Support for newer iTunesDB files (such as those on the iPod Nano) was added.
- An --extract option for retrieving tracks from an iPod was added.
- Initial support for AAC files was added.
- Support for parsing (but not writing) podcast playlists was implemented.
- ASCII and lowercase filenames are now always used on iPods and spaces are removed from filenames.
- Some bugs were fixed.
<<lessMain features:
- 100% pure python
- full read/write support for the iTunesDB file format
- support for gtkpod-style extended metadata
- support for gnupod-style extended metadata
- support for reading rhythmbox music database
- full ID3v2 support via any one of the ID3 liraries for python
Usage
The pypod script is very simple to use. If your iPod is mounted anywhere other than /media/ipod set the IPOD_MOUNTPOINT environment variable and run "pypod -s" for a summary of the state of your iPod.
Then try things like:
$ pypod --add /path/to/some/music
$ pypod --find-orphans
$ pypod --help
Enhancements:
- Support for newer iTunesDB files (such as those on the iPod Nano) was added.
- An --extract option for retrieving tracks from an iPod was added.
- Initial support for AAC files was added.
- Support for parsing (but not writing) podcast playlists was implemented.
- ASCII and lowercase filenames are now always used on iPods and spaces are removed from filenames.
- Some bugs were fixed.
Download (0.028MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
593 downloads
Epiar 0.6.0 RC2
Epiar is a space combat/adventure game. more>>
Epiar is a space combat/adventure game.
Epiar is a space trading/combat role playing game for Linux, Windows and FreeBSD. It is released under the GPL and is written in a modular fashion so you can create your own scenarios, ships, upgrades, and more!
It is very stable despite the version number, which merely represents the progress of original features implemented. Completely free, driven by code from the Epiar development team and artwork from Epiar players.
In Epiar, you begin as a shuttle pilot in a galaxy generally ruled by anarchy, with few stable governments and numerous rebel factions. You start your adventure off doing whatever you want, but generally trying to save up money for a new starship, and your adventure takes off from there ...
<<lessEpiar is a space trading/combat role playing game for Linux, Windows and FreeBSD. It is released under the GPL and is written in a modular fashion so you can create your own scenarios, ships, upgrades, and more!
It is very stable despite the version number, which merely represents the progress of original features implemented. Completely free, driven by code from the Epiar development team and artwork from Epiar players.
In Epiar, you begin as a shuttle pilot in a galaxy generally ruled by anarchy, with few stable governments and numerous rebel factions. You start your adventure off doing whatever you want, but generally trying to save up money for a new starship, and your adventure takes off from there ...
Download (7.7MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1352 downloads
Rx4RDF 0.6.0
Rx4RDF is a set of technologies designed to make W3Cs RDF more accessible and easier to use. more>>
Rx4RDF project is a set of technologies designed to make W3Cs RDF less complex and easier to use.
It includes RxPath, which enables one to use familar XML technologies like XPath, XSLT, and XUpdate to query, transform and update an RDF model, Raccoon, an application server that uses an RDF model for its data store and RxPath to translate arbitrary requests to RDF resources, and ZML and RxML, alternative text formats for XML and RDF that were designed to allow novices to write XML and RDF with (nearly) the same ease as a Wiki entry.
Enhancements:
- The RxPath data engine now uses a simple but optimizing query engine and is much faster.
- It also now supports RDF named graphs (RDF contexts).
- It is now easier to use RxPath in XML contexts, such as an XSLT page.
- Other improvements include better support for 3rd-party RDF libraries and RDF stores.
- Finally, Rhizome-Wiki has many new features based on these changes.
<<lessIt includes RxPath, which enables one to use familar XML technologies like XPath, XSLT, and XUpdate to query, transform and update an RDF model, Raccoon, an application server that uses an RDF model for its data store and RxPath to translate arbitrary requests to RDF resources, and ZML and RxML, alternative text formats for XML and RDF that were designed to allow novices to write XML and RDF with (nearly) the same ease as a Wiki entry.
Enhancements:
- The RxPath data engine now uses a simple but optimizing query engine and is much faster.
- It also now supports RDF named graphs (RDF contexts).
- It is now easier to use RxPath in XML contexts, such as an XSLT page.
- Other improvements include better support for 3rd-party RDF libraries and RDF stores.
- Finally, Rhizome-Wiki has many new features based on these changes.
Download (0.65MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1298 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
FreeNX 0.6.0
FreeNX is an implementation of a NoMachine/NX-compatible terminal server. more>>
FreeNX Server project is the Free and GPLd NX server implementation by Fabian Franz, based on NoMachine.coms NX technology.
NoMachine have thankfully licensed the core of NX under the GPL (they provide a close-source commercial NX server product on top of that code, as well as professional support).
FreeNX is a set of Bash scripts (about 3000 lines of code altogether) and comes with no support other than that which you may or may not gain by participating in this mailing list.
For FreeNX to work, you not only need the FreeNX scripts, but you also need the compiled NX sources from NoMachine.com installed. (Linux-Distributions are starting to offer their own pre-compiled packages now).
kNX is the initial KDE NX Client implementation, that was written as a "proof-of-concept" within 2 half days of hacking during LinuxTag 2004.
FreeNX and kNX strife to stay compatible and inter-operable with NoMachines commercial NX products. We aim to let NoMachines (free-as-in-beer) NX Client to work with FreeNX server as well as let the kNX Client access any commercial NoMachine server product (Personal, SmallOffice and Enterprise Servers).
Some versions of FreeNX and kNX are "snapshot" releases for respective 1.5.x snapshots by NoMachine, and are not expected to run with any other NX version from NoMachine.
Enhancements:
- Support for NX client and backend versions 2.0.0 and 2.1.0 was implemented.
- "Round-robin" and "load" load balancing algorithms were added.
- Many significant fixes were made.
<<lessNoMachine have thankfully licensed the core of NX under the GPL (they provide a close-source commercial NX server product on top of that code, as well as professional support).
FreeNX is a set of Bash scripts (about 3000 lines of code altogether) and comes with no support other than that which you may or may not gain by participating in this mailing list.
For FreeNX to work, you not only need the FreeNX scripts, but you also need the compiled NX sources from NoMachine.com installed. (Linux-Distributions are starting to offer their own pre-compiled packages now).
kNX is the initial KDE NX Client implementation, that was written as a "proof-of-concept" within 2 half days of hacking during LinuxTag 2004.
FreeNX and kNX strife to stay compatible and inter-operable with NoMachines commercial NX products. We aim to let NoMachines (free-as-in-beer) NX Client to work with FreeNX server as well as let the kNX Client access any commercial NoMachine server product (Personal, SmallOffice and Enterprise Servers).
Some versions of FreeNX and kNX are "snapshot" releases for respective 1.5.x snapshots by NoMachine, and are not expected to run with any other NX version from NoMachine.
Enhancements:
- Support for NX client and backend versions 2.0.0 and 2.1.0 was implemented.
- "Round-robin" and "load" load balancing algorithms were added.
- Many significant fixes were made.
Download (0.042MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
1001 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
JLdapAB 0.6.0
JLdapAB is a Web application to manage Mozilla based LDAP address books. more>>
JLdapAB is a Web application to manage Mozilla based LDAP address books.
JLdapAB can help you share Mozilla address books between different computers.
Installing:
If you want to try ZXID out immediately, we recommend compiling the
library and examples and installing one of the examples as a CGI
script in an existing web server.
tar xvzf zxid-0.1.tgz
cd zxid-0.1
# N.B. There is no configure script. The Makefile works for all supported platforms as is.
make
cp zxid.x /
# configure your web server to recognize .x as an extension for CGI (or mv zxid.x zxid.cgi)
# *** point your browser here
<<lessJLdapAB can help you share Mozilla address books between different computers.
Installing:
If you want to try ZXID out immediately, we recommend compiling the
library and examples and installing one of the examples as a CGI
script in an existing web server.
tar xvzf zxid-0.1.tgz
cd zxid-0.1
# N.B. There is no configure script. The Makefile works for all supported platforms as is.
make
cp zxid.x /
# configure your web server to recognize .x as an extension for CGI (or mv zxid.x zxid.cgi)
# *** point your browser here
Download (9.3MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1169 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 reportjob 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