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
<? | |
/** | |
* IMB Converter | |
* ============= | |
* This class takes a numeric code (in the valid format) and returns a string in ATDF format, ready to be printed | |
* with the USPS IMB font | |
* | |
* Code extracted from TCPDF and modified to operate standalone. See http://www.tcpdf.org | |
* | |
* Usage: |
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
#!/bin/bash | |
echo "RequestHeader unset Proxy early" | sudo dd of=/etc/apache2/conf-available/httpoxy.conf | |
sudo a2enconf httpoxy | |
sudo service apache2 reload |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<Screen> | |
<SoftkeyBar> | |
<Layout height="13" > | |
<DisplayList> | |
<X>0</X> | |
<Y>0</Y> | |
</DisplayList> | |
</Layout> | |
<ButtonShape id="0" width="43" height="13"> |
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 | |
/** | |
* index.php | |
* | |
* LightTag to AWS Comprehend annotation converter | |
* | |
* @author Ian Simpson <[email protected]> | |
* @copyright 2019 The Logic Studio Limited | |
* @license GPL 3 | |
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3 |