blue mango quest
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 203
The Blue Mango Quest 0.6.4
The Blue Mango Quest project is a 3D arcade game that aims to extend the Pacman gameplay. more>>
The Blue Mango Quest project is a 3D arcade game that aims to extend the Pacman gameplay.
The Blue Mango Quest is a 3D arcade game that uses OpenGL and SDL.
The goal is to extend the pacman-style gameplay in several ways. You see what the main character sees (like in traditional FPS games), and youll find about 20 items (bonus and malus) that will give you a lot of fun.
An easy to use yet powerfull 2D level editor is also provided.
Enhancements:
- doc/manuals/mangoquest.htm: updated Controls section
- src/maximap.cpp: change color of shmolluxes when if player can eat them (dark red and bright red)
- src/maximap.cpp: draw an arrow for player, that rotates with him
- src/menu_ingame.cpp: dont unpause game when we enter in options menu
- src/menu_skirmish.cpp: dont unload map from memory twice
- src/game_loop.cpp,src/config_file.cpp: added an "alternate_controls" option that make the player rotate with arrows keys and go sideways with ALT+arrow (same as in 0.6.0). Edit the config file to activate it.
<<lessThe Blue Mango Quest is a 3D arcade game that uses OpenGL and SDL.
The goal is to extend the pacman-style gameplay in several ways. You see what the main character sees (like in traditional FPS games), and youll find about 20 items (bonus and malus) that will give you a lot of fun.
An easy to use yet powerfull 2D level editor is also provided.
Enhancements:
- doc/manuals/mangoquest.htm: updated Controls section
- src/maximap.cpp: change color of shmolluxes when if player can eat them (dark red and bright red)
- src/maximap.cpp: draw an arrow for player, that rotates with him
- src/menu_ingame.cpp: dont unpause game when we enter in options menu
- src/menu_skirmish.cpp: dont unload map from memory twice
- src/game_loop.cpp,src/config_file.cpp: added an "alternate_controls" option that make the player rotate with arrows keys and go sideways with ALT+arrow (same as in 0.6.0). Edit the config file to activate it.
Download (7.4MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1076 downloads
Blue Planet 0.4
Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look. more>>
Blue Planet is a KDE theme defined by simplicity, usability, dark-blue colors and future look.
Its including background picture that is taken form http://www.guanajuatoenlinea.com .
For those with big resolution:
1600 x 1200 pixels background can be download here:
http://ic3.deviantart.com/images/i/2003/42/2/b/Titan_Blue___221.jpg
Iconset on this screenshots are Futurosoft icons (only changed Go! icon to Fedora default). Download it from here:
http://www.kde-look.org/content/show.php?content=50667
Background color of application is white due to compatibility issues (you can put black but than text isnt readable in some programs).
<<lessIts including background picture that is taken form http://www.guanajuatoenlinea.com .
For those with big resolution:
1600 x 1200 pixels background can be download here:
http://ic3.deviantart.com/images/i/2003/42/2/b/Titan_Blue___221.jpg
Iconset on this screenshots are Futurosoft icons (only changed Go! icon to Fedora default). Download it from here:
http://www.kde-look.org/content/show.php?content=50667
Background color of application is white due to compatibility issues (you can put black but than text isnt readable in some programs).
Download (0.80MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
Blue Moon 2.9
Blue Moon project is a Blue Moon solitaire for Unix. more>>
Blue Moon project is a Blue Moon solitaire for Unix.
This 52-card solitaire starts with the entire deck shuffled and dealt out in four rows.
The aces are then moved to the left end of the layout, making 4 initial free spaces.
You may move to a space only the card that matches the left neighbor in suit, and is one greater in rank. Kings are high, so no cards may be placed to their right (they create dead spaces).
When no moves can be made, cards still out of sequence are reshuffled and dealt face up after the ends of the partial sequences, leaving a card space after each sequence, so that each row looks like a partial sequence followed by a space, followed by enough cards to make a row of 14.
A moments reflection will show that this game cannot take more than 13 deals.
A good score is 1-3 deals, 4-7 is average, 8 or more is poor.
Enhancements:
- Changes since the initial release have been in the packaging.
<<lessThis 52-card solitaire starts with the entire deck shuffled and dealt out in four rows.
The aces are then moved to the left end of the layout, making 4 initial free spaces.
You may move to a space only the card that matches the left neighbor in suit, and is one greater in rank. Kings are high, so no cards may be placed to their right (they create dead spaces).
When no moves can be made, cards still out of sequence are reshuffled and dealt face up after the ends of the partial sequences, leaving a card space after each sequence, so that each row looks like a partial sequence followed by a space, followed by enough cards to make a row of 14.
A moments reflection will show that this game cannot take more than 13 deals.
A good score is 1-3 deals, 4-7 is average, 8 or more is poor.
Enhancements:
- Changes since the initial release have been in the packaging.
Download (0.012MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
625 downloads
The Mango Library August 2007
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions. more>>
The Mango Library is a Java library consisting of a number of iterators, algorithms and functions, loosely inspired by the C++ Standard Template Library.
Enhancements:
- This release adds a further two iterators.
<<lessEnhancements:
- This release adds a further two iterators.
Download (0.021MB)
Added: 2007-08-21 License: LGPL (GNU Lesser General Public License) Price:
796 downloads
The Blue Programming Language 1.1.1
The Blue Programming Language project is a unique bytecode-compiled language. more>>
The Blue Programming Language project is a unique bytecode-compiled language that implements the most effective capabilities of many popular programming languages in a clear and concise syntax. Plugin modules are easy to develop and can add functions, types, and even programming paradigms to the language without interfering with the syntax.
Blue is still early in its early development stage so very little optimization has been done, and its functionality grows every day. The following introduction is by no means a comprehensive description of blues capabilities.
Main features:
- Free (GPLd)
- A cross-platform programming language
- A dynamic language with a simple and consistant syntax
- Bytecode compiled
- Garbage collected
- Incredibly easy to expand with native functionality
Installation:
- Download the source
- Extract the archive. "tar -xvzf blue1.0.tar.gz"
- cd into the extracted directory. "cd blue"
- Execute make. "make"
- su to root. "su root"
- Execute make install 1. "make install"
- Execute make test. "make test"
Replace "make install" command with "make install INSTALL_DIR="/different/dir" to install to an alternate location.
Enhancements:
- This update contains a compiler bugfix, many more tests, and a function call optimization.
<<lessBlue is still early in its early development stage so very little optimization has been done, and its functionality grows every day. The following introduction is by no means a comprehensive description of blues capabilities.
Main features:
- Free (GPLd)
- A cross-platform programming language
- A dynamic language with a simple and consistant syntax
- Bytecode compiled
- Garbage collected
- Incredibly easy to expand with native functionality
Installation:
- Download the source
- Extract the archive. "tar -xvzf blue1.0.tar.gz"
- cd into the extracted directory. "cd blue"
- Execute make. "make"
- su to root. "su root"
- Execute make install 1. "make install"
- Execute make test. "make test"
Replace "make install" command with "make install INSTALL_DIR="/different/dir" to install to an alternate location.
Enhancements:
- This update contains a compiler bugfix, many more tests, and a function call optimization.
Download (0.12MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
826 downloads
Blue Smiley Organizer 5.24
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge. more>>
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment.
Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
<<lessBlue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
bluelook 0.1
bluelook is a Blue-look theme for KDE. more>>
bluelook is a Blue-look theme for KDE.
In this package you can find:
KBFX button images (forgot name)
KBFX theme (Crystal Jersey)
KDE Color Scheme (Funny Blue)
Kicker background
Wallpaper
Decoration and window style used - Plastik.
Its quite beautiful with Domino too (http://www.kde-look.org/content/show.php?content=42804).
Icons used - OSXmix-1.0 (http://www.kde-look.org/content/show.php?content=47187)
<<lessIn this package you can find:
KBFX button images (forgot name)
KBFX theme (Crystal Jersey)
KDE Color Scheme (Funny Blue)
Kicker background
Wallpaper
Decoration and window style used - Plastik.
Its quite beautiful with Domino too (http://www.kde-look.org/content/show.php?content=42804).
Icons used - OSXmix-1.0 (http://www.kde-look.org/content/show.php?content=47187)
Download (0.15MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Zoids Quest 0.0.1
Zoids Quest is a jump-and-run platform game. more>>
Zoids Quest project is a jump-and-run platform game.
Zoids Quest is a platform game in the style of old console games such as Super Mario World and Sonic the Hedgehog.
Players must help Zoid on his Quest by guiding him through many worlds containing tricks, traps, and monsters.
On the way Zoid can collect special magic runes which enhance his abilities and help defend against the many deadly foes.
This is the first public release.
<<lessZoids Quest is a platform game in the style of old console games such as Super Mario World and Sonic the Hedgehog.
Players must help Zoid on his Quest by guiding him through many worlds containing tricks, traps, and monsters.
On the way Zoid can collect special magic runes which enhance his abilities and help defend against the many deadly foes.
This is the first public release.
Download (6.2MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1075 downloads
Blue for CSound 0.108.0
Blue for CSound project is a java program for use with Csound. more>>
Blue for CSound project is a java program for use with Csound. Its interface is much like a digital multitrack, but differs in that there timelines within timelines (polyObjects). This allows for a compositional organization in time that seems to me to be very intuitive, informative, and flexible.
Main features:
- SoundObjects are the building blocks within blues score timeline. soundObjects can be lists of notes, algorithmic generators, python script code, csound instrument definitions, and whatever plugins that are developed for blue. these soundObjects may be text based, but they can be completely GUI based as well.
- Timeline allows for visual organization of soundObjects
- Polyobject are objects which hold other soundObjects, and have timelines in themselves. working within them on their timelines and outside of them on the parent timeline help organize and understand the concepts of objective time and relative time between different objects
- The soundOject library allow for instantiating multiple copies of a soundobject, which allows for editting the original object and updating all copies
- noteProcessors allow for modifying the soundObjects properties, i.e. adding 2 to all p4 values, multiplying all p5 values by 6, etc.
- The orchestra manager organizes csound instruments and functions as an instrument librarian. you can selectively choose what instruments to output to the generated csound .csd file, so you can feel free to keep all of your instruments in a large library and output only the ones you need, cutting down on load time for csound.
- Syntax hilighting of csound language
- Use of scripting for user extensibility
- SoundObject freezing - free up CPU cycles by pre-rendering objects
- Microtonal PianoRoll allows editing notes using any Scala scale
- blueLive - work with soundObjects in realtime to experiment with musical ideas or performance
- and more!
<<lessMain features:
- SoundObjects are the building blocks within blues score timeline. soundObjects can be lists of notes, algorithmic generators, python script code, csound instrument definitions, and whatever plugins that are developed for blue. these soundObjects may be text based, but they can be completely GUI based as well.
- Timeline allows for visual organization of soundObjects
- Polyobject are objects which hold other soundObjects, and have timelines in themselves. working within them on their timelines and outside of them on the parent timeline help organize and understand the concepts of objective time and relative time between different objects
- The soundOject library allow for instantiating multiple copies of a soundobject, which allows for editting the original object and updating all copies
- noteProcessors allow for modifying the soundObjects properties, i.e. adding 2 to all p4 values, multiplying all p5 values by 6, etc.
- The orchestra manager organizes csound instruments and functions as an instrument librarian. you can selectively choose what instruments to output to the generated csound .csd file, so you can feel free to keep all of your instruments in a large library and output only the ones you need, cutting down on load time for csound.
- Syntax hilighting of csound language
- Use of scripting for user extensibility
- SoundObject freezing - free up CPU cycles by pre-rendering objects
- Microtonal PianoRoll allows editing notes using any Scala scale
- blueLive - work with soundObjects in realtime to experiment with musical ideas or performance
- and more!
Download (8.0MB)
Added: 2006-08-28 License: GPL (GNU General Public License) Price:
1153 downloads
Open Blue Lab 2.4.2
Open Blue Lab is an enterprise resource planning system. more>>
Open Blue Lab is an enterprise resource planning system.
Whatever your goal is, the objective of this tool is to provide you the ready-to use stuff to create, update, search and view data you need for your application.
Moreover, this stuff is provided with the latest UI goodies like AJAX support that will ensure you the best feeling you never had in browsing.
Like OpenBlueLab.org project is portal aware, that means you have aggregation and personalization too.
That way, you can focus on your added value : the business logic and requirements your customer needs.
Main features:
- to collaborate and communicate better
- to manage your personal time
- to schedule your appointments
- to define and track personal and group project
- to manage your content (asset, document, ...)
- to manage your customer relationship
- to make coffee (not yet, next release maybe
We want to develop a product, free, that fits exactly your needs, so read this web site and take time to indicate us your requirements. They will appear on our todo list, maybe in a long time, but they will. Then, you may incitate people to contribute in your direction by sponsoring somebody to achieve it.
This product is completely free. You can even package it and sell it. If you wonder what is our business model, you can ask to the forum.
Built on java technology, you may download the GUI installer, double-click and use it (with all your entreprise) through your preferred browser, whatever your environment is.
Built on XML and REST technology, you may integrate (in synchronous or asynchronous mode) it very easily in your environment too.
Enhancements:
- Functionality was improved.
- The code was cleaned up.
- Bugs concerning the MD5 library, i18n, and proxy reverse problems were fixed.
- JavaScript action was improved.
- The nomenclature list is now built from UML models.
- Skins and styles were improved.
- The OpenBlueLab style has been improved.
<<lessWhatever your goal is, the objective of this tool is to provide you the ready-to use stuff to create, update, search and view data you need for your application.
Moreover, this stuff is provided with the latest UI goodies like AJAX support that will ensure you the best feeling you never had in browsing.
Like OpenBlueLab.org project is portal aware, that means you have aggregation and personalization too.
That way, you can focus on your added value : the business logic and requirements your customer needs.
Main features:
- to collaborate and communicate better
- to manage your personal time
- to schedule your appointments
- to define and track personal and group project
- to manage your content (asset, document, ...)
- to manage your customer relationship
- to make coffee (not yet, next release maybe
We want to develop a product, free, that fits exactly your needs, so read this web site and take time to indicate us your requirements. They will appear on our todo list, maybe in a long time, but they will. Then, you may incitate people to contribute in your direction by sponsoring somebody to achieve it.
This product is completely free. You can even package it and sell it. If you wonder what is our business model, you can ask to the forum.
Built on java technology, you may download the GUI installer, double-click and use it (with all your entreprise) through your preferred browser, whatever your environment is.
Built on XML and REST technology, you may integrate (in synchronous or asynchronous mode) it very easily in your environment too.
Enhancements:
- Functionality was improved.
- The code was cleaned up.
- Bugs concerning the MD5 library, i18n, and proxy reverse problems were fixed.
- JavaScript action was improved.
- The nomenclature list is now built from UML models.
- Skins and styles were improved.
- The OpenBlueLab style has been improved.
Download (102MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
880 downloads
Other version of Open Blue Lab
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
Yasminas Quest 2005-11-17
Yasminas Quest is an open source game (and motor) mix of graphical point-and-click adventure. more>>
Yasminas Quest is an open source game (and motor) mix of graphical point-and-click adventure and text adventure written in PHP and DHTML (JavaScript, CSS and HTML) that uses mouse and keyboard optionally.
Yasminas Quest was tested under BeOS, Linux, *BSD, Windows, etc.
<<lessYasminas Quest was tested under BeOS, Linux, *BSD, Windows, etc.
Download (2.4MB)
Added: 2006-08-18 License: MPL (Mozilla Public License) Price:
1169 downloads
Millers Quest! 0.9.1
Millers Quest! is a fire-and-forget RPG, or more accurately, an RPG simulator. more>>
Millers Quest! is a role-playing simulator game. It could also be described as a "fire-and-forget role-playing game". In other words, it is not a role-playing game in the most traditional sense, because there is absolutely no player interaction. The emphasis on this game is the simulation of role-playing.
So, it is a completely non-interactive computer role-playing game. "I guess its not fun then", I can hear you say. Wrong! Millers Quest! is, in fact, very much fun. It has all of the excitement of traditional MMORPGs with none of the effort to be put in mindless treadmilling.
You can watch your character grow more potent and more powerful, and you dont need to bore yourself with details like "okay, attack the monster, Im going to win anyway".
Millers Quest! was largely inspired by its direct ancestor, Progress Quest. It is written in Ruby programming language and as such it was largely also inspired by Dwemthys Array, without any of its clever metaprogramming stuff and general bore of having to use irb to play it.
Players of Progress Quest should be right at home with Millers Quest!. What tells MQ and PQ apart is the fact that MQ is not entirely progress-driven. In MQ, all monsters have actual stats. Theres actual, stats- and probability-based fighting involved.
Since dying in a continually running game is pretty damn boring, you get also revived and healed automatically if that occurs. MQ owes a lot of its continued existence to Ruby Development Tools, the Ruby environment for the Eclipse Platform.
Enhancements:
- The combat system wasnt working quite properly, and is now fixed (somewhat).
- A confusing display message has been fixed.
- New features include optional support for curses/terminfo, allowing better-looking and more comprehensive combat display by coloring the output. (This currently requires tput(1) from ncurses.)
<<lessSo, it is a completely non-interactive computer role-playing game. "I guess its not fun then", I can hear you say. Wrong! Millers Quest! is, in fact, very much fun. It has all of the excitement of traditional MMORPGs with none of the effort to be put in mindless treadmilling.
You can watch your character grow more potent and more powerful, and you dont need to bore yourself with details like "okay, attack the monster, Im going to win anyway".
Millers Quest! was largely inspired by its direct ancestor, Progress Quest. It is written in Ruby programming language and as such it was largely also inspired by Dwemthys Array, without any of its clever metaprogramming stuff and general bore of having to use irb to play it.
Players of Progress Quest should be right at home with Millers Quest!. What tells MQ and PQ apart is the fact that MQ is not entirely progress-driven. In MQ, all monsters have actual stats. Theres actual, stats- and probability-based fighting involved.
Since dying in a continually running game is pretty damn boring, you get also revived and healed automatically if that occurs. MQ owes a lot of its continued existence to Ruby Development Tools, the Ruby environment for the Eclipse Platform.
Enhancements:
- The combat system wasnt working quite properly, and is now fixed (somewhat).
- A confusing display message has been fixed.
- New features include optional support for curses/terminfo, allowing better-looking and more comprehensive combat display by coloring the output. (This currently requires tput(1) from ncurses.)
Download (0.021MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1463 downloads
Blue Frog 1.9.1.1151
Blue Frog allows you to actively demand spammers to stop sending you spam. more>>
Blue Frog allows you to actively demand spammers to stop sending you spam. Blue Frog automatically and securely posts complaints and opt-out requests at spam sites asking spammers to remove Blue Community members from their mailing lists.
The Do Not Intrude Registry creates an incentive for spammers to stop sending unsolicited e-mail to members of the Blue Community.
Consumers and businesses may register their e-mail addresses or their entire e-mail domains, and receive less spam simply because spammers would remove them from their mailing lists.
Consumers and businesses alike can join the service, free of charge, by becoming active members of the Blue community. As an active member of the community, you download the Blue Frog client and actively complain and request to opt-out of spam. The Do Not Intrude Registry empowers you to exercise your right to opt out of spam safely and automatically.
Businesses may also subscribe with the Do Not Intrude Registry without being active members of the community. This paid subscription service allows you to register your e-mail domain in the Registry and receive less spam without installing software in your network.
The Blue Frog is a simple and straightforward solution to spam:
1. Users join the Blue Community
Blue Community members add their e-mail addresses or e-mail domains to the Registry. Active members install Blue Frog on their machines.
2. Spammers use mailing lists
Spammers are required to stop sending spam to all Blue Community members. Non-complying spammers maintain mailing lists that may contain addresses of Blue Community members.
3. Members receive spam
When a spammer sends bulk e-mail using his lists, some Blue Community members may receive this spam message to their mailboxes.
4. Members report their spam
Our experts identify the merchants using spam to advertise their sites and prepare scripts instructing Blue Frog how to post complaints. Additionally, Reports are sent to government agencies and ISPs asking them to take action against these sites.
5. Members complain about spam
Blue Frog clients, installed on active Community Members machines, automatically post complaints at spam sites by filling forms they contain. Posting complaints is safe and does not expose your identity.
6. Merchants process complaints
A single opt-out complaint is posted per each spam message received. Merchants process complaints posted by active community Members rather than process potential customers purchase orders.
7. Spammers comply with the Registry
Spammers and merchants choose to stop sending spam to the all Blue community members. It allows them to avoid receiving complaints and to stop sending spam to people who will never buy their products.
8. Members stop receiving spam
Blue Community members will no longer receive spam simply because spammers will stop sending it to them!
Enhancements:
- Linux compilation fixes
- Documentation changes
<<lessThe Do Not Intrude Registry creates an incentive for spammers to stop sending unsolicited e-mail to members of the Blue Community.
Consumers and businesses may register their e-mail addresses or their entire e-mail domains, and receive less spam simply because spammers would remove them from their mailing lists.
Consumers and businesses alike can join the service, free of charge, by becoming active members of the Blue community. As an active member of the community, you download the Blue Frog client and actively complain and request to opt-out of spam. The Do Not Intrude Registry empowers you to exercise your right to opt out of spam safely and automatically.
Businesses may also subscribe with the Do Not Intrude Registry without being active members of the community. This paid subscription service allows you to register your e-mail domain in the Registry and receive less spam without installing software in your network.
The Blue Frog is a simple and straightforward solution to spam:
1. Users join the Blue Community
Blue Community members add their e-mail addresses or e-mail domains to the Registry. Active members install Blue Frog on their machines.
2. Spammers use mailing lists
Spammers are required to stop sending spam to all Blue Community members. Non-complying spammers maintain mailing lists that may contain addresses of Blue Community members.
3. Members receive spam
When a spammer sends bulk e-mail using his lists, some Blue Community members may receive this spam message to their mailboxes.
4. Members report their spam
Our experts identify the merchants using spam to advertise their sites and prepare scripts instructing Blue Frog how to post complaints. Additionally, Reports are sent to government agencies and ISPs asking them to take action against these sites.
5. Members complain about spam
Blue Frog clients, installed on active Community Members machines, automatically post complaints at spam sites by filling forms they contain. Posting complaints is safe and does not expose your identity.
6. Merchants process complaints
A single opt-out complaint is posted per each spam message received. Merchants process complaints posted by active community Members rather than process potential customers purchase orders.
7. Spammers comply with the Registry
Spammers and merchants choose to stop sending spam to the all Blue community members. It allows them to avoid receiving complaints and to stop sending spam to people who will never buy their products.
8. Members stop receiving spam
Blue Community members will no longer receive spam simply because spammers will stop sending it to them!
Enhancements:
- Linux compilation fixes
- Documentation changes
Download (0.69MB)
Added: 2006-05-10 License: Freeware Price:
1262 downloads
Domino blue glass 0.8
Domino blue glass is a glass-like darkblue scheme for the Domino KDE-style. more>>
Domino blue glass is a glass-like darkblue scheme for the Domino KDE-style.
Its my first style Ive made, so I hope you like it.
<<lessIts my first style Ive made, so I hope you like it.
Download (MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
926 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 blue mango quest 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