rmaicle

Programming is an endless loop; it's either you break or exit.

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).
You are free to copy, reproduce, distribute, display, and make adaptations but you must provide proper attribution. Visit https://creativecommons.org/ or send an email to info@creativecommons.org for more information about the License.

Date and Time

Post Sections

C++

Call State Checker

2016-02-21 21:02:13 +0000

A state observer for querying simple function call execution state to help in debugging.

Conditional Assertion

2016-02-19 08:01:55 +0000

A conditional assertion can help make lines compact and much readable.

A Case for Using C++ Properties

2016-02-10 08:39:41 +0000

Possible use cases of a simple class template emulating class properties.

Safe Copy Assignment

2015-12-20 20:58:30 +0000

Implementing a safe copy assignment operator overload

return_if Construct

2015-12-16 11:41:22 +0000

Declarative return statement that probably isn’t worth using.

An if Expression

2015-12-12 13:45:13 +0000

A fancy musing on a famous conditional statement present in almost every programming language and feeding my curiosity with a simple implementation of an if expression in C++.

D LANGUAGE

There are no posts for this section.

GIT

There are no posts for this section.

DATABASE

PostgreSQL in Manjaro Linux

2015-11-03 07:43:53 +0000

Setting up a PostgreSQL in Manjaro Linux as development database.

LINUX

Burn ISO to USB Stick

2017-06-23 16:24:22 +0000

Format USB Stick

Generate SSH Public Key from Private Key

2017-05-31 02:58:46 +0000

Using ssh-keygen, a public key can be generated from a private key.

Removing a Linux Kernel in Manjaro

2017-05-27 09:04:41 +0000

Steps to remove an end of life Linux kernel version from Manjaro Linux using the commandline.

Terminal Prompt

2017-04-28 18:52:40 +0000

A custom terminal prompt in Linux for more highlight and information specially when in a git repository.

Build vim in Manjaro Linux

2017-04-27 15:31:32 +0000

The default vim build packaged with Manjaro Linux did not include the clientserver feature which was necessary to make vim work with ranger inside tilix which was both recently explored.

How to chroot Into a Broken Linux Installation

2016-08-01 15:27:08 +0000

Fixing a Linux system using chroot to get into a broken system might help before considering a full re-installation of your Linux system.

JEKYLL

markdownify Workaround

2017-04-20 13:38:32 +0000

I recently used the Liquid templating language markdownify filter to convert a markdown-formatted text into HTML and was surprised at the seemingly weird output.

Redcarpet

2014-11-12 17:18:31 +0000

Using Redcarpet in Jekyll for displaying code blocks.

Liquid ‘raw’ Tag and Fenced Code Blocks

2014-11-12 11:02:08 +0000

Displaying markdown code blocks and workarounds.

Page Navigation

2014-11-10 09:55:43 +0000

Using Jekyll page variables to navigate between next and previous posts.

Local GitHub Pages on Windows

2014-11-05 12:10:19 +0000

Setting up GitHub Pages locally using Jekyll on Windows.

Test Post for Exhibiting Element “Styling” With Source Code

2014-11-01 11:04:40 +0000

This is an excerpt. This post is for previewing element styling. Lorem ipsum dolor sit amet, consectetur.

OTHERS

There are no posts for this section.