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
Java Plug-in 1.6.0_35 | |
Using JRE version 1.6.0_35-b10-428-10M3811 Java HotSpot(TM) 64-Bit Server VM | |
User home directory = /Users/scytacki | |
---------------------------------------------------- | |
c: clear console window | |
f: finalize objects on finalization queue | |
g: garbage collect | |
h: display this help message | |
l: dump classloader list |
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
Java Plug-in 10.9.2.05 | |
Using JRE version 1.7.0_09-b05 Java HotSpot(TM) 64-Bit Server VM | |
User home directory = /Users/ccdev | |
---------------------------------------------------- | |
c: clear console window | |
f: finalize objects on finalization queue | |
g: garbage collect | |
h: display this help message | |
l: dump classloader list | |
m: print memory usage |
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
Java Plug-in 1.6.0_35 | |
Using JRE version 1.6.0_35-b10-428-10M3811 Java HotSpot(TM) 64-Bit Server VM | |
User home directory = /Users/scytacki | |
... | |
Nov 15, 2012 4:11:52 PM org.concord.sensor.device.impl.JavaDeviceFactory log | |
INFO: LQ: current attached sensor: 10 | |
found sensor: 10 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 |
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
From c53a98bde4341b6b103441db18b36fb0dbf06181 Mon Sep 17 00:00:00 2001 | |
From: Scott Cytacki <[email protected]> | |
Date: Fri, 30 Nov 2012 22:00:26 -0500 | |
Subject: [PATCH] test to make sure a device can reopened | |
--- | |
.../concord/sensor/device/SensorDeviceTest.java | 13 +++++++++++++ | |
1 files changed, 13 insertions(+), 0 deletions(-) | |
diff --git a/sensor/src/test/java/org/concord/sensor/device/SensorDeviceTest.java b/sensor/src/test/java/org/concord/sensor/device/SensorDeviceTest.java |
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
[Mon, 25 Jul 2011 17:09:12 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:45:16 UTC +00:00, | |
Mon, 25 Jul 2011 17:58:59 UTC +00:00, | |
Mon, 25 Jul 2011 17:58:59 UTC +00:00, | |
Mon, 25 Jul 2011 17:58:59 UTC +00:00, |
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
A Kaltura::APIError occurred in videos#new: | |
Invalid KS [MjU2MDM4Mjc5Y2EzM2QwOGUxMTllNjMzNThmYTZjMjc1M2FkYmQ5N3wxMDA7MTAwOzEzNjAzNDIzMTg7MjsxMzYwMjU1OTE4LjIxOzs=]. Error [-5,EXPIRED] | |
velir_kaltura-ruby (0.4.13) lib/kaltura/kaltura_client_base.rb:97:in `raise_exception_if_error' | |
------------------------------- | |
Request: | |
------------------------------- |
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
Hi I'm just checking when gist creates the actual id of the gist. |
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
Feature: External Activities can support a REST api | |
Background: | |
Given the following external REST activity: | |
| name | "Cool Thing" | | |
| create_url | "http://example.com/activity/1/sessions/" | | |
And the stub request "create a session" matches | |
""" | |
POST /activity/1/sessions/ HTTP/1.1 | |
Host: example.com | |
Content-Type: application/json |
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
Feature: External Activities can support a REST api | |
Background: | |
Given the following external REST activity: | |
| name | "Cool Thing" | | |
| create_url | "http://activity.example.com/activity/1/sessions/" | | |
And "activity.example.com/activity/1/sessions/" handles a POST and responds with | |
""" | |
HTTP/1.1 201 Created | |
Location: http://example.com/activity/1/sessions/1 | |
Content-Type: application/json |
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
A TypeError occurred in learner#index: | |
can't convert Symbol into Integer | |
lib/reports/detail.rb:122:in `[]' | |
------------------------------- | |
Request: | |
------------------------------- | |
* URL : http://has.portal.concord.org/report/learner?utf8=%E2%9C%93&runnables%5B%5D=63&start_date=&end_date=&commit=Details+Report |