This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 | |