-
Notifications
You must be signed in to change notification settings - Fork 35
/
easy-hard-functions.tsv
We can make this file beautiful and searchable if this error is corrected: It looks like row 15 should actually have 1 column, instead of 2 in line 14.
61 lines (57 loc) · 2.03 KB
/
easy-hard-functions.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# format is <attribute> <function_name>, tab separated
#
# <attribute> is:
# `blacklist`: remove all programs using that function
# `whitelist`: include only programs that use exclusively whitelisted functions
# `high`: increase sampling of programs with this function
#
# the whitelist is activated if there is at least one `whitelist` line
#
# <function_name> can be specified as @<device_name>.<function_name> for a specific
# function, or @<device_name>.* for all functions in a device
#
# empty (white-space only) lines and lines starting with # (optionally preceded by space)
# are ignored
high @us.sportradar.nba
high @com.twitter.home_timeline
high @com.gmail.inbox
high @com.dropbox.list_folder
high @edu.stanford.rakeshr1.fitbit.getsteps
high @com.thecatapi.get
high @com.instagram.get_pictures
high @com.washingtonpost.get_article
high @org.thingpedia.weather.current
high @com.yahoo.finance.get_stock_quote
high @com.yandex.translate.translate
high @security-camera.current_event
high @org.thingpedia.icalendar.list_events
high @com.bing.web_search
high @org.thingpedia.builtin.thingengine.builtin.get_gps
high @org.thingpedia.bluetooth.speaker.a2dp.play_music
high @org.thingpedia.builtin.thingengine.phone.set_ringer
high @org.thingpedia.builtin.thingengine.phone.call
high @com.facebook.post
high @com.twitter.post_picture
high @com.gmail.send_email
high @com.gmail.reply
high @thermostat.set_target_temperature
high @light-bulb.set_power
high @com.lg.tv.webos2.play_url
high @com.live.onedrive.upload_picture
blacklist @org.thingpedia.builtin.thingengine.builtin.get_commands
blacklist @com.xkcd.what_if
blacklist @heatpad.set_power
blacklist @com.github.add_email
blacklist @com.bodytrace.scale.get
#whitelist @com.gmail.*
#whitelist @com.yandex.*
#whitelist @org.thingpedia.weather.*
#whitelist @org.thingpedia.icalendar.*
#whitelist @org.thingpedia.builtin.thingengine.phone.*
#whitelist @com.uber.*
#whitelist @security-camera.*
#whitelist @com.lg.tv.*
#whitelist @com.bing.*
#whitelist @com.twitter.*
#whitelist @com.wsj.*
#whitelist @com.spotify.*