AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

New C++ project: JelloStorm!

For the purposes of my C++ training class, I am supposed to make a zombie horde game. However, I am not a horror fan, and I have 3 very young children. So, I decided to tone it down a bit and make it more comical and cartoon-ish. Thus enter: JelloStorm …

Cancel all notifications!

While trying to update and add features to my old open source Hourglass app, I decided that the issue posted asking for a notification cancel button was a pretty good idea!

Screenshot from 2018-05-02 13-12-03

Now you can cancel your timer at any time from the notification bar! The code was pretty simple, actually …

BlueFruit Project: Extend the antenna range!

One of the issues that I have with my home made auto start is range. Obviously, Bluetooth Low Energy is only supposed to travel about 35 feet, when it is unobstructed, of course. The problem that I have here is that the BLE antenna was inside of a metal box …

BlueFruit autostart was a success!

image20180531_074506688

After several series of bench tests, I was finally ready to make the plunge and install my home made autostart into my truck. The vehicle in question is a 1993 GMC K3500 pickup truck. It took about 30 minutes to remove the lower dash portion and properly identify the wires …

enum class is not a class unless it's -std=c++11

treestuff

As I progress through the C++ course at Udemy, I've just completed section 4. However, I ran into a few snags along the way. Some of them are due to differences between the instructor using Windows, and me using Linux. Most notably, I ran into a complete showstopper that took …

Update to Rom/Kernel/TWRP building guide!

Hey everyone!

Just wanted to let you know that I was able to finish and upload another hour worth of videos! That's right, currently there is more than 9 hours of video tutorial available. As promised, this was added to the series:

* Installing/using VirtualBox
* Fixing a VB Ubuntu problem …

Can you say that again, Mr. Alarm?

While using my Hourglass app for Android phones, a user made an interesting observation:

Hi
I love this open source app and using it quite often. But sometimes my phone is in my pocket and I'm listening to music and I miss the time ended notification ! The vibration is short …

C++ and variable screen sizes?

clouds

I'm at the end of section 3 of my online course, and I've learned so much! I'll be honest, since Java and C++ are both object oriented languages, I feel that it has been a pretty smooth transition so far.

While not part of the course, I noticed when showing …