I hereby claim:
- I am eriklundstedt on github.
- I am theatheistcoder (https://keybase.io/theatheistcoder) on keybase.
- I have a public key ASC2nVnvTdquf00RXxRNeHourioP4W1Og4M-VymWcNaaFAo
To claim this, I am signing this object:
<?php | |
include_once("./secrets.php"); | |
$quantity_units = [ | |
"Cup" => [ | |
"name" => "Cup", | |
"description" => "", | |
"name_plural" => "Cups" | |
], | |
"Gallon" => [ | |
"name" => "Gallon", |
--- | |
-- Function to retrieve console output | |
-- | |
local shell={} | |
function shell.capture(cmd) | |
local handle = assert(io.popen(cmd, 'r')) | |
local output = assert(handle:read('*a')) | |
handle:close() |
;;; rational-module.el -*- lexical-binding: t; -*- | |
;;; License | |
;; Copyright (C) 2022 | |
;; SPDX-License-Identifier: MIT | |
;; Author: Erik Lundstedt, System Crafters Community | |
;;; Commentary: |
I hereby claim:
To claim this, I am signing this object:
--https://www.reddit.com/r/awesomewm/comments/h07f5y/does_awesome_support_window_swallowing/ | |
function isFood(c) | |
if (c.class and c.class:match("Vivaldi-stable")) and true or false then | |
notify("vivaldi") | |
return true | |
elseif( c.class and c.class:match("kitty")) and true or false then | |
notify("kitty") | |
return true | |
else |