-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
25 lines (25 loc) · 878 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
?>
<html lang="en">
<head>
<title>The results of some test assignments</title>
<meta charset="utf-8">
</head>
<body>
<div>
<h1>Job tests and results</h1>
</div>
<div>
<h3>Vending machine</h3>
<p>
One day I've got a sort of <a href="/vendingmachine/webbuild_vending-machine.pdf">technical specifications</a> for the vending machine.
It took about 6-8 hours to <a href="/vendingmachine/">deliver the result</a> (debug and polishing included).
Requires PHP 8.2+ and rights to create and modify subdirectories and files.
</p>
<h3>Complex numbers</h3>
<p>
Interesting task of PHP 7.* epoch. Cool own bycicle.
The short stated task: create class of complex numbers, define some basic operations, do tests as a proof. <a href="/complex/">Done there</a>, took up to 4 hours to create.
</p>
</div>
</body>