291 lines
8.9 KiB
PHP
Executable File
291 lines
8.9 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Synonym for home page.
|
|
-->
|
|
<?php
|
|
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
|
$GLOBALS["HEADER_TITLE"] = "Apps";
|
|
}
|
|
include "helpers/body_open.php";
|
|
?>
|
|
|
|
<div class="row" id="experience">
|
|
<h2 class="col-12 title">My Profession</h2>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
I'm a professional software engineer who's been playing with
|
|
Linux system administration from a young age.
|
|
Much of my career has focused on back-end / database systems
|
|
and optimizing workflows.
|
|
I feel that I specialize in building systems with "no sharp edges",
|
|
meaning that I make sure there isn't a way the user can hurt
|
|
themselves or the system.
|
|
In my free time I enjoy learning new
|
|
languages and writing apps for Android.
|
|
</p>
|
|
<!--<p><a href="/resume/">My resume can be found here</a>.</p>-->
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" id="obtainium">
|
|
<h4 class="col-12 header">Obtainium Configuration</h4>
|
|
</div>
|
|
|
|
<div class="row text">
|
|
<div class="col-6 text">
|
|
<strong>Automatic Import</strong>
|
|
<p>
|
|
This JSON file will add all of my apps for you in its own
|
|
convenient group:
|
|
</p>
|
|
<ul class="indent"><li>
|
|
<a href="https://git.hyperling.com/me/env-obtainium-hyperling/src/branch/main/obtainium-export.json"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
[obtainium-export.json] | Hyperling's Apps
|
|
</a>
|
|
</li></ul>
|
|
<p>
|
|
Then if you only want to keep a subset of the apps you may either
|
|
mark the unwanted ones as Track Only or delete them from the app.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="col-6 text">
|
|
<strong>Manual Imports</strong>
|
|
<p>
|
|
If you decide to add the apps 1-by-1 based on the URLs in the
|
|
section below, here is how to show the correct version numbers:
|
|
</p>
|
|
<ul>
|
|
<li>Enable <i>"Sort by only the last segment of the link"</i>.</li>
|
|
<li>
|
|
Set the <i>"Version string extraction RegEx"</i> field to:
|
|
<code>[0-9\.]+[0-9]+</code>
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Otherwise, using <i>"Take first link"</i> ensures you get the
|
|
proper update but will show pseudo versions.
|
|
</p>
|
|
</div>
|
|
|
|
<!--
|
|
<div class="col-12 text">
|
|
<strong>Confused?</strong>
|
|
<p>
|
|
Obtainium is a wonderful app for managing your APKs and sharing
|
|
the configuration across your devices or with other people.
|
|
</p>
|
|
<p>
|
|
It is not my project, but I highly recommend using it.
|
|
<a href="TBD/TODO"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>Find its APK here (TBD/TODO!)</a> and
|
|
<a>its documentation here</a>.
|
|
</p>
|
|
</div>
|
|
-->
|
|
</div>
|
|
|
|
<div class="row" id="android">
|
|
<h3 class="col-12 header">Android Apps</h3>
|
|
</div>
|
|
|
|
<div class="row center text">
|
|
|
|
<div class="col-12 text border" id="expense">
|
|
<a href="https://git.hyperling.com/me/flutter-expense-tracker/releases">
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<expense.png>>"
|
|
src="/files/media/icons/expense.png"
|
|
>
|
|
<figcaption>
|
|
Recurring Expense Tracker
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Keep track of repeating expenses and
|
|
view projections of their effect on your finances.
|
|
First app written with Flutter.
|
|
</p>
|
|
<p>
|
|
<!--[<s><a>F-Droid</a></s>]-->
|
|
[<a href="https://git.hyperling.com/me/flutter-expense-tracker/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/flutter-expense-tracker/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
</div>
|
|
|
|
<div class="col-12 text border" id="tictactoe">
|
|
<a href="https://git.hyperling.com/me/android-tictactoe/releases">
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<tictactoe.png>>"
|
|
src="/files/media/icons/tictactoe.png"
|
|
>
|
|
<figcaption>
|
|
Tic-Tac-Toe
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Play against a friend or a range of AIs.
|
|
Written to practice Kotlin/Compose.
|
|
</p>
|
|
<p>
|
|
<!--[<s><a>F-Droid</a></s>]-->
|
|
[<a href="https://git.hyperling.com/me/android-tictactoe/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/android-tictactoe/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
</div>
|
|
|
|
<div class="col-12 text border" id="ctfu">
|
|
<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
|
target="_blank" rel="noopener noreferrer">
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<ctfu.png>>"
|
|
src="/files/media/icons/ctfu.png"
|
|
>
|
|
<figcaption>
|
|
Carb Up! BETA
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Calculate cost-effective foods on a High Carb Low Fat lifestyle.
|
|
</p>
|
|
<p>
|
|
<!--[<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
|
|
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
|
[<a href="https://git.hyperling.com/me/android-carb-up/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/android-carb-up/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
<!--<p>
|
|
<s>
|
|
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
|
</s>
|
|
</p>-->
|
|
</div>
|
|
|
|
<div class="col-12 text border" id="timer">
|
|
<a href="https://git.hyperling.com/me/android-infinite-timer/releases"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<infinitetimer.png>>"
|
|
src="/files/media/icons/infinitetimer.png"
|
|
>
|
|
<figcaption>
|
|
Infinite Timer
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Play a notification at your chosen interval.
|
|
</p>
|
|
<p>
|
|
<!--[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer"
|
|
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
|
[<a href="https://git.hyperling.com/me/android-infinite-timer/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/android-infinite-timer/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
<!--<p>
|
|
<s>
|
|
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
|
</s>
|
|
</p>-->
|
|
</div>
|
|
|
|
<div class="col-12 text border" id="sleep">
|
|
<a href="https://git.hyperling.com/me/android-45-minute-rule/releases"
|
|
target="_blank" rel="noopener noreferrer">
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<t45mr.png>>"
|
|
src="/files/media/icons/t45mr.png"
|
|
>
|
|
<figcaption>
|
|
45 Minute Rule
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Determine a good bedtime for waking during light sleep.
|
|
</p>
|
|
<p>
|
|
<!--[<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule"
|
|
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
|
[<a href="https://git.hyperling.com/me/android-45-minute-rule/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/android-45-minute-rule/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
<!--<p>
|
|
<s>
|
|
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
|
</s>
|
|
</p>-->
|
|
</div>
|
|
|
|
<div class="col-12 text border" id="games">
|
|
<a href="https://git.hyperling.com/me/android-hypergames/releases"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
<figure>
|
|
<img class="app-icon" loading="lazy" alt="<<hypergames.png>>"
|
|
src="/files/media/icons/hypergames.png"
|
|
>
|
|
<figcaption>
|
|
HyperGames
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
<p>
|
|
Started as a fun project for learning.
|
|
Playable but unfinished.
|
|
</p>
|
|
<p>
|
|
<!--[<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
|
|
target="_blank" rel="noopener noreferrer">Play Store</a>]-->
|
|
[<a href="https://git.hyperling.com/me/android-hypergames/"
|
|
target="_blank" rel="noopener noreferrer">Source Code</a>]
|
|
[<a href="https://git.hyperling.com/me/android-hypergames/releases"
|
|
target="_blank" rel="noopener noreferrer">APKs / Obtainium URL</a>]
|
|
</p>
|
|
<!--
|
|
<p>
|
|
<s>
|
|
[<a target="_blank" rel="noopener noreferrer">F-Droid</a>]
|
|
</s>
|
|
</p>
|
|
-->
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" id="other">
|
|
<h3 class="col-12 header">Other Programs</h3>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
For a full list of software including my Ansible automation,
|
|
Docker setup, source code for this website, and other
|
|
fun/random toys, check out
|
|
<a href="https://git.hyperling.com/me" target="_blank">My Projects</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<?php
|
|
include "helpers/body_close.php";
|
|
?>
|