I hereby claim:
- I am albfan on github.
- I am albfan (https://keybase.io/albfan) on keybase.
- I have a public key whose fingerprint is E106 BDA5 525B CDDC 4ADD DA21 12AF 2D81 E821 66C6
To claim this, I am signing this object:
requires "SQL::Translator::Producer::PlantUML"; | |
requires "DBD::Pg"; |
import java.beans.PropertyDescriptor; | |
import java.lang.reflect.Field; | |
import java.lang.reflect.InvocationTargetException; | |
import java.util.ArrayList; | |
import java.util.Collection; | |
import java.util.LinkedList; | |
import java.util.List; | |
import org.springframework.beans.BeanUtils; | |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# script to config gtk theme | |
GTK_VERSION=3 | |
TWEAK_APP=lxappearance | |
# paths | |
user_home=/home/${USER} | |
theme_name=$@ # all arguments.... |
#!/usr/bin/env bash | |
seenReplace='' | |
for arg in "$@"; do | |
if test "$arg" == '--replace'; then | |
seenReplace='true' | |
break | |
fi | |
done |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import gi | |
gi.require_version('GtkSource', '4') | |
gi.require_version('Gtk', '3.0') | |
from gi.repository import Gtk, GtkSource, GObject | |
from os.path import abspath, dirname, join | |
current_dir = abspath(dirname(__file__)) |
apps/ |