Skip to content

Instantly share code, notes, and snippets.

View angerelle's full-sized avatar

Angela Relle angerelle

View GitHub Profile
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 ]
<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>
@angerelle
angerelle / Fitbit-Bluetooth Tasker profile
Created August 25, 2014 19:40
Tasker task and profile for turning on Bluetooth when syncing Fitbit
<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>
@angerelle
angerelle / gist:1322235
Created October 28, 2011 13:18
Matching Points in an array
assertThat([new Point(1,2), new Point(3,4)], array(hasProperties({x:1, y:2}), hasProperties({x:3, y:4})));
@angerelle
angerelle / gist:1303625
Created October 21, 2011 11:35
A public test gist for Posterous
public function myLovelyFunction():void {
// nothing to see here, move along
}