university
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 215
Paderborn University BSP Library 01-26-2007
Paderborn University BSP Library is a C-Library to support development of parallel algorithm. more>>
Paderborn University BSP Library is a C-Library to support development of parallel algorithm based on the "Bulk-Synchronous-Parallel-Model".
The Library offers buffered asynchronous message-passing between the nodes, organized in supersteps. At the begin of a superstep the nodes receive all messages which has been sent in the previous superstep.
The PUB-Library supports in addition to send node-to-node messages other functions like broadcasts and parallel prefix operations with a set of nodes.
PUB offers functions for both message passing and remote memory access. Furthermore, some collective communication operations like broadcast and parallel prefix are also provided.
To become more flexible, PUB allows creating independent BSP objects each representing a virtual BSP computer. Goudreau et al.[GHL$^+$96] defined an interface for BSP libraries call ``BSP Worldwide Standard which is implemented in the Oxford BSP toolset[HDM97]. You can also use the BSP Worldwide Standard for programming with PUB (refer to Section 1.6).
A performance comparison with other communication libraries and some implementation details can be found in [BJOR99].
The PUB-Library is available for several parallel platforms. The generated library is specified by four configuration variables PUB_MACHINE (machine type), PUB_SYSTEM (operating system), PUB_COMMUNICATION (communication library) and PUB_MODE (e.g. debug).
Enhancements:
- This release adds numerous minor bugfixes.
<<lessThe Library offers buffered asynchronous message-passing between the nodes, organized in supersteps. At the begin of a superstep the nodes receive all messages which has been sent in the previous superstep.
The PUB-Library supports in addition to send node-to-node messages other functions like broadcasts and parallel prefix operations with a set of nodes.
PUB offers functions for both message passing and remote memory access. Furthermore, some collective communication operations like broadcast and parallel prefix are also provided.
To become more flexible, PUB allows creating independent BSP objects each representing a virtual BSP computer. Goudreau et al.[GHL$^+$96] defined an interface for BSP libraries call ``BSP Worldwide Standard which is implemented in the Oxford BSP toolset[HDM97]. You can also use the BSP Worldwide Standard for programming with PUB (refer to Section 1.6).
A performance comparison with other communication libraries and some implementation details can be found in [BJOR99].
The PUB-Library is available for several parallel platforms. The generated library is specified by four configuration variables PUB_MACHINE (machine type), PUB_SYSTEM (operating system), PUB_COMMUNICATION (communication library) and PUB_MODE (e.g. debug).
Enhancements:
- This release adds numerous minor bugfixes.
Download (0.34MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
994 downloads
Boston University Linux 4.5 Server Edition (Zodiac)
Boston University Linux is based on Fedora Core Linux, but specifically tailored for the BU environment. more>>
Boston University Linux is based on Fedora Core Linux, but specifically tailored for the BU environment.
Weve added security updates, made modifications to make software work better with the way things are set up here, and added some applications that we think you might like to have.
The server edition of BU Linux provides a modern, stable, and robust server platform suitable for long-term deployment in many roles throughout the university.
Supported Hardware
Currently, only i686-class machines are supported. This includes almost everything from Intels Pentium Pro on. AMD64 and Intel EM64T systems will work fine using their 32-bit mode. Watch for a 64-bit version later this summer.
Specific Notes on Server Applications
Mail Server:
BU Linux 4.5 Server Edition (Zodiac) includes three different choices of Mail Transfer Agent (MTA) for your mail server. Each of these open source servers has its unique strengths, and you can install one or more and use the utility system-switch-mail to choose which is active.
The default is IBMs Postfix, which is designed from scratch to be secure and easily configurable. On a newly-installed BU Linux machine, Postfix is configured to exchange mail on the local machine and to send mail out to other systems, but not receive mail from the network. For this reason, outgoing mail from global BU accounts (those matching valid BU login names and with the proper UID) will appear to come from @bu.edu rather than @hostname.bu.edu. Local users (including system accounts) will retain the hostname, but without reconfiguration, any replies will bounce. Changing the system to accept mail is easy; see the BU Linux web site for details.
For the maximum flexibility and for compatibility with existing configurations (and with existing expertise), we also include the traditional standard Sendmail. And, if you have particular special needs, you may find that the new Exim MTA fits your situation best.
No matter which MTA you choose, please contact us if you need any assistance. With so many options available, the situation can be confusing, and its unfortunately easy for an accidentally misconfigured system to become a target for spam relayers. We have significant expertise at configuring both Postfix and Sendmail in a variety of situations, and will be glad to help.
FTP Server:
This release of BU Linux provides two options for FTP. The first is vsftpd, which is designed to be simple and secure. This is the most appropriate for almost all situations, but if you require more power and flexibility, we also include ProFTPd, which has many more options and a configuration syntax similar to that of the Apache web server.
Please also remember that FTP is an insecure protocol and that any passwords used travel over the network in plain text. For this reason, its best to avoid anything but anonymous FTP. For user-authenticated file transfer, use SSH and SFTP. (SFTP is provided by the OpenSSH server and enabled by default.)
Web Server:
The web server software included in BU Linux is the industry-standard Apache httpd. We also include PHP 4.3 and many other useful tools for building a web server.
If you need to provide authenticated access to web services to BU users, please contact us and we will provide you with our University-standard Weblogin module. This provides a powerful and flexible means of single-signon access control for the BU user community and we want to make it as easy as possible for you to provide this for your users.
Database Server:
BU Linux includes MySQL 4.1 and PostgreSQL 7.4. For less demanding SQL applications, we also provide SQLite 3, which provides simple SQL databases without the management overhead of running a SQL server.
<<lessWeve added security updates, made modifications to make software work better with the way things are set up here, and added some applications that we think you might like to have.
The server edition of BU Linux provides a modern, stable, and robust server platform suitable for long-term deployment in many roles throughout the university.
Supported Hardware
Currently, only i686-class machines are supported. This includes almost everything from Intels Pentium Pro on. AMD64 and Intel EM64T systems will work fine using their 32-bit mode. Watch for a 64-bit version later this summer.
Specific Notes on Server Applications
Mail Server:
BU Linux 4.5 Server Edition (Zodiac) includes three different choices of Mail Transfer Agent (MTA) for your mail server. Each of these open source servers has its unique strengths, and you can install one or more and use the utility system-switch-mail to choose which is active.
The default is IBMs Postfix, which is designed from scratch to be secure and easily configurable. On a newly-installed BU Linux machine, Postfix is configured to exchange mail on the local machine and to send mail out to other systems, but not receive mail from the network. For this reason, outgoing mail from global BU accounts (those matching valid BU login names and with the proper UID) will appear to come from @bu.edu rather than @hostname.bu.edu. Local users (including system accounts) will retain the hostname, but without reconfiguration, any replies will bounce. Changing the system to accept mail is easy; see the BU Linux web site for details.
For the maximum flexibility and for compatibility with existing configurations (and with existing expertise), we also include the traditional standard Sendmail. And, if you have particular special needs, you may find that the new Exim MTA fits your situation best.
No matter which MTA you choose, please contact us if you need any assistance. With so many options available, the situation can be confusing, and its unfortunately easy for an accidentally misconfigured system to become a target for spam relayers. We have significant expertise at configuring both Postfix and Sendmail in a variety of situations, and will be glad to help.
FTP Server:
This release of BU Linux provides two options for FTP. The first is vsftpd, which is designed to be simple and secure. This is the most appropriate for almost all situations, but if you require more power and flexibility, we also include ProFTPd, which has many more options and a configuration syntax similar to that of the Apache web server.
Please also remember that FTP is an insecure protocol and that any passwords used travel over the network in plain text. For this reason, its best to avoid anything but anonymous FTP. For user-authenticated file transfer, use SSH and SFTP. (SFTP is provided by the OpenSSH server and enabled by default.)
Web Server:
The web server software included in BU Linux is the industry-standard Apache httpd. We also include PHP 4.3 and many other useful tools for building a web server.
If you need to provide authenticated access to web services to BU users, please contact us and we will provide you with our University-standard Weblogin module. This provides a powerful and flexible means of single-signon access control for the BU user community and we want to make it as easy as possible for you to provide this for your users.
Database Server:
BU Linux includes MySQL 4.1 and PostgreSQL 7.4. For less demanding SQL applications, we also provide SQLite 3, which provides simple SQL databases without the management overhead of running a SQL server.
Download (74.7MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
1456 downloads
Campus Chat Server 0.1
Campus Chat Server is a chat server intended for use in the Cadiz University campus network. more>>
Campus Chat Server project is a chat server intended for use in the Cadiz University campus network.
Enhancements:
- hash_maps are now used instead of maps, so the cost of lookup or insertion is O(1) in the average case, instead of O(logn).
<<lessEnhancements:
- hash_maps are now used instead of maps, so the cost of lookup or insertion is O(1) in the average case, instead of O(logn).
Download (0.006MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1158 downloads
Alan 1.0
Alan project is a Turing machine implementation. more>>
Alan project is a Turing machine implementation.
Alan is an implementation of a Turing machine for educational purposes.
It was created as a programing project at the University of Aplied Sciences Rosenheim.
Features include an easy-to-use GUI and a reusable Turing Machine component. Additionally, Alan contains many example programs for the Turing machine.
<<lessAlan is an implementation of a Turing machine for educational purposes.
It was created as a programing project at the University of Aplied Sciences Rosenheim.
Features include an easy-to-use GUI and a reusable Turing Machine component. Additionally, Alan contains many example programs for the Turing machine.
Download (0.37MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1095 downloads
Hmm-weblog 2.0
Hmm-weblog 2.0 is a major rewrite of Hmm-weblog and has been in production at Stockholm University since February 2006. more>>
Hmm-weblog 2.0 is a major rewrite of Hmm-weblog and has been in production at Stockholm University since February 2006.
Hmm-weblog projects goal is to create a system that would work for multiple users in one installation instance, but also with an instance per user. For more information about the software, please refer to the manual (PDF) contained within the source tree.
The preferred and only currently implemented client for Hmm-weblog 2.0 is a uPortal Channel (CBlog). Channel end-user documentation in Swedish is available in the Support.IT knowledge base.
The software is offered without any assistance from Stockholm University.
<<lessHmm-weblog projects goal is to create a system that would work for multiple users in one installation instance, but also with an instance per user. For more information about the software, please refer to the manual (PDF) contained within the source tree.
The preferred and only currently implemented client for Hmm-weblog 2.0 is a uPortal Channel (CBlog). Channel end-user documentation in Swedish is available in the Support.IT knowledge base.
The software is offered without any assistance from Stockholm University.
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
936 downloads
BlueJ 2.2.0
BlueJ is an integrated Java environment specifically designed for introductory teaching. more>>
BlueJ project is an integrated Java environment (Java IDE) specifically designed for introductory teaching.
The BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems.
The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualisation and interaction techniques to create a highly interactive environment that encourages experimentation and exploration.
BlueJ is based on the Blue system. Blue is an integrated teaching environment and language, developed at the University of Sydney and Monash University, Australia. BlueJ provides a Blue-like environment for the Java language.
The BlueJ project started at Monash University in Melbourne, and later split and migrated to its current locations.
BlueJ is implemented in Java, and regularly being tested on Solaris, Linux, Macintosh, and various Windows versions. It should run on all platforms supporting a recent Java virtual machine.
Main features:
- fully integrated environment
- graphical class structure display
- graphical and textual editing
- built-in editor, compiler, virtual machine, debugger, etc.
- easy-to-use interface, ideal for beginners
- interactive object creation
- interactive object calls
- interactive testing
- incremental application development
<<lessThe BlueJ environment was developed as part of a university research project about teaching object-orientation to beginners. The system is being developed and maintained by a joint research group at Deakin University, Melbourne, Australia, and the University of Kent in Canterbury, UK. The project is supported by Sun Microsystems.
The aim of BlueJ is to provide an easy-to-use teaching environment for the Java language that facilitates the teaching of Java to first year students. Special emphasis has been placed on visualisation and interaction techniques to create a highly interactive environment that encourages experimentation and exploration.
BlueJ is based on the Blue system. Blue is an integrated teaching environment and language, developed at the University of Sydney and Monash University, Australia. BlueJ provides a Blue-like environment for the Java language.
The BlueJ project started at Monash University in Melbourne, and later split and migrated to its current locations.
BlueJ is implemented in Java, and regularly being tested on Solaris, Linux, Macintosh, and various Windows versions. It should run on all platforms supporting a recent Java virtual machine.
Main features:
- fully integrated environment
- graphical class structure display
- graphical and textual editing
- built-in editor, compiler, virtual machine, debugger, etc.
- easy-to-use interface, ideal for beginners
- interactive object creation
- interactive object calls
- interactive testing
- incremental application development
Download (3.1MB)
Added: 2007-07-06 License: Freely Distributable Price:
847 downloads
ITK 3.2
ITK is an open-source software system to support the Visible Human Project. more>>
ITK is an open-source software system to support the Visible Human Project. ITK is also known as National Library of Medicine Insight Segmentation and Registration Toolkit. Currently under active development, ITK employs leading-edge segmentation and registration algorithms in two, three, and more dimensions.
The Insight Toolkit was developed by six principal organizations, three commercial (Kitware, GE Corporate R&D, and Insightful) and three academic (UNC Chapel Hill, University of Utah, and University of Pennsylvania).
Additional team members include Harvard Brigham & Womens Hospital, University of Pittsburgh, and Columbia University. The funding for the project is from the National Library of Medicine at the National Institutes of Health. NLM in turn was supported by member institutions of NI
Here are some goals of "ITK":
- Support the Visible Human Project.
- Establish a foundation for future research.
- Create a repository of fundamental algorithms.
- Develop a platform for advanced product development.
- Support commercial application of the technology.
- Create conventions for future work.
- Grow a self-sustaining community of software users and developers.
<<lessThe Insight Toolkit was developed by six principal organizations, three commercial (Kitware, GE Corporate R&D, and Insightful) and three academic (UNC Chapel Hill, University of Utah, and University of Pennsylvania).
Additional team members include Harvard Brigham & Womens Hospital, University of Pittsburgh, and Columbia University. The funding for the project is from the National Library of Medicine at the National Institutes of Health. NLM in turn was supported by member institutions of NI
Here are some goals of "ITK":
- Support the Visible Human Project.
- Establish a foundation for future research.
- Create a repository of fundamental algorithms.
- Develop a platform for advanced product development.
- Support commercial application of the technology.
- Create conventions for future work.
- Grow a self-sustaining community of software users and developers.
Download (MB)
Added: 2007-03-19 License: BSD License Price:
952 downloads
Algorithm::Cluster 1.35
Algorithm::Cluster is a Perl interface to the C Clustering Library. more>>
Algorithm::Cluster is a Perl interface to the C Clustering Library.
This module is an interface to the C Clustering Library, a general purpose library implementing functions for hierarchical clustering (pairwise simple, complete, average, and centroid linkage), along with k-means and k-medians clustering, and 2D self-organizing maps.
This library was developed at the Human Genome Center of the University of Tokyo. The C Clustering Library is distributed along with Cluster 3.0, an enhanced version of the famous Cluster program originally written by Michael Eisen while at Stanford University.
<<lessThis module is an interface to the C Clustering Library, a general purpose library implementing functions for hierarchical clustering (pairwise simple, complete, average, and centroid linkage), along with k-means and k-medians clustering, and 2D self-organizing maps.
This library was developed at the Human Genome Center of the University of Tokyo. The C Clustering Library is distributed along with Cluster 3.0, an enhanced version of the famous Cluster program originally written by Michael Eisen while at Stanford University.
Download (0.048MB)
Added: 2007-05-16 License: Perl Artistic License Price:
894 downloads
Funiter 2.3.4
Funiter is an application developed for educational purposes as a laboratory. more>>
Funiter (short for function iteration) is an application developed for educational purposes as a laboratory, generating graphs of several types for iteration of real and complex functions, with comfortable switching between related types of graphs.
Funiter was originally developed in the context of courses at the University of Nijmegen (Netherlands) for highschool students with a special interest in beta-studies.
<<lessFuniter was originally developed in the context of courses at the University of Nijmegen (Netherlands) for highschool students with a special interest in beta-studies.
Download (0.083MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
918 downloads
NetCalendar 1.0 RC5
NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application. more>>
NetCalendar is a network capable and mostly UNIX /usr/bin/calendar database compatible Calendar application programmed in Java.
NetCalendars initial motivaion was a programming project at the Aachen University of Applied Sciences for the object oriented programming class. But it became much more than just that!
<<lessNetCalendars initial motivaion was a programming project at the Aachen University of Applied Sciences for the object oriented programming class. But it became much more than just that!
Download (0.25MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1253 downloads
TigerEvents 0.7.1
TigerEvents is a web-based event announcement system. more>>
TigerEvents is a novel, Web-based event announcement system for promoting upcoming and ongoing events to large communities such as university campuses, companies, or the general public.
Enhancements:
- This release has several bugfixes and enhancements.
- New to this release is the exporting of several calendar formats, including iCal, hCal, and being able to import events into Google Calendar.
<<lessEnhancements:
- This release has several bugfixes and enhancements.
- New to this release is the exporting of several calendar formats, including iCal, hCal, and being able to import events into Google Calendar.
Download (1.9MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1003 downloads
phpCAS 0.4.22
phpCAS is a PHP client library for CAS (Central Authentication Service). more>>
phpCAS is a PHP client library for CAS (Central Authentication Service).
phpCAS is a simple interface to ITS Central Authentication Service for PHP web applications.
phpCAS is written by Pascal Aubry (University of Rennes 1) from previous work done by Julien Marchal and Vincent Mathieu (both at University of Nancy 2) under the scope of the ESUP Portail group.
Main features:
- `simple CAS clients and CAS proxies supported
- browser or CAS proxy access
- sessioning between CAS proxies and services
- non blocking authentication checking
Customization:
- look and feel of all output pages
- Internationalization (english and french, looking for translators...)
- PGT storage to file or database for CAS proxies
<<lessphpCAS is a simple interface to ITS Central Authentication Service for PHP web applications.
phpCAS is written by Pascal Aubry (University of Rennes 1) from previous work done by Julien Marchal and Vincent Mathieu (both at University of Nancy 2) under the scope of the ESUP Portail group.
Main features:
- `simple CAS clients and CAS proxies supported
- browser or CAS proxy access
- sessioning between CAS proxies and services
- non blocking authentication checking
Customization:
- look and feel of all output pages
- Internationalization (english and french, looking for translators...)
- PGT storage to file or database for CAS proxies
Download (0.30MB)
Added: 2006-07-12 License: LGPL (GNU Lesser General Public License) Price:
1202 downloads
Neuro-Evolving Robotic Operatives 1.01
Neuro-Evolving Robotic Operatives is a unique computer game that lets you play with adapting intelligent agents hands-on. more>>
Neuro-Evolving Robotic Operatives project, or NERO for short, is a unique computer game that lets you play with adapting intelligent agents hands-on. Evolve your own robot army by tuning their artificial brains for challenging tasks, then pit them against your friends teams in online competitions!
NERO is an active research project run almost entirely by students. It uses the real-time NeuroEvolution of Augmenting Topologies (rtNEAT) algorithm created by Ken Stanley during his PhD work at UT Austin. The NERO project is a collaboration of the Department of Computer Sciences and the Digital Media Collaboratory at the University of Texas at Austin.
<<lessNERO is an active research project run almost entirely by students. It uses the real-time NeuroEvolution of Augmenting Topologies (rtNEAT) algorithm created by Ken Stanley during his PhD work at UT Austin. The NERO project is a collaboration of the Department of Computer Sciences and the Digital Media Collaboratory at the University of Texas at Austin.
Download (38.8MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1161 downloads
JVOIPLIB 1.4.0
JVOIPLIB is an object-oriented Voice over IP (VoIP) library written in C++. more>>
JVOIPLIB is an object-oriented Voice over IP (VoIP) library written in C++.
It is based upon work done for my thesis at the School for Knowledge Technology (or School voor Kennistechnologie in Dutch), a cooperation between the Hasselt University and the Maastricht University.
A part of this library was developed at the Expertise Centre for Digital Media (EDM) in Diepenbeek, Belgium. The EDM is a research institute of the Hasselt University.
Main features:
- Easy VoIP session creation and destruction.
- Highly configurable sessions: sampling rate, sample interval, compression type, ... can all be selected by the user. These features can also be changed during a session.
- Openness and extensibility: the object-oriented nature of the library makes it very easy to add features; new components can easily be tested by registering them as User Defined modules.
- Support for 3D effects: for my thesis I also did some research and development about VoIP in networked virtual environments, which included adding 3D effects to sound. For this reason, Ive added this feature to the library.
<<lessIt is based upon work done for my thesis at the School for Knowledge Technology (or School voor Kennistechnologie in Dutch), a cooperation between the Hasselt University and the Maastricht University.
A part of this library was developed at the Expertise Centre for Digital Media (EDM) in Diepenbeek, Belgium. The EDM is a research institute of the Hasselt University.
Main features:
- Easy VoIP session creation and destruction.
- Highly configurable sessions: sampling rate, sample interval, compression type, ... can all be selected by the user. These features can also be changed during a session.
- Openness and extensibility: the object-oriented nature of the library makes it very easy to add features; new components can easily be tested by registering them as User Defined modules.
- Support for 3D effects: for my thesis I also did some research and development about VoIP in networked virtual environments, which included adding 3D effects to sound. For this reason, Ive added this feature to the library.
Download (0.56MB)
Added: 2005-10-18 License: LGPL (GNU Lesser General Public License) Price:
1466 downloads
XEmacs 21.5.27
XEmacs is an internationalized text editor. more>>
XEmacs was formerly known as Lucid Emacs and is a powerful, extensible text editor with full GUI support, initially based on an early version of GNU Emacs 19 from the Free Software Foundation and since kept up to ate with recent versions of that product.
XEmacs stems from a collaboration of Lucid, Inc. with Sun Microsystems, Inc. and the University of Illinois with additional support having been provided by Amdahl Corporation, INS Engineering Corporation, and a huge amount of volunteer effort.
<<lessXEmacs stems from a collaboration of Lucid, Inc. with Sun Microsystems, Inc. and the University of Illinois with additional support having been provided by Amdahl Corporation, INS Engineering Corporation, and a huge amount of volunteer effort.
Download (14.2MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1261 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 university 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