Skip to content

Instantly share code, notes, and snippets.

View benblamey's full-sized avatar

Ben Blamey benblamey

View GitHub Profile

Keybase proof

I hereby claim:

  • I am benblamey on github.
  • I am benblamey (https://keybase.io/benblamey) on keybase.
  • I have a public key whose fingerprint is D4A5 7DBC 8E10 6174 27D2 FE34 D805 8C2A C694 5262

To claim this, I am signing this object:

@article{CozyArch,
title = {Understand the Cozy Architecture},
url = {http://cozy.io/hack/getting-started/architecture-overview.html},
timestamp = {2015-09-11 13:22:12},
author = {cozy.io,},
owner = {Ben}
}
@benblamey
benblamey / ExportCollection_Zotero.rdf
Last active September 11, 2015 14:04
Missing Fields Export Error
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Book rdf:about="#item_614">
<z:itemType>book</z:itemType>
@benblamey
benblamey / CBS.log
Created August 5, 2015 10:44
CBS Log for invesitigating BITS startup issue
This file has been truncated, but you can view the full file.
2015-08-03 15:26:20, Info CBS TI: --- Initializing Trusted Installer ---
2015-08-03 15:26:20, Info CBS TI: Last boot time: 2015-08-03 14:55:43.488
2015-08-03 15:26:21, Info CBS Starting TrustedInstaller initialization.
2015-08-03 15:26:21, Info CBS Ending TrustedInstaller initialization.
2015-08-03 15:26:21, Info CBS Starting the TrustedInstaller main loop.
2015-08-03 15:26:21, Info CBS TrustedInstaller service starts successfully.
2015-08-03 15:26:21, Info CBS No startup processing required, TrustedInstaller service was not set as autostart
2015-08-03 15:26:21, Info CBS Startup processing thread terminated normally
2015-08-03 15:26:21, Info CBS Starting TiWorker initialization.
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 9.
"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"10:36:29.1954256","svchost.exe","1340","DeviceIoControl","\Device\Mup","NO MORE MATCHES","Control: 0x1403a4 (Device:0x14 Function:233 Method: 0)"
"10:36:29.4910912","svchost.exe","696","FileSystemControl","C:","SUCCESS","Control: FSCTL_FILE_PREFETCH"
"10:36:30.2330500","svchost.exe","1340","DeviceIoControl","\Device\Mup","NO MORE MATCHES","Control: 0x1403a4 (Device:0x14 Function:233 Method: 0)"
"10:36:31.2167575","svchost.exe","1340","DeviceIoControl","\Device\Mup","NO MORE MATCHES","Control: 0x1403a4 (Device:0x14 Function:233 Method: 0)"
"10:36:31.3223417","svchost.exe","696","FileSystemControl","C:","SUCCESS","Control: FSCTL_FILE_PREFETCH"
"10:36:31.4495830","svchost.exe","264","Thread Create","","SUCCESS","Thread ID: 1036"
"10:36:31.4652202","svchost.exe","264","RegOpenKey","HKLM","SUCCESS","Desired Access: Maximum Allowed, Granted Access: All Access"
"10:36:31.4652908","svchost.exe","264","RegQueryKey","HKLM","SUCCESS","Query: Handle
@benblamey
benblamey / .gitignore
Last active October 6, 2015 03:38
My .gitignore for .Net Projects
# C# / Visual Studio
[Oo]bj
[Bb]in
*.user
*.suo
*.[Cc]ache
*.bak
*.ncb
*.log
_ReSharper.*