Skip to content

Instantly share code, notes, and snippets.

def self.answer do
end
def self.answer do
end
exercises

There were no logs under:/Library/Logs/Homebrew/opencv

Output of brew --doctor

$ brew doctor
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

configuring opencv

~/opencv-2.4.4/build $ sudo cmake ..
-- checking for module 'libdc1394-2'
--   package 'libdc1394-2' not found
-- checking for module 'libdc1394'
--   package 'libdc1394' not found
-- checking for module 'libv4l1'
--   package 'libv4l1' not found
-- Looking for linux/videodev.h
class AnotherController < UIViewController
def loadView
end
def viewDidLoad
super
@label = UILabel.new
@label.text = 'Some Foo text'
@label.frame = [[50,50],[150,50]]
@body = @world.new_body position: [225, 35] do
polygon_fixure box: [26, 26],
friction: 0.3,
density: 1.0
end
@player = PhysicsSprite.new file_name: 'player.png', body: @body, type: KKinematicBodyType
on_touches_ended do |touches, event|
end_touch = touches.any_object
~/springws/spring-ws/samples/tutorial $ mvn jetty:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring WS Holiday Service Tutorial 2.1.4.RELEASE-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run (default-cli) @ tutorial >>>
[WARNING] The POM for org.springframework.ws:spring-ws-core:jar:2.1.4.RELEASE-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
def save() {
request.withFormat {
json {
println "came here"
render params?.colors?.myParam
}
html {
render "html"
package myapp
class Foo {
String message
static constraints = {
message nullable: true, blank: true
}