-
Notifications
You must be signed in to change notification settings - Fork 0
/
functionCalls.py
49 lines (48 loc) · 1.8 KB
/
functionCalls.py
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
from extractCodeFromUrl import *
functionCalls = {
'git.savannah.gnu.org': gitsavannahgnuorgCode,
'git.samba.org': gitsambaorg,
'git.php.net': gitphpnet,
'cgit.kde.org': cgitkdeorg,
'git.ganeti.org': gitganetiorg,
'git.busybox.net': gitbusyboxnet,
'git.tt-rss.org': gitttrssorg,
'git.openssl.org': gitopensslorg,
'git.kernel.org': gitkernelorg,
'git.ghostscript.com': gitghostscriptcom,
'git.moodle.org': gitmoodleorg,
'git.spip.net': gitspipnet,
'git.haproxy.org': githaproxyorg,
'cgit.freedesktop.org': cgitfreedesktoporg,
'git.shibboleth.net': gitshibbolethnet,
'git.pengutronix.de': gitpengutronixde,
'git.netfilter.org': gitnetfilterorg,
'git.qemu.org': gitqemuorg,
'git.linuxtv.org': gitlinuxtvorg,
'git.musl-libc.org': gitmusllibcorg,
'git.infradead.org': gitinfradeadorg,
'anongit.mindrot.org': anongitmindrotorg,
'git.postgresql.org': gitpostgresql,
'git.hylafax.org': githylafaxorg,
'git.linux-nfs.org': gitlinuxnfsorg,
'git.linaro.org': gitlinaroorg,
'git.altlinux.org': gitaltlinuxorg,
'git.gnupg.org': gitgnupgorg,
'git.deluge-torrent.org': gitdelugetorrentorg,
'git.lxde.org': gitlxdeorg,
'htcondor-git.cs.wisc.edu': htcondorgitcswiscedu,
'git.quassel-irc.org': gitquasselircorg,
'git.libav.org': gitlibavorg,
'git.tartarus.org': gittartarusorg,
'git.strongswan.org': gitstrongswanorg,
'git.openafs.org': gitopenafsorg,
'git.exim.org': giteximorg,
'git.lysator.liu.se': gitlysatorliuse,
'git.libssh.org': gitlibsshorg,
'git.eyrie.org': giteyrieorg,
'git.tukaani.org': gittukaaniorg,
'git.launchpad.net': gitlaunchpadnet,
'git.jetbrains.org': gitjetbrainsorg,
'git.wpitchoune.net': gitwpitchounenet,
'git.enlightenment.org': gitenlightenmentorg
}