Archived
1
0

Added GitHub-link to script / link to online demo in README.

This commit is contained in:
Markus Birth 2021-02-07 16:15:55 +01:00
parent 4acad84408
commit 18dbbe9f09
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ This is a PHP script that creates sort of a calculation environment for working
vectors. Not only will it calculate various operations with vectors, it will also plot vectors. Not only will it calculate various operations with vectors, it will also plot
them, calculate angles between different vectors, intersection points, etc. them, calculate angles between different vectors, intersection points, etc.
Online Demo
-----------
https://vect.birth-online.de
Syntax Syntax
------ ------

View File

@ -874,7 +874,7 @@ PRE.sol {
echo '<a href="' . $_SERVER['PHP_SELF']; echo '<a href="' . $_SERVER['PHP_SELF'];
if (!isset($_GET['dbg'])) echo '?dbg'; if (!isset($_GET['dbg'])) echo '?dbg';
echo '">Debug ' . ((isset($_GET['dbg']))?'off':'on') . '</a>'; echo '">Debug ' . ((isset($_GET['dbg']))?'off':'on') . '</a>';
?> ?> / <a href="https://github.com/mbirth/php-vectcalc">GitHub</a>
<table border="0" class="vars" cellpadding="0" cellspacing="1"> <table border="0" class="vars" cellpadding="0" cellspacing="1">
<tr> <tr>
<th colspan="2">Variables</th> <th colspan="2">Variables</th>