Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
The Modular System for Shelves and Coasts (MOSSCO) is a coupling framework for Earth System Models. It helps users to integrate their own numerical models with other developments.
Quick Start:
git clone git://git.code.sf.net/p/mossco/setups mossco-setups
git clone git://git.code.sf.net/p/mossco/code mossco-code
cd mossco-code
cat QuickStart.md
or read online https://sf.net/p/mossco/code/ci/master/tree/QuickStart.md
Beware: this is alpha software, expect trouble!
-------------------------
Better, read the full documentation online http://www.mossco.de/doc or make it yourself
make doc
acroread doc/mossco_documentation.pdf
----------------------
Why MOSSCO?
...
darc, the Durham Adaptive optics Real-time Controller. For documentation or darctalk client only, select "View all files". For the latest bleeding-edge version, please use: git clone git://git.code.sf.net/p/darc2/code darc (no password required) (this changed May 2013 due to a sourceforge update).
If you use darc, please cite with:
Basden, A and Myers, R, MNRAS Vol 242, page 1483, 2012
...Obtaining the teachingbox:
FOR USERS:
If you want to download the latest releases, please visit:
http://search.maven.org/#search|ga|1|teachingbox
FOR DEVELOPERS:
1) If you use Apache Maven, just add the following dependency to your pom.xml:
<dependency>
<groupId>org.sf.teachingbox</groupId>
<artifactId>teachingbox-core</artifactId>
<version>1.2.3</version>
</dependency>
2) If you want to check out the most recent source-code:
git clone https://git.code.sf.net/p/teachingbox/core teachingbox-core
Documentation:
https://sourceforge.net/p/teachingbox/documentation/HEAD/tree/trunk/manual/
C++ port of QUADPACK with general function defination style.
...A C++ port of QUADPACK with a general function defination style to provide more flexible function parameter defination.
Based on crbond C version QUADPACK(http://www.crbond.com/scientific.htm) .
You can get the latest code by :
git clone git://git.code.sf.net/p/cppquadpack/code cppquadpack-code