-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgword.js
More file actions
101 lines (101 loc) · 2.92 KB
/
gword.js
File metadata and controls
101 lines (101 loc) · 2.92 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
gword = [{text: 'sakai', size: 100},
{text: 'with', size: 35},
{text: 'tool', size: 33},
{text: 'webdav', size: 33},
{text: 'error', size: 31},
{text: 'problems', size: 29},
{text: 'resources', size: 28},
{text: 'question', size: 26},
{text: 'maven', size: 25},
{text: 'mysql', size: 25},
{text: 'branch', size: 24},
{text: 'problem', size: 24},
{text: 'site', size: 24},
{text: 'from', size: 24},
{text: 'email', size: 24},
{text: 'feature', size: 23},
{text: 'adding', size: 23},
{text: 'tools', size: 23},
{text: 'help', size: 23},
{text: 'changes', size: 23},
{text: 'file', size: 23},
{text: 'user', size: 23},
{text: 'message', size: 23},
{text: 'workspace', size: 23},
{text: 'release', size: 23},
{text: 'working', size: 22},
{text: 'broken', size: 22},
{text: 'course', size: 22},
{text: 'james', size: 22},
{text: 'details', size: 22},
{text: 'oracle', size: 22},
{text: 'page', size: 22},
{text: 'missing', size: 22},
{text: 'update', size: 22},
{text: 'samigo', size: 21},
{text: 'jforum', size: 21},
{text: 'timing', size: 21},
{text: 'icon', size: 21},
{text: 'favourite', size: 21},
{text: 'center', size: 21},
{text: 'content', size: 21},
{text: 'failure', size: 21},
{text: 'into', size: 21},
{text: 'version', size: 21},
{text: 'sites', size: 21},
{text: 'melete', size: 21},
{text: 'gradebook', size: 21},
{text: 'upload', size: 21},
{text: 'permissions', size: 21},
{text: 'password', size: 20},
{text: 'accessservlet', size: 20},
{text: 'rwiki', size: 20},
{text: 'analyzing', size: 20},
{text: 'time', size: 20},
{text: 'portalxlogin', size: 20},
{text: 'forgotten', size: 20},
{text: 'aliases', size: 20},
{text: 'tomcat', size: 20},
{text: 'sakaievent', size: 20},
{text: 'resource', size: 20},
{text: 'unexpectedly', size: 20},
{text: 'taken', size: 20},
{text: 'profile', size: 20},
{text: 'scriptstools', size: 20},
{text: 'rutgers', size: 20},
{text: 'interface', size: 20},
{text: 'build', size: 20},
{text: 'edit', size: 20},
{text: 'eclipse', size: 20},
{text: 'connection', size: 20},
{text: 'view', size: 20},
{text: 'account', size: 20},
{text: 'building', size: 20},
{text: 'sakaisession', size: 20},
{text: 'logout', size: 20},
{text: 'wiki', size: 20},
{text: 'configuration', size: 20},
{text: 'mail', size: 20},
{text: 'usage', size: 20},
{text: 'status', size: 20},
{text: 'using', size: 20},
{text: 'creating', size: 20},
{text: 'section', size: 20},
{text: 'portal', size: 20},
{text: 'developers', size: 20},
{text: 'webservices', size: 20},
{text: 'trouble', size: 20},
{text: 'modify', size: 20},
{text: 'questions', size: 20},
{text: 'syllabus', size: 20},
{text: 'button', size: 20},
{text: 'files', size: 20},
{text: 'quota', size: 20},
{text: 'this', size: 20},
{text: 'preferences', size: 20},
{text: 'report', size: 20},
{text: 'desktop', size: 20},
{text: 'sectionmanager', size: 20},
{text: 'code', size: 20},
{text: 'lock', size: 20}
];