Main Page: Difference between revisions
From Biowerkzeug Wiki
				
				
				Jump to navigationJump to search
				
				
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| This Wiki discusses biomolecular simulations with [[Hippo]] and other molecular dynamics/Monte Carlo codes. It serves as a repository for the community and complements the [http://forums.biowerkzeug.org forums].   | This Wiki discusses biomolecular simulations with [[Hippo]] and other molecular dynamics/Monte Carlo codes. It serves as a repository for the community and complements the [http://forums.biowerkzeug.org forums].   | ||
| Source Code Test: | |||
| <source lang="php"> | |||
| <?php | |||
|     $v = "string";    // sample initialization | |||
| ?> | |||
| html text | |||
| <? | |||
|     echo $v;         // end of php code | |||
| ?> | |||
| </source> | |||
| == Getting started == | == Getting started == | ||
Revision as of 15:47, 13 June 2008
This Wiki discusses biomolecular simulations with Hippo and other molecular dynamics/Monte Carlo codes. It serves as a repository for the community and complements the forums.
Source Code Test:
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>