Skip to content

Instantly share code, notes, and snippets.

View BerndSchranz's full-sized avatar

Bernd Schranz BerndSchranz

View GitHub Profile
@thole
thole / index.html
Last active November 17, 2020 15:19
barcode
<body>
<style>
body {
background-color: #f6f1d5;
}
</style>
<svg id="barcode"></svg>
@erighetto
erighetto / print_zpl.php
Last active June 16, 2022 16:06
Send raw ZPL to Zebra printer
<?php
error_reporting(E_ALL);
/* Get the port for the service. */
$port = "9100";
/* Get the IP address for the target host. */
$host = "172.17.144.89";
/* construct the label */