screen recorder gold
Sponsored Links
Sponsored Links
screen recorder gold
No.
Title
Category
Price
License
Expand All
Everything we do online, what we browse, what feeds we read, what we search for, increasingly represents who we are. This "Attention Data" has real value and needs to be protected.
Until now, only companies on the other side of our clicking captured this value. AttentionTrust is a not-for-profit organization that attempts to place the user in control of his or her Attention data.
Attention Recorder is a Firefox extension that allows users to monitor their clickstream and browsing history. YOU alone are in sole control of this information, when it is stored locally on your desktop in an XML file. YOU alone can choose to share it with a service you trust.
AttentionTrust believes that you have the following rights to your Attention Data:
1. Property--You own your data
2. Mobility--You can copy or delete your data.
3. Economy--You can exchange your data with others your trust.
4. Transparency--You can see how your data is being used
For more information on the principles, Attention Recorder, or educational programs visit www.attentiontrust.org.
Until now, only companies on the other side of our clicking captured this value. AttentionTrust is a not-for-profit organization that attempts to place the user in control of his or her Attention data.
Attention Recorder is a Firefox extension that allows users to monitor their clickstream and browsing history. YOU alone are in sole control of this information, when it is stored locally on your desktop in an XML file. YOU alone can choose to share it with a service you trust.
AttentionTrust believes that you have the following rights to your Attention Data:
1. Property--You own your data
2. Mobility--You can copy or delete your data.
3. Economy--You can exchange your data with others your trust.
4. Transparency--You can see how your data is being used
For more information on the principles, Attention Recorder, or educational programs visit www.attentiontrust.org.
Video Disk Recorder (VDR) is a digital satellite receiver program using Linux and DVB technologies. Video Disk Recorder can record MPEG2 streams, as well as output the stream to TV. It also supports plugins for DVD, DivX, or MP3 playback and more.
Here are some key features of "Video Disk Recorder":
· Operation entirely via DVB cards On Screen Display and infrared control (LIRC/RCU) or keyboard
· Support for multiple DVB cards (up to four, at least one full featured card with video out required) and "conditional access" (CICAM)
· Channel groups
· EPG display by channel or by time ("Whats on now/next")
· Timers: Programming via EPG or manually, priority/lifetime model, single-shot or repeating timers which use EPG subtitle info as recordings title additionally
· Recording storage on disk: Automatically splitting of recording into files (
Here are some key features of "Video Disk Recorder":
· Operation entirely via DVB cards On Screen Display and infrared control (LIRC/RCU) or keyboard
· Support for multiple DVB cards (up to four, at least one full featured card with video out required) and "conditional access" (CICAM)
· Channel groups
· EPG display by channel or by time ("Whats on now/next")
· Timers: Programming via EPG or manually, priority/lifetime model, single-shot or repeating timers which use EPG subtitle info as recordings title additionally
· Recording storage on disk: Automatically splitting of recording into files (
HTTP::Server::Simple::Recorder is Perl module for mixin to record HTTP::Server::Simples sockets.
SYNOPSIS
package MyServer;
use base qw/HTTP::Server::Simple::Recorder HTTP::Server::Simple::CGI/;
sub recorder_prefix { "path/to/logs/record" } # defaults to /tmp/http-server-simple-recorder
# logs to path/to/logs/record.34244.1.in,
# path/to/logs/record.34244.1.out,
# path/to/logs/record.34244.2.in,
# path/to/logs/record.34244.2.out, etc, if 34244 is the PID of the server
This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesnt itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder and an actual HTTP::Server::Simple subclass, and HTTP::Server::Simple::Recorder should be listed first.
Every time a client connects to your server, this module will open a pair of files and log the communication between the file and server to these files. Each connection gets a serial number starting at 1. The filename used is >, then a period, then the connection serial number, then a period, then either "in" or "out". recorder_prefix defaults to /tmp/http-server-simple-recorder, but you can override that in your subclass. For example, you might want to include the process ID.
SYNOPSIS
package MyServer;
use base qw/HTTP::Server::Simple::Recorder HTTP::Server::Simple::CGI/;
sub recorder_prefix { "path/to/logs/record" } # defaults to /tmp/http-server-simple-recorder
# logs to path/to/logs/record.34244.1.in,
# path/to/logs/record.34244.1.out,
# path/to/logs/record.34244.2.in,
# path/to/logs/record.34244.2.out, etc, if 34244 is the PID of the server
This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesnt itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder and an actual HTTP::Server::Simple subclass, and HTTP::Server::Simple::Recorder should be listed first.
Every time a client connects to your server, this module will open a pair of files and log the communication between the file and server to these files. Each connection gets a serial number starting at 1. The filename used is >, then a period, then the connection serial number, then a period, then either "in" or "out". recorder_prefix defaults to /tmp/http-server-simple-recorder, but you can override that in your subclass. For example, you might want to include the process ID.
Amarok Full Screen provides a full screen front end for Amarok.
The look can be changed by custom THEMES.
The look can be changed by custom THEMES.
Full Screen is an extension which provides a fulscreen button on the toolbar.
Adds Full Screen toolbar button and context menu command.
After installing use View / Toolbars / Customize... to add the button to the toolbar.
Adds Full Screen toolbar button and context menu command.
After installing use View / Toolbars / Customize... to add the button to the toolbar.
Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver.
"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.
Compilation of Xtra Screen Hacks depends only on xlib.
Installation:
The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.
If the Makefiles and config.h are ok, then simply run
$ make
to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run
$ make install
If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.
You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:
--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------
Then run xscreensaver-demo to activate and configure the hacks.
If you dont have XScreensaver at all, just enjoy the hacks in an X window.
If make install worked for you, type
$ make uninstall
when you no longer want the new screen hacks.
"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.
Compilation of Xtra Screen Hacks depends only on xlib.
Installation:
The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.
If the Makefiles and config.h are ok, then simply run
$ make
to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run
$ make install
If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.
You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:
--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------
Then run xscreensaver-demo to activate and configure the hacks.
If you dont have XScreensaver at all, just enjoy the hacks in an X window.
If make install worked for you, type
$ make uninstall
when you no longer want the new screen hacks.
reset-screen is a very simple Qt 4 program that displays a simple cross hatch pattern on your monitor.
Why is this useful? Well, it makes the auto-sync feature of the flat panel LCD monitors out there both faster and more accurate (well, for mine anyways).
I have to run this every other time I start KDE so I figure others may find it useful as well.
This isnt really useful for laptop users I think, but you may need it. Who knows? :)
This is a very simple program, which a very simple build system.
Why is this useful? Well, it makes the auto-sync feature of the flat panel LCD monitors out there both faster and more accurate (well, for mine anyways).
I have to run this every other time I start KDE so I figure others may find it useful as well.
This isnt really useful for laptop users I think, but you may need it. Who knows? :)
This is a very simple program, which a very simple build system.
8
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website.
This extension retrieve the Bid and Ask price of Spot Gold from Kitcos website.
This extension retrieve the Bid and Ask price of Spot Gold from Kitcos website.
RealPlayer plays streaming audio and video over the Internet in real-time. RealPlayer plays RealAudio, RealVideo, MP3, 3GPP Video, Flash, SMIL 2.0, JPEG, GIF, PNG, RealText, Ogg Vorbis, RealPix and Ogg Theora.
It is available for Windows, Macintosh, Pocket PC, Nokia 9200 Series, Nokia 7650, Palm OS 5-based handhelds, Linux, Solaris, and many Unix variants.
Here are some key features of "RealPlayer":
Play popular datatypes
· RealPlayer@ 10 supports RealAudio, RealVideo 10, MP3, Ogg Vorbis and Theora, H263, AAC and more. Get ready for accelerated video, full screen playback, and a lot more to play.
Mozilla-compatible plug-in
· You can now watch and listen to embedded video right in your Web browser without opening RealPlayer. Enjoy media from your favorite music and news sites with just one click.
New UI adopts your theme
· The elegant UI design is based on GTK technology. That means the player adopts the theme youve chosen, and blends itself accordingly into your desktop environment.
Whats New in This Release:
· fixes
It is available for Windows, Macintosh, Pocket PC, Nokia 9200 Series, Nokia 7650, Palm OS 5-based handhelds, Linux, Solaris, and many Unix variants.
Here are some key features of "RealPlayer":
Play popular datatypes
· RealPlayer@ 10 supports RealAudio, RealVideo 10, MP3, Ogg Vorbis and Theora, H263, AAC and more. Get ready for accelerated video, full screen playback, and a lot more to play.
Mozilla-compatible plug-in
· You can now watch and listen to embedded video right in your Web browser without opening RealPlayer. Enjoy media from your favorite music and news sites with just one click.
New UI adopts your theme
· The elegant UI design is based on GTK technology. That means the player adopts the theme youve chosen, and blends itself accordingly into your desktop environment.
Whats New in This Release:
· fixes
Show Screen Captures is an extension which enables displaying screen captures of external links on a web page.
Displays screen captures of external links on a web page. Screen shots provided by openthumbshots.org.
A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.
Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived.
Displays screen captures of external links on a web page. Screen shots provided by openthumbshots.org.
A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.
Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived.
Gnome Screen Ruler project is a customizable screen ruler for Gnome.
Gnome Screen Ruler is an on-screen ruler for measuring horizontal and vertical distances in any application. Rulers can be moved and resized using the keyboard.
Here are some key features of "Gnome Screen Ruler":
· Horizontal and vertical display
· Multiple units: pixels, inches, centimeters, picas, points, percentage
· Configurable colors and font
· Can be set always-on-top of your application windows
· Can be moved and resized with mouse or keyboard
· Measurement lines track mouse cursor to help measure anything on screen
· Its Free Software released under the GPL
Whats New in This Release:
· Rewrite in Ruby (from C).
· Middle-click now rotates around the mouse position, not the upper-left corner.
· Ruler now shows a left-click target for the popup menu while mouse is over the ruler.
· Unit selection (inches, picas, etc.) moved to popup menu (from preferences dialog).
· Keyboard keys 1-6 now change unit.
· Now uses Cairo for rendering (from GDK).
Gnome Screen Ruler is an on-screen ruler for measuring horizontal and vertical distances in any application. Rulers can be moved and resized using the keyboard.
Here are some key features of "Gnome Screen Ruler":
· Horizontal and vertical display
· Multiple units: pixels, inches, centimeters, picas, points, percentage
· Configurable colors and font
· Can be set always-on-top of your application windows
· Can be moved and resized with mouse or keyboard
· Measurement lines track mouse cursor to help measure anything on screen
· Its Free Software released under the GPL
Whats New in This Release:
· Rewrite in Ruby (from C).
· Middle-click now rotates around the mouse position, not the upper-left corner.
· Ruler now shows a left-click target for the popup menu while mouse is over the ruler.
· Unit selection (inches, picas, etc.) moved to popup menu (from preferences dialog).
· Keyboard keys 1-6 now change unit.
· Now uses Cairo for rendering (from GDK).
Privateer Gemini Gold is a remake of Wing Commander Privateer.
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Whats New in This Release:
· new paradigm model with turrets
· new "New Constantinople Superbase" model
Bugfixes:
· "bounce back bug" which prevents you from landing
· Lynn Murphy mission: hostile militia wingmen
· Lynn Murphy mission: no mission payment
· Search for Mordichai Jones: Pirate doesnt deliver message
· cargo space calculation bug when using cargo expansion
· missing linux/ubuntu dependencies
· npcs are always hostile (linux)
· impossible rescue missions
· sound issues (linux)
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Whats New in This Release:
· new paradigm model with turrets
· new "New Constantinople Superbase" model
Bugfixes:
· "bounce back bug" which prevents you from landing
· Lynn Murphy mission: hostile militia wingmen
· Lynn Murphy mission: no mission payment
· Search for Mordichai Jones: Pirate doesnt deliver message
· cargo space calculation bug when using cargo expansion
· missing linux/ubuntu dependencies
· npcs are always hostile (linux)
· impossible rescue missions
· sound issues (linux)
Privateer Gemini Gold is a remake of Wing Commander Privateer.
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Whats New in This Release:
Special Features
· High Quality textures for the Tarsus
· Planets with clouds, Space Stations have lightmaps
· Oxford and Palan missions are easier now (rebalanced)
Miscellaneous
· possible speed improvements during bootup and gameplay
· luxury/natural goods model gets a new texture
· adds high-res explosion animations
· bases and planets now have an automatic landing zone
· Oxford library computer animation added
· adds jump activation sound
· repair droids are working a lot faster
· sets the ships starting speed to ~150kps
· reduces number of available cargo missions
· uses Wing Commander style missile lock animation
Bugfixes
· drone mission bug
· Ship Dealer graphic at Oxford
· explosion sound for asteroids
· Derelict Base now always spawns
· *.blank on the navigation computer
· "fix" button bug on the upgrade computer
· cargo-bug which prevented to accept and fly a mission
· artifact-loss-through ship purchase
· spawned cargo in cargo hold after ship purchase
· mercenary computer display graphic bug
· removes unimportant information from commodity computer
· removes neutral com faces for the paradigm
· ships energy system fixed (ecm bug)
· prevents collision after ship explosion (with eject seats)
· never ending escort missions
· miggs now shows his face and speaks to you
· removes "news" and "ship dealer" from some computer consoles
· orion price changed to 75.000
· tractor beams removed from talons
· request landing "0" removed (without function)
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Whats New in This Release:
Special Features
· High Quality textures for the Tarsus
· Planets with clouds, Space Stations have lightmaps
· Oxford and Palan missions are easier now (rebalanced)
Miscellaneous
· possible speed improvements during bootup and gameplay
· luxury/natural goods model gets a new texture
· adds high-res explosion animations
· bases and planets now have an automatic landing zone
· Oxford library computer animation added
· adds jump activation sound
· repair droids are working a lot faster
· sets the ships starting speed to ~150kps
· reduces number of available cargo missions
· uses Wing Commander style missile lock animation
Bugfixes
· drone mission bug
· Ship Dealer graphic at Oxford
· explosion sound for asteroids
· Derelict Base now always spawns
· *.blank on the navigation computer
· "fix" button bug on the upgrade computer
· cargo-bug which prevented to accept and fly a mission
· artifact-loss-through ship purchase
· spawned cargo in cargo hold after ship purchase
· mercenary computer display graphic bug
· removes unimportant information from commodity computer
· removes neutral com faces for the paradigm
· ships energy system fixed (ecm bug)
· prevents collision after ship explosion (with eject seats)
· never ending escort missions
· miggs now shows his face and speaks to you
· removes "news" and "ship dealer" from some computer consoles
· orion price changed to 75.000
· tractor beams removed from talons
· request landing "0" removed (without function)
Helix Player is an audio and video player based on the Helix DNA Client engine. The GTK+ version includes a Mozilla browser plug-in and supports local file playback and streaming over RTSP/RTP and HTTP.
It supports video zoom in original, double size, and full screen, and supports: SMIL 2.0, Ogg Vorbis, H.263 video, JPEG, GIF, PNG, and RealPix.
The Symbian Series60 version supports local and streaming playback (RTSP, RTP, RDP, HTTP) of MP3, AMR narrow band, AMR wide band, RA8, sipro, RV7, RV8, RV9, RV10, H263+, 3GPP rel5 SMIL 2.0, images, and more.
Whats New in This Release:
· This release is an update for the Firefox 1.5 API changes.
It supports video zoom in original, double size, and full screen, and supports: SMIL 2.0, Ogg Vorbis, H.263 video, JPEG, GIF, PNG, and RealPix.
The Symbian Series60 version supports local and streaming playback (RTSP, RTP, RDP, HTTP) of MP3, AMR narrow band, AMR wide band, RA8, sipro, RV7, RV8, RV9, RV10, H263+, 3GPP rel5 SMIL 2.0, images, and more.
Whats New in This Release:
· This release is an update for the Firefox 1.5 API changes.
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above screen recorder gold 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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
screen recorder gold key
screen recorder gold 2.1
screen recorder gold 2.2
screen recorders
screen recorder gold v2.1
screen recorder gold serial
screen recorder gold registered
screen recorder gold downloads
screen recorder gold crack
screen recorder gold tutorial
screen recorder gold serial key
unregistered screen recorder gold
Top Popular Software
Editor's Picks Software