-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.tuner.js
32 lines (32 loc) · 1.03 KB
/
hosts.tuner.js
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
module.exports = {
'adventofcode.com': 'Advent of Code',
'atcoder.jp': 'AtCoder',
'azspcs.net': 'AZsPCs',
'bubblecup.org': 'Bubble Cup',
'challenges.reply.com': 'Reply Challenges',
'codechef.com': 'CodeChef',
'codeforces.com': 'Codeforces',
'codeforces.com/gyms': 'Gym - Codeforces',
'codility.com': 'Codility',
'codingame.com': 'CodinGame',
'codingcompetitions.withgoogle.com': 'Google',
'ctftime.org': 'CTFtime',
'dare2compete.com': 'Dare2Compete',
'devfolio.co': 'Devfolio',
'devpost.com': 'Devpost',
'dmoj.ca': 'DMOJ: Modern Online Judge',
'e-olymp.com': 'E-Olymp',
'facebook.com/hackercup': 'Facebook',
'hackerearth.com': 'HackerEarth',
'hackerrank.com': 'HackerRank',
'icfpcontest.org': 'ICFP Programming Contest',
'kaggle.com': 'Kaggle',
'leetcode.com': 'LeetCode',
'open.kattis.com': 'Kattis',
'projecteuler.net': 'Project Euler',
'quora.com': 'Quora',
'russianaicup.ru': 'Russian AI Cup',
'spoj.com': 'Sphere Online Judge (SPOJ)',
'tlx.toki.id': 'TLX',
'topcoder.com': 'Topcoder'
};