genesis
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
genesis 3.0
genesis is a framework that aims to bring simplicity and productivity to enterprise application development. more>>
genesis is a framework that aims to bring simplicity and productivity to enterprise application development, ensuring scalability, robustness, and testability of your software.
The main goal is to simplify the development of business components and the construction of complex graphical interfaces, with minimum effort for developers. It combines several frameworks in a completely transparent way for developers through the use of AOP (Aspect Oriented Programming).
The project tries to allow people with little knowledge of the Java platform to develop robust applications quickly, without requiring them to learn several new technologies and complex concepts.
Main features:
- Support for desktop applications
- Swing binding
- SWT binding
- Thinlet binding
- Easy, transparent remoting
- Transaction support
- Hibernate support
- Paging support
<<lessThe main goal is to simplify the development of business components and the construction of complex graphical interfaces, with minimum effort for developers. It combines several frameworks in a completely transparent way for developers through the use of AOP (Aspect Oriented Programming).
The project tries to allow people with little knowledge of the Java platform to develop robust applications quickly, without requiring them to learn several new technologies and complex concepts.
Main features:
- Support for desktop applications
- Swing binding
- SWT binding
- Thinlet binding
- Easy, transparent remoting
- Transaction support
- Hibernate support
- Paging support
Download (28MB)
Added: 2007-06-14 License: LGPL (GNU Lesser General Public License) Price:
870 downloads
Generator 0.35
Generator project is a Sega Genesis (MegaDrive) emulator. more>>
Generator project is a Sega Genesis (MegaDrive) emulator.
Generator is a portable Sega Genesis (Mega Drive) emulator with gtk/SDL, SVGAlib and Tcl/Tk user interfaces.
It features its own unique portable 68000 core processor emulation enhanced by recompilation techniques.
Enhancements:
- [CORE] Support for Genecyst patch files / Game Genie
- [CORE] Support for AVI uncompressed and MJPEG output
- [68000] Re-added busy wait removal that got lost
- [SOUND] Added configurable single-pole low-pass filter
- [CORE] Added autoconf/automake version checks
- [VDP] Fix FIFO busy flag (Nicholas Van Veen)
- [SOUND] Various further endian improvements from Bastien Nocera
- and andi@fischlustig.de (Debian)
- [SOUND] Various BSD compatibility improvements from
- Alistair Crooks and Michael Core (NetBSD)
- [UI] SDL Joystick support from Matthew N. Dodd (FreeBSD)
- [68000] Do pre-decrement with two reads (Steve Snake)
- [68000] Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant
- [68000] Re-write ABCD,etc based on info from Bart Trzynadlowski
- [68000] Implement missing BTST op-code (fixes NHL Hockey 94)
<<lessGenerator is a portable Sega Genesis (Mega Drive) emulator with gtk/SDL, SVGAlib and Tcl/Tk user interfaces.
It features its own unique portable 68000 core processor emulation enhanced by recompilation techniques.
Enhancements:
- [CORE] Support for Genecyst patch files / Game Genie
- [CORE] Support for AVI uncompressed and MJPEG output
- [68000] Re-added busy wait removal that got lost
- [SOUND] Added configurable single-pole low-pass filter
- [CORE] Added autoconf/automake version checks
- [VDP] Fix FIFO busy flag (Nicholas Van Veen)
- [SOUND] Various further endian improvements from Bastien Nocera
- and andi@fischlustig.de (Debian)
- [SOUND] Various BSD compatibility improvements from
- Alistair Crooks and Michael Core (NetBSD)
- [UI] SDL Joystick support from Matthew N. Dodd (FreeBSD)
- [68000] Do pre-decrement with two reads (Steve Snake)
- [68000] Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant
- [68000] Re-write ABCD,etc based on info from Bart Trzynadlowski
- [68000] Implement missing BTST op-code (fixes NHL Hockey 94)
Download (0.45MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1094 downloads
GEneral NEural SImulation System 2.2.1
GEneral NEural SImulation System is a neural network simulator. more>>
GENESIS (short for GEneral NEural SImulation System) is a general purpose simulation platform that was developed to support the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, simulations of large networks, and systems-level models.
GENESIS has provided the basis for laboratory courses in neural simulation at Caltech, the Marine Biological Laboratory, the Crete, Trieste, Bangalore, and Obidos short courses in Computational Neuroscience, and at least 49 universities of which we are aware.
Most current GENESIS applications involve realistic simulations of biological neural systems. Although the software can also model more abstract networks, other simulators are more suitable for backpropagation and similar connectionist modeling.
Installation
1. Pick the place where you want to install the "genesis" directory tree. If you are making a system-wide installation as "root" user, /usr/local is a good choice. For a personal installation, without root privileges, you can use your home directory ("~"). Change to this directory and extract the genesis directory from the archive file genesis2.2.1-linux-bin.tar.gz. For example,
cd /usr/local
tar xvzf /mnt/cdrom/genesis2.2.1-linux-bin.tar.gz
or from wherever you have it (e.g.~/downloads/genesis2.2.1-linux-bin.tar.gz).
2. Change to the "genesis" directory and run the setup script that creates the ".simrc" GENESIS initialization file". Then copy .simrc to your home directory.
cd genesis
./binsetup
cp .simrc ~
3. Finallly, add the genesis directory to your search path, so that "genesis" can be found from any directory that you are in. If your login shell is bash, you can do this by editing the .bashrc file in your home directory to add the line
PATH=$PATH:/usr/local/genesis
at the end of the file. If you are using tcsh or csh as your command shell, add
set path=($path /usr/local/genesis)
to your .tcsh or .csh file.
At this point, you are ready to try running GENESIS. Change into the directory genesis/Scripts and try some of the tutorials suggested in the README file.
<<lessGENESIS has provided the basis for laboratory courses in neural simulation at Caltech, the Marine Biological Laboratory, the Crete, Trieste, Bangalore, and Obidos short courses in Computational Neuroscience, and at least 49 universities of which we are aware.
Most current GENESIS applications involve realistic simulations of biological neural systems. Although the software can also model more abstract networks, other simulators are more suitable for backpropagation and similar connectionist modeling.
Installation
1. Pick the place where you want to install the "genesis" directory tree. If you are making a system-wide installation as "root" user, /usr/local is a good choice. For a personal installation, without root privileges, you can use your home directory ("~"). Change to this directory and extract the genesis directory from the archive file genesis2.2.1-linux-bin.tar.gz. For example,
cd /usr/local
tar xvzf /mnt/cdrom/genesis2.2.1-linux-bin.tar.gz
or from wherever you have it (e.g.~/downloads/genesis2.2.1-linux-bin.tar.gz).
2. Change to the "genesis" directory and run the setup script that creates the ".simrc" GENESIS initialization file". Then copy .simrc to your home directory.
cd genesis
./binsetup
cp .simrc ~
3. Finallly, add the genesis directory to your search path, so that "genesis" can be found from any directory that you are in. If your login shell is bash, you can do this by editing the .bashrc file in your home directory to add the line
PATH=$PATH:/usr/local/genesis
at the end of the file. If you are using tcsh or csh as your command shell, add
set path=($path /usr/local/genesis)
to your .tcsh or .csh file.
At this point, you are ready to try running GENESIS. Change into the directory genesis/Scripts and try some of the tutorials suggested in the README file.
Download (7.5MB)
Added: 2005-04-01 License: BSD License Price:
1667 downloads
TkDgen 1.1.1
TkDgen project is a Tcl/Tk GUI front-end to the DGen emulator. more>>
TkDgen project is a Tcl/Tk GUI front-end to the DGen emulator.
TkDgen is a Tcl/Tk GUI front-end for DGen, an emulator of the Genesis video game console. It displays a list of available ROMs, and it can display a game screenshot when a ROM is selected in the list.
It also helps you manage tips, graphic files, and hex codes for individual ROMs.
<<lessTkDgen is a Tcl/Tk GUI front-end for DGen, an emulator of the Genesis video game console. It displays a list of available ROMs, and it can display a game screenshot when a ROM is selected in the list.
It also helps you manage tips, graphic files, and hex codes for individual ROMs.
Download (MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1064 downloads
DGS SMTP 0.9.1
DGS SMTP is a PHP class which acts as an email client, able to send an email without using PHPs built in mail() function. more>>
DGS SMTP is a PHP class which acts as an email client, able to send an email without using PHPs built in mail() function.
This is most often useful for sites that are unable to get PHPs build in mail() function to work. (Usually because they dont have access to sites php.ini file).
<<lessThis is most often useful for sites that are unable to get PHPs build in mail() function to work. (Usually because they dont have access to sites php.ini file).
Download (0.014MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1268 downloads
DGS Search 0.9.6
DGS Search was created to provide an easy to install search utility. more>>
DGS Search was created to provide an easy to install search utility capable of handling filesystem and database searches on UNIX and Windows based platforms.
DGS Search is aimed at supporting the small to medium sized web site.
<<lessDGS Search is aimed at supporting the small to medium sized web site.
Download (0.044MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads

Neurofitter 0.9.2
A software for parameter tuning of electrophysiological neuron model. more>> Neurofitter is software for parameter tuning of electrophysiological neuron models.
It automatically searches for sets of parameters of neuron models that best fit available experimental data, and therefore acts as an interface between neuron simulators, like Neuron or Genesis, and optimization algorithms, like Particle Swarm Optimization, Evolutionary Strategies, etc.
.<<less
Download (225KB)
Added: 2009-04-07 License: Others Price: FREE
199 downloads
The Powered Access Bible 1.1.1
The Powered Access Bible is a tool to allow free and effective access to the Bible. more>>
The Powered Access Bible is a tool to allow free and effective access to the Bible. This project is especially good at finding which verses contain a given word, and then easily reading those verses in full context. (This is a tool to find what the Bible says about something, and read it in context.) This includes Old Testament, New Testament, and Apocrypha/Deuterocanonical books.
Installation:
To install from this directory, type:
./install
The file general/config may be modified to customise the scripts behavior. You
can change the default translation, for instance, or make it seatch the
apocrypha by default.
If you have the Powered Access Bible installed to e.g.
http://127.0.0.1/cgi-bin/powerbible
then you can specify a passage to look up by linking to:
http://127.0.0.1/cgi-bin/powerbible?passage=Genesis+1
and/or a search term with:
http://127.0.0.1/cgi-bin/powerbible?query=love
Enhancements:
- This is the first stable release since major improvements have been made.
- It includes a bugfix that prevents crashing when the user gives a search query in the wrong text input field and slight changes to the Uncensored Bible.
<<lessInstallation:
To install from this directory, type:
./install
The file general/config may be modified to customise the scripts behavior. You
can change the default translation, for instance, or make it seatch the
apocrypha by default.
If you have the Powered Access Bible installed to e.g.
http://127.0.0.1/cgi-bin/powerbible
then you can specify a passage to look up by linking to:
http://127.0.0.1/cgi-bin/powerbible?passage=Genesis+1
and/or a search term with:
http://127.0.0.1/cgi-bin/powerbible?query=love
Enhancements:
- This is the first stable release since major improvements have been made.
- It includes a bugfix that prevents crashing when the user gives a search query in the wrong text input field and slight changes to the Uncensored Bible.
Download (4.8MB)
Added: 2007-03-02 License: Perl Artistic License Price:
971 downloads
SellaNMS 2.0.0
SellaNMS was created to provide an extendable high performance Network Management System with network discovery. more>>
SellaNMS was created to provide an extendable high performance Network Management System with network discovery, monitoring and detailed reporting capabilities that keep up to date with a living network.
As new devices and interfaces are added or removed from your network, the changes are automatically detected and handled.
Main features:
- SellaNMS is coded to handle the unexpected without crashing. Any issue that could cause a crash or deadlock is tracked down and corrected. Distributed installs can allow SellaNMS to continue working even when server fails.
- The core scheduler and policy frameworks offers wide customization of SellaNMSs functionality. New modules can be created to support new protocols and/or devices. Modules can be added or removed on the fly.
- Memory usage is kept to a minimum by utilizing low memory algorithims, dynamically loading and unloading modules as they are needed. Data is written to the database as modules are still working, reducing allocated memory.
- All aspects of discovery, and monitoring are designed to complete their tasks as efficiently as possible. Core libraries and modules are threaded to run in parallel avoiding blocking calls.
- While a single server install can easily handle a network of thousands of interfaces and hundreds of routers, SellaNMS can be distributed across multiple servers adding additional coverage for a network of any size.
Enhancements:
- Architecture change and major enhancements.
- Converted modules from threads to individual daemons, simplifying the design and providing enhanced reliability and performance. (Jim/Bill)
- Created watchdog daemon responsible for managing daemons and monitoring their health. (Jim)
- Created state daemon to process state changes, allowing alarms to be persistent though a restart of any daemon. (Bill)
- Created libstate. Allows modules to request the current state of elements, interfaces, and addresses as determined by the state module. (Bill)
- Converted thread calls over to POSIX pthread functions. (Jim/Bill)
- Converted modules internal thread interaction from a polling scheme to an interrupt based scheme. (Bill)
- Rewrote trace-options support for improved functionality. (Bill/Jim)
- Redesigned output modules/daemons to individually handle input, resulting in less RAM usage and better performance. (Jim)
- Created a program to automatically generate a VIM syntax file, making it much easier to maintain. (Bill)
- Introduced an adaptive back-off algorithm into the ICMP monitoring daemon, which handles queue congestion gracefully. (Jim)
- Implemented conditional map-statements, which reduces interactions with the database, improving performance and scalability. (Jim)
- Rewrote map-statements and policy-statements to preform few interactions with the database, improving performance and scalability. (Jim)
- Created tidyd to provide time based clean up within the database. (Jim)
- Created output syslogd daemon to replace the flatfile logging module in v1.0.0. (Jim)
- Rewrote sella_nms.conf to include only basic configuration options and introduced sella_nms-complete.conf which includes all configuration options. (Bill/Jim)
- Implemented include directory support within the configuration library and separated out vendor specific policies into separate files. (Bill).
- Created admin-sella_nms.sh script to provide database administration and the ability to monitor incoming alarms on the command line. (Jim)
- Improved control of state change clearing of alarms in guid. (Jim)
- Enhanced BGP alarms to provide ASN, organization name and contact information. Data can be updated via the asn_data table. (Jim)
- Created a syslog output daemon used to keep a log of alarms. (Jim)
- Improved email daemon to support multiple SMTP servers and fixed minor bugs in the supporting SMTP class. (Jim)
- Created class for tracking the rate of input. This allows the NMS to handle devices that flood useless information. (Jim)
- Wrote an Administrators Manual. (Jim)
<<lessAs new devices and interfaces are added or removed from your network, the changes are automatically detected and handled.
Main features:
- SellaNMS is coded to handle the unexpected without crashing. Any issue that could cause a crash or deadlock is tracked down and corrected. Distributed installs can allow SellaNMS to continue working even when server fails.
- The core scheduler and policy frameworks offers wide customization of SellaNMSs functionality. New modules can be created to support new protocols and/or devices. Modules can be added or removed on the fly.
- Memory usage is kept to a minimum by utilizing low memory algorithims, dynamically loading and unloading modules as they are needed. Data is written to the database as modules are still working, reducing allocated memory.
- All aspects of discovery, and monitoring are designed to complete their tasks as efficiently as possible. Core libraries and modules are threaded to run in parallel avoiding blocking calls.
- While a single server install can easily handle a network of thousands of interfaces and hundreds of routers, SellaNMS can be distributed across multiple servers adding additional coverage for a network of any size.
Enhancements:
- Architecture change and major enhancements.
- Converted modules from threads to individual daemons, simplifying the design and providing enhanced reliability and performance. (Jim/Bill)
- Created watchdog daemon responsible for managing daemons and monitoring their health. (Jim)
- Created state daemon to process state changes, allowing alarms to be persistent though a restart of any daemon. (Bill)
- Created libstate. Allows modules to request the current state of elements, interfaces, and addresses as determined by the state module. (Bill)
- Converted thread calls over to POSIX pthread functions. (Jim/Bill)
- Converted modules internal thread interaction from a polling scheme to an interrupt based scheme. (Bill)
- Rewrote trace-options support for improved functionality. (Bill/Jim)
- Redesigned output modules/daemons to individually handle input, resulting in less RAM usage and better performance. (Jim)
- Created a program to automatically generate a VIM syntax file, making it much easier to maintain. (Bill)
- Introduced an adaptive back-off algorithm into the ICMP monitoring daemon, which handles queue congestion gracefully. (Jim)
- Implemented conditional map-statements, which reduces interactions with the database, improving performance and scalability. (Jim)
- Rewrote map-statements and policy-statements to preform few interactions with the database, improving performance and scalability. (Jim)
- Created tidyd to provide time based clean up within the database. (Jim)
- Created output syslogd daemon to replace the flatfile logging module in v1.0.0. (Jim)
- Rewrote sella_nms.conf to include only basic configuration options and introduced sella_nms-complete.conf which includes all configuration options. (Bill/Jim)
- Implemented include directory support within the configuration library and separated out vendor specific policies into separate files. (Bill).
- Created admin-sella_nms.sh script to provide database administration and the ability to monitor incoming alarms on the command line. (Jim)
- Improved control of state change clearing of alarms in guid. (Jim)
- Enhanced BGP alarms to provide ASN, organization name and contact information. Data can be updated via the asn_data table. (Jim)
- Created a syslog output daemon used to keep a log of alarms. (Jim)
- Improved email daemon to support multiple SMTP servers and fixed minor bugs in the supporting SMTP class. (Jim)
- Created class for tracking the rate of input. This allows the NMS to handle devices that flood useless information. (Jim)
- Wrote an Administrators Manual. (Jim)
Download (2.1MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1268 downloads
LegaSynth 0.4.1
LegaSynth is an old chip/synthethizer emulator. more>>
LegaSynth is an old chip and synthethizer emulator.
Current engines proovide very precise emulation of:
- Yamaha DX7 FM
- MOS6581 Sound Interface Device (or best known as the good old C64 SID :)
- Yamaha YMH2K series (Soundchip very popular in small Yamaha keyboards/Arcades and the Sega GENESIS)
- TB303 - Still needs some work, but its perfectly usable.
LegaSynth Programming Framework:
- LegaSynth is also a very powerful synthethizer programming framework, where, with only a few lines of code you can have your own engine going.
- A simple demo engine and some documentation are aviable within the source tarball.
- The difference between LegaSynth and other programs such as Reaktor, Bristol, PD, csound,etc is that here the engines have to be actually programmed and optimized by hand, this way legasynth achieves unparalleled speed and polyphony.
<<lessCurrent engines proovide very precise emulation of:
- Yamaha DX7 FM
- MOS6581 Sound Interface Device (or best known as the good old C64 SID :)
- Yamaha YMH2K series (Soundchip very popular in small Yamaha keyboards/Arcades and the Sega GENESIS)
- TB303 - Still needs some work, but its perfectly usable.
LegaSynth Programming Framework:
- LegaSynth is also a very powerful synthethizer programming framework, where, with only a few lines of code you can have your own engine going.
- A simple demo engine and some documentation are aviable within the source tarball.
- The difference between LegaSynth and other programs such as Reaktor, Bristol, PD, csound,etc is that here the engines have to be actually programmed and optimized by hand, this way legasynth achieves unparalleled speed and polyphony.
Download (0.29MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1427 downloads
Sella NMS 2.0.0
SellaNMS was created to provide an extendable high performance Network Management System with network discovery. more>>
SellaNMS was created to provide an extendable high performance Network Management System with network monitoring, discovery and detailed reporting capabilities that keep up to date with a living network.
As new devices and interfaces are added or removed from your network, the changes are automatically detected and handled.
Enhancements:
- This release converts modules from threads to individual daemons, simplifying the design and providing enhanced reliability and performance.
- A state daemon has been created to process state changes, allowing alarms to be persistent though a restart of any daemon.
- An Administrators Manual has been written.
- The performance of the output modules and policy framework has been improved.
<<lessAs new devices and interfaces are added or removed from your network, the changes are automatically detected and handled.
Enhancements:
- This release converts modules from threads to individual daemons, simplifying the design and providing enhanced reliability and performance.
- A state daemon has been created to process state changes, allowing alarms to be persistent though a restart of any daemon.
- An Administrators Manual has been written.
- The performance of the output modules and policy framework has been improved.
Download (2.1MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1369 downloads
DGS Graph 0.9.0
DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation. more>>
DGS Graph was created to provide an easy to install graphing script, capable of generating graphs for web presentation.
<<less Download (0.024MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1268 downloads
XymMS 0.9.1
XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files. more>>
XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files by
rendering DAC, FM, and PSG signals through emulation of the YM2612 and SN76496 sound chips found in the video game console. (CYM files will be supported in the beta release.)
GYM files are created by various emulators such as DGen and Megasis. XymMS supports ZLib compression and decompression, and other various settings for output quality, etc. You can compress and decompress files along with updating ID tags using the File Info window.
The emulation backend is courtesy the M.A.M.E. project. XymMS is based on code and ideas from the YMAMP and MSP Open Source projects.
<<lessrendering DAC, FM, and PSG signals through emulation of the YM2612 and SN76496 sound chips found in the video game console. (CYM files will be supported in the beta release.)
GYM files are created by various emulators such as DGen and Megasis. XymMS supports ZLib compression and decompression, and other various settings for output quality, etc. You can compress and decompress files along with updating ID tags using the File Info window.
The emulation backend is courtesy the M.A.M.E. project. XymMS is based on code and ideas from the YMAMP and MSP Open Source projects.
Download (0.064MB)
Added: 2006-04-19 License: BSD License Price:
1286 downloads
Ochiba 1.2
Ochiba is a Web-based image gallery that is a hybrid of traditional more>>
Ochiba is a web-based image gallery written in PHP and uses sqlite.
Ochiba is a hybrid of traditional "photo album" software, such as Gallery or Coppermine, and "image board" software, such as futaba, futallaby, and wakaba.
In addition, it borrows concepts found in sources such as gmail and iPhoto to provide a flexible, keyword/tag based filtering of displayed images which can be used to create on-the-fly "virtual" albums.
Other features include: XHTML/CSS compliance, RSS feeds for image categories, post throttling, IP banning, caching, visual image-based post verification for spam-prevention, and zip file handling (for multiple images in one upload).
Ochiba is released under the GNU General Public License.
The genesis of ochiba arose from my purchase of a camphone. I planned on using it a lot to create a "moblog" or "photoblog". Initially, I used Gallery, as it was software I had already been using and had been mostly pleased with it. However, with this moblog project, some of the design decisions made by Gallery (and most other photo album software) became limiting to me. Primary was the way comments and discussion of pictures were usually relegated to an afterthought. In the case of Gallery, only a little red asterisk indicates that an image has a comment. Even as the owner of a Gallery, sometimes I wouldnt notice a visitor had left a comment until months later.
I wanted something more like what was presented by image board software, where comments and discussion are as important as the image itself. However, I didnt like the requirements for the major image board software (in particular, MySQL for all three, and perl for wakaba). And though I admired the open-posting image board idea, I also wanted to have something only I could post to.
The 3rd converging idea came from gmail, iPhoto, and iTunes smart playlists. They use keyword/label/tag based filtering to organize mail/photos/music, rather than a strict hierarchy. Gallery is limited to albums and nested albums. I wanted more flexibility, to present an image in a variety of contexts, to have more freeform organization.
Enhancements:
- Error reporting when upload size exceeds maximum was improved.
- New CAPTCHAs can now be requested.
- Major CSS issues in IE7 were fixed.
<<lessOchiba is a hybrid of traditional "photo album" software, such as Gallery or Coppermine, and "image board" software, such as futaba, futallaby, and wakaba.
In addition, it borrows concepts found in sources such as gmail and iPhoto to provide a flexible, keyword/tag based filtering of displayed images which can be used to create on-the-fly "virtual" albums.
Other features include: XHTML/CSS compliance, RSS feeds for image categories, post throttling, IP banning, caching, visual image-based post verification for spam-prevention, and zip file handling (for multiple images in one upload).
Ochiba is released under the GNU General Public License.
The genesis of ochiba arose from my purchase of a camphone. I planned on using it a lot to create a "moblog" or "photoblog". Initially, I used Gallery, as it was software I had already been using and had been mostly pleased with it. However, with this moblog project, some of the design decisions made by Gallery (and most other photo album software) became limiting to me. Primary was the way comments and discussion of pictures were usually relegated to an afterthought. In the case of Gallery, only a little red asterisk indicates that an image has a comment. Even as the owner of a Gallery, sometimes I wouldnt notice a visitor had left a comment until months later.
I wanted something more like what was presented by image board software, where comments and discussion are as important as the image itself. However, I didnt like the requirements for the major image board software (in particular, MySQL for all three, and perl for wakaba). And though I admired the open-posting image board idea, I also wanted to have something only I could post to.
The 3rd converging idea came from gmail, iPhoto, and iTunes smart playlists. They use keyword/label/tag based filtering to organize mail/photos/music, rather than a strict hierarchy. Gallery is limited to albums and nested albums. I wanted more flexibility, to present an image in a variety of contexts, to have more freeform organization.
Enhancements:
- Error reporting when upload size exceeds maximum was improved.
- New CAPTCHAs can now be requested.
- Major CSS issues in IE7 were fixed.
Download (0.060MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
917 downloads
PWLib 1.10.7
pwlib is a portable Windows libary. more>>
pwlib is a portable Windows libary.
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix
X-Windows systems. It also was to have a Macintosh port as well but this never eventuated. The parts of the library relating to GUI functions have also been removed.
Since then the system has grown to include many classes that assist in writing
complete multi-platform applications. Classes for I/O portability, multi-threading portability, aid in producing unix daemons and NT services portably and all sorts of internet protocols were added over the years.
All this over and above basic "container" classes such as arrays, linear lists,
sorted lists (RB Tree) and dictionaries (hash tables) which were all created
before STL was standardized. Future versions of PWLib will see many of these
classes replaced or supplemented by STL.
The library was used extensively for all our in-house products. Then we decided to support the open H323 project by throwing in some of the code written for one of our products. Thus, required PWLib so it got thrown into the open source world as well.
<<lessPWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix
X-Windows systems. It also was to have a Macintosh port as well but this never eventuated. The parts of the library relating to GUI functions have also been removed.
Since then the system has grown to include many classes that assist in writing
complete multi-platform applications. Classes for I/O portability, multi-threading portability, aid in producing unix daemons and NT services portably and all sorts of internet protocols were added over the years.
All this over and above basic "container" classes such as arrays, linear lists,
sorted lists (RB Tree) and dictionaries (hash tables) which were all created
before STL was standardized. Future versions of PWLib will see many of these
classes replaced or supplemented by STL.
The library was used extensively for all our in-house products. Then we decided to support the open H323 project by throwing in some of the code written for one of our products. Thus, required PWLib so it got thrown into the open source world as well.
Download (2.0MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
932 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 genesis 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