cas
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
Yacas 1.1.0
Yacas is project is a Yet Another Computer Algebra System. more>>
Yacas is project is a Yet Another Computer Algebra System.
Yacas is a general purpose, easy to use Computer Algebra System (a CAS is a program that can be used to do symbolic manipulation of mathematical expressions).
It is built on top of its own programming language designed for this purpose, in which new algorithms can easily be implemented.
In addition, it comes with extensive documentation on the functionality implemented and methods used to implement them.
Enhancements:
- The code was cleaned up.
- The Web page was overhauled so that Yacas can now be used online the way one would use it off-line.
<<lessYacas is a general purpose, easy to use Computer Algebra System (a CAS is a program that can be used to do symbolic manipulation of mathematical expressions).
It is built on top of its own programming language designed for this purpose, in which new algorithms can easily be implemented.
In addition, it comes with extensive documentation on the functionality implemented and methods used to implement them.
Enhancements:
- The code was cleaned up.
- The Web page was overhauled so that Yacas can now be used online the way one would use it off-line.
Download (2.0MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 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
ACASUserFolder 2.0.2
ACASUserFolder is a User Folder implementing the Yale CAS Single Sign On (SSO) Authentication method. more>>
ACASUserFolder is a User Folder implementing the Yale CAS Single Sign On (SSO) Authentication method.
It aims are interoperability, robustness, security and end user simplicity. This project started at the Bordeaux 1 University as a proof of concept for Plone integration in a CASified esup-portal environment.
This Product was formerly known as CASUserFolder but has been renamed to avoid name conflict with another similar product.
Main features:
- Yale CAS architectures 1.0 & 2.0
- Plone Support
- GroupUserFolder support (patch for versions < 3.3)
- Support for POST and GET methods arguments
- Auto-login without adding login button to your site
- clean implementation : doesnt patch anything in the running zope instance
- management tab for testing CAS login
- default roles for CAS Users
- optional persistent users for assigning local roles
- online help
Compatibility:
- python 2.1 (see note below) / 2.2 / 2.3
- Zope : tested with 2.6.2 / 2.7.1 / 2.7.4 / 2.7.5 / 2.8.0 / 2.8.1
- Plone : tested with 2.0.5 & 2.1
- GoupUserFolder (need patch for versions < 3.3)
- CookieCrumbler
- VirtualHostMonster proof (groarrrr)
Installation:
Uncompress the tarball in your Zope Products directory. Under GNU/Linux This is something like:
/usr/lib/zope/lib/python/Products/
Next restart Zope to take the product into account.
Enhancements:
- FIX: deactivated verbose debug output
<<lessIt aims are interoperability, robustness, security and end user simplicity. This project started at the Bordeaux 1 University as a proof of concept for Plone integration in a CASified esup-portal environment.
This Product was formerly known as CASUserFolder but has been renamed to avoid name conflict with another similar product.
Main features:
- Yale CAS architectures 1.0 & 2.0
- Plone Support
- GroupUserFolder support (patch for versions < 3.3)
- Support for POST and GET methods arguments
- Auto-login without adding login button to your site
- clean implementation : doesnt patch anything in the running zope instance
- management tab for testing CAS login
- default roles for CAS Users
- optional persistent users for assigning local roles
- online help
Compatibility:
- python 2.1 (see note below) / 2.2 / 2.3
- Zope : tested with 2.6.2 / 2.7.1 / 2.7.4 / 2.7.5 / 2.8.0 / 2.8.1
- Plone : tested with 2.0.5 & 2.1
- GoupUserFolder (need patch for versions < 3.3)
- CookieCrumbler
- VirtualHostMonster proof (groarrrr)
Installation:
Uncompress the tarball in your Zope Products directory. Under GNU/Linux This is something like:
/usr/lib/zope/lib/python/Products/
Next restart Zope to take the product into account.
Enhancements:
- FIX: deactivated verbose debug output
Download (0.027MB)
Added: 2005-10-18 License: ZPL (Zope Public License) Price:
1467 downloads
CA::AutoSys 1.02
CA::AutoSys is a Perl interface to CAs AutoSys job control. more>>
CA::AutoSys is a Perl interface to CAs AutoSys job control.
SYNOPSIS
use CA::AutoSys;
my $hdl = CA::AutoSys->new( [OPT] ) ;
my $jobs = $hdl->find_jobs($jobname) ;
while (my $job = $jobs->next_job()) {
:
}
my $status = $job->get_status() ;
my $children = $job->find_children() ;
while (my $child = $children->next_child()) {
:
}
CLASS METHODS
new()
my $hdl = CA::AutoSys->new( [OPT] ) ;
Creates a new CA::AutoSys object.
Below is a list of valid options:
dsn
Specify the DSN of the AutoSys database server to connect to. If nothing is specified, Sybase will be assumed: dbi:Sybase:server= With this option you should be able to connect to databases other than Sybase.
server
Specify the AutoSys database server to connect to. Either this option or the dsn option above must be given. Please note, that when specifying this server option, a Sybase database backend is assumed.
user
Specify the database user. With an out-of-the-box AutoSys installation, the default user should work.
password
Specify the database password. With an out-of-the-box AutoSys installation, the default password should work.
Example:
my $hdl = CA::AutoSys->new(server => "AUTOSYS_DEV");
<<lessSYNOPSIS
use CA::AutoSys;
my $hdl = CA::AutoSys->new( [OPT] ) ;
my $jobs = $hdl->find_jobs($jobname) ;
while (my $job = $jobs->next_job()) {
:
}
my $status = $job->get_status() ;
my $children = $job->find_children() ;
while (my $child = $children->next_child()) {
:
}
CLASS METHODS
new()
my $hdl = CA::AutoSys->new( [OPT] ) ;
Creates a new CA::AutoSys object.
Below is a list of valid options:
dsn
Specify the DSN of the AutoSys database server to connect to. If nothing is specified, Sybase will be assumed: dbi:Sybase:server= With this option you should be able to connect to databases other than Sybase.
server
Specify the AutoSys database server to connect to. Either this option or the dsn option above must be given. Please note, that when specifying this server option, a Sybase database backend is assumed.
user
Specify the database user. With an out-of-the-box AutoSys installation, the default user should work.
password
Specify the database password. With an out-of-the-box AutoSys installation, the default password should work.
Example:
my $hdl = CA::AutoSys->new(server => "AUTOSYS_DEV");
Download (0.019MB)
Added: 2007-05-24 License: Perl Artistic License Price:
573 downloads
EJBCA 3.4.5
EJBCA is a fully functional Certificate Authority in Java using J2EE technology. more>>
EJBCA is a fully functional Certificate Authority in Java using J2EE technology. EJBCA builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component-based CA to be used standalone or integrated in any J2EE app. EJBCA comes with a flexible and powerful Web-based admin GUI.
Main features:
- Flexible, component based architecture.
- Multiple levels of CAs.
- Multiple CAs and levels of CAs, build a complete infrastructure (or several) within one instance of EJBCA.
- Supports SHA-1 or SHA-256 as hash algorithm and RSA as public key algorithm for digtal signatures.
- Standalone or integrated in any J2EE application.
- Simple installation and configuration.
- Powerful Web based administration GUI using strong authentication.
- Command line administration for scripts etc.
- Modular API for HSMs. Support for nCipher HSM sponsored by Linagora.
- Individual enrollment or batch production of certificates.
- Server and client certificates can be exported as PKCS12, JKS or PEM.
- Browser enrollment with Netscape, Mozilla, IE, etc.
- Enrollment for other applications through open APIs and tools.
- E-mail notification to new users added by RA.
- Random or manual password for initial user authentication.
- Hard token module for integrating with hard token issuing system (smart cards).
- Supports the Simple Certificate Enrollment Protocol (SCEP).
- Multiple levels of administrators with specified privileges and user groups. Configurable certificate profiles for different types and contents of certificates.
- Configurable entity profiles for different types of users.
- Follows X509 and PKIX (RFC3280) standards where applicable.
- Revocation and Certificate Revocation Lists (CRLs).
- Fully supports the Online Certificate Status Protocol (OCSP), including AIA-extension.
- CRL creation and URL-based CRLDistribution Points according to RFC3280. Stores Certificates and CRLs in any SQL database (handled by application server).
- Optional multiple publishers for publishing certificates and CRLs in LDAP.
- Key recovery module to store private keys for recovery for selected users and certificates.
- Component based architecture for publishing certificates and CRLs to different sources.
- Component based architecture for various authorization methods of entities when issuing certificates.
- Easy to integrate into large applications for optimal integration into bussiness process.
<<lessMain features:
- Flexible, component based architecture.
- Multiple levels of CAs.
- Multiple CAs and levels of CAs, build a complete infrastructure (or several) within one instance of EJBCA.
- Supports SHA-1 or SHA-256 as hash algorithm and RSA as public key algorithm for digtal signatures.
- Standalone or integrated in any J2EE application.
- Simple installation and configuration.
- Powerful Web based administration GUI using strong authentication.
- Command line administration for scripts etc.
- Modular API for HSMs. Support for nCipher HSM sponsored by Linagora.
- Individual enrollment or batch production of certificates.
- Server and client certificates can be exported as PKCS12, JKS or PEM.
- Browser enrollment with Netscape, Mozilla, IE, etc.
- Enrollment for other applications through open APIs and tools.
- E-mail notification to new users added by RA.
- Random or manual password for initial user authentication.
- Hard token module for integrating with hard token issuing system (smart cards).
- Supports the Simple Certificate Enrollment Protocol (SCEP).
- Multiple levels of administrators with specified privileges and user groups. Configurable certificate profiles for different types and contents of certificates.
- Configurable entity profiles for different types of users.
- Follows X509 and PKIX (RFC3280) standards where applicable.
- Revocation and Certificate Revocation Lists (CRLs).
- Fully supports the Online Certificate Status Protocol (OCSP), including AIA-extension.
- CRL creation and URL-based CRLDistribution Points according to RFC3280. Stores Certificates and CRLs in any SQL database (handled by application server).
- Optional multiple publishers for publishing certificates and CRLs in LDAP.
- Key recovery module to store private keys for recovery for selected users and certificates.
- Component based architecture for publishing certificates and CRLs to different sources.
- Component based architecture for various authorization methods of entities when issuing certificates.
- Easy to integrate into large applications for optimal integration into bussiness process.
Download (28.7MB)
Added: 2007-08-10 License: LGPL (GNU Lesser General Public License) Price:
807 downloads
TinyCA 0.7.5
TinyCA is a simple graphical userinterface written in Perl/Gtk to manage a small CA (Certification Authority). more>>
TinyCA is a simple graphical userinterface written in Gtk/Perl to manage a small CA (Certification Authority).
TinyCA works as a frontend for openssl.
Main features:
- Unlimited CAs possible
- Support for creating and managimg SubCAs
- Creation and Revocation of x509 - S/MIME certificates
- PKCS#10 Requests can be imported and signed
- RSA and DSA keys can be generated and used
- ServerCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Apache, Postfix, OpenLDAP, Cyrus and FreeS/WAN
- ClientCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Netscape, Konqueror, Opera, Internet Explorer, Outlook (Express) and FreeS/WAN
- Certificate Revocation List
- CRLs can be exported as: PEM, DER and TXT
Language Support:
- English
- German
- Spanish
- Czech
- French
<<lessTinyCA works as a frontend for openssl.
Main features:
- Unlimited CAs possible
- Support for creating and managimg SubCAs
- Creation and Revocation of x509 - S/MIME certificates
- PKCS#10 Requests can be imported and signed
- RSA and DSA keys can be generated and used
- ServerCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Apache, Postfix, OpenLDAP, Cyrus and FreeS/WAN
- ClientCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Netscape, Konqueror, Opera, Internet Explorer, Outlook (Express) and FreeS/WAN
- Certificate Revocation List
- CRLs can be exported as: PEM, DER and TXT
Language Support:
- English
- German
- Spanish
- Czech
- French
Download (0.18MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1200 downloads
JA-SIG uPortal 2.5.1
uPortal is a free, sharable portal under development by institutions of higher-education. more>>
uPortal is a free, sharable portal under development by institutions of higher-education. This group sees an institutional portal as an abridged and customized version of the institutional Web presence... a "pocket-sized" version of the campus Web.
Portal technology adds "customization" and "community" to the campus Web presence. Customization allows each user to define a unique and personal view of the campus Web. Community tools, such as chat, forums, survey, and so on, build relationships among campus constituencies.
uPortal is an open-standard effort using Java, XML, JSP and J2EE. JA-SIG uPortal is a collaborative development project with the effort shared among several of the JA-SIG member institutions. You may download uPortal and use it on your site at no cost.
Enhancements:
- Various bugs were fixed.
- "Custom" is now displayed as a channel type in the Channel Manager.
- Version.java was modified to support security releases.
- The CAS uPortal security provider was moved into the source tree.
<<lessPortal technology adds "customization" and "community" to the campus Web presence. Customization allows each user to define a unique and personal view of the campus Web. Community tools, such as chat, forums, survey, and so on, build relationships among campus constituencies.
uPortal is an open-standard effort using Java, XML, JSP and J2EE. JA-SIG uPortal is a collaborative development project with the effort shared among several of the JA-SIG member institutions. You may download uPortal and use it on your site at no cost.
Enhancements:
- Various bugs were fixed.
- "Custom" is now displayed as a channel type in the Channel Manager.
- Version.java was modified to support security releases.
- The CAS uPortal security provider was moved into the source tree.
Download (27.8MB)
Added: 2006-04-13 License: Freeware Price:
1291 downloads
GiNaC 1.3.6
GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. more>>
GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation- intense numeric applications, graphical interfaces, etc.) under one roof. It is distributed under the terms and conditions of the GNU general public license (GPL).
The project has been specifically developed to become a replacement engine for xloops which is up to now powered by the Maple CAS. However, it is not restricted to high energy physics applications. Its design is revolutionary in a sense that contrary to other CAS it does not try to provide extensive algebraic capabilities and a simple programming language but instead accepts a given language (C++) and extends it by a set of algebraic capabilities.
Enhancements:
- Bugs in fderivative::match_same_type(), expairseq::match(), expand_dummy_sum(), and expairseq::map() have been fixed, and the C source output has been slightly improved.
- Problems when compiling with GCC 4.2 have been resolved.
<<lessThe project has been specifically developed to become a replacement engine for xloops which is up to now powered by the Maple CAS. However, it is not restricted to high energy physics applications. Its design is revolutionary in a sense that contrary to other CAS it does not try to provide extensive algebraic capabilities and a simple programming language but instead accepts a given language (C++) and extends it by a set of algebraic capabilities.
Enhancements:
- Bugs in fderivative::match_same_type(), expairseq::match(), expand_dummy_sum(), and expairseq::map() have been fixed, and the C source output has been slightly improved.
- Problems when compiling with GCC 4.2 have been resolved.
Download (0.76MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1001 downloads
Sympy 0.4.1
Sympy is a symbolic manipulation package, written in pure Python more>>
Sympy is a symbolic manipulation package, written in pure Python. Sympys aim is to become a full featured CAS in Python, while keeping the code as simple as possible in order to be comprehensible and easily extensible.
Currently, Sympy has only around 1600 lines of code (including comments), and its capabilities include basic arithmetics, basic simplification, series expansion, functions (exp, ln, sin, cos, tan, etc.), differentiation, integration (currently it can do only very simple integrals), basic substitution, arbitrary precision integers and rationals, standard (Python) floats, basic complex numbers, and symbolic limits.
Main features:
- basic arithmetics *,/,+,-
- basic simplification (like a*b*b + 2*b*a*b -> 3*a*b^2)
- expansion (like (a+b)^2 -> a^2 + 2*a*b + b^2)
- functions (exp, ln, sin, cos, tan, ...)
- complex numbers (like exp(I*x).evalc() -> cos(x)+I*sin(x))
- differentiation
- taylor series
- basic substitution (like x-> ln(x))
- arbitrary precision integers and rationals
- standard (python) floats
Then there are SymPy modules (1000 lines) for these tasks:
- limits (like limit(x*log(x), x, 0) -> 0)
- integration (currently it can only do very simple integrals)
- symbolic matrices
<<lessCurrently, Sympy has only around 1600 lines of code (including comments), and its capabilities include basic arithmetics, basic simplification, series expansion, functions (exp, ln, sin, cos, tan, etc.), differentiation, integration (currently it can do only very simple integrals), basic substitution, arbitrary precision integers and rationals, standard (Python) floats, basic complex numbers, and symbolic limits.
Main features:
- basic arithmetics *,/,+,-
- basic simplification (like a*b*b + 2*b*a*b -> 3*a*b^2)
- expansion (like (a+b)^2 -> a^2 + 2*a*b + b^2)
- functions (exp, ln, sin, cos, tan, ...)
- complex numbers (like exp(I*x).evalc() -> cos(x)+I*sin(x))
- differentiation
- taylor series
- basic substitution (like x-> ln(x))
- arbitrary precision integers and rationals
- standard (python) floats
Then there are SymPy modules (1000 lines) for these tasks:
- limits (like limit(x*log(x), x, 0) -> 0)
- integration (currently it can only do very simple integrals)
- symbolic matrices
Download (0.026MB)
Added: 2007-06-20 License: BSD License Price:
856 downloads
Kayali 0.3.2
Kayali is a Qt based Computer Algebra System (CAS) that can also be used as an advanced replacement for KDE KCalc. more>>
Kayali is a Qt based Computer Algebra System (CAS) that can also be used as an advanced replacement for KDE KCalc.
Please Note: I am currently targetting a small subset of Maxima, while maintaining a medium-term goal of supporting all of Maxima. Please bear in mind that although Kayali probably does not support what you want to do with it right now, it can be made do so - but I need your feedback to do that. Please try it out if you can and share your thoughts.
Kayali is currently alpha software and has only been tested on my own PC. It you are reading this (condition1 : satisfied) and are prepared to give it a go, then please do send me feedback as to how you get on. At this stage I am particularly looking for hints about where to focus my development efforts, so please email me or post a message to the Kayali sourceforge forum with what you would like to see Kayali support.
I expect to see rapid development of Kayali so please check back regularly for updates.
Installation:
There is no real installation required. Simply untar the source tar.gz into a new directory. To run Kayali, type "python kayali.py" from the installation directory. Please note, however, the other required software packages. Of these, only Maxima and PyQt are mandatory. The others are only used for creating plots. If you are running linux then you probably have most of these already installed.
Algebra
Kayali supports all the algebraic operations of Maxima, however the graphical representation is not complete, though is being rapidly expanded. Please let me know what areas you would like to see finished first.
Try these for example:
eq1: 2*x + y = 13
eq2: x*y = 20
solve([eq1,eq2])
factor(x^6 - y^6)
factor(30!)
expand((2*x + y)^5)
Calculus
Kayali supports all the calculus operations of Maxima but again, I have only (so far) provided graphical support for a limited number of operations. Try these for example:
integrate(1/(1+x^3),x)
diff(3*x^4 - x^2,x)
Plots
Kayali currently uses Gnuplot for graphing. It also is using the Maxima interface to Gnuplot rather than addressing Gnuplot directly. This has both advantages and disadvantages.
Try this:
atan(-x^2+y^3/4) [Enter]
Then right-mouse click on the output in the table, and select Plot. Enter min and max values of -4 and 4, for both x and y. Select OK. After viewing the plot, click back on the History tab.
<<lessPlease Note: I am currently targetting a small subset of Maxima, while maintaining a medium-term goal of supporting all of Maxima. Please bear in mind that although Kayali probably does not support what you want to do with it right now, it can be made do so - but I need your feedback to do that. Please try it out if you can and share your thoughts.
Kayali is currently alpha software and has only been tested on my own PC. It you are reading this (condition1 : satisfied) and are prepared to give it a go, then please do send me feedback as to how you get on. At this stage I am particularly looking for hints about where to focus my development efforts, so please email me or post a message to the Kayali sourceforge forum with what you would like to see Kayali support.
I expect to see rapid development of Kayali so please check back regularly for updates.
Installation:
There is no real installation required. Simply untar the source tar.gz into a new directory. To run Kayali, type "python kayali.py" from the installation directory. Please note, however, the other required software packages. Of these, only Maxima and PyQt are mandatory. The others are only used for creating plots. If you are running linux then you probably have most of these already installed.
Algebra
Kayali supports all the algebraic operations of Maxima, however the graphical representation is not complete, though is being rapidly expanded. Please let me know what areas you would like to see finished first.
Try these for example:
eq1: 2*x + y = 13
eq2: x*y = 20
solve([eq1,eq2])
factor(x^6 - y^6)
factor(30!)
expand((2*x + y)^5)
Calculus
Kayali supports all the calculus operations of Maxima but again, I have only (so far) provided graphical support for a limited number of operations. Try these for example:
integrate(1/(1+x^3),x)
diff(3*x^4 - x^2,x)
Plots
Kayali currently uses Gnuplot for graphing. It also is using the Maxima interface to Gnuplot rather than addressing Gnuplot directly. This has both advantages and disadvantages.
Try this:
atan(-x^2+y^3/4) [Enter]
Then right-mouse click on the output in the table, and select Plot. Enter min and max values of -4 and 4, for both x and y. Select OK. After viewing the plot, click back on the History tab.
Download (0.55MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
Atari800 2.0.3
Atari800 project is an Atari 8-bit computer and 5200 game system emulator for multiple platforms. more>>
Atari800 project is an Atari 8-bit computer and 5200 game system emulator for multiple platforms.
It runs on DOS, Windows, Amiga, Atari ST, Mac, and Linux/UNIX.
It includes support for Atari cartridge ROMs, popular Atari disk images files, running Atari binaries directly from the host system, and accessing the host filesystem from within the emulated Atari.
Main features:
- Atari 400, 800, 600 XL, 800XL, 130XE, 5200 Games System.
- 130XE compatible memory expansions: 320K, 576K, 1088K.
- Optional 4K RAM between 0xc000 and 0xcfff in 400/800 mode.
- Cycle-exact 6502 emulation, all unofficial instructions.
- Cycle-exact NMI interrupts, scanline-based POKEY interrupts.
- Cycle-exact ANTIC and GTIA emulation, all display modes.
- Player/Missile Graphics, exact priority control and collision detection.
- Exact POKEY registers (sound and random number generator).
- 8 disk drives, emulated at computer-to-drive communication and fast patched SIO levels.
- ATR, XFD, DCM, ATR.GZ and XFD.GZ disk images.
- Direct loading of Atari executable files and Atari BASIC programs.
- 42 cartridge types, raw and CART .
- Cassette recorder, raw and CAS images.
- Printer support.
- Files can be stored directly on your host computer via the H: device.
- Current emulation state can be saved in a state file.
- Sound support on Unix using "/dev/dsp".
- Stereo (two POKEYs) emulation.
- Joystick controller using numeric keypad.
- Real joystick support.
- Paddles, Atari touch tablet, Koala pad, light pen, light gun, ST/Amiga mouse, Atari trak-ball, joystick and Atari 5200 analog controller emulated using mouse.
- R-Time 8 emulation using host computer clock.
- Atari palette read from a file or calculated basing on user-defined parameters.
- Screen snapshots (normal and interlaced) to PCX and PNG files.
- Sound output may be written to WAV files.
- User interface on all versions supporting bitmapped graphics.
- R: device (the Atari850 serial ports) mapped to net or real serial port.
<<lessIt runs on DOS, Windows, Amiga, Atari ST, Mac, and Linux/UNIX.
It includes support for Atari cartridge ROMs, popular Atari disk images files, running Atari binaries directly from the host system, and accessing the host filesystem from within the emulated Atari.
Main features:
- Atari 400, 800, 600 XL, 800XL, 130XE, 5200 Games System.
- 130XE compatible memory expansions: 320K, 576K, 1088K.
- Optional 4K RAM between 0xc000 and 0xcfff in 400/800 mode.
- Cycle-exact 6502 emulation, all unofficial instructions.
- Cycle-exact NMI interrupts, scanline-based POKEY interrupts.
- Cycle-exact ANTIC and GTIA emulation, all display modes.
- Player/Missile Graphics, exact priority control and collision detection.
- Exact POKEY registers (sound and random number generator).
- 8 disk drives, emulated at computer-to-drive communication and fast patched SIO levels.
- ATR, XFD, DCM, ATR.GZ and XFD.GZ disk images.
- Direct loading of Atari executable files and Atari BASIC programs.
- 42 cartridge types, raw and CART .
- Cassette recorder, raw and CAS images.
- Printer support.
- Files can be stored directly on your host computer via the H: device.
- Current emulation state can be saved in a state file.
- Sound support on Unix using "/dev/dsp".
- Stereo (two POKEYs) emulation.
- Joystick controller using numeric keypad.
- Real joystick support.
- Paddles, Atari touch tablet, Koala pad, light pen, light gun, ST/Amiga mouse, Atari trak-ball, joystick and Atari 5200 analog controller emulated using mouse.
- R-Time 8 emulation using host computer clock.
- Atari palette read from a file or calculated basing on user-defined parameters.
- Screen snapshots (normal and interlaced) to PCX and PNG files.
- Sound output may be written to WAV files.
- User interface on all versions supporting bitmapped graphics.
- R: device (the Atari850 serial ports) mapped to net or real serial port.
Download (0.95MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
XDrawChem 1.9.9
XDrawChem is a chemical drawing program. more>>
XDrawChem is a two-dimensional molecule drawing program for Unix operating systems. XDrawChem is similar in functionality to other molecule drawing programs such as ChemDraw (TM, CambridgeSoft).
It can read and write MDL Molfiles, and read ChemDraw text and binary files, to allow sharing between XDrawChem and other chemistry applications, and it can create images in popular formats like PNG and EPS. XDrawChem has been tested on Linux, SGI IRIX 6.5, Sun Solaris, Mac OS X, and Windows.
Main features:
- 100% compatible Windows 95/98/NT version
- Fixed length, fixed angle drawing.
- Automatic alignment of figures. Detects structures, text, and arrows and places them automatically.
- Can automatically draw rings and other structures - has all standard amino acids and nucleic acids in built-in library.
- Can retrieve structures from a network database based on CAS number, formula, or name.
- Can draw symbols such as partial charge, radicals, etc.
- Can read MDL Molfiles, CML [Chemical Markup Language, defined in J. Chem. Inf. Comput. Sci.39(1999), 928-942], ChemDraw(TM) binary format, ChemDraw(TM) XML text format.
- Can write MDL Molfiles, CML, ChemDraw(TM) XML text format.
- Can also read and write any format supported by the current release of OpenBabel.
- Can export pictures in PNG, Windows bitmap (*.bmp), Encapsulated PostScript (EPS), and Scalable Vector Graphics (SVG).
- Can generate 3-D structures with the help of the external program BUILD3D.
- Online help, including tool tips.
- 13C-NMR prediction, based on Bremser W, Mag. Res. Chem.23(4):271-275
- 1H-NMR prediction, based on additive rules and functional group lookup methods, described in Pretsch, Clerc, Seibl, Simon, "Tables of Spectral Data for Structure Determination of Organic Compounds", 2ed., 1989, Springer-Verlag
- Simple IR prediction.
- Simple pKa estimation.
- Octanol-water partition coefficient estimation.
- Reaction analysis: gas-phase enthalpy change estimate, 1H NMR and 13C NMR comparison.
- Integration with OpenBabel, allowing XDrawChem to read and write over 20 different chemical file formats.
<<lessIt can read and write MDL Molfiles, and read ChemDraw text and binary files, to allow sharing between XDrawChem and other chemistry applications, and it can create images in popular formats like PNG and EPS. XDrawChem has been tested on Linux, SGI IRIX 6.5, Sun Solaris, Mac OS X, and Windows.
Main features:
- 100% compatible Windows 95/98/NT version
- Fixed length, fixed angle drawing.
- Automatic alignment of figures. Detects structures, text, and arrows and places them automatically.
- Can automatically draw rings and other structures - has all standard amino acids and nucleic acids in built-in library.
- Can retrieve structures from a network database based on CAS number, formula, or name.
- Can draw symbols such as partial charge, radicals, etc.
- Can read MDL Molfiles, CML [Chemical Markup Language, defined in J. Chem. Inf. Comput. Sci.39(1999), 928-942], ChemDraw(TM) binary format, ChemDraw(TM) XML text format.
- Can write MDL Molfiles, CML, ChemDraw(TM) XML text format.
- Can also read and write any format supported by the current release of OpenBabel.
- Can export pictures in PNG, Windows bitmap (*.bmp), Encapsulated PostScript (EPS), and Scalable Vector Graphics (SVG).
- Can generate 3-D structures with the help of the external program BUILD3D.
- Online help, including tool tips.
- 13C-NMR prediction, based on Bremser W, Mag. Res. Chem.23(4):271-275
- 1H-NMR prediction, based on additive rules and functional group lookup methods, described in Pretsch, Clerc, Seibl, Simon, "Tables of Spectral Data for Structure Determination of Organic Compounds", 2ed., 1989, Springer-Verlag
- Simple IR prediction.
- Simple pKa estimation.
- Octanol-water partition coefficient estimation.
- Reaction analysis: gas-phase enthalpy change estimate, 1H NMR and 13C NMR comparison.
- Integration with OpenBabel, allowing XDrawChem to read and write over 20 different chemical file formats.
Download (0.85MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1436 downloads
strongSwan 4.1.5
strongSwan is an OpenSource IPsec implementation for the Linux operating system. more>>
strongSwan is an OpenSource IPsec implementation for the Linux operating system. strongSwan is an OpenSource IPsec implementation for the Linux operating system.
In order to have a stable IPsec platform to base our future extensions of the X.509 capability on, we decided to lauch the strongSwan project.
Main features:
- runs both on Linux 2.4 (KLIPS) and Linux 2.6 (native IPsec) kernels
- strong 3DES, AES, Serpent, Twofish, or Blowfish encryption
- Authentication based on X.509 certificates or preshared keys
- Powerful IPsec policies based on wildcards or intermediate CAs
- Retrieval and local caching of Certificate Revocation Lists via HTTP or LDAP
- Full support of the Online Certificate Status Protocol (OCSP, RCF 2560).
- Optional storage of RSA private keys on smartcards or USB crypto tokens
- Smartcard access via standardized PKCS #11 interface
- PKCS #11 proxy function offering RSA decryption services via whack
- NAT-Traversal (RFC 3947) and support of Virtual IPs and IKE Mode Config
- CA management (OCSP and CRL URIs, default LDAP server)
- Dead Peer Detection (DPD, RFC 3706)
- Group policies based on X.509 attribute certificates ( RFC 3281)
- Generation of default self-signed certificates during strongSwan setup
Enhancements:
- Source routes installed by the keying daemons are now in a separate routing table with ID 100 in order to avoid conflicts with the main table.
- Route lookup for IKEv2 traffic is done in userspace to ignore routes installed for IPsec, as IKE traffic shouldnt get encapsulated.
- The ipsec starter has become more tolerant to dynamic DNS lookup failures by keeping the last valid IP address.
<<lessIn order to have a stable IPsec platform to base our future extensions of the X.509 capability on, we decided to lauch the strongSwan project.
Main features:
- runs both on Linux 2.4 (KLIPS) and Linux 2.6 (native IPsec) kernels
- strong 3DES, AES, Serpent, Twofish, or Blowfish encryption
- Authentication based on X.509 certificates or preshared keys
- Powerful IPsec policies based on wildcards or intermediate CAs
- Retrieval and local caching of Certificate Revocation Lists via HTTP or LDAP
- Full support of the Online Certificate Status Protocol (OCSP, RCF 2560).
- Optional storage of RSA private keys on smartcards or USB crypto tokens
- Smartcard access via standardized PKCS #11 interface
- PKCS #11 proxy function offering RSA decryption services via whack
- NAT-Traversal (RFC 3947) and support of Virtual IPs and IKE Mode Config
- CA management (OCSP and CRL URIs, default LDAP server)
- Dead Peer Detection (DPD, RFC 3706)
- Group policies based on X.509 attribute certificates ( RFC 3281)
- Generation of default self-signed certificates during strongSwan setup
Enhancements:
- Source routes installed by the keying daemons are now in a separate routing table with ID 100 in order to avoid conflicts with the main table.
- Route lookup for IKEv2 traffic is done in userspace to ignore routes installed for IPsec, as IKE traffic shouldnt get encapsulated.
- The ipsec starter has become more tolerant to dynamic DNS lookup failures by keeping the last valid IP address.
Download (1.7MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
809 downloads
Other version of strongSwan
License:GPL (GNU General Public License)
Mathomatic 14.5.2
Mathomatic 14.5.2 is a portable and compact Computer Algebra System (CAS) written entirely in the C programming language more>> <<less
Added: 2009-07-19 License: LGPL Price: FREE
13 downloads
i815 linux tweak 0.1
i815 linux tweak project is i815-family chipset tweaker and optimizer for improve performance. more>>
i815 linux tweak project is i815-family chipset tweaker and optimizer for improve performance. Remember that some settings can crash your system.
USE AT YOUR OWN RISK
Installation:
From root user tpye "./install.sh".
If success, module will compile and plased into modules directory.
Usage:
modprobe i815tweak
Without any parameters nothing changes. In /proc/i815info you can see actual chipset settings.
Or see "dmesg" for error info..
For list all module parameters check "modinfo i815tweak".
cas=[2,3]
CAS# Latency (CL)
ras2cas=[2,3]
SDRAM RAS# to CAS# Delay (SRCD)
ras=[2,3]
SDRAM RAS# Precharge (SRP)
refX=[0-7]
SDRAM Mode Select (SMS). These bits select the operational mode of the MCH DRAM interface. The special modes are intended for initialization at power up.
0 = DRAM in Self-Refresh Mode, Refresh Disabled
1 = Normal Operation, 100 MHz System memory – Refresh interval 15.6 uSec
133 MHz System memory – Refresh interval 11.7 uSec
2 = Normal Operation, 100 MHz System memory – Refresh interval 7.8
133 MHz System memory – Refresh interval 5.85 uSec
3 = Normal Operation, 100 MHz System memory – Refresh interval 1.28 uSec
133 MHz System memory – Refresh interval 0.96 uSec
4 = NOP Command Enable. In this mode all processor cycles to SDRAM result in a NOP Command on the SDRAM interface.
5 = All Banks Precharge Enable. In this mode all processor cycles to SDRAM result in an All Banks Precharge Command on the SDRAM interface.
6 = Mode Register Set Enable. In this mode all processor cycles to SDRAM result in a mode register set command on the SDRAM interface.
7 = CBR Enable. In this mode all processor cycles to SDRAM result in a CBR cycle on the SDRAM interface.
dct57=[0, 1]
DRAM Cycle Time (DCT). This bit controls the number of SCLKs for an access cycle.
0 = Tras = 7 SCLKs and Trc = 9 SCLKs.
1 = Tras = 5 SCLKs and Trc = 7 SCLKs (Default)
bnr=[0,1]
Block New Request Lookahead
agp=[0,1]
AGP4X Override
sba=[0,1]
Sideband Address Enable (SBA)
1 = Enable. The sideband addressing mechanism is enabled.
0 = Disable
fw=[0,1]
Fast Writes Enable (FW). This bit must always be programmed to 0. The chipset will behave
unpredictably if this bit is programmed with 1.
cpc=[0,1]
Command per cycle
sm=[0,1]
SM Always Bypass
hacqs=[0,1]
Host Aperture Cycle Queue Slot
0 = Default value. No dedicated queue
1 = A dedicated queue slot is reserved
clt=[0,1]
CPU Latency Timer
0 = Deferrable processor cycle will be Deferred immediately after receiving another ADS#
1 = Deferrable processor cycle will only be Deferred after in has been held in a “Snoop Stall” for 31
clocks and another ADS# has arrived (default).
dpcp=[0,1]
DRAM Page Closing Policy (DPCP)
0 = Precharge All during the service of any “Page Miss” access.
1 = Precharge All during the service of any “Page Miss” access.
magwe=[0,1]
Memory Arbiter Grant Window Enable (MAGWE).
0 = Disabled. Enforce fixed priority.
1 = 24 clocks limiting host, 24 clocks guaranteed to low priority graphics stream.
EXAMPLE:
modprobe i815tweak cas=2 ras2cas=2 ras=2 bnr=1 dct57=1
For more info about i815 chipset settings see Intel Document Reference Number 290688-001, 290693-001 and 290693-002
<<lessUSE AT YOUR OWN RISK
Installation:
From root user tpye "./install.sh".
If success, module will compile and plased into modules directory.
Usage:
modprobe i815tweak
Without any parameters nothing changes. In /proc/i815info you can see actual chipset settings.
Or see "dmesg" for error info..
For list all module parameters check "modinfo i815tweak".
cas=[2,3]
CAS# Latency (CL)
ras2cas=[2,3]
SDRAM RAS# to CAS# Delay (SRCD)
ras=[2,3]
SDRAM RAS# Precharge (SRP)
refX=[0-7]
SDRAM Mode Select (SMS). These bits select the operational mode of the MCH DRAM interface. The special modes are intended for initialization at power up.
0 = DRAM in Self-Refresh Mode, Refresh Disabled
1 = Normal Operation, 100 MHz System memory – Refresh interval 15.6 uSec
133 MHz System memory – Refresh interval 11.7 uSec
2 = Normal Operation, 100 MHz System memory – Refresh interval 7.8
133 MHz System memory – Refresh interval 5.85 uSec
3 = Normal Operation, 100 MHz System memory – Refresh interval 1.28 uSec
133 MHz System memory – Refresh interval 0.96 uSec
4 = NOP Command Enable. In this mode all processor cycles to SDRAM result in a NOP Command on the SDRAM interface.
5 = All Banks Precharge Enable. In this mode all processor cycles to SDRAM result in an All Banks Precharge Command on the SDRAM interface.
6 = Mode Register Set Enable. In this mode all processor cycles to SDRAM result in a mode register set command on the SDRAM interface.
7 = CBR Enable. In this mode all processor cycles to SDRAM result in a CBR cycle on the SDRAM interface.
dct57=[0, 1]
DRAM Cycle Time (DCT). This bit controls the number of SCLKs for an access cycle.
0 = Tras = 7 SCLKs and Trc = 9 SCLKs.
1 = Tras = 5 SCLKs and Trc = 7 SCLKs (Default)
bnr=[0,1]
Block New Request Lookahead
agp=[0,1]
AGP4X Override
sba=[0,1]
Sideband Address Enable (SBA)
1 = Enable. The sideband addressing mechanism is enabled.
0 = Disable
fw=[0,1]
Fast Writes Enable (FW). This bit must always be programmed to 0. The chipset will behave
unpredictably if this bit is programmed with 1.
cpc=[0,1]
Command per cycle
sm=[0,1]
SM Always Bypass
hacqs=[0,1]
Host Aperture Cycle Queue Slot
0 = Default value. No dedicated queue
1 = A dedicated queue slot is reserved
clt=[0,1]
CPU Latency Timer
0 = Deferrable processor cycle will be Deferred immediately after receiving another ADS#
1 = Deferrable processor cycle will only be Deferred after in has been held in a “Snoop Stall” for 31
clocks and another ADS# has arrived (default).
dpcp=[0,1]
DRAM Page Closing Policy (DPCP)
0 = Precharge All during the service of any “Page Miss” access.
1 = Precharge All during the service of any “Page Miss” access.
magwe=[0,1]
Memory Arbiter Grant Window Enable (MAGWE).
0 = Disabled. Enforce fixed priority.
1 = 24 clocks limiting host, 24 clocks guaranteed to low priority graphics stream.
EXAMPLE:
modprobe i815tweak cas=2 ras2cas=2 ras=2 bnr=1 dct57=1
For more info about i815 chipset settings see Intel Document Reference Number 290688-001, 290693-001 and 290693-002
Download (0.005MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
875 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 cas 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