swot-ruby 1.0.4.20230718 → 1.0.5.20230720
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -4
- data/README.md +7 -8
- data/Rakefile +0 -2
- data/academic_data/au/edu/brighton.txt +1 -0
- data/academic_data/br/edu/unilab.txt +2 -0
- data/academic_data/ca/mycanctb.txt +1 -0
- data/academic_data/cn/edu/ldzy.txt +2 -0
- data/academic_data/cn/hbeu.txt +2 -0
- data/academic_data/id/ac/horizon/krw.txt +1 -0
- data/academic_data/id/ac/iti/student.txt +1 -0
- data/academic_data/in/edu/cgrinternationalschool.txt +1 -0
- data/academic_data/it/edu/liceosocrate.txt +1 -0
- data/academic_data/md/ceef.txt +2 -0
- data/academic_data/mx/edu/cetis108.txt +1 -0
- data/academic_data/mx/edu/colegiomodernohumanista.txt +1 -0
- data/academic_data/mx/uadeo.txt +2 -0
- data/academic_data/np/edu/scst.txt +2 -0
- data/academic_data/org/cvsdstudents.txt +1 -0
- data/academic_data/org/gpranchi.txt +1 -0
- data/academic_data/org/nonsuchschool.txt +1 -0
- data/academic_data/org/shsd/student.txt +1 -0
- data/academic_data/org/spartandocs.txt +1 -0
- data/academic_data/pk/edu/fps.txt +1 -0
- data/academic_data/stoplist.txt +5 -2
- data/academic_data/vn/edu/caodangvietmy.txt +2 -0
- data/academic_data/zw/ac/hit.txt +2 -0
- data/data/lib/domains/stoplist.txt +5 -2
- data/lib/swot.rb +1 -1
- data/swot.gemspec +2 -8
- data/test/test_swot.rb +59 -1
- metadata +34 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79be55a72bdfb7d7d29770efeac437dc81c20a95223db4497a833bf336a5406f
|
4
|
+
data.tar.gz: 16f1d83a1834aee67c9da0161f29be83298fdab523d880277341cb0e4af679e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63ef6f3a408291d75de1d2e2b9c9db173d5442aef047c2350e4b5a496b9303e434e98d9d50802fd8be9864490bef1453b0414d044b12a78be453ab7360b96c9d
|
7
|
+
data.tar.gz: 7119698dfedfb4814ce287306f243a06057ba062c63b9ac60de1185b8ec1d231220d984953b1b03fba0717ee35f68713b3cb46d51dbf1e1d9587f68336e57c6a
|
data/Gemfile
CHANGED
@@ -1,13 +1,12 @@
|
|
1
|
-
source "
|
1
|
+
source "https://rubygems.org"
|
2
2
|
|
3
3
|
gem 'public_suffix'
|
4
4
|
gem 'naughty_or_nice', "~> 2.0"
|
5
5
|
|
6
6
|
group :development do
|
7
7
|
gem "nokogiri", "~> 1.5"
|
8
|
-
gem "rake"
|
9
|
-
gem "
|
10
|
-
gem "bundler", "~> 2.2"
|
8
|
+
gem "rake"
|
9
|
+
gem "bundler"
|
11
10
|
gem "minitest", "~> 4.7.5"
|
12
11
|
end
|
13
12
|
|
data/README.md
CHANGED
@@ -108,11 +108,10 @@ Hopefully, you'll be surprised by some of this:
|
|
108
108
|
|
109
109
|
If you verified this by visiting all of the websites, how long did it take you? Did you have fun? Imagine you had to do this 10 - 100 times every day. Now you know a little something about the inspiration for Swot. Swot can verify them all in a fraction of a second and remove a :poop: part of someone's job.
|
110
110
|
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
* [swot](https://github.com/abadojack/swot) - Go port of Swot
|
111
|
+
#### Contributing to Swot
|
112
|
+
|
113
|
+
##### Updating the database
|
114
|
+
|
115
|
+
https://github.com/jetbrains/swot is the canonical source of truth for the list of domains.
|
116
|
+
If you want to add a new domain, please submit a pull request there. This database is updated
|
117
|
+
periodically based on the information in that repository.
|
data/Rakefile
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
Brighton College
|
@@ -0,0 +1 @@
|
|
1
|
+
Canadian College of Technology and Business
|
@@ -0,0 +1 @@
|
|
1
|
+
STMIK Horizon Karawang
|
@@ -0,0 +1 @@
|
|
1
|
+
Institut Teknologi Indonesia
|
@@ -0,0 +1 @@
|
|
1
|
+
CGR International School, India
|
@@ -0,0 +1 @@
|
|
1
|
+
Liceo Classico e Scientifico Statale “Socrate”
|
@@ -0,0 +1 @@
|
|
1
|
+
Centro de Estudios Tecnológicos Industrial y de Servicios No. 108
|
@@ -0,0 +1 @@
|
|
1
|
+
COLEGIO MODERNO HUMANISTA
|
@@ -0,0 +1 @@
|
|
1
|
+
Cumberland Valley High School
|
@@ -0,0 +1 @@
|
|
1
|
+
Government Polytechnic Ranchi
|
@@ -0,0 +1 @@
|
|
1
|
+
Nonsuch High School For Girls
|
@@ -0,0 +1 @@
|
|
1
|
+
Bernards High School
|
@@ -0,0 +1 @@
|
|
1
|
+
Southern Lehigh High School
|
@@ -0,0 +1 @@
|
|
1
|
+
Foundation Public School
|
data/academic_data/stoplist.txt
CHANGED
@@ -967,7 +967,7 @@ aejuliodinis.edu.pt
|
|
967
967
|
psu.edu.eg
|
968
968
|
live.mut.ac.za
|
969
969
|
atsu.edu.ge
|
970
|
-
|
970
|
+
uin-suka.ac.id
|
971
971
|
stu.meu.edu.jo
|
972
972
|
myseneca.ca
|
973
973
|
petkasem.ac.th
|
@@ -1393,4 +1393,7 @@ bjmu.edu.cn
|
|
1393
1393
|
mail.uca.es
|
1394
1394
|
mail.smasidhikarya.sch.id
|
1395
1395
|
bupt.edu.cn
|
1396
|
-
bupt.cn
|
1396
|
+
bupt.cn
|
1397
|
+
uregina.ca
|
1398
|
+
webdmc.delmar.edu
|
1399
|
+
mi.unc.edu.ar
|
@@ -967,7 +967,7 @@ aejuliodinis.edu.pt
|
|
967
967
|
psu.edu.eg
|
968
968
|
live.mut.ac.za
|
969
969
|
atsu.edu.ge
|
970
|
-
|
970
|
+
uin-suka.ac.id
|
971
971
|
stu.meu.edu.jo
|
972
972
|
myseneca.ca
|
973
973
|
petkasem.ac.th
|
@@ -1393,4 +1393,7 @@ bjmu.edu.cn
|
|
1393
1393
|
mail.uca.es
|
1394
1394
|
mail.smasidhikarya.sch.id
|
1395
1395
|
bupt.edu.cn
|
1396
|
-
bupt.cn
|
1396
|
+
bupt.cn
|
1397
|
+
uregina.ca
|
1398
|
+
webdmc.delmar.edu
|
1399
|
+
mi.unc.edu.ar
|
data/lib/swot.rb
CHANGED
data/swot.gemspec
CHANGED
@@ -1,18 +1,12 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
1
|
Gem::Specification.new do |s|
|
3
2
|
s.name = "swot-ruby"
|
4
|
-
s.version = "1.0.
|
3
|
+
s.version = "1.0.5.20230720"
|
5
4
|
|
6
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
7
6
|
s.authors = ["Dave Kimura", "Lee Reilly"]
|
8
7
|
s.date = "2023-06-10"
|
9
8
|
s.description = "Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts."
|
10
9
|
s.email = "dave@k-innovations.net"
|
11
|
-
s.extra_rdoc_files = [
|
12
|
-
"LICENSE.txt",
|
13
|
-
"README.md"
|
14
|
-
]
|
15
|
-
|
16
10
|
s.files = `git ls-files -z`.split("\x0") + Dir['data/lib/domains/*']
|
17
11
|
|
18
12
|
s.homepage = "https://github.com/kobaltz/swot"
|
@@ -23,7 +17,7 @@ Gem::Specification.new do |s|
|
|
23
17
|
s.summary = "Identify email addresses or domains names that belong to colleges or universities."
|
24
18
|
s.test_files = ["test/helper.rb", "test/test_collection_methods.rb", "test/test_swot.rb"]
|
25
19
|
|
26
|
-
s.add_dependency('public_suffix', ">= 0")
|
27
20
|
s.add_dependency('naughty_or_nice', "~> 2.0")
|
21
|
+
s.add_dependency('public_suffix', ">= 0")
|
28
22
|
end
|
29
23
|
|
data/test/test_swot.rb
CHANGED
@@ -46,7 +46,65 @@ describe Swot do
|
|
46
46
|
assert_not Swot::is_academic?('gmail.com')
|
47
47
|
assert_not Swot::is_academic?('stanford.edu.com')
|
48
48
|
assert_not Swot::is_academic?('strath.ac.uk.com')
|
49
|
-
|
49
|
+
assert_not Swot::is_academic?('alumni.albany.edu')
|
50
|
+
assert_not Swot::is_academic?('dave@faculdadefia.edu.br')
|
51
|
+
assert_not Swot::is_academic?('dave@hait.edu.cn')
|
52
|
+
assert_not Swot::is_academic?('dave@uteco.edu.do')
|
53
|
+
assert_not Swot::is_academic?('dave@uca.edu.ar')
|
54
|
+
assert_not Swot::is_academic?('dave@mail.chzu.edu.cn')
|
55
|
+
assert_not Swot::is_academic?('dave@my.barstow.edu')
|
56
|
+
assert_not Swot::is_academic?('dave@student.ccp.edu')
|
57
|
+
assert_not Swot::is_academic?('dave@students.prairiestate.edu')
|
58
|
+
assert_not Swot::is_academic?('dave@sinclair.edu')
|
59
|
+
assert_not Swot::is_academic?('dave@collin.edu')
|
60
|
+
assert_not Swot::is_academic?('dave@buc.blinn.edu')
|
61
|
+
assert_not Swot::is_academic?('dave@roxbury.edu')
|
62
|
+
assert_not Swot::is_academic?('dave@stchas.edu')
|
63
|
+
assert_not Swot::is_academic?('dave@email.tjc.edu')
|
64
|
+
assert_not Swot::is_academic?('dave@stud.tjut.edu.cn')
|
65
|
+
assert_not Swot::is_academic?('dave@njit.edu.cn')
|
66
|
+
assert_not Swot::is_academic?('dave@hait.edu.cn')
|
67
|
+
assert_not Swot::is_academic?('dave@stumail.sdut.edu.cn')
|
68
|
+
assert_not Swot::is_academic?('dave@ucsiuniversity.edu.my')
|
69
|
+
assert_not Swot::is_academic?('dave@asu.edu')
|
70
|
+
assert_not Swot::is_academic?('dave@student.ptss.edu.my')
|
71
|
+
assert_not Swot::is_academic?('dave@buc.edu.eg')
|
72
|
+
assert_not Swot::is_academic?('dave@hbtcm.edu.cn')
|
73
|
+
assert_not Swot::is_academic?('dave@campusucc.edu.co')
|
74
|
+
assert_not Swot::is_academic?('dave@student.utem.edu.my')
|
75
|
+
assert_not Swot::is_academic?('dave@pucgo.edu.br')
|
76
|
+
assert_not Swot::is_academic?('dave@mahasiswa.itb.ac.id')
|
77
|
+
assert_not Swot::is_academic?('dave@case.edu')
|
78
|
+
assert_not Swot::is_academic?('dave@uncp.edu.pe')
|
79
|
+
assert_not Swot::is_academic?('dave@edu.azores.gov.pt')
|
80
|
+
assert_not Swot::is_academic?('dave@dyptc.edu.in')
|
81
|
+
assert_not Swot::is_academic?('dave@mubs.ac.ug')
|
82
|
+
assert_not Swot::is_academic?('dave@aluno.unip.br')
|
83
|
+
assert_not Swot::is_academic?('dave@jmpaneracollege.com')
|
84
|
+
assert_not Swot::is_academic?('dave@dtcc.edu')
|
85
|
+
assert_not Swot::is_academic?('dave@wwcc.edu')
|
86
|
+
assert_not Swot::is_academic?('dave@aluno.unicarioca.edu.br')
|
87
|
+
assert_not Swot::is_academic?('dave@indoamerica.edu.ec')
|
88
|
+
assert_not Swot::is_academic?('dave@workschool.ca')
|
89
|
+
assert_not Swot::is_academic?('dave@umbc.edu')
|
90
|
+
assert_not Swot::is_academic?('dave@azhar.edu.eg')
|
91
|
+
assert_not Swot::is_academic?('dave@cibertec.edu.pe')
|
92
|
+
assert_not Swot::is_academic?('dave@ivytech.edu')
|
93
|
+
assert_not Swot::is_academic?('dave@my.stchas.edu')
|
94
|
+
assert_not Swot::is_academic?('dave@student.egcc.edu')
|
95
|
+
assert_not Swot::is_academic?('dave@holmescc.edu')
|
96
|
+
assert_not Swot::is_academic?('dave@navarrocollege.edu')
|
97
|
+
assert_not Swot::is_academic?('dave@alumni.imperial.ac.uk')
|
98
|
+
assert_not Swot::is_academic?('dave@cwru.edu')
|
99
|
+
assert_not Swot::is_academic?('dave@mec.edu.py')
|
100
|
+
assert_not Swot::is_academic?('dave@mu.edu.sa')
|
101
|
+
assert_not Swot::is_academic?('dave@itstep.academy')
|
102
|
+
assert_not Swot::is_academic?('dave@moe-dl.edu.my')
|
103
|
+
assert_not Swot::is_academic?('dave@lau.edu')
|
104
|
+
assert_not Swot::is_academic?('dave@os-dkorac.edu.me')
|
105
|
+
assert_not Swot::is_academic?('dave@ghanacu.org')
|
106
|
+
assert_not Swot::is_academic?('dave@continental.edu.pe')
|
107
|
+
assert_not Swot::is_academic?('dave@utch.edu.co')
|
50
108
|
assert_not Swot::is_academic?(nil)
|
51
109
|
assert_not Swot::is_academic?('')
|
52
110
|
assert_not Swot::is_academic?('the')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swot-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5.20230720
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -12,41 +12,39 @@ cert_chain: []
|
|
12
12
|
date: 2023-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
name:
|
15
|
+
name: naughty_or_nice
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
18
|
+
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '0'
|
20
|
+
version: '2.0'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - "
|
25
|
+
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '0'
|
27
|
+
version: '2.0'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
|
-
name:
|
29
|
+
name: public_suffix
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
34
|
+
version: '0'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - "
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '
|
41
|
+
version: '0'
|
42
42
|
description: Identify email addresses or domains names that belong to colleges or
|
43
43
|
universities. Help automate the process of approving or rejecting academic discounts.
|
44
44
|
email: dave@k-innovations.net
|
45
45
|
executables: []
|
46
46
|
extensions: []
|
47
|
-
extra_rdoc_files:
|
48
|
-
- LICENSE.txt
|
49
|
-
- README.md
|
47
|
+
extra_rdoc_files: []
|
50
48
|
files:
|
51
49
|
- ".github/workflows/ruby.yml"
|
52
50
|
- ".github/workflows/update_domains.yml"
|
@@ -504,6 +502,7 @@ files:
|
|
504
502
|
- academic_data/au/edu/avondale.txt
|
505
503
|
- academic_data/au/edu/bhtafe/student.txt
|
506
504
|
- academic_data/au/edu/bond.txt
|
505
|
+
- academic_data/au/edu/brighton.txt
|
507
506
|
- academic_data/au/edu/burnet.txt
|
508
507
|
- academic_data/au/edu/canberra.txt
|
509
508
|
- academic_data/au/edu/catholic/cardijn.txt
|
@@ -1506,6 +1505,7 @@ files:
|
|
1506
1505
|
- academic_data/br/edu/unijuazeiro/aluno.txt
|
1507
1506
|
- academic_data/br/edu/unijui/sou.txt
|
1508
1507
|
- academic_data/br/edu/unila.txt
|
1508
|
+
- academic_data/br/edu/unilab.txt
|
1509
1509
|
- academic_data/br/edu/unilab/aluno.txt
|
1510
1510
|
- academic_data/br/edu/unilasalle.txt
|
1511
1511
|
- academic_data/br/edu/unileste/a.txt
|
@@ -2074,6 +2074,7 @@ files:
|
|
2074
2074
|
- academic_data/ca/mun.txt
|
2075
2075
|
- academic_data/ca/mybvc.txt
|
2076
2076
|
- academic_data/ca/mycambrian.txt
|
2077
|
+
- academic_data/ca/mycanctb.txt
|
2077
2078
|
- academic_data/ca/mycdi.txt
|
2078
2079
|
- academic_data/ca/mygeorgian.txt
|
2079
2080
|
- academic_data/ca/mylambton.txt
|
@@ -2941,6 +2942,7 @@ files:
|
|
2941
2942
|
- academic_data/cn/edu/kfu.txt
|
2942
2943
|
- academic_data/cn/edu/kmust.txt
|
2943
2944
|
- academic_data/cn/edu/lcu.txt
|
2945
|
+
- academic_data/cn/edu/ldzy.txt
|
2944
2946
|
- academic_data/cn/edu/lixin.txt
|
2945
2947
|
- academic_data/cn/edu/lnnu.txt
|
2946
2948
|
- academic_data/cn/edu/lnpu/stu.txt
|
@@ -3188,6 +3190,7 @@ files:
|
|
3188
3190
|
- academic_data/cn/gzcc/xs.txt
|
3189
3191
|
- academic_data/cn/gzmhxy.txt
|
3190
3192
|
- academic_data/cn/harrowbeijing.txt
|
3193
|
+
- academic_data/cn/hbeu.txt
|
3191
3194
|
- academic_data/cn/hbjhart.txt
|
3192
3195
|
- academic_data/cn/hniu/mail.txt
|
3193
3196
|
- academic_data/cn/hsefz.txt
|
@@ -9326,6 +9329,7 @@ files:
|
|
9326
9329
|
- academic_data/id/ac/gunadarma.txt
|
9327
9330
|
- academic_data/id/ac/handayani.txt
|
9328
9331
|
- academic_data/id/ac/handayani/student.txt
|
9332
|
+
- academic_data/id/ac/horizon/krw.txt
|
9329
9333
|
- academic_data/id/ac/iailm.txt
|
9330
9334
|
- academic_data/id/ac/ibik.txt
|
9331
9335
|
- academic_data/id/ac/icpa-banyuwangi.txt
|
@@ -9343,6 +9347,7 @@ files:
|
|
9343
9347
|
- academic_data/id/ac/itera.txt
|
9344
9348
|
- academic_data/id/ac/itg.txt
|
9345
9349
|
- academic_data/id/ac/ithb.txt
|
9350
|
+
- academic_data/id/ac/iti/student.txt
|
9346
9351
|
- academic_data/id/ac/itk.txt
|
9347
9352
|
- academic_data/id/ac/itn.txt
|
9348
9353
|
- academic_data/id/ac/itn/scholar.txt
|
@@ -10080,6 +10085,7 @@ files:
|
|
10080
10085
|
- academic_data/in/edu/aot.txt
|
10081
10086
|
- academic_data/in/edu/cambridge.txt
|
10082
10087
|
- academic_data/in/edu/cet.txt
|
10088
|
+
- academic_data/in/edu/cgrinternationalschool.txt
|
10083
10089
|
- academic_data/in/edu/charusat.txt
|
10084
10090
|
- academic_data/in/edu/cit.txt
|
10085
10091
|
- academic_data/in/edu/dituniversity.txt
|
@@ -10547,6 +10553,7 @@ files:
|
|
10547
10553
|
- academic_data/it/edu/liceoischia.txt
|
10548
10554
|
- academic_data/it/edu/liceomonti.txt
|
10549
10555
|
- academic_data/it/edu/liceopepecalamo.txt
|
10556
|
+
- academic_data/it/edu/liceosocrate.txt
|
10550
10557
|
- academic_data/it/edu/lsdonegani.txt
|
10551
10558
|
- academic_data/it/edu/luigidellerba.txt
|
10552
10559
|
- academic_data/it/edu/magistricumacini.txt
|
@@ -11827,6 +11834,7 @@ files:
|
|
11827
11834
|
- academic_data/ma/usms.txt
|
11828
11835
|
- academic_data/ma/youcode/student.txt
|
11829
11836
|
- academic_data/md/ase.txt
|
11837
|
+
- academic_data/md/ceef.txt
|
11830
11838
|
- academic_data/md/ceiti.txt
|
11831
11839
|
- academic_data/md/kdu.txt
|
11832
11840
|
- academic_data/md/ltpetrestefanuca.txt
|
@@ -11990,6 +11998,7 @@ files:
|
|
11990
11998
|
- academic_data/mx/edu/cenyca.txt
|
11991
11999
|
- academic_data/mx/edu/cesun.txt
|
11992
12000
|
- academic_data/mx/edu/cesunbc.txt
|
12001
|
+
- academic_data/mx/edu/cetis108.txt
|
11993
12002
|
- academic_data/mx/edu/cetys.txt
|
11994
12003
|
- academic_data/mx/edu/ceu.txt
|
11995
12004
|
- academic_data/mx/edu/cgcarmen.txt
|
@@ -12000,6 +12009,7 @@ files:
|
|
12000
12009
|
- academic_data/mx/edu/clavijero/alumno.txt
|
12001
12010
|
- academic_data/mx/edu/clavijero/icc.txt
|
12002
12011
|
- academic_data/mx/edu/cobachbc.txt
|
12012
|
+
- academic_data/mx/edu/colegiomodernohumanista.txt
|
12003
12013
|
- academic_data/mx/edu/conalep.txt
|
12004
12014
|
- academic_data/mx/edu/conalepmex.txt
|
12005
12015
|
- academic_data/mx/edu/cpds.txt
|
@@ -12245,6 +12255,7 @@ files:
|
|
12245
12255
|
- academic_data/mx/uach.txt
|
12246
12256
|
- academic_data/mx/uacj.txt
|
12247
12257
|
- academic_data/mx/uadec.txt
|
12258
|
+
- academic_data/mx/uadeo.txt
|
12248
12259
|
- academic_data/mx/uady.txt
|
12249
12260
|
- academic_data/mx/uaem.txt
|
12250
12261
|
- academic_data/mx/uaemex.txt
|
@@ -13448,6 +13459,7 @@ files:
|
|
13448
13459
|
- academic_data/np/edu/sagarmatha.txt
|
13449
13460
|
- academic_data/np/edu/saipal.txt
|
13450
13461
|
- academic_data/np/edu/samriddhicollege.txt
|
13462
|
+
- academic_data/np/edu/scst.txt
|
13451
13463
|
- academic_data/np/edu/sochcollege.txt
|
13452
13464
|
- academic_data/np/edu/softwarica.txt
|
13453
13465
|
- academic_data/np/edu/sos.txt
|
@@ -13827,6 +13839,7 @@ files:
|
|
13827
13839
|
- academic_data/org/cvcolonials.txt
|
13828
13840
|
- academic_data/org/cvoantwerpen.txt
|
13829
13841
|
- academic_data/org/cvsd356.txt
|
13842
|
+
- academic_data/org/cvsdstudents.txt
|
13830
13843
|
- academic_data/org/cvsdvt.txt
|
13831
13844
|
- academic_data/org/cymcass.txt
|
13832
13845
|
- academic_data/org/d-e.txt
|
@@ -14001,6 +14014,7 @@ files:
|
|
14001
14014
|
- academic_data/org/gniindia.txt
|
14002
14015
|
- academic_data/org/gocommodores.txt
|
14003
14016
|
- academic_data/org/gouldacademy.txt
|
14017
|
+
- academic_data/org/gpranchi.txt
|
14004
14018
|
- academic_data/org/gpsne.txt
|
14005
14019
|
- academic_data/org/graniteschools.txt
|
14006
14020
|
- academic_data/org/granitesd.txt
|
@@ -14371,6 +14385,7 @@ files:
|
|
14371
14385
|
- academic_data/org/nimsuniversity.txt
|
14372
14386
|
- academic_data/org/nkcschools.txt
|
14373
14387
|
- academic_data/org/nlpanthers.txt
|
14388
|
+
- academic_data/org/nonsuchschool.txt
|
14374
14389
|
- academic_data/org/nordakademie.txt
|
14375
14390
|
- academic_data/org/norfolkacademy.txt
|
14376
14391
|
- academic_data/org/northeastacademy.txt
|
@@ -14545,6 +14560,7 @@ files:
|
|
14545
14560
|
- academic_data/org/shenschools.txt
|
14546
14561
|
- academic_data/org/shriswaminarayanmission.txt
|
14547
14562
|
- academic_data/org/shschools.txt
|
14563
|
+
- academic_data/org/shsd/student.txt
|
14548
14564
|
- academic_data/org/siai.txt
|
14549
14565
|
- academic_data/org/siasindia.txt
|
14550
14566
|
- academic_data/org/sibadi.txt
|
@@ -14563,6 +14579,7 @@ files:
|
|
14563
14579
|
- academic_data/org/sonomaacademy.txt
|
14564
14580
|
- academic_data/org/southasia-uni.txt
|
14565
14581
|
- academic_data/org/southwestcoloradoeschool.txt
|
14582
|
+
- academic_data/org/spartandocs.txt
|
14566
14583
|
- academic_data/org/spartanmed.txt
|
14567
14584
|
- academic_data/org/spencerportschools.txt
|
14568
14585
|
- academic_data/org/spjain.txt
|
@@ -15111,6 +15128,7 @@ files:
|
|
15111
15128
|
- academic_data/pk/edu/duhs.txt
|
15112
15129
|
- academic_data/pk/edu/fast.txt
|
15113
15130
|
- academic_data/pk/edu/fccollege/formanite.txt
|
15131
|
+
- academic_data/pk/edu/fps.txt
|
15114
15132
|
- academic_data/pk/edu/fu.txt
|
15115
15133
|
- academic_data/pk/edu/fuuast.txt
|
15116
15134
|
- academic_data/pk/edu/gandhara.txt
|
@@ -19425,6 +19443,7 @@ files:
|
|
19425
19443
|
- academic_data/vn/edu/c3chuvanan.txt
|
19426
19444
|
- academic_data/vn/edu/c3lqdon-khanhhoa.txt
|
19427
19445
|
- academic_data/vn/edu/cantho.txt
|
19446
|
+
- academic_data/vn/edu/caodangvietmy.txt
|
19428
19447
|
- academic_data/vn/edu/caothang.txt
|
19429
19448
|
- academic_data/vn/edu/cdythadong.txt
|
19430
19449
|
- academic_data/vn/edu/chuyenthaibinh.txt
|
@@ -19765,6 +19784,7 @@ files:
|
|
19765
19784
|
- academic_data/zm/unza.txt
|
19766
19785
|
- academic_data/zm/unza/www.txt
|
19767
19786
|
- academic_data/zw/ac/cut.txt
|
19787
|
+
- academic_data/zw/ac/hit.txt
|
19768
19788
|
- academic_data/zw/ac/msu.txt
|
19769
19789
|
- academic_data/zw/ac/nust.txt
|
19770
19790
|
- academic_data/zw/ac/riversidecollege.txt
|