Skip to content

Instantly share code, notes, and snippets.

diff --git a/autom4te.cache/requests b/autom4te.cache/requests
index e906071..12f56d3 100644
--- a/autom4te.cache/requests
+++ b/autom4te.cache/requests
@@ -1,4 +1,4 @@
-# This file was generated by Autom4te Wed Aug 21 09:31:00 UTC 2013.
+# This file was generated.
# It contains the lists of macros which have been traced.
# It can be safely removed.
<mets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.loc.gov/METS/" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/version18/mets.xsd">
<metsHdr CREATEDATE="2013-09-30T16:55:09"/>
<amdSec ID="amdSec_1">
<techMD ID="techMD_1">
<mdWrap MDTYPE="PREMIS:OBJECT">
<xmlData>
<object xmlns="info:lc/xmlns/premis-v2" version="2.2" xsi:type="file" xsi:schemaLocation="info:lc/xmlns/premis-v2 http://www.loc.gov/standards/premis/v2/premis-v2-2.xsd">
<objectIdentifier>
<objectIdentifierType>UUID</objectIdentifierType>
<objectIdentifierValue>a5c7caf5-27fc-4e0c-9be8-4a2c4835886b</objectIdentifierValue>
def 🐈()
puts '✨'
end
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
import upsidedown
if len(sys.argv) < 2:
table = u'┻━┻'

Keybase proof

I hereby claim:

  • I am mistydemeo on github.
  • I am mistydemeo (https://keybase.io/mistydemeo) on keybase.
  • I have a public key whose fingerprint is F70B 0F7A 15D5 8EEF 9073 9402 BAA5 86B0 9CCD 7744

To claim this, I am signing this object:

#include <mach/mach_time.h>
#include <stdio.h>
int main()
{
mach_timebase_info_data_t s_timebase_info;
mach_timebase_info(&s_timebase_info);
printf("Timebase numer: %i\n", s_timebase_info.numer);
printf("Timebase denom: %i\n", s_timebase_info.denom);
$ env LANG='' ruby -e "puts File.read('foo.txt').encoding"
US-ASCII
$ env LANG='en_CA.UTF-8' ruby -e "puts File.read('foo.txt').encoding"
UTF-8
<format>
<puid>x-fmt/4</puid>
<name>Write for Windows Document</name>
<version>3.1</version>
<alias />
<pronom_id>14</pronom_id>
<extension>wri</extension>
<signature>
<name>Write for Windows Document 3.1</name>
<note>File Information Block: wident=0xBE32; DocumentType=0x0000 ;wTool=0xAB00; pnMac at offset 96 is the number of 128 byte blocks in entire file in Windows Write and always 0 in similar MS Word for DOS.</note>
def foo arg
"foo" + arg
end
def bar
"bar"
end
def foo bar
"Something totally different!"
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
import upsidedown
if len(sys.argv) != 3:
tables = [u'┻━┻', u'┻━┻']