cheetah girls concert
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 30
Download (0.16MB)
Added: 2006-01-15 License: MIT/X Consortium License Price:
1412 downloads
Cheetah web browser 0.10
Cheetah web browser has been started to create a fully functional. more>> The cheetah web browser is a project that has been started to create a fully functional, light-weight, bloat-free web browser for Linux (and other free unix clones) that is not dependant on KDE, GNOME or Mozilla.
Why another web browser?
There are a lot of web browsers available for Unix and all of them that I have tried are great. However, I have yet to find one that truly satisfies my needs.
This is what I require in a web browser:
* It must not require another more developed web browser, such as mozilla, to operate. It can certainly use code from another web browser (providing the applications authors permit that), but the code must be included natively in its source, or in a shared library that comes with the browser. For example, I do not want to have mozilla installed to use my browser. I am using my browser not mozilla.
* It must not depend on an entire desktop suite. For example, if I use icewm I should not have to install kde to use my web browser.
* It must be extremely fast and provide an enjoyable browsing experience (duh).
* It must provide only the ability to surf the internet and download files through http and ftp. I do not want my web browser to provide the means to send/receive e-mail, compose web pages, chat on irc etcetera. I have other programs to do that.
When will Cheetah be usable?
I dont have a roadmap layed out yet. I wont have one for awhile. It all depends upon how many people are willing and have the time to contribute.<<less
Download (184KB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
Dream Girls Tetris 1.52
Dream Girls Tetris es una versión gratuita del popular juego del Tetris. El objetivo del juego es completar un total de 10 niveles. Intenta colocar l... more>> <<less
Download (517KB)
Added: 2009-04-26 License: Freeware Price: Free
181 downloads
MP3::Player::PktConcert 0.01
MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert. more>>
MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert.
SYNOPSIS
use MP3::Player::PktConcert;
my $pocket_concert = new MP3::Player::PktConcert;
my $proc_port = $pocket_concert->mount();
$pocket_concert->open();
my @tracks = $pocket_concert->tracks();
foreach my $track (@tracks) {
printf "%4d %-40s %9dn", $track->id(), $track->name(), $track->size();
}
my ($free,$total) = $pocket_concert->usage();
printf( "%d bytes free out of %d bytes totaln", $free, $total );
$pocket_concert->close();
MP3::Player::PktConcert is a Perl wrapper to John Seagulls C API to the Intel PocketConcert MP3 Player.
<<lessSYNOPSIS
use MP3::Player::PktConcert;
my $pocket_concert = new MP3::Player::PktConcert;
my $proc_port = $pocket_concert->mount();
$pocket_concert->open();
my @tracks = $pocket_concert->tracks();
foreach my $track (@tracks) {
printf "%4d %-40s %9dn", $track->id(), $track->name(), $track->size();
}
my ($free,$total) = $pocket_concert->usage();
printf( "%d bytes free out of %d bytes totaln", $free, $total );
$pocket_concert->close();
MP3::Player::PktConcert is a Perl wrapper to John Seagulls C API to the Intel PocketConcert MP3 Player.
Download (0.013MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1080 downloads
Crystality Plugin 0.92
Crystality Plugin consists of XMMS plugin and stdin/stdout plugin. more>>
Crystality Plugin consists of XMMS plugin and stdin/stdout plugin. It was written for realtime remastering of sound from mp3 files.
You will need a reasonably good stereo and a good ear to notice quality
improvement, otherwise this is not for you.
This plugin tries to patch mp3 format flaws, not a poor audio hardware! Yes, you should be able to hear well enough (sorry) - for some of my friends plugin is a cool thing, while the others does not hear nothing but echo and stereo expander (well, you will hear every effect if you set it to the maximum, but it will not sound nice).
Crystality was written for 16bit 44.1kHz stereo sound and may give strange results
with other sound formats.
Damian Hodgkiss sent me a quick port for Winamp 2.x. I have not tried it yet, but you can get it (cr-quick-winamp-port.zip).
This plugin does mainly four things (and some minor tricks):
1. Adds some sounds in very high frequency range. Most of the mp3s in The Net are flawed with a 16(15?) kHz cutoff. Even these ones compressed at high bitrates. This spectrum hole is audible and very unpleasant. This plugin helps a bit. Old mp3s made from the vinyl or the magnetic tape may also sound better with these "steroids". For old mp3s youll probably need to set filter to 0.1.
2. Adds some even harmonic distortions (actually nonlinearity), that sounds nice. Valve amps introduce even harmonic distortions (although differnt way) Look at audiophile pages for more info (well, mp3 format is not an audiophile stuff at all, but... welcome to the real world...).
3. Adds simple, but nice 3D echo (concert hall or church like). Most of echo plugins sounds too hard and aggresively for me. This one does not.
4. Extends stereo.
USING:
There are currently two versions of plugin - XMMS plugin and stdin/stdout. Stdin/out plugin is completly independent of XMMS plugin. It even stores its configuration in a separate file (~/.crystalityrc). Stdin/out plugin is alpha code, so some features are missed. You cannot reopen configuration dialog after closing without restarting plugin, there are no "save config", "load config" buttons. Configuration is loaded automatically on startup and saved on exit, either on normal finish or ^C. You can disable GUI with -g option (useful in scripts).
Because this plugin adds some sounds at high frequencies, you will probably need to decrease treble level on your amplifier. Plugin does not perform normalization, so you should slightly decrease signal level in XMMS equalizer (NOT volume slider on the main panel). Setting sliders to the maximum is generally a bad idea (well, except the filter, where that setting is useful).
PERFORMANCE:
It eats about 15% of CPU on my AMD K6-2/400 and optimization is still possible, this is not highly optimized code.
INSTALLATION:
Distribution contains binary version of XMMS plugin library and stdin/stdout plugin executable (Linux i586, glibc 2.1.3). You may copy plugin library file (libcrystality.so) into XMMSs Effect directory and executable (crystality-stdio) to /usr/local/bin or any location you prefer. For default locations simply type:
make install
and thats it.
You may also build crystality from the source.
make buildinstall
typed as root in the source directory should be all you have to do.
This plugin was my first small step in gtk programming, so dont expect any wonders, GUI is actually a quick hack to hardcoded settings. I am not a GUI programmer.
<<lessYou will need a reasonably good stereo and a good ear to notice quality
improvement, otherwise this is not for you.
This plugin tries to patch mp3 format flaws, not a poor audio hardware! Yes, you should be able to hear well enough (sorry) - for some of my friends plugin is a cool thing, while the others does not hear nothing but echo and stereo expander (well, you will hear every effect if you set it to the maximum, but it will not sound nice).
Crystality was written for 16bit 44.1kHz stereo sound and may give strange results
with other sound formats.
Damian Hodgkiss sent me a quick port for Winamp 2.x. I have not tried it yet, but you can get it (cr-quick-winamp-port.zip).
This plugin does mainly four things (and some minor tricks):
1. Adds some sounds in very high frequency range. Most of the mp3s in The Net are flawed with a 16(15?) kHz cutoff. Even these ones compressed at high bitrates. This spectrum hole is audible and very unpleasant. This plugin helps a bit. Old mp3s made from the vinyl or the magnetic tape may also sound better with these "steroids". For old mp3s youll probably need to set filter to 0.1.
2. Adds some even harmonic distortions (actually nonlinearity), that sounds nice. Valve amps introduce even harmonic distortions (although differnt way) Look at audiophile pages for more info (well, mp3 format is not an audiophile stuff at all, but... welcome to the real world...).
3. Adds simple, but nice 3D echo (concert hall or church like). Most of echo plugins sounds too hard and aggresively for me. This one does not.
4. Extends stereo.
USING:
There are currently two versions of plugin - XMMS plugin and stdin/stdout. Stdin/out plugin is completly independent of XMMS plugin. It even stores its configuration in a separate file (~/.crystalityrc). Stdin/out plugin is alpha code, so some features are missed. You cannot reopen configuration dialog after closing without restarting plugin, there are no "save config", "load config" buttons. Configuration is loaded automatically on startup and saved on exit, either on normal finish or ^C. You can disable GUI with -g option (useful in scripts).
Because this plugin adds some sounds at high frequencies, you will probably need to decrease treble level on your amplifier. Plugin does not perform normalization, so you should slightly decrease signal level in XMMS equalizer (NOT volume slider on the main panel). Setting sliders to the maximum is generally a bad idea (well, except the filter, where that setting is useful).
PERFORMANCE:
It eats about 15% of CPU on my AMD K6-2/400 and optimization is still possible, this is not highly optimized code.
INSTALLATION:
Distribution contains binary version of XMMS plugin library and stdin/stdout plugin executable (Linux i586, glibc 2.1.3). You may copy plugin library file (libcrystality.so) into XMMSs Effect directory and executable (crystality-stdio) to /usr/local/bin or any location you prefer. For default locations simply type:
make install
and thats it.
You may also build crystality from the source.
make buildinstall
typed as root in the source directory should be all you have to do.
This plugin was my first small step in gtk programming, so dont expect any wonders, GUI is actually a quick hack to hardcoded settings. I am not a GUI programmer.
Download (0.032MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1291 downloads
Decilo Gratis 0.1
Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free more>>
Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free: just select in any web page the text you want to post on decilogratis, and then post it via right-click or Tools menu.
In decilogratis.com you can write all what you want, for example, what you think about something, what you are looking for buying or selling, a secret you want to share, or just tell to your girl/boyfriend how much you love her/him. You can have your own public blog here too, just write always under your own tag! Now, with this extension is easier to say something!
<<lessIn decilogratis.com you can write all what you want, for example, what you think about something, what you are looking for buying or selling, a secret you want to share, or just tell to your girl/boyfriend how much you love her/him. You can have your own public blog here too, just write always under your own tag! Now, with this extension is easier to say something!
Download (0.007MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
934 downloads
pyctures 0.20
pyctures is a small web gallery written in Python that uses the web.py framework. more>>
pyctures is a small web gallery written in Python that uses the web.py framework. It does not use any database and stores all the necessary data in the filesystem.
pyctures is published under the BOLA (Public Domain), so you can run the software anywhere, and do whatever you want with it.
Installation:
The installation procedure depends on the HTTP server youre using. What follows is a list of procedures for some common HTTP servers. If you use pyctures with something else, please let me know so I can add it here.
After youve completed the install, read the "Administration" file to learn how to manage your gallery.
Common procedure
1. Copy the "website" directory to a suitable place where you want to install
pyctures. It does not have to be inside your website, but has to be
readable by your webservers user.
2. Create a "config.py" file based on the "config.py.sample" file, and edit it
according to your configuration. A really important setting is the album
path, where all albums will be stored. It can be anywhere you want. Create
an admin user so you can create albums using the web interface.
3. Make sure the album path is writeable by the user who will run the pyctures
application. It usually is your web server user.
4. Install PIL from http://www.pythonware.com/products/pil/. The package name
for most distributions is "python-imaging" or just "imaging".
5. Install cheetah from http://www.cheetahtemplate.org/. The package name for
most distributions is "python-cheetah" or just "cheetah". You need at least
version 2.0-rc5.
No server (stand-alone)
pyctures can be run without any HTTP server by just executing
"./pyctures [PORT]" directly on the website directory. Its useful for
testing and small sites. I recommend that you test everything works this way
before integrating it into a webserver.
lighttpd
First of all, install "flup", from http://www.saddi.com/software/flup/.
Gentoo: Its not in portage, it sucks. Check
http://bugs.gentoo.org/show_bug.cgi?id=100784
Debian: apt-get install python-flup
Now, lets suppose youve installed pyctures in the "/var/www/pyctures"
directory, and want to publish it under the "/pics/" directory.
You need to add the following to /etc/lighttpd/mod_fastcgi.conf (or just
/etc/lighttpd/lighttpd.conf if you dont have the other file):
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
fastcgi.server = (
"/pics" => ((
"socket" => "/tmp/fastcgi-pics.socket",
"max-procs" => 1,
"bin-path" => "/var/www/pyctures/pyctures"
))
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
This is enough, but be aware that "http://mysite/pics" (note the missing
"/" at the end) will *not* be redirected to pyctures.
If you want to be able to refer to your pyctures root both as
"http://mysite/pics/" and "http://mysite/pics", you need to add the
following in the same file as before:
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
url.redirect = (
"^/pics$" => "/pics/"
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
And then create an empty file in your document root called "gallery",
otherwise lighttpd will think the path does not exist and return 404 before
doing the redirection.
Enhancements:
- This version implemented pagination, IE support, and automatic thumbnail regeneration on config changes.
- It also improved performance considerably, reduced the memory footprint, added Apache installation instructions, and included several other minor improvements.
<<lesspyctures is published under the BOLA (Public Domain), so you can run the software anywhere, and do whatever you want with it.
Installation:
The installation procedure depends on the HTTP server youre using. What follows is a list of procedures for some common HTTP servers. If you use pyctures with something else, please let me know so I can add it here.
After youve completed the install, read the "Administration" file to learn how to manage your gallery.
Common procedure
1. Copy the "website" directory to a suitable place where you want to install
pyctures. It does not have to be inside your website, but has to be
readable by your webservers user.
2. Create a "config.py" file based on the "config.py.sample" file, and edit it
according to your configuration. A really important setting is the album
path, where all albums will be stored. It can be anywhere you want. Create
an admin user so you can create albums using the web interface.
3. Make sure the album path is writeable by the user who will run the pyctures
application. It usually is your web server user.
4. Install PIL from http://www.pythonware.com/products/pil/. The package name
for most distributions is "python-imaging" or just "imaging".
5. Install cheetah from http://www.cheetahtemplate.org/. The package name for
most distributions is "python-cheetah" or just "cheetah". You need at least
version 2.0-rc5.
No server (stand-alone)
pyctures can be run without any HTTP server by just executing
"./pyctures [PORT]" directly on the website directory. Its useful for
testing and small sites. I recommend that you test everything works this way
before integrating it into a webserver.
lighttpd
First of all, install "flup", from http://www.saddi.com/software/flup/.
Gentoo: Its not in portage, it sucks. Check
http://bugs.gentoo.org/show_bug.cgi?id=100784
Debian: apt-get install python-flup
Now, lets suppose youve installed pyctures in the "/var/www/pyctures"
directory, and want to publish it under the "/pics/" directory.
You need to add the following to /etc/lighttpd/mod_fastcgi.conf (or just
/etc/lighttpd/lighttpd.conf if you dont have the other file):
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
fastcgi.server = (
"/pics" => ((
"socket" => "/tmp/fastcgi-pics.socket",
"max-procs" => 1,
"bin-path" => "/var/www/pyctures/pyctures"
))
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
This is enough, but be aware that "http://mysite/pics" (note the missing
"/" at the end) will *not* be redirected to pyctures.
If you want to be able to refer to your pyctures root both as
"http://mysite/pics/" and "http://mysite/pics", you need to add the
following in the same file as before:
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
url.redirect = (
"^/pics$" => "/pics/"
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
And then create an empty file in your document root called "gallery",
otherwise lighttpd will think the path does not exist and return 404 before
doing the redirection.
Enhancements:
- This version implemented pagination, IE support, and automatic thumbnail regeneration on config changes.
- It also improved performance considerably, reduced the memory footprint, added Apache installation instructions, and included several other minor improvements.
Download (0.076MB)
Added: 2007-01-09 License: Public Domain Price:
1019 downloads
Tahchee 0.9.8
Tahchee is a tool for developers and Web designers that makes it possible to easily build a static Web site using Cheetah. more>> <<less
Download (0.088MB)
Added: 2006-09-23 License: BSD License Price:
1126 downloads
Lingua::Conjunction 2.00
Lingua::Conjunction is Perl module convert Perl lists into linguistic conjunctions. more>>
Lingua::Conjunction is Perl module convert Perl lists into linguistic conjunctions.
SYNOPSIS
use Lingua::Conjunction;
# emits "Jack"
$name_list = conjunction(Jack);
# emits "Jack and Jill"
$name_list = conjunction(Jack, Jill);
# emits "Jack, Jill, and Spot"
$name_list = conjunction(Jack, Jill, Spot);
# emits "Jack, a boy; Jill, a girl; and Spot, a dog"
$name_list = conjunction(Jack, a boy, Jill, a girl, Spot, a dog);
# emits "Jacques, un garcon; Jeanne, une fille; et Spot, un chien"
Lingua::Conjunction->lang(fr);
$name_list = conjunction(
Jacques, un garcon,
Jeanne, une fille,
Spot, un chien
);
Lingua::Conjunction exports a single subroutine, conjunction, that converts a list into a properly punctuated text string.
You can cause conjunction to use the connectives of other languages, by calling the appropriate subroutine:
Lingua::Conjunction->lang(en); # use and (default)
Lingua::Conjunction->lang(es); # use y
Supported languages in this version are English, Spanish, French, Italian, German, Portuguese, Norwegian, Danish, Dutch, Afrikaans, Swahili, and Latin. (Klingon is intentionally not supported.)
You can also set connectives individually:
Lingua::Conjunction->separator("...");
Lingua::Conjunction->separator_phrase("--");
Lingua::Conjunction->connector_type("or");
# emits "Jack... Jill... or Spot"
$name_list = conjunction(Jack, Jill, Spot);
The separator_phrase is used whenever the separator already appears in an item of the list. For example:
# emits "Doe, a deer; Ray; and Me"
$name_list = conjunction(Doe, a deer, Ray, Me);
You may use the penultimate routine to diable the separator after the next to last item. Generally this is bad English practice but the option is there if you want it:
# emits "Jack, Jill and Spot"
Lingua::Conjunction->penultimate(0);
$name_list = conjunction(Jack, Jill, Spot);
I have been told that the penultimate comma is not standard for some languages, such as Norwegian. Hence the defaults set in the %languages.
<<lessSYNOPSIS
use Lingua::Conjunction;
# emits "Jack"
$name_list = conjunction(Jack);
# emits "Jack and Jill"
$name_list = conjunction(Jack, Jill);
# emits "Jack, Jill, and Spot"
$name_list = conjunction(Jack, Jill, Spot);
# emits "Jack, a boy; Jill, a girl; and Spot, a dog"
$name_list = conjunction(Jack, a boy, Jill, a girl, Spot, a dog);
# emits "Jacques, un garcon; Jeanne, une fille; et Spot, un chien"
Lingua::Conjunction->lang(fr);
$name_list = conjunction(
Jacques, un garcon,
Jeanne, une fille,
Spot, un chien
);
Lingua::Conjunction exports a single subroutine, conjunction, that converts a list into a properly punctuated text string.
You can cause conjunction to use the connectives of other languages, by calling the appropriate subroutine:
Lingua::Conjunction->lang(en); # use and (default)
Lingua::Conjunction->lang(es); # use y
Supported languages in this version are English, Spanish, French, Italian, German, Portuguese, Norwegian, Danish, Dutch, Afrikaans, Swahili, and Latin. (Klingon is intentionally not supported.)
You can also set connectives individually:
Lingua::Conjunction->separator("...");
Lingua::Conjunction->separator_phrase("--");
Lingua::Conjunction->connector_type("or");
# emits "Jack... Jill... or Spot"
$name_list = conjunction(Jack, Jill, Spot);
The separator_phrase is used whenever the separator already appears in an item of the list. For example:
# emits "Doe, a deer; Ray; and Me"
$name_list = conjunction(Doe, a deer, Ray, Me);
You may use the penultimate routine to diable the separator after the next to last item. Generally this is bad English practice but the option is there if you want it:
# emits "Jack, Jill and Spot"
Lingua::Conjunction->penultimate(0);
$name_list = conjunction(Jack, Jill, Spot);
I have been told that the penultimate comma is not standard for some languages, such as Norwegian. Hence the defaults set in the %languages.
Download (0.004MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1160 downloads
tarix 1.0.2
tarix is a simple indexer for GNU and POSIX tar files. more>>
tarix is a simple indexer for POSIX and GNU tar files. The indexes allow fast extraction of files in the archive, especially on seekable tape devices.
The index format is simple enough to be used from a rescue disk with only mt, dd, and tar (though grep and sed would be very useful there).
Tarix is a fairly simple program and should work on any system with an ANSI C compiler that suports GNU-ish 64-bit integers ([unsigned] long long, strtoull). If you are not compiling on a known supported platform, you will probably have to modify src/portability.h to get correct defines for 64-bit file operations correct, and src/portability.c to get correct implementations of the magnetic tape setblk/seek/tell operations. If this is not sufficient, please report it as a bug!
To compile tarix, simply type make (or gmake if your make program is not GNU make) from the base directory of the source distribution. Running make install will install tarix to /usr/local by default, but this can be changed by editing the variables at the top of the Makefile.
Tarix requires the zlib headers and library.
Known Supported Platforms:
- Linux
- FreeBSD
Enhancements:
- This release has portability fixes, and an important fix for a data corruption bug that would lead to portions of a compressed archive being unusable.
<<lessThe index format is simple enough to be used from a rescue disk with only mt, dd, and tar (though grep and sed would be very useful there).
Tarix is a fairly simple program and should work on any system with an ANSI C compiler that suports GNU-ish 64-bit integers ([unsigned] long long, strtoull). If you are not compiling on a known supported platform, you will probably have to modify src/portability.h to get correct defines for 64-bit file operations correct, and src/portability.c to get correct implementations of the magnetic tape setblk/seek/tell operations. If this is not sufficient, please report it as a bug!
To compile tarix, simply type make (or gmake if your make program is not GNU make) from the base directory of the source distribution. Running make install will install tarix to /usr/local by default, but this can be changed by editing the variables at the top of the Makefile.
Tarix requires the zlib headers and library.
Known Supported Platforms:
- Linux
- FreeBSD
Enhancements:
- This release has portability fixes, and an important fix for a data corruption bug that would lead to portions of a compressed archive being unusable.
Download (0.023MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1270 downloads
Goonies 1.0-1
Goonies project is a fun jump n run game. more>>
Goonies project is a fun jump n run game. The action takes place in the sleepy seaside town of Cauldron Point, down in an area known as the Goon Docks.
The Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.
Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
<<lessThe Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.
Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
Download (11.2MB)
Added: 2006-09-05 License: Other/Proprietary License with Source Price:
1147 downloads
Synergy 1.3.1
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems. more>>
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. The project is intended for users with multiple computers on their desk since each system uses its own monitor(s).
Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.
With synergy, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor.
In this example, the user is moving the mouse from left to right. When the cursor reaches the right edge of the left screen it jumps instantly to the left edge of the right screen.
You can arrange screens side-by-side, above and below one another, or any combination. You can even have a screen jump to the opposite edge of itself. Synergy also understands multiple screens attached to the same computer.
Running a game and dont want synergy to jump screens? No problem. Just toggle Scroll Lock. Synergy keeps the cursor on the same screen when Scroll Lock is on. (This can be configured to another hot key.)
Do you wish you could cut and paste between computers? Now you can! Just copy text, HTML, or an image as you normally would on one screen then switch to another screen and paste it. Its as if all your computers shared a single clipboard (and separate primary selection for you X11 users). It even converts newlines to each computers native form so cut and paste between different operating systems works seamlessly. And it does it all in Unicode so any text can be copied.
Do you use a screen saver? With synergy all your screen savers act in concert. When one starts they all start. When one stops they all stop. And, if you require a password to unlock the screen, youll only have to enter a password on one screen.
If you regularly use multiple computers on one desk, give synergy a try. Youll wonder how you ever lived without it.
<<lessRedirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.
With synergy, all the computers on your desktop form a single virtual screen. You use the mouse and keyboard of only one of the computers while you use all of the monitors on all of the computers. You tell synergy how many screens you have and their positions relative to one another. Synergy then detects when the mouse moves off the edge of a screen and jumps it instantly to the neighboring screen. The keyboard works normally on each screen; input goes to whichever screen has the cursor.
In this example, the user is moving the mouse from left to right. When the cursor reaches the right edge of the left screen it jumps instantly to the left edge of the right screen.
You can arrange screens side-by-side, above and below one another, or any combination. You can even have a screen jump to the opposite edge of itself. Synergy also understands multiple screens attached to the same computer.
Running a game and dont want synergy to jump screens? No problem. Just toggle Scroll Lock. Synergy keeps the cursor on the same screen when Scroll Lock is on. (This can be configured to another hot key.)
Do you wish you could cut and paste between computers? Now you can! Just copy text, HTML, or an image as you normally would on one screen then switch to another screen and paste it. Its as if all your computers shared a single clipboard (and separate primary selection for you X11 users). It even converts newlines to each computers native form so cut and paste between different operating systems works seamlessly. And it does it all in Unicode so any text can be copied.
Do you use a screen saver? With synergy all your screen savers act in concert. When one starts they all start. When one stops they all stop. And, if you require a password to unlock the screen, youll only have to enter a password on one screen.
If you regularly use multiple computers on one desk, give synergy a try. Youll wonder how you ever lived without it.
Download (0.65MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1116 downloads
Hanihani Operation Sanctuary 1.0
Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game. more>>
Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game.
The girl that fell out of the blue.
And the protagonists life, which began to take a turn little by little into the realm of the extraordinary starting from that very day.
- Nao-kun, if you dont get up soon, youre going to be late.
The new school term started today. The protagonists childhood friend, Honami, has kept telling him that hes not a child anymore, and yet continues to come to wake him up. They proceed as they always have to "Hasumidai Academy", which stands atop a hill ... but this time around, as second-year students.
- Naoki, Im going on ahead of you!
And the protagonists cousin, Matsuri, zips past the two of them. After having lost both parents in a terrible accident 5 years ago, the protagonist Naoki Kuzumi was taken in by Matsuris parents. And now, Matsuri herself -- who had been so opposed to Naokis moving in back then -- has become a freshman at Hasumidai Academy.
These ordinary, ordinary days, stretching on forever.
... but then, one day, up on the roof of school ...
Enhancements:
- RTM, all platforms.
- Initial page release. Currently in QC. Expect RTM for all platforms this weekend.
<<lessThe girl that fell out of the blue.
And the protagonists life, which began to take a turn little by little into the realm of the extraordinary starting from that very day.
- Nao-kun, if you dont get up soon, youre going to be late.
The new school term started today. The protagonists childhood friend, Honami, has kept telling him that hes not a child anymore, and yet continues to come to wake him up. They proceed as they always have to "Hasumidai Academy", which stands atop a hill ... but this time around, as second-year students.
- Naoki, Im going on ahead of you!
And the protagonists cousin, Matsuri, zips past the two of them. After having lost both parents in a terrible accident 5 years ago, the protagonist Naoki Kuzumi was taken in by Matsuris parents. And now, Matsuri herself -- who had been so opposed to Naokis moving in back then -- has become a freshman at Hasumidai Academy.
These ordinary, ordinary days, stretching on forever.
... but then, one day, up on the roof of school ...
Enhancements:
- RTM, all platforms.
- Initial page release. Currently in QC. Expect RTM for all platforms this weekend.
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1076 downloads
Pynakotheka 1.1.0
Pynakotheka is a simple python script which generates static HTML photo albums. more>>
Pynakotheka is a simple python script which generates static HTML photo albums to be added to web sites or to be burnt in CDs.
It includes some templates, and its easy to create more.
The gallery can contain folders and/or pictures and the folders can contain other folders and/or pictures, recursively.
There are 4 views: folder, tree, thumbnails and photo detail (with or without exif info). You can even create your own templates easily.
Released under GNU Public License, read COPYING for more details.
Options:
Usage: pynakotheka.py [source_dir [target_dir]]
Arguments:
source_dir Location of the source photos, defaults to current dir
target_dir Directory where to save the gallery, defaults to current dir
Options:
-h, --help Show this text
-q, --quiet Dont show progress information messages, default SHOW
-c, --color Show information messages with colors, default NO COLOR
-o, --copy-originals
Copy original images to the gallery, default NO
-s, --thumbsize Thumbnail size, defaults to 250
-i, --imagesize Image size, defaults to 640
-d, --templates-dir
Path to templates directory, defaults to "./templates"
-t, --template Template to use, defaults to "default"
--clean=all|images|html
Remove all files / images / html and style files
generated by the program
Enhancements:
- This release uses Mako Templates instead of the Cheetah Templating System. HTML creation is much faster.
- Files with different encodings should be managed perfectly.
- Filenames encoded in UTF8 shoud works now.
- A "--version" option has been added.
<<lessIt includes some templates, and its easy to create more.
The gallery can contain folders and/or pictures and the folders can contain other folders and/or pictures, recursively.
There are 4 views: folder, tree, thumbnails and photo detail (with or without exif info). You can even create your own templates easily.
Released under GNU Public License, read COPYING for more details.
Options:
Usage: pynakotheka.py [source_dir [target_dir]]
Arguments:
source_dir Location of the source photos, defaults to current dir
target_dir Directory where to save the gallery, defaults to current dir
Options:
-h, --help Show this text
-q, --quiet Dont show progress information messages, default SHOW
-c, --color Show information messages with colors, default NO COLOR
-o, --copy-originals
Copy original images to the gallery, default NO
-s, --thumbsize Thumbnail size, defaults to 250
-i, --imagesize Image size, defaults to 640
-d, --templates-dir
Path to templates directory, defaults to "./templates"
-t, --template Template to use, defaults to "default"
--clean=all|images|html
Remove all files / images / html and style files
generated by the program
Enhancements:
- This release uses Mako Templates instead of the Cheetah Templating System. HTML creation is much faster.
- Files with different encodings should be managed perfectly.
- Filenames encoded in UTF8 shoud works now.
- A "--version" option has been added.
Download (0.10MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
Clok 1.4
Clok is a graphical Java application which brings a new way of viewing the time. more>>
Clok is a graphical Java application which brings a new way of viewing the time.
It isnt for everyone though and it is not meant to replace clocks, it is meant to be used in concert with them.
Clok runs as a Java application, however it is implemented as a JPanel so any Swing application can incorporate a clok into itself.
Also, there is Clok/PHP which generates PNGs for incorporation into web pages.
How do I use Clok?
If you download the jar, the easiest thing to do is just run the jar like so:
$ java -jar clok.jar
That will produce a list of time zones your java runtime supports. Pick the one that most closely matches your locality and add that as a command line parameter. You can actually add as many as you want.
$ java -jar clok.jar America/Los_Angeles
Enhancements:
- Clok/PHP supports background images
- Clok resizing and layout fixed to work better in 1.4
<<lessIt isnt for everyone though and it is not meant to replace clocks, it is meant to be used in concert with them.
Clok runs as a Java application, however it is implemented as a JPanel so any Swing application can incorporate a clok into itself.
Also, there is Clok/PHP which generates PNGs for incorporation into web pages.
How do I use Clok?
If you download the jar, the easiest thing to do is just run the jar like so:
$ java -jar clok.jar
That will produce a list of time zones your java runtime supports. Pick the one that most closely matches your locality and add that as a command line parameter. You can actually add as many as you want.
$ java -jar clok.jar America/Los_Angeles
Enhancements:
- Clok/PHP supports background images
- Clok resizing and layout fixed to work better in 1.4
Download (0.006MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above cheetah girls concert 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