This file contains 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
Profile: AuroraWatch Red Alert (20) | |
Event: Notification [ Owner Application:AuroraWatch UK Title:* ] | |
Time: From 22:00 Till 07:30 | |
Enter: Ring Alarm (21) | |
A1: Music Play [ File:Ringtones/Foxglove.flac Start:0 Loop:Off Stream:3 ] | |
A2: Vibrate [ Time:1000 ] | |
A3: Wait [ MS:0 Seconds:10 Minutes:0 Hours:0 Days:0 ] | |
A4: Vibrate [ Time:1000 ] | |
A5: Wait [ MS:0 Seconds:10 Minutes:0 Hours:0 Days:0 ] | |
A6: Vibrate [ Time:1000 ] |
This file contains 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
<TaskerData sr="" dvi="1" tv="4.7u1m"> | |
<Profile sr="prof20" ve="2"> | |
<cdate>1427627185203</cdate> | |
<edate>1435248650909</edate> | |
<id>20</id> | |
<mid0>21</mid0> | |
<nme>AuroraWatch Red Alert</nme> | |
<Event sr="con0" ve="2"> | |
<code>461</code> | |
<pri>0</pri> |
This file contains 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
<TaskerData sr="" dvi="1" tv="4.4u3m"> | |
<Profile sr="prof2" ve="2"> | |
<cdate>1408368458743</cdate> | |
<clp>true</clp> | |
<edate>1408995547948</edate> | |
<id>2</id> | |
<mid1>10</mid1> | |
<nme>Fitbit-Bluetooth</nme> | |
<App sr="con0" ve="2"> | |
<cls0>com.fitbit.onboarding.landing.LandingActivity_</cls0> |
This file contains 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
assertThat([new Point(1,2), new Point(3,4)], array(hasProperties({x:1, y:2}), hasProperties({x:3, y:4}))); |
This file contains 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
public function myLovelyFunction():void { | |
// nothing to see here, move along | |
} |