scalable
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 261
Scalable OGo 0.9.0
Scalable OGo project (SOGo in short) is a groupware server built around the SOPE application server. more>>
Scalable OGo project (SOGo in short) is a groupware server built around the SOPE application server. Unlike OGo it is focused on scalability instead of depth in functionality. The web interface uses human readable URLs and can be accessed according to REST web service ideas. Notably it requires no server side session at all.
The server stores all internal data in the iCalendar format and therefore has no data model inconsistencies with native clients - it easily connects using GroupDAV connectors.
Scalable OpenGroupware.org is being developed since August 2004.
Important: SOGo is still in pre-alpha quality and is largely undocumented. We do not provide RPM or Debian packaging yet nor expect to be able to build the source without issues.
<<lessThe server stores all internal data in the iCalendar format and therefore has no data model inconsistencies with native clients - it easily connects using GroupDAV connectors.
Scalable OpenGroupware.org is being developed since August 2004.
Important: SOGo is still in pre-alpha quality and is largely undocumented. We do not provide RPM or Debian packaging yet nor expect to be able to build the source without issues.
Download (MB)
Added: 2006-08-31 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
Scalable OpenGroupware.org (Inverse edition) 0.9-20070713
Scalable OpenGroupware.org is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server. more>>
Scalable OpenGroupware.org (SOGo in short) is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server.
We are constantly improving functionnalities and the user experience. So far, we improved the user interface to use AJAX and we focused on the integration of the Mozilla suite (Thunderbird, Sunbird/Lightning).
We also added CalDAV support so that any calendaring application which uses this standard protocol can now communicate with SOGo.
Main features:
- Complete redesign of the user-interface to give SOGo a look and feel similar to the Mozilla Thunderbird and Sunbird applications
- Calendar and address book sharing
- Mutiple address books and LDAP-based address books
- Concept of tasks
- Contacts in vCard
- Integration with the Mozilla application suite
Enhancements:
- A superuser can be defined.
- The raw message source can be viewed.
- Compatibility was checked with PostgreSQL 8.2.
- The menus of the Web date selector would no longer appear.
- An SQL constraint violation would prevent task entries from being recorded.
- The due date in tasks was incorrectly set.
- It was impossible to empty the start and the due date in the task editor from the moment they were set.
- IMAP folders with non-ASCII characters can now be accessed.
- The quotas of the selected mailbox are displayed (if available).
- Users were prevented from accessing shared resources in DAV.
<<lessWe are constantly improving functionnalities and the user experience. So far, we improved the user interface to use AJAX and we focused on the integration of the Mozilla suite (Thunderbird, Sunbird/Lightning).
We also added CalDAV support so that any calendaring application which uses this standard protocol can now communicate with SOGo.
Main features:
- Complete redesign of the user-interface to give SOGo a look and feel similar to the Mozilla Thunderbird and Sunbird applications
- Calendar and address book sharing
- Mutiple address books and LDAP-based address books
- Concept of tasks
- Contacts in vCard
- Integration with the Mozilla application suite
Enhancements:
- A superuser can be defined.
- The raw message source can be viewed.
- Compatibility was checked with PostgreSQL 8.2.
- The menus of the Web date selector would no longer appear.
- An SQL constraint violation would prevent task entries from being recorded.
- The due date in tasks was incorrectly set.
- It was impossible to empty the start and the due date in the task editor from the moment they were set.
- IMAP folders with non-ASCII characters can now be accessed.
- The quotas of the selected mailbox are displayed (if available).
- Users were prevented from accessing shared resources in DAV.
Download (MB)
Added: 2007-07-15 License: GPL (GNU General Public License) Price:
832 downloads
Panda Publisher RC3
Panda Publisher provides a lightweight, standards-compliant content management system. more>>
Panda Publisher provides a lightweight, standards-compliant content management system.
Panda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
<<lessPanda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
Download (MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
Sambar 6.2
The Sambar Server is an open and scalable framework that provides an intuitive, secure and personalizable environment. more>>
The Sambar Server is an open and scalable framework that provides an intuitive, secure and personalizable environment for end-users; rapid development and deployment tools for developers; and an easy-to-use console for administrators.
Main features:
- WebDAV
- Content Management
- Document Versioning
- Search Engine
- Mail Server
- Servlet Runner
- Usage Throttling
- CRON Daemon
- IRC Server
- FTP Server
- TFTP Server
- DNS Server
- DHCP Server
- Proxy Server
- Socks Proxy
- Reverse Proxy
<<lessMain features:
- WebDAV
- Content Management
- Document Versioning
- Search Engine
- Mail Server
- Servlet Runner
- Usage Throttling
- CRON Daemon
- IRC Server
- FTP Server
- TFTP Server
- DNS Server
- DHCP Server
- Proxy Server
- Socks Proxy
- Reverse Proxy
Download (7.4MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price: $99
1527 downloads
librascal 1.0-rc1
librascal is a library for asynchronous networking. more>>
Librascal is a C/C++ library for asynchronous networking. It is a networking stack abstraction library which simplifies writing portable and scalable applications. It can be used with various threading models.
The library supports TCP and UDP protocols, basic DNS resolution and fully supports service discovery. It implements buffered data flow, has helper functions for processing text based protocols and several helper classes for C++.
Many options, such as timeouts, retry counters and the list of DNS servers can be adjusted at runtime.
Usage:
To use the library an application must include the rascal.h header file and link against librascal, a shared library (static linking is not supported and such support is not planned).
Installation:
The library has no external dependencies except for the standard system libraries. To install it, compile the source code then type make install.
<<lessThe library supports TCP and UDP protocols, basic DNS resolution and fully supports service discovery. It implements buffered data flow, has helper functions for processing text based protocols and several helper classes for C++.
Many options, such as timeouts, retry counters and the list of DNS servers can be adjusted at runtime.
Usage:
To use the library an application must include the rascal.h header file and link against librascal, a shared library (static linking is not supported and such support is not planned).
Installation:
The library has no external dependencies except for the standard system libraries. To install it, compile the source code then type make install.
Download (0.11MB)
Added: 2005-10-11 License: BSD License Price:
1474 downloads
Citadel 7.10
Citadel is an advanced messaging and collaboration system for groupware and BBS applications. more>>
Citadel is an advanced messaging and collaboration system for groupware and BBS applications. Users can connect to Citadel using any telnet, WWW, or client software.
Among the features supported are public and private message bases (rooms), electronic mail, real-time chat, paging, shared calendaring, address books, mailing lists, and more.
Unlike other collaboration servers, Citadel provides its own data stores and is therefore extremely easy to install; you dont have to "bring your own" email and database because theyre built in.
The server is multithreaded and scalable. In addition, SMTP, IMAP, and POP3 servers are built-in for easy connection to Internet mail. Citadel is both robust and mature; it has been in production since 1987.
Enhancements:
- IMAP ACL support.
- Small enhancements to the calendar service.
- Enhanced support for certain text-mode mobile devices.
<<lessAmong the features supported are public and private message bases (rooms), electronic mail, real-time chat, paging, shared calendaring, address books, mailing lists, and more.
Unlike other collaboration servers, Citadel provides its own data stores and is therefore extremely easy to install; you dont have to "bring your own" email and database because theyre built in.
The server is multithreaded and scalable. In addition, SMTP, IMAP, and POP3 servers are built-in for easy connection to Internet mail. Citadel is both robust and mature; it has been in production since 1987.
Enhancements:
- IMAP ACL support.
- Small enhancements to the calendar service.
- Enhanced support for certain text-mode mobile devices.
Download (0.67MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
528 downloads
Equalizer 0.3
Equalizer is a programming interface and resource management system for scalable multipipe applications. more>>
Equalizer is a programming interface and resource management system for scalable multipipe applications.
An Equalizer application can run unmodified on any visualization system, from a singlepipe workstation to large scale graphics clusters and shared memory visualization systems. Equalizer is build from ground up as a parallel, scalable programming interface solving the problems common to any multipipe application.
Equalizer development started in 2005. The source code is available for interested developers and early adopters. Equalizer is a cross-platform toolkit and is initially available for Linux and Mac OS X. A Windows version is planned. Please contact us if you are interested to learn more about Equalizer, to participate in the design and development, or if you have any other questions.
Enhancements:
- This release runs on Windows XP, extending the support to all major operating systems.
- Various new features and stability improvements make this release the fastest and most mature so far.
- The stability and performance of this release has been verified on a 16-node, 32-GPU cluster.
<<lessAn Equalizer application can run unmodified on any visualization system, from a singlepipe workstation to large scale graphics clusters and shared memory visualization systems. Equalizer is build from ground up as a parallel, scalable programming interface solving the problems common to any multipipe application.
Equalizer development started in 2005. The source code is available for interested developers and early adopters. Equalizer is a cross-platform toolkit and is initially available for Linux and Mac OS X. A Windows version is planned. Please contact us if you are interested to learn more about Equalizer, to participate in the design and development, or if you have any other questions.
Enhancements:
- This release runs on Windows XP, extending the support to all major operating systems.
- Various new features and stability improvements make this release the fastest and most mature so far.
- The stability and performance of this release has been verified on a 16-node, 32-GPU cluster.
Download (1.4MB)
Added: 2007-05-05 License: LGPL (GNU Lesser General Public License) Price:
955 downloads
Ganglia 3.0.4
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. more>>
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. Ganglia is based on a hierarchical design targeted at federations of clusters.
It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency.
The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on over 500 clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes.
Enhancements:
- This release corresponds to SVN revision 695 and is mainly fixing bugs.
<<lessIt leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency.
The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on over 500 clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes.
Enhancements:
- This release corresponds to SVN revision 695 and is mainly fixing bugs.
Download (2.5MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1035 downloads
aBridge 0.4.0
aBridge project is a multiplayer online cross-platform bridge game. more>>
aBridge project is a multiplayer online cross-platform bridge game.
It allows you to play bridge online with other real people.
It is currently available for UNIX (including linux), Microsoft Windows and MacOS X.
On all platforms, aBridge supports speech synthesis, allowing you to choose to listen to the bids and chat conversation rather than simply gazing at the screen waiting for someone to play.
aBridge also has some rudimentary bots, for when other players arent online, but their AI is pretty pathetic, and they are in need of a complete rewrite.
Enhancements:
- Complete rewrite of card-displaying code. Cards are now scalable.
- Remember size of game window.
- Use flite instead of festival on sid, since speech-tools is broken on sid at the moment.
<<lessIt allows you to play bridge online with other real people.
It is currently available for UNIX (including linux), Microsoft Windows and MacOS X.
On all platforms, aBridge supports speech synthesis, allowing you to choose to listen to the bids and chat conversation rather than simply gazing at the screen waiting for someone to play.
aBridge also has some rudimentary bots, for when other players arent online, but their AI is pretty pathetic, and they are in need of a complete rewrite.
Enhancements:
- Complete rewrite of card-displaying code. Cards are now scalable.
- Remember size of game window.
- Use flite instead of festival on sid, since speech-tools is broken on sid at the moment.
Download (0.17MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
Jabberlang 0.2
Jabberlang is a client XMPP/Jabber library for Erlang to implement scalable fault-tolerant XMPP/Jabber agents. more>>
Jabberlang is a client XMPP and Jabber library for Erlang to implement scalable fault-tolerant XMPP/Jabber agents.
The first version has been presented during Erlang User Conference (EUC 2004). For now, it still only supports a minimal subset of the Jabber/XMPP protocol but many changes are planned.
Enhancements:
- This version fixes several problems and improves the behavior of Jabberlang.
- The connection now fails when the expat library fails to load.
- A bug has been fixed regarding the name of the host used in the library, so the "to" attribute in the stream is now set correctly.
<<lessThe first version has been presented during Erlang User Conference (EUC 2004). For now, it still only supports a minimal subset of the Jabber/XMPP protocol but many changes are planned.
Enhancements:
- This version fixes several problems and improves the behavior of Jabberlang.
- The connection now fails when the expat library fails to load.
- A bug has been fixed regarding the name of the host used in the library, so the "to" attribute in the stream is now set correctly.
Download (0.98MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1430 downloads
AOLserver 4.5.0
AOLserver is a multithreaded, Tcl-enabled, massively scalable and extensible Web server tuned for large scale, dynamic Web sites more>>
AOLserver is a multithreaded, Tcl-enabled, massively scalable and extensible Web server tuned for large scale, dynamic Web sites.
AOLserver includes complete database integration, dynamic page scripting, and an open, extensible architecture.
<<lessAOLserver includes complete database integration, dynamic page scripting, and an open, extensible architecture.
Download (0.70MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
jabberd2 2.0s11
jabberd2 is a Jabber/XMPP instant messaging server. more>>
jabberd2 is a Jabber/XMPP instant messaging server. It implements most of XMPP (RFC3920), XMPP-IM (RFC3921) and a range of protocol extensions (JEP-0011, JEP-0012, JEP-0022, JEP-0023, JEP-0030, JEP-0049, JEP-0054, JEP-0077, JEP-0078, JEP-0086, JEP-0090, JEP-0091, JEP-0092, JEP-0094, and JEP-0114)
jabberd 2 is the next generation of the jabberd server. jabberd2 project has been rewritten from the ground up to be scalable, architecturally sound, and to support the latest protocol extensions coming out of the JSF.
<<lessjabberd 2 is the next generation of the jabberd server. jabberd2 project has been rewritten from the ground up to be scalable, architecturally sound, and to support the latest protocol extensions coming out of the JSF.
Download (0.75MB)
Added: 2006-03-11 License: GPL (GNU General Public License) Price:
1329 downloads
x2svg 1.2 Beta 1
x2svg is an application to graphically lay out files like DTDs and Java property files as scalable vector graphics (SVG). more>>
x2svg is an application to graphically lay out files like DTDs and Java property files as scalable vector graphics (SVG). SVG diagrams can be converted into PDF files directly from within x2svg.
<<less Download (0.28MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
gucharmap 1.10.0
gucharmap is a Unicode character map and font viewer. more>>
gucharmap is a Unicode Character Map and Font Viewer. gucharmap uses gtk+ 2.0, so it supports beautiful anti-aliased scalable fonts via Xft.
Installation
To compile and install, do the usual
./configure
make
make install
There are two extra ./configure options:
--disable-gnome disables GNOME-only functionality, even if the GNOME libraries are found.
--disable-unihan disables CJK ideograph information. The ideograph information includes definition and pronunciations in several languages, and is extracted from [3]. Omitting the ideograph information will reduce gucharmaps size by roughly 2 megabytes.
<<lessInstallation
To compile and install, do the usual
./configure
make
make install
There are two extra ./configure options:
--disable-gnome disables GNOME-only functionality, even if the GNOME libraries are found.
--disable-unihan disables CJK ideograph information. The ideograph information includes definition and pronunciations in several languages, and is extracted from [3]. Omitting the ideograph information will reduce gucharmaps size by roughly 2 megabytes.
Download (2.9MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 downloads
kannasaver 1.1.1
kannasaver is a screensaver for people who want to learn japanese. more>>
kannasaver is a screensaver for people who want to learn japanese. The idea is that by randomly shoving hiragana or katakana at you, together with the romaji transcript, they start to stick to your memory after a while.
Inspired by a windows screensaver that does exactly the same, which sits an www.thejapanesepage.com for free.
Dependencies: Other than KDE 3.3, you need to have soft-scalable (truetype) fonts that contain the japanese characters. Google for the mikachan font set if anything else fails.
Enhancements:
- a few composite katakana were wrong; corrected.
<<lessInspired by a windows screensaver that does exactly the same, which sits an www.thejapanesepage.com for free.
Dependencies: Other than KDE 3.3, you need to have soft-scalable (truetype) fonts that contain the japanese characters. Google for the mikachan font set if anything else fails.
Enhancements:
- a few composite katakana were wrong; corrected.
Download (0.84MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1478 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 scalable 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