statsrecord 0.6.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
Google::Adwords::StatsRecord 0.6.0
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object. more>>
Google::Adwords::StatsRecord is a Google Adwords StatsRecord Object.
This object is a read-only object used in returned calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/StatsRecord.html
METHODS
Accessors (read only)
* averagePosition - The average position of impressions that were shown for this records entity
* clicks - The number of clicks collected by this records entity.
* conversionRate - The ratio of conversions over convertible clicks for this records entity.
* conversions - The number of clicks that were actually converted for this records entity.
* cost - The total cost incurred (in micro-units of currency) by this records entity.
* id - The Id of this records entity
* impressions - The number of impressions shown on behalf of this records entity
<<lessThis object is a read-only object used in returned calls from Google Adwords API.
More info is available here -
http://www.google.com/apis/adwords/developer/StatsRecord.html
METHODS
Accessors (read only)
* averagePosition - The average position of impressions that were shown for this records entity
* clicks - The number of clicks collected by this records entity.
* conversionRate - The ratio of conversions over convertible clicks for this records entity.
* conversions - The number of clicks that were actually converted for this records entity.
* cost - The total cost incurred (in micro-units of currency) by this records entity.
* id - The Id of this records entity
* impressions - The number of impressions shown on behalf of this records entity
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
TuxUsers 0.6.0
TuxUsers application is a user management KControl module and stand alone utility. more>>
TuxUsers application is a user management KControl module and stand alone utility.
It allows very wasy user accounts management:
- User creation, deletion and modification.
- Change KDM start icon.
- Predefined groups for new users to ease new user permissions.
- Thinkfinger fingerprint reader suported to add easily fingerprint auth. for your system.
<<lessIt allows very wasy user accounts management:
- User creation, deletion and modification.
- Change KDM start icon.
- Predefined groups for new users to ease new user permissions.
- Thinkfinger fingerprint reader suported to add easily fingerprint auth. for your system.
Download (0.13MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
824 downloads
TrollBridge 0.6.0
TrollBridge is a set of scripts that allows you to build a custom network authentication. more>>
TrollBridge is a set of scripts that allows you to build a custom network authentication system that will capture unauthorized clients, direct them to a login page, and then redirect them to their original destination. It is based on the firewall script from NoCatSplash, but is written in python instead of c.
It can be used to to setup a network hot-spot for your business, school or home. The only authorization methods currently available are a skeleton username/password example, and an example using iButton devices. When a unknown MAC addresses tries to make a connection to the protected network the iptables rules redirect any access (web or otherwise) to port 5280 where the Apache server then displays the authentication page. MAC addresses are used to keep track of authorized users, so this system is susceptible the MAC is spoofed.
The scripts are not plug and play, you will need to customize them for your unique situation, as well as modify your iptables settings and add a virtual host to the Apache web server. If you need help you can ask on the TrollBridge support list
<<lessIt can be used to to setup a network hot-spot for your business, school or home. The only authorization methods currently available are a skeleton username/password example, and an example using iButton devices. When a unknown MAC addresses tries to make a connection to the protected network the iptables rules redirect any access (web or otherwise) to port 5280 where the Apache server then displays the authentication page. MAC addresses are used to keep track of authorized users, so this system is susceptible the MAC is spoofed.
The scripts are not plug and play, you will need to customize them for your unique situation, as well as modify your iptables settings and add a virtual host to the Apache web server. If you need help you can ask on the TrollBridge support list
Download (0.019MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 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
basE91 0.6.0
basE91 is an advanced method for encoding binary data as ASCII characters. more>>
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data.
basE91 amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.
Enhancements:
- The encoding/decoding routines have been restructured to be thread-safe, and the syntax of the commandline frontend is more similar to base64 from the GNU coreutils now.
<<lessbasE91 amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.
Enhancements:
- The encoding/decoding routines have been restructured to be thread-safe, and the syntax of the commandline frontend is more similar to base64 from the GNU coreutils now.
Download (0.004MB)
Added: 2006-11-03 License: zlib/libpng License Price:
760 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
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
strhash 0.6.0
strhash is a hash table library. more>>
strhash is a hash table library.
A strhash is an associative array, mapping keys to values. Keys and values may be strings of up to 2 gigabytes (2^31) bytes of length, containing any possibly character. Keys need not be unique.
All hashing libraries i used before had some kind of more or less annoying limitations.
Main features:
- key sizes are often limited to a few or a few hundred bytes. While this is often enough is sometimes bites.
- key values are sometimes limited to a restricted character set.
- data sizes are also often limited.
- data values are sometimes limited to a restricted character set.
- the number of keys is often limited. Sometimes the libraries havent even been tested against a large number of keys, which is a recipe for disaster.
- keys may need to be unique.
- the implementations sometimes only have a high-level interface which make it hard to put wrappers around it. Strhash on the other hand only has a low-level interface and is explicitly meant to be used to but higher layers on top of it.
Enhancements:
- Added the strhash_load and strhash_save functions to save a hash to a file and reload it again.
<<lessA strhash is an associative array, mapping keys to values. Keys and values may be strings of up to 2 gigabytes (2^31) bytes of length, containing any possibly character. Keys need not be unique.
All hashing libraries i used before had some kind of more or less annoying limitations.
Main features:
- key sizes are often limited to a few or a few hundred bytes. While this is often enough is sometimes bites.
- key values are sometimes limited to a restricted character set.
- data sizes are also often limited.
- data values are sometimes limited to a restricted character set.
- the number of keys is often limited. Sometimes the libraries havent even been tested against a large number of keys, which is a recipe for disaster.
- keys may need to be unique.
- the implementations sometimes only have a high-level interface which make it hard to put wrappers around it. Strhash on the other hand only has a low-level interface and is explicitly meant to be used to but higher layers on top of it.
Enhancements:
- Added the strhash_load and strhash_save functions to save a hash to a file and reload it again.
Download (0.032MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 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
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
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
Grdc 0.6.0
GTK+/Gnome Remote Desktop Client more>>
Grdc 0.6.0 is developed to be a remote desktop client based on GTK+ and for the GNOME desktop environment.
Major Features :
- The Grdc main program:
- A pure GTK+ 2.0 application!
- Maintain a list of remote desktop files for most frequently used servers
- Make quick connections by directly putting in the server name
- Remote desktops with higher resolutions are scrollable in both window and fullscreen mode
- Viewport fullscreen mode: remote desktop automatically scrolls when the mouse moves over the screen edge.
- Floating toolbar in fullscreen mode, allows you to switch between modes, toggle keyboard grabbing, minimize, etc.
- RDP protocol is supported by rdesktop; VNC protocol is supported by libvncclient.
- The Grdc Gnome applet:
- A Gnome desktop applet for easy-access of Grdc main features
- List all remote desktop files and make the connection easily
- Support remote desktop files grouping feature
Enhancements:
- Add Avahi support using libavahi-ui
- Option tstart a connection in view-only mode
- Enhanced command line arguments tsupport new grdc-applet features
- Black Scrolled Viewport border (Nikolay Botev)
- Better mouse cursor (both server and client side) (Nikolay Botev)
- Keyboard mapping option for rdesktop (RDP)
- VNC Chat feature
- Fix VNC desktop resize bug (Nikolay Botev)
- VNC Beep feature (Nikolay Botev)
- A SFTP client (stand-alone or integrate with SSH tunnel)
- SSH terminal feature integrated with SSH tunnel
- Add RDP options: Share folder, Startup program/path and Advanced arguments
- New Preference option Default View Mode
- Better default window size tmatch server resolution
- New VNC advanced option: Horizontal and Vertical scale
- Saved password is now encrypted
- Quick Connect protocol sub menus and connection protocol icons
- Support VNC keyboard mapping
- Fix VNC peer disconnect bug (Alex Chateau)
- Greek translation added by Elias Sofronas
Added: 2009-07-07 License: GPL Price: FREE
14 downloads
Bitcollider 0.6.0
Bitcollider is an application which can be used to lookup/submit files to Bitzi. more>>
Bitcollider provides the bitcollider can be used to lookup/submit files to Bitzi.
The Bitcollider utility allows users to uniquely identify and submit files to Bitzis community metadatabase project.
The Bitcollider can be used to identify any local file and has support for extracting metadata from MP3, WAV, Vorbis, JPEG, PNG, GIF, AVI, MPEG-1, MPEG-2, and QuickTime files.
Users can quickly look up all the known information about the given file in Bitzis metadatabase.
Enhancements:
- The kzhash identifier used by Kazaa 2.6 and up is now calculated. (As a result, MAGNET links at Bitzi can include this identifier and work with Kazaa.)
- A video format plugin now extracts and submits information such as framerate, framesize, duration,bitrate, and codec from most AVI, MPEG1/2, and QuickTime videos.
- A problem in the original construction of the TigerTree hash value has been corrected. (Only values from updated software display at theBitzi website.)
- Calculation of MD5 and CRC32 values is now optional.
<<lessThe Bitcollider utility allows users to uniquely identify and submit files to Bitzis community metadatabase project.
The Bitcollider can be used to identify any local file and has support for extracting metadata from MP3, WAV, Vorbis, JPEG, PNG, GIF, AVI, MPEG-1, MPEG-2, and QuickTime files.
Users can quickly look up all the known information about the given file in Bitzis metadatabase.
Enhancements:
- The kzhash identifier used by Kazaa 2.6 and up is now calculated. (As a result, MAGNET links at Bitzi can include this identifier and work with Kazaa.)
- A video format plugin now extracts and submits information such as framerate, framesize, duration,bitrate, and codec from most AVI, MPEG1/2, and QuickTime videos.
- A problem in the original construction of the TigerTree hash value has been corrected. (Only values from updated software display at theBitzi website.)
- Calculation of MD5 and CRC32 values is now optional.
Download (0.10MB)
Added: 2007-03-18 License: Public Domain Price:
952 downloads
Twisted Web 0.6.0
Twisted Web includes an HTTP/1.0 protocol implementation for both servers and clients. more>>
Twisted Web includes an HTTP/1.0 protocol implementation for both servers and clients. Twisted Web also includes a resource framework for implementing rich, dynamic web applications. It includes support for authentication either via HTTP AUTH, session URLs, or session cookies.
It supports CGIs and a custom PB-based distribution mechanism for serving content from separate, persistent processes. It includes SOAP and XML-RPC support for both clients and servers. It also makes it particularly easy to deploy new servers with novel or ephemeral use-cases, often with only a single short command.
Enhancements:
- This release adds HTTP Basic auth support for XML-RPC clients, and fixes several date, time, and If-Modified-Since header parsing corner-cases.
- Various performance improvements have been made, and support for CGIs broken in a few specific ways has been improved.
<<lessIt supports CGIs and a custom PB-based distribution mechanism for serving content from separate, persistent processes. It includes SOAP and XML-RPC support for both clients and servers. It also makes it particularly easy to deploy new servers with novel or ephemeral use-cases, often with only a single short command.
Enhancements:
- This release adds HTTP Basic auth support for XML-RPC clients, and fixes several date, time, and If-Modified-Since header parsing corner-cases.
- Various performance improvements have been made, and support for CGIs broken in a few specific ways has been improved.
Download (0.25MB)
Added: 2006-05-29 License: MIT/X Consortium License Price:
1243 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 statsrecord 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