Skip to content

Instantly share code, notes, and snippets.

@LeviTaule
LeviTaule / highlight.me
Created February 27, 2016 17:26
Console output highlighter for Linux
#! /bin/sh
# Highlight.ME - console output higlighter
# Copyright (c) 2016 Levi Taule
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
@LeviTaule
LeviTaule / micron.sh
Created June 19, 2016 07:22
Easily alterable cron skeleton with seconds-granularity
#! /bin/sh
# micron.sh - easily alterable cron skeleton with seconds-granularity
# Copyright (c) 2016 Levi Taule
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
@LeviTaule
LeviTaule / rreplace.py
Created July 18, 2016 10:34
rreplace()
# rreplace() for Python - replace string from right side
# Copyright (c) 2016 Levi Taule
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# arising from the use of this software.
#
# Permission is granted to anyone to use this software for any purpose,
# including commercial applications, and to alter it and redistribute it
# freely, subject to the following restrictions: