-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.html
More file actions
29 lines (27 loc) · 1.78 KB
/
programs.html
File metadata and controls
29 lines (27 loc) · 1.78 KB
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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Programs and Scripts - Adam Richard's web page</title>
<meta name="viewport" content="initial-scale=1">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://github.com/adam4235/adam4235.github.io/commits/master.atom">
</head>
<body>
<h1>My Programs and Scripts</h1>
<p>
For an explanation of the version numbers click <a href="version_numbers.html">here</a>
</p>
<p>
<a href="loans.html">loans.pl</a> is a program to do loan calculations, useful if you lend people money. It takes as input some information about the loan and when amounts have been paid back, and generates a "bank statement" showing interest accumulated and the amount still owed. It can also show the amount of interest accumulated in a particular year, for tax purposes. It's a perl script, so you need perl to run it.
</p>
<p>
<a href="pick_file.html">pick_file</a> is a bash script (for Linux) to easily open files in your home directory (or any directory) by typing part of the filename, rather than having to browse to the file (kind of like <a href="https://qsapp.com/">QuickSilver</a>)
</p>
<p>
<a href="recipe_instructions.html">meals</a> is my program to manage my meal preparation for the week. If you put your recipes on your computer, it constructs a weekly meal schedule from them in a semi-random fashion, then generates a grocery list by extracting the ingredients from the recipes. I also use it to download the recipes and grocery list to my phone which is more accessable than my computer in the kitchen and grocery store respectively.
</p>
<p>
<a href="shiftingmazes.html">Shifting Mazes - A computer game I made in QBasic</a>
</p>
</body>
</html>