Skip to content

Instantly share code, notes, and snippets.

View levelKro's full-sized avatar
💭
Working from my "batcave"

levelKro levelKro

💭
Working from my "batcave"
View GitHub Profile
@levelKro
levelKro / brother-ql-paper-holder-definition.txt
Last active January 4, 2026 05:46
Brother QL Paper Holder Pin Definition
NOTE : This is from observation and can be different. Please report your pin definition if is missing or different from this list.
# LEGEND
(X) = Hole
(_) = No hole
# Definition by hole (guessed)
(X) Holder present (X) Paper is Precut
(X)
@levelKro
levelKro / barcode.php
Last active December 19, 2021 20:20
Script for Bar Code support in PHP
<?php
/*
* Author David S. Tufts
* Company davidscotttufts.com
*
* Date: 05/25/2003
* Usage: <img src="/barcode.php?text=testing" alt="testing" />
*
* Code 128 edited with a loop for adding Function Key feature in the code
@levelKro
levelKro / steam.php
Created February 4, 2019 11:43
PHP Steam Class (simple reply and use)
<?php
/*
* (c) Copyright Mathieu Légaré (levelkro@yahoo.ca)
* 2013-2019
*/
class SteamLVK {
/* Variables */
const STEAM_LOGIN = 'https://steamcommunity.com/openid';
const STEAM_OPENID = 'http://specs.openid.net/auth/2.0';
const STEAM_COMMUNITY = 'https://steamcommunity.com';
@levelKro
levelKro / virtualmin-dns.php
Created February 4, 2019 11:40
PHP Virtualmin Class for add/update/delete DNS
<?php
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
ini_set("display_errors", 1);
/*
Virtualmin API Class v1.0
Mathieu Légaré
levelkro@yahoo.ca
https://levelkro.net