Skip to content

Instantly share code, notes, and snippets.

View fterrier's full-sized avatar

François Terrier fterrier

View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

(ns franz.test-case
(:require [devcards.core :as dc :refer-macros [defcard defcard-om-next]]
[om.dom :as dom]
[om.next :as om :refer-macros [defui]]))
(defui Comp1
static om/IQuery
(query [this]
'[:key1])
Object
// d: initial data
// cs: success callback
// cf: failure callback
var flows = {
'get_likes': function(d, cs, cf) {
likes_api
.get_likes(d)
.then(cs, cf);
},
'read_set_read_remove_read_likes': function(d, cs, cf) {
@fterrier
fterrier / gist:7053425
Last active December 25, 2015 22:59
octave build information
This file has been truncated, but you can view the full file.
Macintosh-2:~ fterrier$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install $FORMULA 2>&1
This command requires a formula argument
Macintosh-2:~ fterrier$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install octave 2>&1
Warning: Your Xcode (5.0) is outdated
Please install Xcode 5.0.1.
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install $FORMULA 2>&1==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/octave-3.6.4.tar.bz2
tar xf /Library/Caches/Homebrew/octave-3.6.4.tar.bz2