I hereby claim:
- I am xdissent on github.
- I am xdissent (https://keybase.io/xdissent) on keybase.
- I have a public key ASCgQUIr6Puf0Zfaj0HP4c2XTgbeNQXOWoNdROZAVQtmYAo
To claim this, I am signing this object:
| diff -r atari/collectd/definitions/collectd_plugin.rb cookbooks/collectd/definitions/collectd_plugin.rb | |
| 25c25 | |
| < if params[:template].blank? | |
| --- | |
| > if params[:template].nil? || params[:template].empty? | |
| diff -r atari/collectd/metadata.rb cookbooks/collectd/metadata.rb | |
| 7c7,12 | |
| < supports "ubuntu" | |
| --- | |
| > |
| test("filtered property on hasMany assoctiation", function() { | |
| var File = DS.Model.extend({ | |
| primaryKey: 'name', | |
| name: DS.attr('string'), | |
| status: DS.attr('string') | |
| }); | |
| var Project = DS.Model.extend({ | |
| primaryKey: 'name', |
| class AngularCtrl | |
| # The namespace to use for module name generation | |
| @ns: 'ns.controllers' | |
| # Module name for the exported Angular module, or autogenerated if `null` | |
| @module: null | |
| # An array of module names required by the controller | |
| @require: [] |
| #! /usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| #--------------------------------------------------------------------- | |
| # | |
| # Copyright © 2011 Canonical Ltd. | |
| # | |
| # Author: James Hunt <[email protected]> | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License version 2, as |
| ok = (ok) -> console.log if ok then 'ok' else 'FAIL' | |
| FnError = (message) -> | |
| @name = 'FnError' | |
| @message = message | |
| @stack = (new Error).stack | |
| FnError:: = new Error |
| brew update | |
| brew install wxmac | |
| curl -L http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-2.000015.tar.gz | tar -zxC ~/src | |
| cd ~/src/local-lib-2.000015 | |
| perl Makefile.PL --bootstrap | |
| make install | |
| echo 'source (perl -I$HOME/perl5/lib/perl5 -Mlocal::lib | psub)' >> ~/.config/fish/config.fish | |
| source ~/.config/fish/config.fish | |
| cpan App::cpanminus | |
| cpanm --configure-args="--wxWidgets-build=0" Alien::wxWidgets |
I hereby claim:
To claim this, I am signing this object: