This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.filterconfig.json
102 lines (85 loc) · 3.68 KB
/
.filterconfig.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"slack": {
"compsci": [
"git", "github", "algorithms", "terminal", "bash",
"shell", "unix", "linux", "software", "developers",
"computers", "computing", "homebrew", "google", "api",
"code", "coding", "commandline", "computer",
"codejam2017", "computer science", "server", "data",
"programming", "internet", "sysadmin", "command-line",
"cli", "ruby", "app", "systems", "apps", "hardware"
],
"machinelearning": [
"machinelearning", "machine learning",
"deeplearning", "deep learning", "neural nets", "neuralnets", "tensorflow", "keras", "ML",
"AI", "LSTM", "RNN", "artificial intelligence",
"natural language", "NLP"
],
"hacking": [
"hackers", "hacking", "hack", "hacker", "hacks",
"cybersecurity", "infosec", "security"
],
"entrepreneurship": [
"tech", "entrepreneur", "business",
"technology", "startup"
],
"bitcoin": [
"bitcoin", "blockchain", "btc", "ethereum", "crypto",
"cryptocurrency", "cryptocurrencies"
],
"distributed": [
"distributed", "decentralized", "golem",
"distributing"
],
"go": [
"golang", "go", "gopher"
],
"python": [
"python", "python2", "python3", "pypi"
],
"docker": [
"docker", "docker container", "docker containers"
],
"javascript": [
"javascript", "node.js", "nodejs", "node",
"electron", "electronjs"
],
"datasci": [
"data", "data science", "datascience", "big data",
"bigdata", "analytics", "statistics", "analysis"
],
"trading": [
"trading", "stock", "stocks"
],
"finance": [
"finance", "investing", "reinvesting", "wealth",
"fintech", "investment"
],
"realestate": [
"realestate", "property", "real estate"
],
"china": [
"china", "chinese", "shenzhen", "shanghai", "beijing",
"hongkong"
],
"slack-app": [
"slack"
],
"general": [
"ghreptbot"
]
},
"stdout": [
"hackers", "hacking", "hack", "git", "github", "golang", "go",
"gopher", "algorithms", "python", "terminal", "bash", "shell",
"unix", "linux", "software", "developers", "python2",
"computers", "computing", "homebrew", "docker", "python3",
"electron", "javascript", "google", "api", "code", "coding",
"machinelearning", "machine learning", "deeplearning",
"deep learning", "bigdata", "malware", "neural nets",
"neuralnets", "computer", "computer science", "tensorflow",
"codejam2017", "algorithm", "data structures", "data",
"programming", "hacker", "server", "internet", "command-line",
"cli", "AI"
]
}