π«
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
; Reference implementation of Iota. See http://ling.ucsd.edu/~barker/Iota | |
; Usage: echo -n "**ii*ii" | guile -l iota.scm | |
(let iota () | |
(if (eq? #\* (read-char)) ((iota)(iota)) | |
(lambda (c) ((c (lambda (x) (lambda (y) (lambda (z) ((x z)(y z)))))) | |
(lambda (x) (lambda (y) x)))))) | |
; I = *ii | |
; K = *i*i*ii |
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
cwd | |
/ | |
txt | |
/Applications/Utilities/Boot Camp Assistant.app/Contents/MacOS/Boot Camp Assistant | |
txt | |
/System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI | |
txt | |
/usr/share/icu/icudt57l.dat | |
txt | |
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car |
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
v6.4.0 | |
3.10.3 | |
[email protected] /Users/ec/Documents/Dropbox/Code/giraphe | |
βββ¬ [email protected] | |
β βββ¬ [email protected] | |
β β βββ¬ [email protected] | |
β β β βββ [email protected] | |
β β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] |
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
{ "author" : "ELLIOTTCABLE (http://ell.io/tt)" | |
, "name" : "giraphe" | |
, "version" : "0.0.1" | |
, "license" : "ISC" | |
, "description": "A generic graph walking API." | |
, "repository" : "ELLIOTTCABLE/giraphe" | |
, "main" : "./giraphe.js" |
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
#include <assert.h> | |
#include <errno.h> // for `strerror()` | |
#include <getopt.h> | |
#include <inttypes.h> // for `PRIuFAST32`, etc | |
#include <limits.h> // for `CHAR_BIT` | |
#include <stdbool.h> // for `bool` | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> |
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
Vagrant.configure(2) do |config| | |
config.vm.box = "hashicorp/precise64" | |
# ... | |
# This mess of B.S., constructed mostly from <http://apt.llvm.org>, is, as far as I can tell, The | |
# Right Way to get non-ancient clang installed on Precise. (Why am I using Precise again? 'cuz | |
# Vagrant says so? ΰ² _ΰ² ) | |
# | |
# Yes, non-ancient clang requires slightly-less-ancient gcc to build ... which isn't available on |
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
> make clean && make | |
rm -f hashtable.o main.o hashtable hashtable-demo hashtable-demo.o | |
gcc -O0 -g -DDEBUG -std=c99 -Wall -Wextra -pedantic -Wshadow -Wstrict-overflow -Wstrict-prototypes -Wmissing-prototypes -Wno-missing-field-initializers -c -o hashtable.o hashtable.c | |
hashtable.c: In function βht_putβ: | |
hashtable.c:46:4: warning: implicit declaration of function βstrnlenβ [-Wimplicit-function-declaration] | |
assert(strnlen(key, 16) < 16); | |
^ | |
hashtable.c: In function βht_delβ: | |
hashtable.c:103:26: warning: unused parameter βhtβ [-Wunused-parameter] | |
void ht_del(hashtable_t *ht, char *key) {} |
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
Homebrew build logs for llvm on Mac OS X 10.11.5 | |
Build date: 2016-07-30 20:43:20 |
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
Homebrew build logs for reattach-to-user-namespace on Mac OS X 10.12 | |
Build date: 2016-07-30 05:27:08 |
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
βββββββββββββββββββββββββββββββ | |
0xFF008β(envp) β | |
β£ββββββββββββββββββββββββββββββ« | |
0xFF004β(argv) β | |
β£ββββββββββββββββββββββββββββββ« | |
0xFF000β(argc) ββββββ (start-$sp) | |
β~~~~~~~~~~~~~~~~~~~~~~~~~~~~~β€ β | |
[ ($fp)-00 ] 0xFEFFCβ0x00000 (non-existent $fp) βββΌβββ (previous-$fp) | |
βββββββββββββββββββββββββββββββ€ β | |
[ ($fp)-04 ] 0xFEFF8β0xFECAFECA (another $ra) β β Previous |