-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathtags-transforms.json
More file actions
155 lines (153 loc) · 6.08 KB
/
tags-transforms.json
File metadata and controls
155 lines (153 loc) · 6.08 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"wordReplacements__COMMENT": "Common values to replace, applied to every topic and language. KEY: desired output. VALUE: case insensive word to be used in match regex",
"wordReplacements": {
"2D": "2d",
"3D": "3d",
"4D": "4d",
"WebGL": "webgl",
"Pi": "pi",
"Fourier": "fourier",
"API": "api",
"JSON": "json"
},
"tagTransforms__COMMENT": "Full match replacements. KEY: desired output. VALUES: all possible matches to replace, trimmed and lowercased",
"tagTransforms": {
"Java": ["java"],
"JavaScript": ["javascript", "js"],
"ml5.js": ["ml5js", "ml5.js", "ml5"],
"Node.js": ["nodejs", "node.js", "node"],
"p5.js": ["p5js", "p5.js", "p5"],
"Processing": ["processing"],
"Python": ["python"],
"RunwayML": ["runwayml"],
"TensorFlow.js": ["tensorflowjs", "tensorflow.js", "tensorflow js"],
"Toxiclibs": ["toxiclibs"],
"2048 game": ["2048"],
"3Blue1Brown": ["3blue1brown"],
"AFINN-111": ["afinn-111"],
"Angry Birds game": ["angry birds"],
"API": ["api", "apis"],
"Apple II": ["appleii"],
"array": ["arrays"],
"ASCII": ["ascii"],
"Atari Asteroids game": ["atari asteroids"],
"Atari Frogger game": ["frogger atari"],
"Atari Pong game": ["pong video game"],
"autonomous agent": ["autonomous agents"],
"base conversion": ["base conversion"],
"BeesandBombs": ["bees and bombs"],
"binary numbers": ["binary numbers"],
"bitwise AND": ["bitwise and"],
"bitwise operations": ["bitwise operations"],
"Brownian tree snowflake": ["brownian tree snowflake"],
"cellular automaton": ["cellular automata"],
"Christmas": ["christmas"],
"Chrome dinosaur game": ["chrome dinosaur game"],
"Chrome extension": ["chrome extensions"],
"COCO dataset": ["coco dataset"],
"COCO-SSD": ["coco-ssd"],
"Collatz conjecture": ["collatz conjecture"],
"Conway's Game of Life": ["game of life"],
"creative code": ["creative coding"],
"CSV": ["csv"],
"diffusion-limited aggregation": [
"diffusion-limited aggregation",
"diffusion limited aggregation"
],
"DNA": ["dna"],
"DoodleNet": ["doodlenet"],
"Euler method": ["euler method"],
"Firebase database": ["firebase database"],
"Flappy Bird game": ["flappy bird"],
"flood fill": ["flood fill", "floodfill"],
"Floyd-Steinberg dithering": ["floyd-steinberg dithering"],
"fractal": ["fractals", "fractal"],
"function": ["functions"],
"games": ["game", "games", "game development"],
"genetic algorithms": ["genetic algorithm", "genetic algorithms"],
"GIF loop": ["gif loop"],
"git": ["git"],
"GitHub": ["github"],
"Google Forms": ["google forms"],
"GPS": ["gps"],
"Hankin's method": ["hankins"],
"Heroku": ["heroku"],
"Hilbert curve": ["hilbert curve"],
"HTML DOM": ["dom"],
"Islamic star patterns": ["islamic star patterns"],
"Julia set": ["julia set"],
"KNN classification": ["knn classification"],
"Koch snowflake": ["koch snowflake", "koch curve"],
"Langton's ant": ["langton's ant"],
"Leibniz formula": ["leibniz formula"],
"Lévy flight": ["lévy flight", "levy flight"],
"line-line intersection": ["line line intersection"],
"linear interpolation (lerp)": ["lerp", "linear interpolation"],
"Lissajous curve": ["lissajous curve"],
"Logo interpreter": ["logo interpreter"],
"Logo": ["logo"],
"Lorenz attractor": ["lorenz attractor"],
"machine learning (ML)": ["machine learning", "ml"],
"Mad Libs game": ["mad libs"],
"Mandelbrot set": ["mandelbrot", "mandelbrot set"],
"Mapbox": ["mapbox"],
"Markov chain": ["markov chain"],
"Mastodon": ["mastodon", "mastodonbot"],
"Maurer rose": ["maurer rose"],
"May the 4th": ["may the 4th"],
"Menger sponge": ["menger sponge"],
"Mercator projection": ["mercator projection"],
"MobileNet": ["mobilenet"],
"modulo operator": ["modulo", "modulus", "modulo operator"],
"Monte Carlo simulation": ["monte carlo"],
"neural network": ["neural networks"],
"object-oriented programming (OOP)": ["oop", "object-oriented programming"],
"OpenSimplex noise": ["opensimplex noise"],
"particle system": ["particle systems"],
"pendulum": ["pendulum", "pendulums"],
"Perlin noise": ["perlin noise"],
"physics engine": ["physics engine", "physics engine 2d"],
"Plinko game": ["plinko"],
"Poisson disc sampling": ["poisson disc sampling"],
"polar to Cartesian coordinates": ["polar to cartesian coordinates"],
"PoseNet": ["posenet"],
"prime numbers": ["prime numbers"],
"prototypes": ["Prototypes"],
"Quick, Draw! game": ["quick, draw!"],
"Ramer-Douglas-Peucker algorithm": ["ramer-douglas-peuker algorithm"],
"random walk": ["random walker", "random walk"],
"Recamán's sequence": ["recaman's sequence"],
"regular expressions (regex)": [
"regular expression",
"regular expressions",
"regex",
"regexp"
],
"sandpile model": ["sandpile"],
"self-avoiding walk": ["self avoiding walk"],
"server-side programming": ["server side", "server side programming"],
"Six Degrees of Kevin Bacon": ["six degrees of kevin bacon"],
"sketch-RNN": ["sketchrnn", "sketch-rnn"],
"slit-scan": ["slit-scan", "slitscan"],
"Snake game": ["snake"],
"Snakes & ladders game": ["snakes and ladders", "chutes and ladders"],
"snowflakes": ["snowflake generator", "snowflake"],
"Socket.IO": ["socketio", "socket.io"],
"Space Invaders game": ["space invaders"],
"Spirograph": ["spirograph"],
"Star Wars scrolling text": ["star wars scrolling text"],
"StyleGAN": ["stylegan"],
"supershapes": ["supershapes", "supershape"],
"TensorFlow": ["tensorflow"],
"text generator": ["text generator", "text-generator"],
"Tic-Tac-Toe game": ["tic-tac-toe"],
"Twitter": ["twitter"],
"WebSocket": ["websocket", "websockets"],
"Wikipedia API": ["wikipedia api"],
"Wolfenstein 3D ray casting": ["wolfenstein 3d ray casting"],
"Wordnik API": ["wordnik api"],
"Worley noise": ["worley noise"],
"XOR problem": ["xor problem"],
"Zoom": ["zoom"]
}
}