Main > Free Download Search >

Free kaplan university software for linux

kaplan university

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 217
Paderborn University BSP Library 01-26-2007

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.
<<less
Download (0.34MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
994 downloads
Alan 1.0

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.

<<less
Download (0.37MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1095 downloads
Boston University Linux 4.5 Server Edition (Zodiac)

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.
<<less
Download (74.7MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
1456 downloads
Funiter 2.3.4

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.

<<less
Download (0.083MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
918 downloads
Campus Chat Server 0.1

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).
<<less
Download (0.006MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1158 downloads
WWW::IstanbulTeknik::SIS 0.01

WWW::IstanbulTeknik::SIS 0.01


WWW::IstanbulTeknik::SIS is a programmer interface to ITU-SIS. more>>
[COPYRIGHT=1

SYNOPSIS

my $sis = WWW::IstanbulTeknik::SIS->new(server_num => 2); # 1-9
$sis->login($USER_ID, $PIN);
my %adviser = $sis->adviser;
my $grades = $sis->grades($TERM);
my $holds = $sis->holds;
$sis->logout; # not mandatory

# analyze the returned structures
use Data::Dumper;
print "ADVISER: ", Dumper %adviser;
print "GRADES: " , Dumper $grades;
print "HOLDS: " , $holds;

This is an *incomplete* programmer interface to the Istanbul Technical University (ITU) Student Information System (SIS).]

<<less
Download (0.012MB)
Added: 2007-08-20 License: Perl Artistic License Price:
796 downloads
NSCL Data Acquisition System 8.0-010

NSCL Data Acquisition System 8.0-010


The NSCL Data Acquisition system is a general purpose nuclear physics data acquisition system. more>>
The NSCL Data Acquisition system is a general purpose nuclear physics data acquisition system for small to medium scale nuclear physics experiments.
NSCL Data Acquisition System can be combined with NSCL SpecTcl to form a powerful online/offline data handling system. It is in use at several university labs and, of course, the National Superconducting Cyclotron Laboratory at Michigan State University.
Whats New in 8.1-pre4 Development Release:
- The way the experimental files work has been reorganized.
- Issues in controplush have been fixed.
- More hardware support has been added (preliminary VM-USB support).
Whats New in 8.0-01 Stable Release:
- Make event files readonly as they get finalized.
- Make ~stagearea/complete write protected except when it has to be.
- Fix up 2.6 build so that lib and include get installed... and can be cleaned.
- Fix a bunch of stuff with the 2.6 build that arises on make dist and building from the tarball. (mostly copying stuff from the 8.1 build files.
- Make sure the right compilers link the readout skels.
- Adjust the framework makefile so that template class implementations will get installed in the include directory to allow them to be used in application software.
- Ensure the SBS driver is identical to the 2.6 version of the drive in the 8.1 branch.
<<less
Download (3.1MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
Java Jabber Client 0.0.19

Java Jabber Client 0.0.19


Java Jabber Client is a Jabber client written in Java. more>>
Jabber is an instant messagings system (and a few other things but Ill forget about these for the moment), but it uses XML so its easy to create clients for it, and to link it in with other systems.

As well as that anyone can run a Jabber server, so youre school, university or office could have their own messaging system.
<<less
Download (0.13MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1513 downloads
Attendance sheet 1.0 Beta

Attendance sheet 1.0 Beta


Attendance sheet is a simple script that will help you keep track of registrations for arbitrary sports activities. more>>
Attendance sheet is a simple script that will help you keep track of registrations for arbitrary sports activities that take place regularly.
The idea came from the problem our small group of amateur volleyball at our University faced. At the beginning the number of players was quite small and since many times we did not know each other well, we often ended up coming in 2 or 3 people.
Attendance-sheet helps to:
- see registered players who is coming and who is not
- make registered players to know each other better (if they are from different faculty or whatever), supported by photo, fullname, icq # and faculty
<<less
Download (1.5MB)
Added: 2006-01-31 License: GPL (GNU General Public License) Price:
1365 downloads
owl dictionary 0.12

owl dictionary 0.12


owl is a program to display electronic dictionaries. more>>
owl is a program to display electronic dictionaries. It uses the extensive markup language dicML.
Two dictionaries are currently available with this program: a huge English/German dictionary originally published by Technical University of Chemnitz, and a French/German dictionary written from scratch for dicML and therefore not as big as the first one.
Main features:
- support of the whole dicML standard
- available for all important operating systems
- user interface in English, German and French
- possibility to print
- for free and open source
<<less
Download (0.69MB)
Added: 2005-12-30 License: BSD License Price:
1400 downloads
Pwman3 0.0.5

Pwman3 0.0.5


Pwman3 is a console based password management application. more>>
Pwman3 is a console based password management application. I wrote the original pwman over 4 years ago, just before going to university. Over the 4 years I spent in university, the code fell into disuse, and I pretty much abandoned it due to time constraints*. I had almost forgotten it. Until a few days ago I went searching the web for password management software I liked. I found none so I wrote my own. The exact same reason pwman1 was written.
There was a pwman2 but it was never released. The code never reached a stage that was releasable. I could have called this pwman2, but I already had a pwman2 subversion repository and I didnt want to mess with it, so I just bumped this one up to pwman3.
Pwman3 is written in python. Pwman3 uses sqlite for storage and all data is encrypted when it isnt being viewed on screen. To install pwman3, you need the following packages installed (for Debian, others may vary):
python-pysqlite2
python-crypto
python-celementtree
Source and binary packages can be acquired from the download page. Although I havent found any bugs in Pwman3 yet, I havent used it extensively, so there may be many lurking. You are advised to back up your passwords regularly.
Enhancements:
- A new PostgreSQL driver has been added.
- Support for exporting and importing lists of passwords is now available, so it is now possible to exchange passwords.
- There is also an experimental MySQL driver, though this is not fully supported as MySQL lacks INTERSECT, which is needed by pwman.
<<less
Download (0.027MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1194 downloads
libgist 2.0.2

libgist 2.0.2


libgist provides a generalized search tree C++ library. more>>
libgist provides a generalized search tree C++ library.
This directory contains the 2.0 release of the GiST C++ library. Please refer
to our WWW home page located at for updates on documentation and new releases.
libGiST is not public domain software. It is copyrighted by the University of California but may be used according to the licensing terms of the the copyright below.
Enhancements:
- Updates to a semi-fork of libgist 2.0.1tmp
- Now compiles OK with gcc 4+.
<<less
Download (3.6MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
568 downloads
Tigerbooks 1.1

Tigerbooks 1.1


Tigerbooks project is a online book exchange. more>>
Tigerbooks project is a online book exchange.

Tigerbooks is an online book exchange designed for individual universities and colleges.

Students can post books for sale or browse for books to buy. Fulltext and ISBN searches are available.

There are other book exchange systems currently available. However, TigerBooks is an open source solution.

This means that it is freely available to any University or College that wishes to use it for its own students. Furthermore, any University or College can make contributions to the TigerBooks thus distributing its maintenance costs.

Maintenance costs are particularly important in academic realms as students are only at their institutions for the duration of their program. Being an open source solution means the Universities and Colleges do not have to worry about who will be maintaining TigerBooks in the years to come.


TigerBooks is a successful open source project and will see greater success in the future as it is distributed amongst Universities and Colleges. It is successful really for two reasons.

The first being that is meets the needs of students in exchanging their textbooks. The second is that it is open source and consequently is maintained by the open source community.
<<less
Download (0.025MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1100 downloads
Knetdump 1.4.0

Knetdump 1.4.0


Knetdump is a net-tool for analysing and visualizing basic protocols of the OSI layer 1-4. more>>
Knetdump is a net-tool for analysing and visualizing basic protocols of the OSI layer 1-4. It is made to improve a university lecture/reading.

There are four different views:
- the ISO/OSI referencemodel, discribingg the different layers of the OSI-model.
- the trafficview, similary to Qtraffic,, shows connections on the net.
- the headerview shows each received paccket on the net in an header-like structure - the chatview shows ARP and TCP connecttions between two given hosts.

Linklayer supported: Ethernet, PPP (untested), Slip(untested), Token Ring
Protocols supported: ARP, IP, TCP, UDP, IPX/SPX (untested), NETBIOS (untested)

<<less
Download (0.38MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1209 downloads
GNU CLISP 2.41

GNU CLISP 2.41


GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system. more>>
GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, and foreign language interface which runs on most UNIXes and Win32.
Common Lisp is a high-level, all-purpose, object-oriented, dynamic, functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. GNU CLISP supports the Lisp described in the ANSI Common Lisp standard plus many extensions.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, regular expressions, a socket interface, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages.
CLISP runs on most Unix workstations (Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU GPL. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Enhancements:
- The new libsvm module makes Support Vector Machines available in CLISP.
<<less
Download (9.5MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1110 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5