Skip to content

Instantly share code, notes, and snippets.

//
// GameViewController.m
// Paulina&Tomek
//
// Created by Pawełek on 8/21/13.
// Copyright (c) 2013 TwigIt. All rights reserved.
//
#import "GameViewController.h"
013-08-21 18:44:27.416 Paulina&Tomek[10793:c07] -[QuoteQuizViewController onTick:]: unrecognized selector sent to instance 0x8a4e0f0
2013-08-21 18:44:27.419 Paulina&Tomek[10793:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QuoteQuizViewController onTick:]: unrecognized selector sent to instance 0x8a4e0f0'
*** First throw call stack:
(0x1c91012 0x10cee7e 0x1d1c4bd 0x1c80bbc 0x1c8094e 0xb172c0 0x1c50376 0x1c4fe06 0x1c37a82 0x1c36f44 0x1c36e1b 0x1beb7e3 0x1beb668 0x12ffc 0x268d 0x25b5)
libc++abi.dylib: terminate called throwing an exception
(lldb)
agpgart dsp loop0 mem midi3 port ptyp5 ptypd ram12 ram5 rmidi2 smpte3 tty2 ttyp0 ttyp8 urandom
audio dsp1 loop1 midi0 mixer ptmx ptyp6 ptype ram13 ram6 rmidi3 sndstat tty3 ttyp1 ttyp9 xconsole
audio1 dsp2 loop2 midi00 mixer1 pts ptyp7 ptypf ram14 ram7 sequencer stderr tty4 ttyp2 ttypa zero
audio2 dsp3 loop3 midi01 mixer2 ptyp0 ptyp8 ram ram15 ram8 shm stdin tty5 ttyp3 ttypb
audio3 fd loop4 midi02 mixer3 ptyp1 ptyp9 ram0 ram16 ram9 simfs stdout tty6 ttyp4 ttypc
audioctl full loop5 midi03 mpu401data ptyp2 ptypa ram1 ram2 random smpte0 tty tty7 ttyp5 ttypd
console kmem loop6 midi1 mpu401stat ptyp3 ptypb ram10 ram3 rmidi0 smpte1 tty0 tty8 ttyp6 ttype
core log loop7 midi2 null ptyp4 ptypc ram11 ram4 rmidi1 smpte2 tty1 tty9 ttyp7 ttypf
/dev/simfs / simfs rw,relatime,usrquota,grpquota 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime 0 0
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginBottom="20dp" >
<TextView
android:layout_width="160mm"
android:layout_height="wrap_content"
android:layout_marginRight="20dp"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:orientation="vertical" >
<TextView
android:layout_width="25.4mm"
android:layout_height="wrap_content"
android:layout_marginRight="20dp"
public:
Robot () {
this(0,0, "stop", false);
}
Robot (int x, int b, String state, bool isTurnOn) {
this->x = x;
this->y = y;
this->state = state;
this->isTurnOn = false;
}
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="format-detection" content="telephone=no" />
6 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, he ight=device-height, target-densitydpi=device-dpi" />
7 <link rel="stylesheet" type="text/css" href="css/index.css" />
8 <title>Hello World</title>
9
10 <link rel="stylesheet" href="css/library/jquery.mobile-1.3.2.min.css" />
pawel@debian:~/phonegap/videoApp$ cordova plugins -d
[ 'org.apache.cordova.camera',
'org.apache.cordova.media-capture' ]
<!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="format-detection" content="telephone=no" />
6 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, he ight=device-height, target-densitydpi=device-dpi" />
7 <link rel="stylesheet" type="text/css" href="css/index.css" />
8 <title>Hello World</title>
9
10 <link rel="stylesheet" href="css/library/jquery.mobile-1.3.2.min.css" />