zshare gorillarms nicole cherokee
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
Prey Dedicated Server 1.2
Prey tells the story of Tommy, a Cherokee garage mechanic stuck on a reservation going nowhere. more>>
Prey tells the story of Tommy, a Cherokee garage mechanic stuck on a reservation going nowhere. His life changes when an otherworldly crisis forces him to awaken spiritual powers from his long-forgotten birthright. Abducted along with his people to a menacing mothership orbiting Earth, he sets out to save himself and his girlfriend and eventually his planet.
Prey is serious, dark story, based on authentic Cherokee mythology. Themes of sacrifice, love and responsibility are explored and the story dives into emotional territory not yet explored by similar games. You will find nothing familiar with this game.
Overview
In Prey, gamers enter an unpredictable world where nothing can be taken for granted. Most of the game takes place within a living ship, a giant entity that can sense and react to Tommys presence.
Prey makes use of Josephs Campbells renowned story structure, "The Heros Journey," for guiding the main character arc. Campbells extensive work on mythological story progression was made famous when George Lucas used it for Luke Skywalkers story arc in the original Star Wars.
Main features:
- Built on an enhanced Doom 3 engine, the most impressive 3D engine used in a released game.
- Portal technology adds a new dimension to gameplay, allowing enemies to appear out of thin air and create new and completely original puzzles and gameplay styles.
- Several never-before-seen gameplay elements such as Spirit Walking, Wall Walking, and Deathwalk.
- Highly organic, living environment that itself can attack Tommy.
- A deep, emotional story of love and sacrifice.
- Tommy has a sidekick, a spiritual hawk that can help him fight enemies and decipher the alien language of the living ship.
- Multiplayer game support that takes advantage of the unique gameplay styles in Prey.
<<lessPrey is serious, dark story, based on authentic Cherokee mythology. Themes of sacrifice, love and responsibility are explored and the story dives into emotional territory not yet explored by similar games. You will find nothing familiar with this game.
Overview
In Prey, gamers enter an unpredictable world where nothing can be taken for granted. Most of the game takes place within a living ship, a giant entity that can sense and react to Tommys presence.
Prey makes use of Josephs Campbells renowned story structure, "The Heros Journey," for guiding the main character arc. Campbells extensive work on mythological story progression was made famous when George Lucas used it for Luke Skywalkers story arc in the original Star Wars.
Main features:
- Built on an enhanced Doom 3 engine, the most impressive 3D engine used in a released game.
- Portal technology adds a new dimension to gameplay, allowing enemies to appear out of thin air and create new and completely original puzzles and gameplay styles.
- Several never-before-seen gameplay elements such as Spirit Walking, Wall Walking, and Deathwalk.
- Highly organic, living environment that itself can attack Tommy.
- A deep, emotional story of love and sacrifice.
- Tommy has a sidekick, a spiritual hawk that can help him fight enemies and decipher the alien language of the living ship.
- Multiplayer game support that takes advantage of the unique gameplay styles in Prey.
Download (25.1MB)
Added: 2007-01-15 License: Freeware Price:
1013 downloads
Cherokee 0.6.0 Beta 1
Cherokee is a very fast, flexible, and lightweight Web server. more>>
Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library.
Cherokee is a lightweight Web server and most of all flexible.
It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more.
Whats New in 0.5.6 Stable Release:
- This release improves the server performance and adds support for local paths inside the configuration file.
- It also fixes a little memory leak, a compilation problem on BSD, and some minor time management issues.
Whats New in 0.6.0 Beta 1 Development Release:
- This beta version features two years of work and includes many improvements and changes such as better performance, a brand new configuration system, and new plug-ins for LDAP, MySQL, and mirroring.
<<lessCherokee is a lightweight Web server and most of all flexible.
It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more.
Whats New in 0.5.6 Stable Release:
- This release improves the server performance and adds support for local paths inside the configuration file.
- It also fixes a little memory leak, a compilation problem on BSD, and some minor time management issues.
Whats New in 0.6.0 Beta 1 Development Release:
- This beta version features two years of work and includes many improvements and changes such as better performance, a brand new configuration system, and new plug-ins for LDAP, MySQL, and mirroring.
Download (1.5MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
930 downloads
PySCGI 1.2
PySCGI is a 100% Python module implementing the SCGI protocol. more>>
PySCGI project is a 100% Python module implementing the SCGI protocol. It can be used to write Python-based application servers.
I have written this package because the original SCGI python module (written by Neil Schemenauer) didnt fit for my needs. The problem is that it depends on a C source file that needs to be compiled in order to make the module work, and even if Python provides tools for the task, it still makes the distribution a bit more difficult under some
circumstances.
This implementation of the SCGI protocol has been completely written in Python to easy as much as possible the deploy for SCGI based apps.
This module is BSD licensed. Read the LICENSE file or the notice at the beginning of the source code files for more information.
Configuration:
This module is suitable for all the web servers that support SCGI:
Cherokee, Apache or any one else.
However, here is an configuration example for Cherokee 0.6 (actually,
this is what Ive used to test it out):
vserver!default!directory!/!handler = scgi
vserver!default!directory!/!handler!balancer = round_robin
vserver!default!directory!/!handler!balancer!type = interpreter
vserver!default!directory!/!handler!balancer!local1!host = localhost:4000
vserver!default!directory!/!priority = 99999
Just write that on a file, lets suppose /var/tmp/test_scgi.conf, and
execute Cherokee with the -C parameter to point to the configuration
file:
# cherokee -C /var/tmp/test_scgi.conf
Then, launch one of the test programs provided with this package. It will start a new SCGI server instance that will be used to execute the web server requests. Finally, go to your browser and try to browser and type http://localhost.
<<lessI have written this package because the original SCGI python module (written by Neil Schemenauer) didnt fit for my needs. The problem is that it depends on a C source file that needs to be compiled in order to make the module work, and even if Python provides tools for the task, it still makes the distribution a bit more difficult under some
circumstances.
This implementation of the SCGI protocol has been completely written in Python to easy as much as possible the deploy for SCGI based apps.
This module is BSD licensed. Read the LICENSE file or the notice at the beginning of the source code files for more information.
Configuration:
This module is suitable for all the web servers that support SCGI:
Cherokee, Apache or any one else.
However, here is an configuration example for Cherokee 0.6 (actually,
this is what Ive used to test it out):
vserver!default!directory!/!handler = scgi
vserver!default!directory!/!handler!balancer = round_robin
vserver!default!directory!/!handler!balancer!type = interpreter
vserver!default!directory!/!handler!balancer!local1!host = localhost:4000
vserver!default!directory!/!priority = 99999
Just write that on a file, lets suppose /var/tmp/test_scgi.conf, and
execute Cherokee with the -C parameter to point to the configuration
file:
# cherokee -C /var/tmp/test_scgi.conf
Then, launch one of the test programs provided with this package. It will start a new SCGI server instance that will be used to execute the web server requests. Finally, go to your browser and try to browser and type http://localhost.
Download (0.004MB)
Added: 2007-08-04 License: BSD License Price:
811 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above zshare gorillarms nicole cherokee 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