I hereby claim:
- I am kitofr on github.
- I am kitofr (https://keybase.io/kitofr) on keybase.
- I have a public key ASDQ8PkOWBRCiPQhiDgUCuhcMr6LFb6j8aRR8gqnpQvQeAo
To claim this, I am signing this object:
| (import '(System.Reflection Assembly)) | |
| (Assembly/LoadWithPartialName "System.Xml") | |
| (import '(System.Xml XmlDocument)) | |
| (import '(System DateTime)) | |
| (def yaml "\ntype: %s\nname: %s\ncreated at: %s\naccepted at: %s\n") | |
| (def csv "%s;%s;%s;%s\n") | |
| (def types '("release" "feature" "bug")) | |
| (def xml (doto (XmlDocument.) (. Load "11621.xml"))) |
| (def width 50) | |
| (def height 50) | |
| (defn populated? [pos] | |
| true) | |
| (defn unpopulated? [pos] | |
| false) | |
| (defn neighbors [pos] |
| <!DOCTYPE html> | |
| <html ng-app="myApp"> | |
| <head> | |
| <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script> | |
| <script src="script.js"></script> | |
| </head> | |
| <body> | |
| <div ng-controller="MyCtrl"> |
| 1) test convert (Hashish.Test) | |
| ** (ExUnit.ExpectationError) | |
| expected: [project: [[[:id, "_Root"], [[:name, "<Root project>"], [[:href, "/guestAuth/app/rest/projects/id:_Root"]]]], [[[:id, "AmazonApiClient"], [[:name, "Amazon API client"], [[:href, "/guestAuth/app/rest/projects/id:AmazonApiClient"]]]]]]] | |
| to be equal to (===): [project: [[id: "_Root", name: "<Root project>", href: "/guestAuth/app/rest/projects/id:_Root"], [id: "AmazonApiClient", name: "Amazon API client", href: "/guestAuth/app/rest/projects/id:AmazonApiClient"]]] | |
| at test/tcbot_test.exs:15 | |
| ruby %~dp0kill_ruby_processes.rb |
| source "https://rubygems.org" | |
| gem 'rake' |
| brew untap caskroom/cask && brew update && brew cleanup --force -s && rm -rf "$(brew --cache)" && brew tap caskroom/cask |
I hereby claim:
To claim this, I am signing this object:
Name:
,-----------------------------------------------------------------------.
| | | | | | | | | | | | |
|-----------------------------------------------------------------------|
| | | | | | | | | | | | |
|-----------------------------------------------------------------------|
| | | | | | | | | | | | |
| test = | |
| describe "State machine" | |
| [ | |
| test "[A,A,A] should be False" <| | |
| \() -> | |
| Expect.equal (decide [A, A, A]) False | |
| , test "[A,A,A,A,B,B,A,A,A] should be True" <| | |
| \() -> | |
| Expect.equal (decide [A,A,A,A,B,B,A,A,A]) True | |
| , test "[B,A,B,A,B,A] should be False" <| |