Compare commits
3 Commits
6cd62711b5
...
97c8ccba49
Author | SHA1 | Date | |
---|---|---|---|
97c8ccba49 | |||
93bb917849 | |||
f40c1df876 |
14
index.html
14
index.html
@ -131,6 +131,18 @@
|
||||
<div class="page-header">
|
||||
<h2>Programming</h2>
|
||||
</div>
|
||||
<p>
|
||||
Coding has been my favorite pastime since I was a kid. Starting
|
||||
with a very simple programmable calculator, I advanced via C-64 and
|
||||
C-128 to IBM-compatible PCs. In the golden C-64 days, I used to
|
||||
program in Commodore BASIC, then went on to Borland Turbo Pascal
|
||||
for MS-DOS, Visual Basic for Applications, a little Python and some
|
||||
PHP, and mostly Ruby on Linux-based systems and C# on Windows in
|
||||
recent years, not to forget HTML/CSS and HAML. I also have some
|
||||
experience in R as well as systems automation with Ansible. In
|
||||
fact, I use Ansible to manage my personal laptop and servers as
|
||||
well as some family computers.
|
||||
</p>
|
||||
<p>
|
||||
A selection of my projects:
|
||||
</p>
|
||||
@ -306,7 +318,7 @@ sudo apt-get install create-changelog</code></pre>
|
||||
</div>
|
||||
|
||||
<script src="js/matomo.js"></script>
|
||||
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|
||||
|
@ -29,7 +29,8 @@
|
||||
<div class="col-xl col-md-6 mt-2" lang="de">
|
||||
<p>
|
||||
Auf <code>www.bovender.de</code> erfolgt keine Verarbeitung personenbezogener Daten.
|
||||
Besuche dieser Seite werden anonymisiert statistisch erfaßt (<a href="/piwik">www.bovender.de/piwik</a>);
|
||||
Besuche dieser Seite werden anonymisiert statistisch erfaßt
|
||||
(<a href="/matomo">www.bovender.de/matomo</a>);
|
||||
dabei wird mittels Verkürzung der IP-Adresse des Besuchers auf 2 von 4 Bytes eine
|
||||
persönliche Identifizierung unmöglich gemacht. Tracking-Cookies werden nicht eingesetzt.
|
||||
</p>
|
||||
@ -38,7 +39,7 @@
|
||||
<p>
|
||||
<code>www.bovender.de</code> does not collect or process
|
||||
personal data. Visits to the site are recorded in an
|
||||
anonymous fashion (<a href="/piwik">www.bovender.de/piwik</a>) with IP
|
||||
anonymous fashion (<a href="/matomo">www.bovender.de/matomo</a>) with IP
|
||||
addresses shortened to 2 out of 4 bytes, which makes it
|
||||
impossible to identify individual visitors.
|
||||
This site does not use tracking cookies.
|
||||
@ -47,7 +48,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/matomo.js"></script>
|
||||
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|
||||
|
@ -1,13 +1,13 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://www.bovender.de/</loc>
|
||||
<lastmod>2019-12-28</lastmod>
|
||||
<lastmod>2019-12-29</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.bovender.de/privacy.html</loc>
|
||||
<lastmod>2019-12-28</lastmod>
|
||||
<lastmod>2019-12-29</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
Loading…
Reference in New Issue
Block a user