-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 7.67 KB
/
index.html
1
<!DOCTYPE html> <html lang=en-au> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"> <title>Source of Evan</title> <meta name=viewport content="width=device-width,minimum-scale=1"> <link rel="shortcut icon" href="/favicon.ico"> <link rel=apple-touch-icon href="/apple-touch-icon.png"> <link rel=author href="/humans.txt" type="text/plain"> <link rel=stylesheet href="/css/main.css"> <script src="/js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <div id=container> <header class=clearfix> <img src="/img/site/logo.png" width=114 height=114 alt="[Logo]" class=float-left> <h1>Source of Evan</h1> <p>Various open-source bits and pieces by <a href="/#about">Evan M<sup style="margin-right: 1px">c</sup>Lean</a>.</p> </header> <div class=clearfix> <div id=main role=main> <div id=content> <section> <p id=top>Table of contents</p> <ul> <li> <p><strong><a href="#bday">BDay</a></strong>: The super simple birthday and anniversary reminder program.</p> </li> <li> <p><strong><a href="#erudite">Erudite</a></strong>: Download articles from Instapaper or Pocket, convert them to an appropriate format such as EPUB or MOBI, and add them to your Calibre ebook library.</p> </li> <li> <p><strong><a href="#evlibjava">Evlib Java</a></strong>: A collection of reusable tools and utilities that I found I was often re-implementing in different Java projects.</p> </li> <li> <p><strong><a href="#inbrief">In Brief</a></strong>: The miscellaneous bucket for other small projects.</p> </li> <li> <p><strong><a href="#about">About Evan</a></strong></p> </li> </ul> </section> <article> <h1 id=bday><a href="https://evanmclean.com/software/bday/">BDay</a></h1> <p><em>The super simple birthday and anniversary reminder program.</em></p> <img src="/img/bday_main_window.png" width=347 height=197 alt="Main Window" class=float-right> <p>BDay is a simple program to help you track birthdays and anniversaries. It runs when you start or log in to your computer, displays any events that are coming up, and then exits when you click <code>OK</code>. It does not hang around in the system tray or as a background process taking up your computer’s resources. If there are no events to be displayed, then you wont even see BDay run.</p> <p><a href="https://evanmclean.com/software/bday/">More Details</a> • <a href="https://github.com/evmcl/bday/releases">Downloads for Windows & Linux</a> • <a href="https://github.com/evmcl/bday">GitHub</a></p> </article> <p><small><a href="#top">top</a></small></p> <article> <h1 id=erudite><a href="https://evanmclean.com/software/erudite/">Erudite</a></h1> <p><a href="https://evanmclean.com/software/erudite/">Erudite</a> will download articles from <a href="https://www.instapaper.com/">Instapaper</a> or <a href="https://getpocket.com/">Pocket</a>, convert them to an appropriate format such as EPUB or MOBI, and add them to your <a href="https://calibre-ebook.com/">Calibre</a> ebook library. It is a command-line driven tool.</p> <p><a href="https://evanmclean.com/software/erudite/">More Details</a> • <a href="https://github.com/evmcl/erudite/releases">Downloads</a> • <a href="https://github.com/evmcl/erudite">GitHub</a></p> </article> <p><small><a href="#top">top</a></small></p> <article> <h1 id=evlibjava><a href="https://evanmclean.com/software/#evlibjava">Evlib Java</a></h1> <p>A collection of reusable tools and utilities that I found I was often re-implementing in different Java projects.</p> <p>Highlights include:</p> <ul> <li>Common <a href="https://evmcl.github.io/evlibjava/index.html?com/evanmclean/evlib/lang/Str.html">string handling</a> routines.</li> <li>Common <a href="https://evmcl.github.io/evlibjava/index.html?com/evanmclean/evlib/escape/Esc.html">string escaping</a> for HTML, URLs and others.</li> <li><a href="https://evmcl.github.io/evlibjava/index.html?com/evanmclean/evlib/swing/SafeOptionPane.html">Thread-safe JOptionPane</a> wrapper.</li> <li>Various <a href="https://evmcl.github.io/evlibjava/index.html?com/evanmclean/evlib/io/package-summary.html">file and I/O</a> utilities.</li> </ul> <p>and <a href="https://evmcl.github.io/evlibjava/index.html">plenty more</a>.</p> <p>See the <a href="https://evmcl.github.io/evlibjava/index.html">javadoc</a> for all the details, source and binary downloads available via <a href="https://github.com/evmcl/evlibjava/downloads">github</a>.</p> <p>Released under a BSD style license.</p> <p><a href="https://evmcl.github.io/evlibjava/index.html">Javadoc</a> • <a href="https://github.com/evmcl/evlibjava">GitHub</a></p> </article> <p><small><a href="#top">top</a></small></p> <article> <h1 id=inbrief>In Brief</h1> <p><strong><a href="https://github.com/evmcl/clementinemonitor">clementinemonitor</a></strong>: Monitors what is currently playing in your <a href="https://www.clementine-player.org/">Clementine</a> music player, by hooking into the relevant dbus signals to detect state change.</p> <p><strong><a href="https://github.com/evmcl/timeline">timeline</a></strong>: Shell script that collects screen captures and (optionally) webcam captures and builds a daily time-lapsed video of the day’s activity.</p> </article> <p><small><a href="#top">top</a></small></p> <article> <h1 id=about>About Evan</h1> <p>Evan is a computer programmer, software architect, application developer or whatever you want to call it. Most of the time he just says, “I work with computers.” When he is contracting he trades as <a href="https://evanmclean.com/">M<sup style="margin-right: 1px">c</sup>Lean Computer Services</a>.</p> <p>Evan likes lots of open source things like Linux, and runs <a href="https://www.archlinux.org/">Arch Linux</a> on his main computer at home, although he tries not to be smug about it. He also develops software for Windows as well.</p> <p>You can find Evan on <a href="https://aus.social/@evmcl">Mastodon</a> where he describes himself as a “software developer and wry observationist.”</p> <p>Evan, along with his spousal overunit live in Melbourne, Australia with two children, two cats, one guinea pig, and one dog, who wrote this page.</p> <p><small><a href="#top">top</a></small></p> <h2 id=where-to-find-him>Where to Find Him</h2> <article class=indented> <p><a href="https://aus.social/@evmcl">Mastodon</a> • <a href="https://github.com/evmcl">GitHub</a></p> <h3 id=msupcsuplean-computer-serviceshttpsevanmcleancom><a href="https://evanmclean.com/">M<sup>c</sup>Lean Computer Services</a></h3> <p>Evan’s professional site, for when he is contracting.</p> <h3 id=crowd-surfing-echidnashttpswwwmichevanidau><a href="https://www.michevan.id.au/">Crowd Surfing Echidnas</a></h3> <p>An informal place to chuck up stuff on the web that he finds interesting, be it <a href="https://www.michevan.id.au/posts/picture-day-css-awesome/">funny pictures</a>, or his own <a href="https://www.michevan.id.au/posts/can-you-spare-a-dollar/">articles</a> and <a href="https://www.michevan.id.au/posts/petting-problem/">pet projects</a>.</p> </article> </article> <p><small><a href="#top">top</a></small></p> </div> </div> </div> <footer class=container> <p class=copyright> <span style="float: left; padding-right: 10px; padding-bottom: 5px"><a rel=license href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/"><img alt="Creative Commons License" style="border-width:0" src="/img/site/cc-by-nc-sa.png"/></a></span> The content of this web site is licensed by <a href="http://evanmclean.com/" rel="cc:attributionURL">Evan M<sup>c</sup>Lean</a> under a <a rel=license href="http://creativecommons.org/licenses/by-nc-sa/2.5/au/">Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License</a>.</p> </footer> </div> <script src="/js/vendor/jquery-3.7.0.min.js"></script> <script src="/js/main.js"></script> </body> </html>