-
Notifications
You must be signed in to change notification settings - Fork 0
/
talk-list
16 lines (16 loc) · 1.75 KB
/
talk-list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
wget -O 1.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Big%20Data%20%26%20Analytics"
wget -O 2.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Cloud%20et%20Scaling"
wget -O 3.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=DevOps%2C%20Agilit%C3%A9%2C%20M%C3%A9thodologie%20%26%20Tests"
wget -O 4.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Future%2C%20Robotique"
wget -O 5.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Architecture%2C%20Performance%20et%20Securit%C3%A9"
wget -O 6.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Java%2C%20JVM%2C%20Javas%20SE%2FEE"
wget -O 7.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Langages%20alternatifs"
wget -O 8.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Mobile%2C%20IoT"
wget -O 9.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&track=Web%2C%20HTML5%20et%20UX"
wget -O 10.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=BOF%20(Bird%20of%20a%20Feather)"
wget -O 11.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=Conference"
wget -O 12.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=Hands-on%20Labs"
wget -O 13.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=Keynote"
wget -O 14.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=Quickie"
wget -O 15.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=Tools-in-Action"
wget -O 16.json "https://api-voting.devoxx.com/DevoxxFR2016/top/talks?limit=100&talkType=University"