view src/index.html @ 12:5e11dfd8e00c default tip

Change dennismicros.com to denniscm.com links
author Dennis C. M. <dennis@denniscm.com>
date Sun, 08 Jun 2025 13:16:34 +0100
parents 3652abb17748
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Dennis C. M.</title>
	<link rel="stylesheet" href="style.css"
</head>

<body>
	<main>
		<h1>Home Page for Dennis C. M.</h1>
		<p>Welcome!</p>
		<p>
			I am Dennis, a computer programmer living in Spain. 
			If you like what I do, I am available to work.
		</p>

		<h2>Software projects</h2>
		<table>
			<thead>
				<tr>
					<th scope="col">Name</th>
					<th scope="col">Description</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>Pacobot</td>
					<td>An experimental Twitch bot</td>
					<td><a href="https://src.denniscm.com/public/pacobot">Link</a></td>
				</tr>
				<tr>
					<td>Hey!</td>
					<td>A simple TCP streaming program written in C using POSIX APIs</td>
					<td><a href="https://src.denniscm.com/public/hey">Link</a></td>
				</tr>
				<tr>
					<td>Algo animator</td>
					<td>An interactive program written in C to visualize sorting algorithms</td>
					<td><a href="https://src.denniscm.com/public/algo-animator">Link</a></td>
				</tr>
				<tr>
					<td>Maze solver</td>
					<td>A program written in C that solves PNG mazes</td>
					<td><a href="https://src.denniscm.com/public/maze-solver">Link</a></td>
				</tr>
				<tr>
					<td>Geoquiz</td>
					<td>A geography game for iOS written in Swift</td>
					<td><a href="https://src.denniscm.com/public/geoquiz">Link</a></td>
				</tr>
				<tr>
					<td>Bitcaviar Plus</td>
					<td>A Bitcoin blockchain parser written in Python</td>
					<td><a href="https://src.denniscm.com/public/bitcaviar-plus">Link</a></td>
				<tr>
				</tr>
					<td>Finance parser</td>
					<td>
						Serverless parser to extract information from financial reports using AWS 
						services
					</td>
					<td><a href="https://src.denniscm.com/public/finance-parser">Link</a></td>
				</tr>
				</tr>
					<td>Tweet analysis</td>
					<td>Serverless app to fetch and analyse tweets using AWS services</td>
					<td><a href="https://src.denniscm.com/public/tweet-analysis">Link</a></td>
				</tr>
				</tr>
					<td>Simoleon</td>
					<td>A currency converter app for iOS written in Swift</td>
					<td><a href="https://src.denniscm.com/public/simoleon">Link</a></td>
				</tr>
				</tr>
					<td>Python Black Scholes</td>
					<td>
						A CLI utility to calculate the theoretical call and put price of an 
						European option using the black-scholes method
					</td>
					<td><a href="https://src.denniscm.com/public/python-black-scholes">Link</a></td>
				</tr>
				</tr>
					<td>Stock Charts</td>
					<td>A library to display interactive charts in SwiftUI</td>
					<td><a href="https://src.denniscm.com/public/stock-charts">Link</a></td>
				</tr>
				</tr>
					<td>Lazybear</td>
					<td>My first iOS app and programming project. It was a stock tracker app</td>
					<td><a href="https://src.denniscm.com/public/lazybear">Link</a></td>
				</tr>
			</tbody>
		</table>
		<h2>Hardware projects</h2>
		<table>
			<thead>
				<tr>
					<th scope="col">Name</th>
					<th scope="col">Description</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>EVB-A32QS1-RFRG</td>
					<td>A GNSS received development board based on a STM32 MCU</td>
					<td><a href="https://src.denniscm.com/public/evb-a32qs1-rfrg">Link</a></td>
				</tr>
				<tr>
					<td>EVB-A32M1-F</td>
					<td>
						A STM32F0 development board with the same size as the Raspberry Pi Pico
					</td>
					<td><a href="https://src.denniscm.com/public/evb-a32m1-f">Link</a></td>
				</tr>
				<tr>
					<td>EVB-A32S1-M</td>
					<td>A electronic speed controller based on a STM32 MCU</td>
					<td><a href="https://src.denniscm.com/public/evb-a32s1-m">Link</a></td>
				</tr>
				<tr>
					<td>Logic LED</td>
					<td>
						My first Arduino project. A simple cirtuit to interact with logic gates
					</td>
					<td><a href="https://src.denniscm.com/public/logic-led">Link</a></td>
				</tr>
			</tbody>
		</table>
		<h2>Contact</h2>
		<h3>By e-mail:</h3> 
		<ul>
			<li>dennis [at] denniscm [dot] com</li>
			<li>dennis [at] dennismicros [dot] com</li>
		</ul>
		<h3>Social networks:</h3>
		<ul>
			<li><a href="https://youtube.com/@denniscm6">Youtube</a></li>
		</ul>
	</main>
</body>