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
| `text != NULL' failed | |
| /Users/katsu/mikutter/core/mui/gtk_extension.rb: line 130 | |
| Gtk-CRITICAL **:void gtk_box_pack(GtkBox *, GtkWidget *, gboolean, gboolean, guint, GtkPackType): assertion `child->parent == NULL' failed | |
| /Users/katsu/mikutter/core/mui/gtk_extension.rb: line 130 | |
| Gtk-CRITICAL **:void gtk_box_pack(GtkBox *, GtkWidget *, gboolean, gboolean, guint, GtkPackType): assertion `child->parent == NULL' failed | |
| /Users/katsu/mikutter/core/mui/gtk_extension.rb: line 130 | |
| Gtk-CRITICAL **:void gtk_box_pack(GtkBox *, GtkWidget *, gboolean, gboolean, guint, GtkPackType): assertion `child->parent == NULL' failed | |
| /Users/katsu/mikutter/core/mui/gtk_extension.rb: line 130 | |
| Gtk-CRITICAL **:void gtk_box_pack(GtkBox *, GtkWidget *, gboolean, gboolean, guint, GtkPackType): assertion `child->parent == NULL' failed | |
| 24.75 real 18.06 user 1.74 sys |
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
| { | |
| "_id" : ObjectId("51598d5f421aa909c200001d"), | |
| "created_at" : "Mon Apr 01 13:36:20 +0000 2013", | |
| "id" : NumberLong("318718476099407874"), | |
| "id_str" : "318718476099407874", | |
| "message" : "mikutter from Mountain Lion on MBP Retina!!!!!!!!!!!!!!!", | |
| "source" : "mikutter", | |
| "truncated" : false, | |
| "replyto" : null, | |
| "in_reply_to_status_id_str" : null, |
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
| Module.new do | |
| if command_exist? "afplay" | |
| Plugin::create(:mac_sound).add_event(:play_sound){ |filename, &stop| | |
| SerialThread.new { | |
| bg_system("afplay", filename) if FileTest.exist?(filename) } | |
| stop.call | |
| } | |
| end | |
| end |
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
| Fetching: mini_portile-0.5.2.gem (100%) | |
| Successfully installed mini_portile-0.5.2 | |
| Fetching: nokogiri-1.6.0.gem (100%) | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing nokogiri: | |
| ERROR: Failed to build gem native extension. | |
| /Users/katsu/.rbenv/versions/2.0.0-p247/bin/ruby extconf.rb | |
| Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-apple-darwin13.0.0/ports/libxml2/2.8.0... OK | |
| Running 'configure' for libxml2 2.8.0... OK |
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
| 進捗だめです |
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
| /Users/katsu/mikutter/.bundle/gems/ruby/2.0.0/gems/gobject-introspection-2.0.2/lib/gobject-introspection/loader.rb:35:in `require': Typelib file for namespace 'WebKit', version '1.0' not found (GLib::Error) | |
| from /Users/katsu/mikutter/.bundle/gems/ruby/2.0.0/gems/gobject-introspection-2.0.2/lib/gobject-introspection/loader.rb:35:in `load' | |
| from /Users/katsu/mikutter/.bundle/gems/ruby/2.0.0/gems/gobject-introspection-2.0.2/lib/gobject-introspection/loader.rb:23:in `load' | |
| from /Users/katsu/mikutter/.bundle/gems/ruby/2.0.0/gems/webkit-gtk2-2.0.2/lib/webkit-gtk2.rb:37:in `init' | |
| from /Users/katsu/mikutter/.bundle/gems/ruby/2.0.0/gems/webkit-gtk2-2.0.2/lib/webkit-gtk2.rb:28:in `const_missing' | |
| from /Users/katsu/.mikutter/plugin/kancolle/kancolle.rb:6:in `block (2 levels) in <top (required)>' | |
| from /Users/katsu/mikutter/core/plugin/gui/gui.rb:27:in `instance_eval' | |
| from /Users/katsu/mikutter/core/plugin/gui/gui.rb:27:in `block (2 levels) in <top (required)>' | |
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
| require 'jubatus/anomaly/client' | |
| require './jubatus_data' | |
| keys = ('a'..'t').to_a | |
| data = JubatusData.read_data('./baseball.csv',keys,'b') | |
| jubatus = Jubatus::Anomaly::Client::Anomaly.new('localhost', 9199, '') | |
| r = [] | |
| data.each do |datum| | |
| if ARGV[0] =~ /update/ | |
| p jubatus.overwrite(datum[0], datum[1]) |
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
| core/lib/deferred/deferred.rb: # Kernel#systemを呼び出して、コマンドが成功たら成功するDeferredを返す。 | |
| core/lib/deferred/deferred.rb: # [*args] Kernel#system の引数 | |
| core/lib/deferred/deferred.rb: def system(*args) | |
| core/lib/deferred/deferred.rb: if Kernel.system(*args) | |
| core/lib/deferred/test.deferred.rb: def test_system_success | |
| core/lib/deferred/test.deferred.rb: Deferred.system("ruby", "-e", "exit").next{ |v| result = v } | |
| core/lib/deferred/test.deferred.rb: def test_system_fail | |
| core/lib/deferred/test.deferred.rb: Deferred.system("ruby", "-e", "abort").trap{ |v| result = v } | |
| core/message.rb: @@system_id = 0 | |
| core/message.rb: value.update(system) if value[:system] |
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
| 2014/10/01 18:39:17 docker daemon: 1.1.2 d84a070; execdriver: native; graphdriver: | |
| [6c541422] +job serveapi(unix:///var/run/docker.sock) | |
| [6c541422] +job initserver() | |
| [6c541422.initserver()] Creating server | |
| [6c541422] +job init_networkdriver() | |
| [6c541422.init_networkdriver()] creating new bridge for docker0 | |
| package not installed | |
| [6c541422] -job init_networkdriver() = ERR (1) | |
| package not installed | |
| [6c541422] -job initserver() = ERR (1) |
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
| -[17666]% sudo emerge -uDN world | |
| パスワード: | |
| Calculating dependencies... done! | |
| [ebuild U ] dev-libs/libxdg-basedir-1.2.0-r1 [1.1.1] | |
| [ebuild U ] dev-libs/libpipeline-1.4.0 [1.2.5] | |
| [ebuild U ] dev-perl/Net-SSLeay-1.650.0 [1.550] | |
| [ebuild U ] dev-libs/libevent-2.0.22 [2.0.21-r1] USE="-debug%" | |
| [ebuild U ] dev-perl/IO-Socket-SSL-1.967.0 [1.953.0] | |
| [ebuild U ] sys-apps/sg3_utils-1.40 [1.37] | |
| [ebuild U ] sys-process/procps-3.3.9-r2 [3.3.9] USE="(-selinux) -systemd%" |