source code of /projects/index.html
Last modified | |
Lines | 160 |
Parent directory Download CGIread sitemap Main page
Quick links: contact content footer navigation title
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="https://oskog97.com/style.css" type="text/css"/>
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="canonical" href="https://oskog97.com/projects/"/>
<!-- End html5 macro. -->
<!-- Included structured data -->
<script type="application/ld+json">
{
"@context":
{
"@vocab": "http://schema.org/"
},
"@type": "WebPage",
"url": "https://oskog97.com/projects/",
"author": {
"@type": "Person",
"@id": "https://oskog97.com/",
"name": "Oskar Skog",
"url": "https://oskog97.com/"
},
"publisher": {"@id": "https://oskog97.com/"},
"copyrightHolder": {"@id": "https://oskog97.com/"},
"license": "http://creativecommons.org/licenses/by/4.0/",
"DateModified": "2019-10-30"
}
</script>
<!-- End of included structured data-->
<title>Projects</title>
<meta name="description" content="A list of all my larger software
projects. Mainly for Linux/BSD/unix-like systems. Should work on Mac OS X."/>
</head>
<body>
<!-- BEGIN autogenerated navigation -->
<nav><div id="navigation"><div id="nav_inner">
<p><a href="#content" class="textonly">Skip navigation</a></p>
<p class="row">
<span class="textonly" translate="no">[</span><a class="head" href="/">Home</a><span class="textonly" translate="no">]</span>
>>
<span class="textonly" translate="no">]</span><span class="sub active">Projects</span><span class="textonly" translate="no">[</span>
<span class="textonly" translate="no">[</span><a class="sub" href="/small-scripts/">Small scripts</a><span class="textonly" translate="no">]</span>
<span class="textonly" translate="no">[</span><a class="sub" href="/thinkpad/">-> My IBM thinkpad</a><span class="textonly" translate="no">]</span>
</p>
<p class="row">
<span class="textonly" translate="no">]</span><span class="head active">Projects</span><span class="textonly" translate="no">[</span>
>>
<span class="textonly" translate="no">[</span><a class="sub" href="/projects/anonymine/">Anonymine</a><span class="textonly" translate="no">]</span>
<span class="textonly" translate="no">[</span><a class="sub" href="/projects/light-sensor/">Analog light sensor</a><span class="textonly" translate="no">]</span>
<span class="textonly" translate="no">[</span><a class="sub" href="/projects/PLLM-M702A/">Reverse-engineered schematics for PLLM-M702A</a><span class="textonly" translate="no">]</span>
</p>
<p class="row">
<span class="textonly" translate="no">[</span><a class="sub" href="/sitemap.py">Sitemap</a><span class="textonly" translate="no">]</span>
</p>
<hr class="textonly"/>
</div></div></nav>
<!-- END autogenerated navigation -->
<main><div id="content">
<h1 id="title">Projects</h1>
<!-- Insert body here. NOTE: description and keywords -->
<h2>Platforms</h2>
<p>
Most of my software will be written in Python, which itself
is cross-platform. My software is primarily for
Linux/*BSD/unix, it shouldn't be too difficult to install on
Mac OS X, if you are familiar with the terminal.
</p>
<p>
On Windows, there are quite many things that may not work
as easily. Users familiar with the terminal on
Mac OS X/Linux/unix could use
<a href="http://cygwin.org/" rel="nofollow noopener"
target="_blank">Cygwin</a>.
<strong>
Notice: Don't throw away the installer, you'll need it
to install dependencies of whatever you might install
in the future.
</strong>
</p>
<h2>List of larger software projects</h2>
<ul>
<li><a href="/projects/anonymine/">
Anonymine - curses mode minesweeper without guessing
</a></li>
<li><del><a href="/projects/skogpasswdman/">
Skogpasswdman - it's a heap of crap
</a></del></li>
</ul>
<h2>List of testing platforms (mostly unix)</h2>
<ul>
<li>Debian & Raspbian</li>
<li>OpenBSD</li>
<li>Windows 10 (VM)</li>
<li>Windows 7 (VM)</li>
<li>Haiku (VM)</li>
<li>FreeBSD (VM)</li>
<li>Minix 3 (VM)</li>
<li>NetBSD (VM)</li>
<li>OpenIndiana (VM)</li>
<li>Misc GNU/Linux distributions (VM)</li>
</ul>
<p>
Tell me if you have any suggestions for a zero-cost OS that
should run on a VirtualBox and should run POSIX
software (native, emulation, compatibility layer, etc).
</p>
<p>
You may also send me patches and such to improve portability
(even for any system on the list), but I'd like to know what
credits you want, and what you don't want.
</p>
</div></main>
<!-- INCLUDED FOOTER -->
<footer><div id="footer">
<hr class="textonly"/>
<p>
Copyright © Oskar Skog<br/>
Website content released under the <a
href="https://creativecommons.org/licenses/by/4.0/" rel="license noopener"
target="_blank">Creative Commons Attribution (CC-BY 4.0)</a> license
and my software usually under the <span class="a"><a target="_blank"
rel="noopener"
href="https://opensource.org/licenses/BSD-2-Clause">FreeBSD license
(2-clause)</a>.</span>
<br/>
Images may be from other sites, I should have cited useful sources
somewhere on the page.
<span class="notprint">Contact me if I haven't.</span>
</p>
<p id="contact" class="notprint">
You can contact me at: <a href="mailto:oskar@oskog97.com"
rel="noopener" target="_blank">oskar@oskog97.com</a>
<span class="a">(<a href="/pgp-pub/oskar.asc"
>PGP public key</a>)</span>
</p>
<p> <a class="notprint" href="https://oskog97.com/read/?path=/style.css">
CSS Stylesheet
</a>
<a href="https://validator.w3.org/check/referrer" rel="nofollow noopener"
target="_blank" class="notprint"><span
class="img">Valid HTML5</span
></a><br/>
</p>
</div></footer>
<!-- END OF INCLUDED FOOTER -->
</body>
</html>