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 | |
namespace App\Models\Labels\Tapes\Brother; | |
class TZe_12mm_A extends TZe_12mm | |
{ | |
// this file lives at /var/www/html/snipeit/app/Models/Labels/Tapes/Brother/TZe_12mm_A.php | |
private const BARCODE_SIZE = 5.00; | |
private const BARCODE_MARGIN = 0.60; | |
private const TEXT_SIZE_MOD = 1.00; |
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
services: | |
ctfd: | |
image: ctfd/ctfd | |
ports: | |
- "4500:8000" | |
environment: | |
- UPLOAD_FOLDER=/var/uploads | |
- LOG_FOLDER=/var/log/CTFd | |
- DATABASE_URL=sqlite:///ctfd.db | |
- WORKERS=1 |
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
#!/usr/bin/env python3 | |
""" | |
This script reads from "urls.txt", which is assumed to be the list of | |
firetowers from http://nhlr.org/. | |
From there, it parses all of the webpages, and builds up a "firetowers.kml" file, | |
which contains the points from the urls found. | |
Estimated runtime: 15 to 30 minutes, depending on the time slept. |
OlderNewer