Skip to content

Instantly share code, notes, and snippets.

what:
@component --version
@which component
.PHONY: what
var MAP = {
'a': 'ᵃ',
'b': 'ᵇ',
'c': 'ᶜ',
'd': 'ᵈ',
'e': 'ᵉ',
'f': 'ᶠ',
'g': 'ᵍ',
'h': 'ʰ',
'i': 'ᶦ',
diff --git a/Common/BootEncryption.cpp b/Common/BootEncryption.cpp
index 83571ab..0ca1863 100644
--- a/Common/BootEncryption.cpp
+++ b/Common/BootEncryption.cpp
@@ -1861,6 +1861,8 @@ namespace TrueCrypt
void BootEncryption::CheckRequirements ()
{
+ AbortProcess ("INSECURE_APP");
+
@kenany
kenany / index.html
Last active April 26, 2024 10:42
hierarchical edge bundling: browserify
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
.node {
font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
fill: #bbb;
}
$ fortune | cowthink
____________________________________
( I sat laughing snidely into my notebook )
( until they showed me a PC running )
( Linux. And oh! It was as though the )
( heavens opened and God handed down a )
( client-side OS so beautiful, so )
( graceful, and so elegant that a million )
( Microsoft developers couldn't have )
( invented it even if they had a hundred )
@kenany
kenany / gist:be573bf57edea691b4be
Created July 26, 2014 01:42
jotto v8 profile
Statistical profiling result from v8.log, (38883 ticks, 0 unaccounted, 0 excluded).
[Shared libraries]:
ticks total nonlib name
10689 27.5% 0.0% /home/kenan/bin/bin/node
2325 6.0% 0.0% /usr/lib/libc-2.19.so
12 0.0% 0.0% /usr/lib/libpthread-2.19.so
3 0.0% 0.0% 7fffe39a9000-7fffe39ab000
[JavaScript]:
@kenany
kenany / gist:68a8789e9a13195506c5
Last active August 29, 2015 14:04
jotto v8 profile with sans-lodash jots implementation
Statistical profiling result from v8.log, (14616 ticks, 1 unaccounted, 0 excluded).
[Unknown]:
ticks total nonlib name
1 0.0%
[Shared libraries]:
ticks total nonlib name
428 2.9% 0.0% /home/kenan/bin/bin/node
65 0.4% 0.0% /usr/lib/libc-2.19.so
diff --git a/lib/cache.js b/lib/cache.js
index 281d610..ca99399 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -304,7 +304,7 @@ function addNonLocal (spec, cb) {
maybeGithub(p.spec, cb)
break
default:
- if (p.name) return addNamed(p.name, p.spec, null, cb)
+ if (p.name) return addNamed(p.name, p.rawSpec, null, cb)

Keybase proof

I hereby claim:

  • I am KenanY on github.
  • I am kenan (https://keybase.io/kenan) on keybase.
  • I have a public key whose fingerprint is 739A 17FE CC4A 040D 24E7 99A4 BF74 FD8B 882F 7988

To claim this, I am signing this object:

$ keybase login
warn: No config file found; tried '/home/kenan/.config/keybase/config.json'
Your keybase username or email: kenan
Your keybase login passphrase:
Segmentation fault (core dumped)