cell be
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 204
AFS::Cell 2.4.0
AFS::Cell is a Perl module to administer AFS Cells. more>>
SYNOPSIS
use AFS::Cell qw (configdir expandcell
getcellinfo localcell
whichcell wscell
);
my $conf_dir = configdir;
my $cell = expandcell(mpa);
$cell = localcell;
$cell = whichcell(./);
$cell = wscell;
($cell, my @hosts) = getcellinfo;
print "Cell: $celln";
foreach my $host (@hosts) {
print(" $hostn");
}
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CELL; # import just the cell config names
DESCRIPTION ^
This module provides several functions to configure and to maintain an AFS cell. It is used to maintain the configuration directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
Download (0.18MB)
Added: 2007-03-03 License: Perl Artistic License Price:
965 downloads
E-Cell System 3.1.105
E-Cell System is a modelling and simulation software environment. more>>
E-Cell System is a concept of constructing virtual cells on computers.
E-Cell System is an object-oriented software suite for modeling, simulation, and analysis of large scale complex systems such as biological cells, architected by Kouichi Takahashi and written by a wonderful team of developers. Core part of the system, E-Cell Simulation Environment version 3, allows many components driven by multiple algorithms with different timescales to coexist.
E-Cell Project is an international research project aiming at developing necessary theoretical supports, technologies and software platforms to allow precise whole cell simulation.
E-Cell System consists of the following three major parts:
- E-Cell Simulation Environment (or E-Cell SE)
- E-Cell Modeling Environment (or E-Cell ME)
- E-Cell Analysis Toolkit
Main features:
Basic capabilities
- Object-oriented modeling and simulation of complex systems.
- Plug-in architecture. New user-object classes can be developed, dynamically loaded, and used in simulation.
- Real-time user interaction and visualization during the simulation.
Scripting
- Python scripting of a simulation session (run/stop/parameter manipulation/data processing etc...).
- Python scripting of a simulation experiment that involves many runs of the simulation sessions (such as parameter tuning, metabolic control analysis etc..)
- Python scripting of model file generation (e.g. for automated model construction from databases).
Compatibilities
- SBML level 1/2 importing.
- SBML level 1/2 exporting.
Parallel computation
- Shared-memory, multi-thread parallelization of a single simulation session. (to be merged into the main branch.)
- Cluster and grid distributed computation of multiple simulation sessions. Sun Grid Engine, (Globus toolkit).
Enhancements:
- This release includes improved ODE/DAE solvers, support for numpy, an updated empy preprocessor, and some more minor improvements.
<<lessE-Cell System is an object-oriented software suite for modeling, simulation, and analysis of large scale complex systems such as biological cells, architected by Kouichi Takahashi and written by a wonderful team of developers. Core part of the system, E-Cell Simulation Environment version 3, allows many components driven by multiple algorithms with different timescales to coexist.
E-Cell Project is an international research project aiming at developing necessary theoretical supports, technologies and software platforms to allow precise whole cell simulation.
E-Cell System consists of the following three major parts:
- E-Cell Simulation Environment (or E-Cell SE)
- E-Cell Modeling Environment (or E-Cell ME)
- E-Cell Analysis Toolkit
Main features:
Basic capabilities
- Object-oriented modeling and simulation of complex systems.
- Plug-in architecture. New user-object classes can be developed, dynamically loaded, and used in simulation.
- Real-time user interaction and visualization during the simulation.
Scripting
- Python scripting of a simulation session (run/stop/parameter manipulation/data processing etc...).
- Python scripting of a simulation experiment that involves many runs of the simulation sessions (such as parameter tuning, metabolic control analysis etc..)
- Python scripting of model file generation (e.g. for automated model construction from databases).
Compatibilities
- SBML level 1/2 importing.
- SBML level 1/2 exporting.
Parallel computation
- Shared-memory, multi-thread parallelization of a single simulation session. (to be merged into the main branch.)
- Cluster and grid distributed computation of multiple simulation sessions. Sun Grid Engine, (Globus toolkit).
Enhancements:
- This release includes improved ODE/DAE solvers, support for numpy, an updated empy preprocessor, and some more minor improvements.
Download (6.36MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
TurboCall 1.0.3+
TurboCall is an extension which adds a phone call function to your browser. more>>
TurboCall is an extension which adds a phone call function to your browser.
Select any phone number on any web page, or click on a phone number in your contact list in the integrated panel, and you will receive an incoming call from the desired destination number within seconds.
Main features:
- No obligation to subscribe after trial period
- Use your regular landline or cell phone
- Low international rates!
- Accessible worldwide
- Store your personal contact list
- No connection fee, no maintenance fee!
<<lessSelect any phone number on any web page, or click on a phone number in your contact list in the integrated panel, and you will receive an incoming call from the desired destination number within seconds.
Main features:
- No obligation to subscribe after trial period
- Use your regular landline or cell phone
- Low international rates!
- Accessible worldwide
- Store your personal contact list
- No connection fee, no maintenance fee!
Download (0.026MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
930 downloads
Lithron 0.6 Beta
Lithron is a set of packages for the PRADO 3 framework. more>>
Lithron is a set of packages for the PRADO 3 framework. Lithron fully manages the display and administration of components in a highly customizeable way.
Our main goal was to implement to implement basic CMS features like a sitemap, content administration, media management, etc... And also to do this with exensive use of PRADOs functionality. And also we tried to keep the packages as independent as possible to each other.
So we created lithron packages, we also call them rich components, because they do not only contain controls, but also pages and support files like images or database schemas. They are the core of lithron.
First of all. Lithron is designed to handle both ways of website content editing. You can do everthing hardcoded, or you can connect any layout piece to an administraion interface. Or you can mix them in any way you want.
So, there is the website which contains of a tree-structure of pages. This is managed by LVirtualnodes, which implements, as the name suggests, a structrue of virtual nodes, where every node maps to a prado .page file or an external link. This gives the sitemap the ability to use PRADOs authorization and configuration features without an own implementation.
Now on to the important part. Another focus lies on fast customization of layouts and their contents.
Therefore lithron introduces cells & bricks. A cell is a DIV within a page, which can be dynamically filled with components, which are called bricks.A brick itself is like a widget, usually it has two modes, normal (displaying content) and admin.
When you add bricks (into cell) to a page, which was mapped by a virtual node, the brick data get connected to this node id and cell id. If you have added bricks to a static page, the data gets connected to the page name/alias and cell id.
Enhancements:
- Windows compatible installer
- LMetaData cleanup
- Refactored LBrick for better extension
- Smaller default data
- Better ImageMagick checking
- Updated docs
- Added MyBricks (Demo)
- Updated naming
- Fixed several tickets (see project page on sf.net)
<<lessOur main goal was to implement to implement basic CMS features like a sitemap, content administration, media management, etc... And also to do this with exensive use of PRADOs functionality. And also we tried to keep the packages as independent as possible to each other.
So we created lithron packages, we also call them rich components, because they do not only contain controls, but also pages and support files like images or database schemas. They are the core of lithron.
First of all. Lithron is designed to handle both ways of website content editing. You can do everthing hardcoded, or you can connect any layout piece to an administraion interface. Or you can mix them in any way you want.
So, there is the website which contains of a tree-structure of pages. This is managed by LVirtualnodes, which implements, as the name suggests, a structrue of virtual nodes, where every node maps to a prado .page file or an external link. This gives the sitemap the ability to use PRADOs authorization and configuration features without an own implementation.
Now on to the important part. Another focus lies on fast customization of layouts and their contents.
Therefore lithron introduces cells & bricks. A cell is a DIV within a page, which can be dynamically filled with components, which are called bricks.A brick itself is like a widget, usually it has two modes, normal (displaying content) and admin.
When you add bricks (into cell) to a page, which was mapped by a virtual node, the brick data get connected to this node id and cell id. If you have added bricks to a static page, the data gets connected to the page name/alias and cell id.
Enhancements:
- Windows compatible installer
- LMetaData cleanup
- Refactored LBrick for better extension
- Smaller default data
- Better ImageMagick checking
- Updated docs
- Added MyBricks (Demo)
- Updated naming
- Fixed several tickets (see project page on sf.net)
Download (5.8MB)
Added: 2006-06-13 License: MPL (Mozilla Public License) Price:
1229 downloads
PyCAGE 1.1.4
PyCAGE fairly generic and complete cellular automata simulation engine. more>>
PyCAGE fairly generic and complete cellular automata simulation engine.
Its written in Python and it supports both 1D and 2D automata, a variety of prepackaged rules, and the concept of "agents" which can move about independently on the map for implementing agent behavior.
It comes with numerous examples of fully-functional CA systems, including Conways Game of Life, Langtons self-reproducing automaton, Langtons "vants," and 1D automata rule explorers.
It also comes with simple displayers (including a curses interface for 2D automata) and a unique implementation of a finite state machine.
Main features:
- time is measured in discrete steps, called time units;
- a network of cells, each of which with a well-defined state at each time unit;
- at each time unit, each cell has a series of other cells which constitutes its neighorhood;
- the state each of cell changes according to a state transition function which depends on the state of that cell and the states of the cells of its neighbors;
- in synchronous automata (the typical usage), all cell transitions take place simultaneously.
Enhancements:
- Minor organizational changes; add stepping stone automaton.
<<lessIts written in Python and it supports both 1D and 2D automata, a variety of prepackaged rules, and the concept of "agents" which can move about independently on the map for implementing agent behavior.
It comes with numerous examples of fully-functional CA systems, including Conways Game of Life, Langtons self-reproducing automaton, Langtons "vants," and 1D automata rule explorers.
It also comes with simple displayers (including a curses interface for 2D automata) and a unique implementation of a finite state machine.
Main features:
- time is measured in discrete steps, called time units;
- a network of cells, each of which with a well-defined state at each time unit;
- at each time unit, each cell has a series of other cells which constitutes its neighorhood;
- the state each of cell changes according to a state transition function which depends on the state of that cell and the states of the cells of its neighbors;
- in synchronous automata (the typical usage), all cell transitions take place simultaneously.
Enhancements:
- Minor organizational changes; add stepping stone automaton.
Download (0.055MB)
Added: 2006-10-17 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
CTBClient 0.1
CTBClient is a mobile client for the CTB. more>>
CTBClient is a mobile client for the CTB. The main objective of CTBClient is to allow registering expenses and other financial events in the road, and later uploading them to the mother system.
It puts in use a set of exciting technologies: Bluetooth, Python SQL DBI, serialization (marshaling) of objects, GTK+, Python for Series 60 Nokia cell phones (known as S60), perhaps PyObjc in future Mac OS X versions etc. CTBClient is also meant to be a guinea pig for portable Python development.
CTBClient is a project sponsored by INdT - Instituto Nokia de Tecnologia (Nokia Institute of Technology), where I work and have the environment and time to make such experiments.
Functional clients are:
- GTK+ Linux/local (no Bluetooth, for quick tests);
- GTK+ Linux Bluetooth
- Symbian/S60 cell phone
- GTK+/Hildon Linux (Maemo platform, like Nokia 770 tablets)
Functional servers:
- Linux/local (for testing)
- Linux/Bluetooth
<<lessIt puts in use a set of exciting technologies: Bluetooth, Python SQL DBI, serialization (marshaling) of objects, GTK+, Python for Series 60 Nokia cell phones (known as S60), perhaps PyObjc in future Mac OS X versions etc. CTBClient is also meant to be a guinea pig for portable Python development.
CTBClient is a project sponsored by INdT - Instituto Nokia de Tecnologia (Nokia Institute of Technology), where I work and have the environment and time to make such experiments.
Functional clients are:
- GTK+ Linux/local (no Bluetooth, for quick tests);
- GTK+ Linux Bluetooth
- Symbian/S60 cell phone
- GTK+/Hildon Linux (Maemo platform, like Nokia 770 tablets)
Functional servers:
- Linux/local (for testing)
- Linux/Bluetooth
Download (0.026MB)
Added: 2005-12-20 License: LGPL (GNU Lesser General Public License) Price:
1405 downloads
nugu 0.5 beta
nugu is a biff-like utility which scans either an IMAP4 or POP3 mail server account. more>>
nugu is a biff-like utility which scans either an IMAP4 or POP3 mail server account and relays an abbreviated copy of the unread email to the users cell phone.
The user can constrain which messages get relayed by defining a query in a configuration file. nugu is meant to be run as a cron job.
Enhancements:
- Support for --notruncate and --abbreviate command line options was added.
- --notruncate refrains from truncating a message to the 160 character SMS limit.
- --abbreviate attempts to provide "text-readable" compression by simply ommitting vowels in words that are longer than 4 characters.
<<lessThe user can constrain which messages get relayed by defining a query in a configuration file. nugu is meant to be run as a cron job.
Enhancements:
- Support for --notruncate and --abbreviate command line options was added.
- --notruncate refrains from truncating a message to the 160 character SMS limit.
- --abbreviate attempts to provide "text-readable" compression by simply ommitting vowels in words that are longer than 4 characters.
Download (0.010MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
Teddy XML Editor 1.1
Teddy is a tabular editor and displayer for XML files. more>>
Teddy is a tabular editor and display for XML files. It presents the structure and content of XML files in a way that is both visually pleasing and easy to use. It is available free, under the GNU public license, for Mac OS X and Linux.
If you have Qt for Windows it should build and run fine for it, but it has not been tested on that operating system.
Enhancements:
- Ability to open currently opened file in external text editor.
- Linux RPM installs application icon and start menu item in KDE.
- Save no longer forces scroll position to the top.
- Single line cell styles now correctly dimensioned.
<<lessIf you have Qt for Windows it should build and run fine for it, but it has not been tested on that operating system.
Enhancements:
- Ability to open currently opened file in external text editor.
- Linux RPM installs application icon and start menu item in KDE.
- Save no longer forces scroll position to the top.
- Single line cell styles now correctly dimensioned.
Download (0.067MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1479 downloads
mp3CONVERT 0.2
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. more>>
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. For example, when you need get your favourite album, which has 100mb to the cell phone with 40mb memory.
<<less Download (0.10MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
562 downloads
Lynx 2.8.7dev5
Lynx is a fully-featured WWW client for users running cursor-addressable, character-cell display devices. more>>
Lynx is a fully-featured WWW client for users running cursor-addressable, character-cell display devices (e.g., vt100 terminals, terminal emulators running on PCs or Macs, or any other character-cell display).
Lynx will display HTML documents containing links to files on the local system, as well as files on remote systems running HTTP, HTTPS, gopher, FTP, WAIS, NNTP, finger, or cso/ph/qi servers, and services accessible via logins to telnet, tn3270, or rlogin accounts.
Enhancements:
- Several unrelated fixes and improvements were made for configuring, packaging, FTP, SSL, etc.
<<lessLynx will display HTML documents containing links to files on the local system, as well as files on remote systems running HTTP, HTTPS, gopher, FTP, WAIS, NNTP, finger, or cso/ph/qi servers, and services accessible via logins to telnet, tn3270, or rlogin accounts.
Enhancements:
- Several unrelated fixes and improvements were made for configuring, packaging, FTP, SSL, etc.
Download (3.0MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
891 downloads
Overflow 1.0.1
Overflow is a board game about chain reactions. more>>
Overflow project is a board game about chain reactions.
Overflow is a board game for two players or one player against the computer. Put pieces on the board until critical mass is reached, and watch a chain reaction go off.
Although the rules are simple, several different tactical considerations are required in order to play the game well.
The name refers to the key principle in the game that each cell on the board can hold a maximum of three units (pieces), and if you add another unit to a filled up cell, the units will be distributed to the four neighbor cells.
Main features:
- Play against the computer or another person
- Advanced hint feature
- Unlimited take backs and redos
- Ugly but scalable graphics
- Selectable colors
<<lessOverflow is a board game for two players or one player against the computer. Put pieces on the board until critical mass is reached, and watch a chain reaction go off.
Although the rules are simple, several different tactical considerations are required in order to play the game well.
The name refers to the key principle in the game that each cell on the board can hold a maximum of three units (pieces), and if you add another unit to a filled up cell, the units will be distributed to the four neighbor cells.
Main features:
- Play against the computer or another person
- Advanced hint feature
- Unlimited take backs and redos
- Ugly but scalable graphics
- Selectable colors
Download (0.14MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1052 downloads
Gentoo PPC64 PS3 LiveCD Beta
Gentoo PPC64 PS3 LiveCD is a Gentoo-based linux distribution for PlayStation 3 gaming console. more>>
With Sonys recent introduction of the PS3, you can now run Linux on it as well as use it as a gaming console. The PlayStation3 is based on a Cell processor and therefore can run most of the ppc64 64ul or 32ul binaries without change. As of now, the kernel does differ.
This project page is commited to Linux running on the PS3. Here you will find all kinds of information related to Gentoo for the PS3, Cell processors, toolchains, and the Gentoo LiveCD for PS3 and PowerMacs.
The latest Livecd is very close to working. Join us on IRC for the latest. To wet your appetite, check out nickthecooks screenshot of the livecd working. Notice the full gnome desktop. You can also see a hi-res screen shot of the gnome-desktop here.
With the right equipment and a little hack (soon), the PS3 should boot into high resolution and include among other things:
- Full gnome desktop 2.16.x
- Sound support with audacious and rythmbox
- Firefox 2 and thunderbird, evolution, epihany, seamonkey
<<lessThis project page is commited to Linux running on the PS3. Here you will find all kinds of information related to Gentoo for the PS3, Cell processors, toolchains, and the Gentoo LiveCD for PS3 and PowerMacs.
The latest Livecd is very close to working. Join us on IRC for the latest. To wet your appetite, check out nickthecooks screenshot of the livecd working. Notice the full gnome desktop. You can also see a hi-res screen shot of the gnome-desktop here.
With the right equipment and a little hack (soon), the PS3 should boot into high resolution and include among other things:
- Full gnome desktop 2.16.x
- Sound support with audacious and rythmbox
- Firefox 2 and thunderbird, evolution, epihany, seamonkey
Download (617.8MB)
Added: 2006-12-26 License: BSD License Price:
629 downloads
Yellow Dog Linux 5.0.2
Yellow Dog Linux is the Premier Linux Operating System for PowerPC. more>>
Yellow Dog Linux is the Premier Linux Operating System for PowerPC.
Proven world-wide as the preferred Linux OS for the Power architecture, v4.1 brings Terra Soft into its 8th year of Power Linux development and support. Yellow Dog Linux v4.1 marks a returning point in Terra Softs effort to again provide a leading desktop Linux OS.
Yellow Dog Linux combines the preferred desktops KDE and Gnome with the latest sound and graphic card support, leading (but not bleeding) edge kernels and stable, functional compilers for code development. And of course, the foundation applications and servers expected of all modern Linux operatings systems for web, database, email, and network services.
What will you do with your PowerMac after Apple switches to Intel?
We have an answer--Faster, more stable, and far more efficient as a desktop OS, Yellow Dog Linux is a solid replacement (not just an alternative) to OSX. Breath new life into your PowerPC G3 and G4, giving it a second wind as a personal workstation, or a new function as a web, email, or data server. Want to see how your G5 runs Linux? You may dual-boot both OSX and Yellow Dog Linux or take the leap and run Yellow Dog Linux alone, taking advantage of the multitude of included, freely available, and commercial applications.
Main features:
New or Improved Device Support
- Backlit keys.
- PCMCIA cell phone and modem support.
- Support for Atheros wi-fi cards.
- Dual head config via the GUI.
- Install direct to and boot from FireWire drives.
- USB device auto-mount under both KDE & GNOME.
- Greatly improved sound support.
- Graphical Up2Date package install and update tool.
- Support for the latest Apple Power Books.
- Beta support for Apple G5 PowerMacs with dual core CPUs.
- Beta Extreme driver will be available shortly after release, via YDL.net Enhanced accounts.
Enhancements:
- We are pleased to announce the release of Yellow Dog Linux 5.0.2, a single Install DVD with support for the Apple G4 and G5 computers, Sony PS3, and IBM System p servers, including the JS20/21, OpenPower, and current POWER5 systems. Yellow Dog Linux 5.0.2 offers: kernel 2.6.22-rc4; SDK v2.0 for Cell BE; more than 70 bug fixes and updates; continued support for both 32-bit and 64-bit systems; beta IBM System p support. The IBM Software Development Toolkit (SDK) for Cell Broadband Engine (Cell BE) is a complete package of tools which allows developers to program optimized applications for platforms built upon the Cell BE. The SDK is composed of development tool chains, software libraries, and sample source.
<<lessProven world-wide as the preferred Linux OS for the Power architecture, v4.1 brings Terra Soft into its 8th year of Power Linux development and support. Yellow Dog Linux v4.1 marks a returning point in Terra Softs effort to again provide a leading desktop Linux OS.
Yellow Dog Linux combines the preferred desktops KDE and Gnome with the latest sound and graphic card support, leading (but not bleeding) edge kernels and stable, functional compilers for code development. And of course, the foundation applications and servers expected of all modern Linux operatings systems for web, database, email, and network services.
What will you do with your PowerMac after Apple switches to Intel?
We have an answer--Faster, more stable, and far more efficient as a desktop OS, Yellow Dog Linux is a solid replacement (not just an alternative) to OSX. Breath new life into your PowerPC G3 and G4, giving it a second wind as a personal workstation, or a new function as a web, email, or data server. Want to see how your G5 runs Linux? You may dual-boot both OSX and Yellow Dog Linux or take the leap and run Yellow Dog Linux alone, taking advantage of the multitude of included, freely available, and commercial applications.
Main features:
New or Improved Device Support
- Backlit keys.
- PCMCIA cell phone and modem support.
- Support for Atheros wi-fi cards.
- Dual head config via the GUI.
- Install direct to and boot from FireWire drives.
- USB device auto-mount under both KDE & GNOME.
- Greatly improved sound support.
- Graphical Up2Date package install and update tool.
- Support for the latest Apple Power Books.
- Beta support for Apple G5 PowerMacs with dual core CPUs.
- Beta Extreme driver will be available shortly after release, via YDL.net Enhanced accounts.
Enhancements:
- We are pleased to announce the release of Yellow Dog Linux 5.0.2, a single Install DVD with support for the Apple G4 and G5 computers, Sony PS3, and IBM System p servers, including the JS20/21, OpenPower, and current POWER5 systems. Yellow Dog Linux 5.0.2 offers: kernel 2.6.22-rc4; SDK v2.0 for Cell BE; more than 70 bug fixes and updates; continued support for both 32-bit and 64-bit systems; beta IBM System p support. The IBM Software Development Toolkit (SDK) for Cell Broadband Engine (Cell BE) is a complete package of tools which allows developers to program optimized applications for platforms built upon the Cell BE. The SDK is composed of development tool chains, software libraries, and sample source.
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
571 downloads
A Small MUD 1.3
A Small MUD is a minimal MUD implementation. more>>
A Small MUD project is a minimal MUD implementation.
A Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
<<lessA Small MUD is a minimal MUD implementation, with some mildly intelligent mobs running around creating rooms.
A few pointers when reading the source code... the World class contains the "cells" in the dungeon - all those are created randomly by the mobs.
The MobFactory class contains and controls all mobs in the world - the class holds a reference to the World class.
Cells are specified by the World::CELL struct and mobs by the MobFactory::MOB struct. The SmallHandler class contains the World, MobFactory, and active sockets list (via SocketHandler).
Finally, the SmallSocket class handles all socket communication and the ListenSocket template class acts as the socket listen server.
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
Quake III Arena Cell Shading 1.0
Quake III Arena Cell Shadings goal is to add Cell Shading capabilities to the Quake III engine with Real-time performance. more>>
Quake III Arena Cell Shadings goal is to add Cell Shading capabilities to the Quake III engine with Real-time performance.
In order to provide such feature we have decided to use Kuwahara filter. Kuwahara filter is a noise-reduction filter that preserves edges.
It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance.
To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect.
To produce the cell shading edege effect we use no gfx card shaders, so our implementation could run with almost any gfx card. This effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures.
To test our modified engine just place our binary in your games folder to frag all day long!
Ensure you have a copy of Quake 3 Arena installed on your PC. Youre going to need the artwork/content from the game because it is not redistributable.
<<lessIn order to provide such feature we have decided to use Kuwahara filter. Kuwahara filter is a noise-reduction filter that preserves edges.
It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance.
To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect.
To produce the cell shading edege effect we use no gfx card shaders, so our implementation could run with almost any gfx card. This effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures.
To test our modified engine just place our binary in your games folder to frag all day long!
Ensure you have a copy of Quake 3 Arena installed on your PC. Youre going to need the artwork/content from the game because it is not redistributable.
Download (0.63MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1182 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 cell be 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