I hereby claim:
- I am toddjcrane on github.
- I am toddjcrane (https://keybase.io/toddjcrane) on keybase.
- I have a public key whose fingerprint is E0B4 8C16 8B29 4CEC 6B68 339C D413 7454 A9AA 8F82
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1"> | |
<xsl:template match="/"> | |
<html> | |
<head> | |
<title> | |
UNCLASSIFIED | |
<xsl:value-of select="cdf:Benchmark/title"/> | |
</title> | |
<style>font[size="5"] { white-space: pre-wrap; }</style> |
/** | |
* protonmail-web - 3.12.13 - 2017-12-06 14:26:36 | |
* | |
* copyright 2017 Proton Technologies AG | |
* MIT | |
*/ | |
"use strict"; | |
function _asyncToGenerator(fn) { | |
return function() { |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
ISO="cn hk" | |
### Set PATH ### | |
IPT=/sbin/iptables | |
WGET=/usr/bin/wget | |
EGREP=/bin/egrep | |
### No editing below ### | |
SPAMLIST="countrydrop" |
#!/usr/bin/python3 | |
# Copyright (c) 2005-2012 Canonical Ltd | |
# | |
# AUTHOR: | |
# Michael Vogt <[email protected]> | |
# | |
# This file is part of unattended-upgrades | |
# | |
# unattended-upgrades is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License as published |
<?php | |
/* Copyright 2013 Todd Crane. All Rights Reserved. GPL-type license TBD */ | |
class web_table { | |
protected $tableName = 'UnnamedTable'; | |
protected $numCols = 0; | |
protected $numRows = 0; | |
protected $rows = array(); | |
/* TODO: devise method for merged cells (colspan= and rowspan=)*/ | |
public function __construct ($name = "UnnamedTable") { | |
$this -> tableName = $name; |