Skip to content

Instantly share code, notes, and snippets.

View jubos's full-sized avatar
🍍

Curtis Spencer jubos

🍍
View GitHub Profile
opam install lambda-term
The following actions will be performed:
∗ install lambda-term 1.12.0
=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[lambda-term] Archive in cache
=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ERROR] The compilation of lambda-term failed at "jbuilder build -p lambda-term -j 4".
0xC0CF68Fa8F2291446C7066C3EF66253eCB078c37

Keybase proof

I hereby claim:

  • I am jubos on github.
  • I am jubos (https://keybase.io/jubos) on keybase.
  • I have a public key ASBTZAa2UarBPJhhIxQ7O0BdjNH5C_sr5Z2HaAQ7WLuFCgo

To claim this, I am signing this object:

@jubos
jubos / gist:2409369
Created April 17, 2012 22:02
s3cmd config for Fake S3
[default]
access_key = asf
bucket_location = US
cloudfront_host = cloudfront.amazonaws.com
cloudfront_resource = /2010-07-15/distribution
default_mime_type = binary/octet-stream
delete_removed = False
dry_run = False
encoding = UTF-8
encrypt = False
function map(key,value) {
var json = JSON.parse(value);
var text = json.text;
if (text) {
words = text.split(/[\s\.:?!]+/)
for(var i=0; i < words.length; i++) {
var word = words[i];
if (word.indexOf('#') == 0)
Meguro.emit(word,'1');
}
if (Boost_FOUND)
#include_directories(${CMAKE_CURRENT_BINARY_DIR}/../include/ ${Boost_INCLUDE_DIRS})
include_directories(${Boost_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/../src/)
link_directories(${CMAKE_CURRENT_BINARY_DIR}/../lib)
link_libraries(${Boost_LIBARIES} pillowtalk)
set(HDRS ${CMAKE_CURRENT_SOURCE_DIR}/../src/pillowtalk.h)
add_executable(test_basic test_basic.cpp ${HDRS})