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
function ScoreNetwork(score) | |
{ | |
var self = this; | |
self.ws = null; | |
self.data = null; | |
self.score = score; | |
self.net = self; | |
self.initialize = function() | |
{ |
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
*** Building librsvg *** [9/21] | |
make | |
make all-recursive | |
make[1]: Entering directory `/home/jadams/gnome-shell/source/librsvg' | |
Making all in . | |
make[2]: Entering directory `/home/jadams/gnome-shell/source/librsvg' | |
CC librsvg_2_la-rsvg-affine.lo | |
CC librsvg_2_la-librsvg-features.lo | |
CC librsvg_2_la-rsvg-bpath-util.lo |
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 is the UNSTABLE branch of mutter | |
Use 2.30.x for stable (gnome-2-30 branch in Subversion) | |
/bin/bash ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/man/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/wm-tester/Makefile | |
config.status: creating src/libmutter-private.pc | |
config.status: creating src/mutter-plugins.pc |
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
First, the problem: | |
--(jadams@quant)-(55/pts/7)-(1217/25-Aug-10)-- | |
--($:~/rails/asset_tracker_tutorial)(master)-- rake spec | |
(in /home/jadams/rails/asset_tracker_tutorial) | |
/home/jadams/.rvm/rubies/ruby-1.9.2-head/bin/ruby -S bundle exec /home/jadams/.rvm/rubies/ruby-1.9.2-head/bin/ruby -Ilib -Ispec "./spec/models/client_spec.rb" | |
/home/jadams/.rvm/gems/ruby-1.9.2-head@rails3/gems/rspec-core-2.0.0.beta.20/lib/rspec/core/backward_compatibility.rb:20:in `const_missing': uninitialized constant ActionMailer::TestCase::Behavior (NameError) | |
from /home/jadams/.rvm/gems/ruby-1.9.2-head@rails3/gems/rspec-expectations-2.0.0.beta.20/lib/rspec/expectations/backward_compatibility.rb:6:in `const_missing' | |
from /home/jadams/.rvm/gems/ruby-1.9.2-head@rails3/gems/rspec-rails-2.0.0.beta.20/lib/rspec/rails/example/mailer_example_group.rb:9:in `<module:MailerExampleGroup>' | |
from /home/jadams/.rvm/gems/ruby-1.9.2-head@rails3/gems/rspec-rails-2.0.0.beta.20/lib/rspec/rails/example/mailer_example_group.rb:3:in `<module:Rails>' |
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
--(jadams@acer-is-win)-(55/pts/2)-(1420/02-Sep-10)-- | |
--($:~/rails/asset_tracker_tutorial_pre)(work)-- mysql -uroot asset_tracker_tutorial_test | |
Reading table information for completion of table and column names | |
You can turn off this feature to get a quicker startup with -A | |
Welcome to the MySQL monitor. Commands end with ; or \g. | |
Your MySQL connection id is 93 | |
Server version: 5.1.49-1ubuntu7 (Ubuntu) | |
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. |
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
==== Here's a spec ===== | |
require 'spec_helper' | |
describe Project do | |
it "fails validation with no name" do | |
Project.new.should have(1).errors_on(:name) | |
end | |
context "with an existing project with the same name on a given client" do | |
before(:each) do |
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
- Get steering better (I think I'm not currently running the other wheel in reverse when turning) using the default gamepad control. | |
- write code to parse the 'two commands' at once like we'll need for the servos. | |
- show video on processing sketch. |
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
--(jadams@goro)-(15/pts/20)-(1517/02-Nov-10)-- | |
--($:~/software/johnson)(master)-- rake | |
(in /home/jadams/software/johnson) | |
warning: couldn't activate the debugging plugin, skipping | |
warning: couldn't activate the doofus plugin, skipping | |
warning: couldn't activate the git plugin, skipping | |
mkdir -p tmp/x86_64-linux/spidermonkey/1.8.7 | |
cd tmp/x86_64-linux/spidermonkey/1.8.7 | |
/home/jadams/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -I. ../../../../ext/spidermonkey/extconf.rb | |
cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory |
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
--(jadams@goro)-(17/pts/20)-(1541/02-Nov-10)-- | |
--($:~/software/johnson)(unstable)-- rake | |
(in /home/jadams/software/johnson) | |
warning: couldn't activate the debugging plugin, skipping | |
warning: couldn't activate the doofus plugin, skipping | |
warning: couldn't activate the git plugin, skipping | |
git submodule update --init | |
Submodule 'vendor/tracemonkey' (git://github.com/jbarnette/spidermonkey.git) registered for path 'vendor/tracemonkey' | |
Initialized empty Git repository in /home/jadams/software/johnson/vendor/tracemonkey/.git/ | |
remote: Counting objects: 6669, done. |
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
--(jadams@quant)-(25/pts/13)-(1442/03-Nov-10)-- | |
--($:~/Desktop)-- | |
$ cat ./moar.rb | |
#!/usr/bin/env ruby | |
exec "less" |