-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 3.09 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Software by Jeff Bourdier</title>
<meta name="description" content="Software by Jeff Bourdier hosted on GitHub" />
<meta name="author" content="Jeff Bourdier" />
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" type="text/css" href="common.css" />
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 511px)" />
<link rel="stylesheet" type="text/css" href="desktop.css" media="only screen and (min-device-width: 512px)" />
</head>
<body>
<header>
<b>Software by Jeff Bourdier</b>
<nav>
<span style="color: yellow; padding: 8px;">Home</span>
<a href="midiopsy">MIDIopsy</a>
<a href="plunge">Plunge</a>
<a href="dumprows"><span style="font-variant: small-caps;">DumpRows</span></a>
<a href="about">About</a>
</nav>
</header>
<p>Welcome to the home of Jeff Bourdier on the Web. The main purpose of this site is to provide home pages for my <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">free, open-source software (FOSS)</a> projects, hosted here on GitHub, and described below.</p>
<dl>
<dt><a href="midiopsy">MIDIopsy</a></dt>
<dd>A <a href="https://docs.microsoft.com/en-us/dotnet/framework/wpf/">WPF</a> application (written in <a href="https://docs.microsoft.com/en-us/dotnet/csharp/">C#</a>) that is used to view, play, and edit the binary contents of <a href="https://www.midi.org/specifications-old/item/standard-midi-files-smf">standard MIDI files</a>.</dd>
</dl>
<dl>
<dt><a href="plunge">Plunge</a></dt>
<dd>A command-line utility for <a href="https://www.microsoft.com/en-us/windows">Windows</a> and <a href="https://www.linux.com/">Linux</a> (written in <a href="http://www.open-std.org/jtc1/sc22/wg14/">C</a>) that is used to synchronize sets of files.</dd>
</dl>
<dl>
<dt><a href="dumprows"><span style="font-variant: small-caps;">DumpRows</span></a> (Database Utility Map-Producing Read-Only Web Service)</dt>
<dd>A <a href="https://en.wikipedia.org/wiki/Common_Gateway_Interface">CGI</a> program (written in <a href="http://www.open-std.org/jtc1/sc22/wg14/">C</a>) that allows a geospatial database to be queried using a web browser.</dd>
</dl>
<dl>
<dt><a href="https://pipelineml.org/how-to-install-and-use-the-pipelineml-geopackager/">PipelineML GeoPackager <b>⇗</b></a></dt>
<dd>A <a href="https://plugins.qgis.org/">plugin</a> for <a href="https://www.qgis.org/en/site/">QGIS</a> (written in <a href="http://www.python.org/">Python</a>) that reads a <a target="_blank" href="https://pipelineml.org/">PipelineML</a> file and translates its contents into a <a target="_blank" href="https://www.geopackage.org/">GeoPackage</a>. (Note that the home page for this project is on another site.)</dd>
</dl>
<footer>Copyright © 2016-21 Jeffrey Paul Bourdier</footer>
</body>
</html>