Priyanka-Balivada
commited on
Upload folder using huggingface_hub
Browse files- meta.json +31 -11
- ner/model +0 -0
- ner/moves +1 -1
- transformer/model +1 -1
- vocab/strings.json +484 -0
meta.json
CHANGED
@@ -45,26 +45,46 @@
|
|
45 |
|
46 |
],
|
47 |
"performance":{
|
48 |
-
"ents_f":0.
|
49 |
-
"ents_p":0.
|
50 |
-
"ents_r":0.
|
51 |
"ents_per_type":{
|
|
|
|
|
|
|
|
|
|
|
52 |
"SKILLS":{
|
53 |
-
"p":0.
|
54 |
-
"r":0.
|
55 |
-
"f":0.
|
56 |
},
|
57 |
-
"
|
58 |
"p":0.0,
|
59 |
"r":0.0,
|
60 |
"f":0.0
|
61 |
},
|
62 |
-
"
|
63 |
"p":0.0,
|
64 |
"r":0.0,
|
65 |
"f":0.0
|
66 |
},
|
67 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
"p":0.0,
|
69 |
"r":0.0,
|
70 |
"f":0.0
|
@@ -75,7 +95,7 @@
|
|
75 |
"f":0.0
|
76 |
}
|
77 |
},
|
78 |
-
"transformer_loss":
|
79 |
-
"ner_loss":
|
80 |
}
|
81 |
}
|
|
|
45 |
|
46 |
],
|
47 |
"performance":{
|
48 |
+
"ents_f":0.7254901961,
|
49 |
+
"ents_p":0.6844809866,
|
50 |
+
"ents_r":0.7717265353,
|
51 |
"ents_per_type":{
|
52 |
+
"EXPERIENCE":{
|
53 |
+
"p":0.6666666667,
|
54 |
+
"r":1.0,
|
55 |
+
"f":0.8
|
56 |
+
},
|
57 |
"SKILLS":{
|
58 |
+
"p":0.6735582155,
|
59 |
+
"r":0.7786163522,
|
60 |
+
"f":0.7222870478
|
61 |
},
|
62 |
+
"LOCATION":{
|
63 |
"p":0.0,
|
64 |
"r":0.0,
|
65 |
"f":0.0
|
66 |
},
|
67 |
+
"QUALIFICATION":{
|
68 |
"p":0.0,
|
69 |
"r":0.0,
|
70 |
"f":0.0
|
71 |
},
|
72 |
+
"PHONE":{
|
73 |
+
"p":0.8888888889,
|
74 |
+
"r":0.8,
|
75 |
+
"f":0.8421052632
|
76 |
+
},
|
77 |
+
"EMAIL":{
|
78 |
+
"p":1.0,
|
79 |
+
"r":0.6363636364,
|
80 |
+
"f":0.7777777778
|
81 |
+
},
|
82 |
+
"CGPA":{
|
83 |
+
"p":1.0,
|
84 |
+
"r":1.0,
|
85 |
+
"f":1.0
|
86 |
+
},
|
87 |
+
"CERTIFICATIONS":{
|
88 |
"p":0.0,
|
89 |
"r":0.0,
|
90 |
"f":0.0
|
|
|
95 |
"f":0.0
|
96 |
}
|
97 |
},
|
98 |
+
"transformer_loss":1165.5534572027,
|
99 |
+
"ner_loss":1094.4716895442
|
100 |
}
|
101 |
}
|
ner/model
CHANGED
Binary files a/ner/model and b/ner/model differ
|
|
ner/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves
|
|
|
1 |
+
��moves�L{"0":{},"1":{"SKILLS":482,"CERTIFICATIONS":92,"QUALIFICATION":67,"NAME":39,"EMAIL":33,"CGPA":33,"PHONE":29,"EXPERIENCE":20,"LOCATION":15,"SCORES":6},"2":{"SKILLS":482,"CERTIFICATIONS":92,"QUALIFICATION":67,"NAME":39,"EMAIL":33,"CGPA":33,"PHONE":29,"EXPERIENCE":20,"LOCATION":15,"SCORES":6},"3":{"SKILLS":482,"CERTIFICATIONS":92,"QUALIFICATION":67,"NAME":39,"EMAIL":33,"CGPA":33,"PHONE":29,"EXPERIENCE":20,"LOCATION":15,"SCORES":6},"4":{"SKILLS":482,"CERTIFICATIONS":92,"QUALIFICATION":67,"NAME":39,"EMAIL":33,"CGPA":33,"PHONE":29,"EXPERIENCE":20,"LOCATION":15,"SCORES":6,"":1},"5":{"":1}}�cfg��neg_key�
|
transformer/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 502027402
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89b96fe792166f62871b23b70c803ed9abb34d493cc203745bbcd946934e80c7
|
3 |
size 502027402
|
vocab/strings.json
CHANGED
@@ -87,6 +87,7 @@
|
|
87 |
"-O",
|
88 |
"-On",
|
89 |
"-P",
|
|
|
90 |
"-WS",
|
91 |
"-X",
|
92 |
"-X-",
|
@@ -102,6 +103,7 @@
|
|
102 |
"-o",
|
103 |
"-on",
|
104 |
"-p",
|
|
|
105 |
"-ws",
|
106 |
"-x",
|
107 |
"-x-",
|
@@ -148,6 +150,9 @@
|
|
148 |
"000",
|
149 |
"003",
|
150 |
"005",
|
|
|
|
|
|
|
151 |
"015",
|
152 |
"016",
|
153 |
"018",
|
@@ -156,6 +161,8 @@
|
|
156 |
"023",
|
157 |
"024",
|
158 |
"08",
|
|
|
|
|
159 |
"0_0",
|
160 |
"0_o",
|
161 |
"0th",
|
@@ -163,6 +170,7 @@
|
|
163 |
"1-2",
|
164 |
"1-31",
|
165 |
"1.",
|
|
|
166 |
"1.3",
|
167 |
"1.4",
|
168 |
"1.5",
|
@@ -175,6 +183,8 @@
|
|
175 |
"10.5",
|
176 |
"100.00",
|
177 |
"106",
|
|
|
|
|
178 |
"10a.m",
|
179 |
"10a.m.",
|
180 |
"10g",
|
@@ -188,6 +198,8 @@
|
|
188 |
"11p.m",
|
189 |
"11p.m.",
|
190 |
"12",
|
|
|
|
|
191 |
"12a.m",
|
192 |
"12a.m.",
|
193 |
"12p.m",
|
@@ -195,6 +207,7 @@
|
|
195 |
"12th",
|
196 |
"135",
|
197 |
"14",
|
|
|
198 |
"16",
|
199 |
"1998",
|
200 |
"1a.m",
|
@@ -210,6 +223,7 @@
|
|
210 |
"2.x",
|
211 |
"2000",
|
212 |
"2003",
|
|
|
213 |
"2015",
|
214 |
"2016",
|
215 |
"2018",
|
@@ -217,7 +231,12 @@
|
|
217 |
"2022",
|
218 |
"2023",
|
219 |
"2024",
|
|
|
|
|
220 |
"23",
|
|
|
|
|
|
|
221 |
"24",
|
222 |
"266",
|
223 |
"28",
|
@@ -238,8 +257,13 @@
|
|
238 |
"3.4",
|
239 |
"3.6",
|
240 |
"31",
|
|
|
|
|
241 |
"33",
|
242 |
"333",
|
|
|
|
|
|
|
243 |
"358",
|
244 |
"3a.m",
|
245 |
"3a.m.",
|
@@ -252,6 +276,12 @@
|
|
252 |
"402",
|
253 |
"403",
|
254 |
"411021",
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
"4a.m",
|
256 |
"4a.m.",
|
257 |
"4p.m",
|
@@ -262,6 +292,14 @@
|
|
262 |
"5.x",
|
263 |
"516",
|
264 |
"516-358-1998*106",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
"5a.m",
|
266 |
"5a.m.",
|
267 |
"5p.m",
|
@@ -269,20 +307,39 @@
|
|
269 |
"6",
|
270 |
"6.",
|
271 |
"6.0",
|
|
|
|
|
272 |
"6.x",
|
|
|
|
|
273 |
"665",
|
|
|
|
|
|
|
274 |
"6a.m",
|
275 |
"6a.m.",
|
276 |
"6p.m",
|
277 |
"6p.m.",
|
278 |
"7",
|
279 |
"7+",
|
|
|
|
|
|
|
|
|
|
|
280 |
"7.8",
|
|
|
281 |
"7.99",
|
282 |
"7.x",
|
283 |
"706",
|
284 |
"73.38",
|
|
|
|
|
285 |
"7721027665",
|
|
|
|
|
|
|
|
|
286 |
"7a.m",
|
287 |
"7a.m.",
|
288 |
"7p.m",
|
@@ -298,20 +355,50 @@
|
|
298 |
"8.0",
|
299 |
"8.1",
|
300 |
"8.16",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
"81.40",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
"8D",
|
303 |
"8a.m",
|
304 |
"8a.m.",
|
305 |
"8d",
|
|
|
306 |
"8p.m",
|
307 |
"8p.m.",
|
308 |
"9",
|
|
|
|
|
309 |
"9.1,10",
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
"92",
|
311 |
"92.69",
|
312 |
"95",
|
313 |
"9595660706",
|
|
|
|
|
|
|
314 |
"998",
|
|
|
|
|
315 |
"9a.m",
|
316 |
"9a.m.",
|
317 |
"9i",
|
@@ -440,17 +527,24 @@
|
|
440 |
"ATH",
|
441 |
"AVA",
|
442 |
"AWS",
|
|
|
|
|
443 |
"AYA",
|
444 |
"AZURE",
|
|
|
|
|
445 |
"About",
|
446 |
"Access",
|
|
|
447 |
"Actions",
|
448 |
"Actively",
|
449 |
"Additionally",
|
|
|
450 |
"Adm",
|
451 |
"Adm.",
|
452 |
"Advanced",
|
453 |
"Ai",
|
|
|
454 |
"Ajax",
|
455 |
"Ak",
|
456 |
"Ak.",
|
@@ -458,19 +552,23 @@
|
|
458 |
"Ala.",
|
459 |
"Alabama",
|
460 |
"Alaska",
|
|
|
461 |
"Also",
|
462 |
"An",
|
463 |
"Analysis",
|
464 |
"Analyst",
|
465 |
"Analytics",
|
466 |
"Analyze",
|
|
|
467 |
"And",
|
|
|
468 |
"Angel",
|
469 |
"Angular",
|
470 |
"Angular.js",
|
471 |
"Angular2",
|
472 |
"AngularJS",
|
473 |
"AngularJs",
|
|
|
474 |
"Ant",
|
475 |
"Apache",
|
476 |
"App",
|
@@ -490,6 +588,7 @@
|
|
490 |
"Ariz",
|
491 |
"Ariz.",
|
492 |
"Arizona",
|
|
|
493 |
"Ark",
|
494 |
"Ark.",
|
495 |
"Arkansas",
|
@@ -502,6 +601,7 @@
|
|
502 |
"Aug.",
|
503 |
"August",
|
504 |
"AutoWiring",
|
|
|
505 |
"Awareness",
|
506 |
"Axis",
|
507 |
"B",
|
@@ -512,6 +612,8 @@
|
|
512 |
"BSE",
|
513 |
"BY",
|
514 |
"Bachelor",
|
|
|
|
|
515 |
"Backbone",
|
516 |
"BackboneJS",
|
517 |
"Badge",
|
@@ -522,12 +624,15 @@
|
|
522 |
"Bayes",
|
523 |
"Beans",
|
524 |
"Behind",
|
|
|
|
|
525 |
"Bonus",
|
526 |
"Boot",
|
527 |
"Bootcamp",
|
528 |
"Bootstrap",
|
529 |
"Bros",
|
530 |
"Bros.",
|
|
|
531 |
"Build",
|
532 |
"Built",
|
533 |
"Bulk",
|
@@ -564,10 +669,14 @@
|
|
564 |
"Certified",
|
565 |
"Charts",
|
566 |
"Chat",
|
|
|
|
|
|
|
567 |
"Class",
|
568 |
"Classes",
|
569 |
"Classification",
|
570 |
"Clear",
|
|
|
571 |
"Cloud",
|
572 |
"Co",
|
573 |
"Co.",
|
@@ -595,6 +704,7 @@
|
|
595 |
"Connected",
|
596 |
"Connecticut",
|
597 |
"Constructed",
|
|
|
598 |
"Contributions",
|
599 |
"Control",
|
600 |
"Controller",
|
@@ -642,6 +752,7 @@
|
|
642 |
"Data",
|
643 |
"Database",
|
644 |
"Databases",
|
|
|
645 |
"Dec",
|
646 |
"Dec.",
|
647 |
"December",
|
@@ -655,6 +766,7 @@
|
|
655 |
"Delete",
|
656 |
"Dependency",
|
657 |
"Deployment",
|
|
|
658 |
"Description",
|
659 |
"Design",
|
660 |
"Designed",
|
@@ -714,18 +826,22 @@
|
|
714 |
"ElasticCache",
|
715 |
"Electronics",
|
716 |
"Email",
|
|
|
|
|
717 |
"Engineer",
|
718 |
"Engineering",
|
719 |
"Engineering.",
|
720 |
"Enterprise",
|
721 |
"Environment",
|
722 |
"Esp8266",
|
|
|
723 |
"Event",
|
724 |
"Excellence",
|
725 |
"Excellent",
|
726 |
"Exception",
|
727 |
"Execution",
|
728 |
"Execution.",
|
|
|
729 |
"Expected",
|
730 |
"Experience",
|
731 |
"Experienced",
|
@@ -765,11 +881,14 @@
|
|
765 |
"Fresher",
|
766 |
"From",
|
767 |
"Front",
|
|
|
768 |
"Fundamental",
|
769 |
"Fundamentals",
|
770 |
"G",
|
|
|
771 |
"GCP",
|
772 |
"GDPR",
|
|
|
773 |
"GIT",
|
774 |
"GK",
|
775 |
"GOBIND",
|
@@ -804,10 +923,12 @@
|
|
804 |
"Gov",
|
805 |
"Gov.",
|
806 |
"Government",
|
|
|
807 |
"Gradle",
|
808 |
"Grafana",
|
809 |
"GraphQL",
|
810 |
"Groovy",
|
|
|
811 |
"H",
|
812 |
"HIBERNATE",
|
813 |
"HJI",
|
@@ -843,6 +964,7 @@
|
|
843 |
"How",
|
844 |
"How's",
|
845 |
"How\u2019s",
|
|
|
846 |
"Hub",
|
847 |
"I",
|
848 |
"I.E.",
|
@@ -861,6 +983,7 @@
|
|
861 |
"INS",
|
862 |
"INSTITUTE",
|
863 |
"INTERNATIONAL",
|
|
|
864 |
"IOC",
|
865 |
"ION",
|
866 |
"IOT",
|
@@ -885,6 +1008,7 @@
|
|
885 |
"In",
|
886 |
"Inc",
|
887 |
"Inc.",
|
|
|
888 |
"Ind",
|
889 |
"Ind.",
|
890 |
"India",
|
@@ -909,21 +1033,26 @@
|
|
909 |
"IoC",
|
910 |
"Iowa",
|
911 |
"Is",
|
|
|
912 |
"It",
|
913 |
"It's",
|
914 |
"It\u2019s",
|
915 |
"J",
|
916 |
"J2EE",
|
917 |
"J2SE",
|
|
|
918 |
"JAGRUTI",
|
919 |
"JAVA",
|
920 |
"JAX",
|
|
|
921 |
"JAX-WS",
|
|
|
922 |
"JAXWS",
|
923 |
"JBOSS",
|
924 |
"JBoss",
|
925 |
"JBs",
|
926 |
"JDBC",
|
|
|
927 |
"JEE",
|
928 |
"JENKINS",
|
929 |
"JIRA",
|
@@ -939,6 +1068,7 @@
|
|
939 |
"JSON",
|
940 |
"JSP",
|
941 |
"JSPs",
|
|
|
942 |
"JUNIT",
|
943 |
"JUnit",
|
944 |
"JWS",
|
@@ -949,13 +1079,16 @@
|
|
949 |
"Java",
|
950 |
"JavaBeans",
|
951 |
"JavaScript",
|
|
|
952 |
"Jdeveloper",
|
953 |
"Jenkins",
|
954 |
"Jersey",
|
955 |
"Jetty",
|
956 |
"Jira",
|
957 |
"Job",
|
|
|
958 |
"Join",
|
|
|
959 |
"Jquery",
|
960 |
"Jr",
|
961 |
"Jr.",
|
@@ -977,7 +1110,11 @@
|
|
977 |
"Kans",
|
978 |
"Kans.",
|
979 |
"Kansas",
|
|
|
|
|
980 |
"Kentucky",
|
|
|
|
|
981 |
"Kibana",
|
982 |
"Knowledge",
|
983 |
"Kothrud",
|
@@ -990,6 +1127,7 @@
|
|
990 |
"LINUX",
|
991 |
"LLS",
|
992 |
"LOCATION",
|
|
|
993 |
"La",
|
994 |
"La.",
|
995 |
"Lab",
|
@@ -999,6 +1137,7 @@
|
|
999 |
"Leadership",
|
1000 |
"Leading",
|
1001 |
"Learning",
|
|
|
1002 |
"Let",
|
1003 |
"Let's",
|
1004 |
"Let\u2019s",
|
@@ -1006,7 +1145,9 @@
|
|
1006 |
"Level-2",
|
1007 |
"Leverage",
|
1008 |
"Leverages",
|
|
|
1009 |
"Linux",
|
|
|
1010 |
"Log4j",
|
1011 |
"Logic",
|
1012 |
"Louisiana",
|
@@ -1015,6 +1156,7 @@
|
|
1015 |
"Lovin\u2019",
|
1016 |
"Ltd",
|
1017 |
"Ltd.",
|
|
|
1018 |
"M",
|
1019 |
"MADHYAMIK",
|
1020 |
"MCU",
|
@@ -1029,6 +1171,10 @@
|
|
1029 |
"MS",
|
1030 |
"MTP",
|
1031 |
"MVC",
|
|
|
|
|
|
|
|
|
1032 |
"Ma'am",
|
1033 |
"Mac",
|
1034 |
"Mac.",
|
@@ -1041,11 +1187,13 @@
|
|
1041 |
"Main",
|
1042 |
"Maintained",
|
1043 |
"Major",
|
|
|
1044 |
"Management",
|
1045 |
"Mapping",
|
1046 |
"Mar",
|
1047 |
"Mar.",
|
1048 |
"March",
|
|
|
1049 |
"Mass",
|
1050 |
"Mass.",
|
1051 |
"Massachusetts",
|
@@ -1055,10 +1203,12 @@
|
|
1055 |
"Ma\u2019am",
|
1056 |
"Md",
|
1057 |
"Md.",
|
|
|
1058 |
"Message",
|
1059 |
"Messrs",
|
1060 |
"Messrs.",
|
1061 |
"Methodologies",
|
|
|
1062 |
"Mich",
|
1063 |
"Mich.",
|
1064 |
"Michigan",
|
@@ -1089,6 +1239,7 @@
|
|
1089 |
"Mt.",
|
1090 |
"Multi",
|
1091 |
"Multi-Threading",
|
|
|
1092 |
"Multi-threading",
|
1093 |
"Must",
|
1094 |
"My",
|
@@ -1116,6 +1267,7 @@
|
|
1116 |
"NT",
|
1117 |
"NUX",
|
1118 |
"Nagpur",
|
|
|
1119 |
"Naive",
|
1120 |
"Nanded",
|
1121 |
"Narendra",
|
@@ -1126,6 +1278,7 @@
|
|
1126 |
"Nebr.",
|
1127 |
"Nebraska",
|
1128 |
"Need",
|
|
|
1129 |
"Net",
|
1130 |
"Nev",
|
1131 |
"Nev.",
|
@@ -1135,8 +1288,11 @@
|
|
1135 |
"New Mexico",
|
1136 |
"New York",
|
1137 |
"Ninjas",
|
|
|
1138 |
"NoSQL",
|
|
|
1139 |
"Node",
|
|
|
1140 |
"Node.JS",
|
1141 |
"Node.Js",
|
1142 |
"Node.js",
|
@@ -1177,6 +1333,7 @@
|
|
1177 |
"ORM",
|
1178 |
"ORS",
|
1179 |
"OSS",
|
|
|
1180 |
"OSX",
|
1181 |
"O_O",
|
1182 |
"O_o",
|
@@ -1190,8 +1347,10 @@
|
|
1190 |
"Oklahoma",
|
1191 |
"Ol",
|
1192 |
"Ol'",
|
|
|
1193 |
"Ol\u2019",
|
1194 |
"On",
|
|
|
1195 |
"OpenSearch",
|
1196 |
"OpenSource",
|
1197 |
"Operating",
|
@@ -1202,6 +1361,7 @@
|
|
1202 |
"Oregon",
|
1203 |
"Oriented",
|
1204 |
"Ought",
|
|
|
1205 |
"Out",
|
1206 |
"Over",
|
1207 |
"O\u2019clock",
|
@@ -1214,11 +1374,13 @@
|
|
1214 |
"POCs",
|
1215 |
"POJOs",
|
1216 |
"POLYTECHNIC",
|
|
|
1217 |
"PPU",
|
1218 |
"PROGRAMMING",
|
1219 |
"Pa",
|
1220 |
"Pa.",
|
1221 |
"Participated",
|
|
|
1222 |
"Pennsylvania",
|
1223 |
"Percentile",
|
1224 |
"Performed",
|
@@ -1239,6 +1401,7 @@
|
|
1239 |
"Primary",
|
1240 |
"PrimeFaces",
|
1241 |
"Prior",
|
|
|
1242 |
"Problem",
|
1243 |
"Procedures",
|
1244 |
"Processing",
|
@@ -1274,9 +1437,12 @@
|
|
1274 |
"RISEUP",
|
1275 |
"RMI",
|
1276 |
"ROOT",
|
|
|
1277 |
"RUD",
|
1278 |
"RUM",
|
1279 |
"Rack",
|
|
|
|
|
1280 |
"Rank",
|
1281 |
"Raspberry",
|
1282 |
"Rational",
|
@@ -1288,16 +1454,20 @@
|
|
1288 |
"Recalculation",
|
1289 |
"Recipe",
|
1290 |
"RedHat",
|
|
|
1291 |
"Redshift",
|
1292 |
"Relational",
|
1293 |
"Rep",
|
1294 |
"Rep.",
|
|
|
1295 |
"Research",
|
1296 |
"Responsible",
|
1297 |
"Restful",
|
1298 |
"Rev",
|
1299 |
"Rev.",
|
|
|
1300 |
"Rohan",
|
|
|
1301 |
"Room",
|
1302 |
"Rose",
|
1303 |
"Rules",
|
@@ -1313,6 +1483,7 @@
|
|
1313 |
"SEAM",
|
1314 |
"SENSORS",
|
1315 |
"SF2",
|
|
|
1316 |
"SHRI",
|
1317 |
"SINGHJI",
|
1318 |
"SKILLS",
|
@@ -1331,10 +1502,12 @@
|
|
1331 |
"SS3",
|
1332 |
"SSL",
|
1333 |
"STACK",
|
|
|
1334 |
"STRUTS",
|
1335 |
"SVM",
|
1336 |
"SVN",
|
1337 |
"SaaS",
|
|
|
1338 |
"Scala",
|
1339 |
"Scan",
|
1340 |
"School",
|
@@ -1353,29 +1526,37 @@
|
|
1353 |
"Sept.",
|
1354 |
"September",
|
1355 |
"Sequence",
|
|
|
1356 |
"Serve",
|
1357 |
"Server",
|
1358 |
"Server2005",
|
1359 |
"Servers",
|
1360 |
"Service",
|
1361 |
"Services",
|
|
|
1362 |
"Servlets",
|
1363 |
"Session",
|
1364 |
"Sha",
|
|
|
1365 |
"She",
|
1366 |
"She's",
|
1367 |
"Shell",
|
1368 |
"She\u2019s",
|
1369 |
"Shivaji",
|
1370 |
"Should",
|
|
|
1371 |
"Simplified",
|
|
|
1372 |
"Skills",
|
|
|
1373 |
"Software",
|
|
|
1374 |
"Solving",
|
1375 |
"Some",
|
1376 |
"Somethin",
|
1377 |
"Somethin'",
|
1378 |
"Somethin\u2019",
|
|
|
1379 |
"Source",
|
1380 |
"South",
|
1381 |
"South Carolina",
|
@@ -1386,6 +1567,7 @@
|
|
1386 |
"Specialist",
|
1387 |
"Splunk",
|
1388 |
"Spring",
|
|
|
1389 |
"Sr",
|
1390 |
"Sr.",
|
1391 |
"St",
|
@@ -1408,19 +1590,23 @@
|
|
1408 |
"Subversion",
|
1409 |
"Support",
|
1410 |
"Swing",
|
|
|
1411 |
"System",
|
1412 |
"Systems",
|
1413 |
"T",
|
1414 |
"T11",
|
1415 |
"TCP",
|
1416 |
"TECHNOLOGY",
|
|
|
1417 |
"TLS",
|
1418 |
"TML",
|
1419 |
"TTP",
|
1420 |
"Tailwind",
|
1421 |
"Take",
|
|
|
1422 |
"Tech",
|
1423 |
"Technical",
|
|
|
1424 |
"Technologies",
|
1425 |
"Technology",
|
1426 |
"Telecommunication",
|
@@ -1445,10 +1631,13 @@
|
|
1445 |
"This",
|
1446 |
"This's",
|
1447 |
"This\u2019s",
|
|
|
1448 |
"Those",
|
|
|
1449 |
"Threading",
|
1450 |
"Threat",
|
1451 |
"Through",
|
|
|
1452 |
"Time",
|
1453 |
"Title",
|
1454 |
"To",
|
@@ -1458,8 +1647,10 @@
|
|
1458 |
"Tools",
|
1459 |
"Tortoise",
|
1460 |
"Training",
|
|
|
1461 |
"Tree",
|
1462 |
"Troubleshoot",
|
|
|
1463 |
"U",
|
1464 |
"UI",
|
1465 |
"UML",
|
@@ -1474,6 +1665,7 @@
|
|
1474 |
"Understanding",
|
1475 |
"Unit",
|
1476 |
"United",
|
|
|
1477 |
"Update",
|
1478 |
"Use",
|
1479 |
"Used",
|
@@ -1483,6 +1675,8 @@
|
|
1483 |
"V",
|
1484 |
"V.V",
|
1485 |
"V8.0",
|
|
|
|
|
1486 |
"VIDYALAYA",
|
1487 |
"VIDYALAYAM",
|
1488 |
"VLANs",
|
@@ -1491,8 +1685,10 @@
|
|
1491 |
"Va",
|
1492 |
"Va.",
|
1493 |
"Validation",
|
|
|
1494 |
"Version",
|
1495 |
"View",
|
|
|
1496 |
"Virginia",
|
1497 |
"Visio",
|
1498 |
"Vista",
|
@@ -1501,6 +1697,7 @@
|
|
1501 |
"WAR",
|
1502 |
"WS",
|
1503 |
"WSDL",
|
|
|
1504 |
"Was",
|
1505 |
"Wash",
|
1506 |
"Wash.",
|
@@ -1524,12 +1721,15 @@
|
|
1524 |
"Where's",
|
1525 |
"Where\u2019s",
|
1526 |
"While",
|
|
|
1527 |
"Who",
|
1528 |
"Who's",
|
1529 |
"Who\u2019s",
|
1530 |
"Why",
|
1531 |
"Why's",
|
1532 |
"Why\u2019s",
|
|
|
|
|
1533 |
"Windows",
|
1534 |
"Windows-10",
|
1535 |
"Wis",
|
@@ -1567,6 +1767,7 @@
|
|
1567 |
"XXX",
|
1568 |
"XXX-XX",
|
1569 |
"XXX-Xxxxx",
|
|
|
1570 |
"XXX.XXX",
|
1571 |
"XXX.xx",
|
1572 |
"XXXX",
|
@@ -1576,6 +1777,7 @@
|
|
1576 |
"XXXXxxx",
|
1577 |
"XXXd",
|
1578 |
"XXXd.d",
|
|
|
1579 |
"XXXdd",
|
1580 |
"XXXx",
|
1581 |
"XXd",
|
@@ -1587,6 +1789,7 @@
|
|
1587 |
"Xd.d",
|
1588 |
"XdX",
|
1589 |
"XdXX",
|
|
|
1590 |
"Xx",
|
1591 |
"Xx'",
|
1592 |
"Xx'x",
|
@@ -1607,11 +1810,14 @@
|
|
1607 |
"XxxXxxx",
|
1608 |
"XxxXxxxx",
|
1609 |
"XxxXxxxxdd",
|
|
|
1610 |
"Xxxdddd",
|
1611 |
"Xxxdx",
|
1612 |
"Xxxx",
|
1613 |
"Xxxx'",
|
1614 |
"Xxxx'x",
|
|
|
|
|
1615 |
"Xxxx-Xxxx",
|
1616 |
"Xxxx.",
|
1617 |
"Xxxx.XX",
|
@@ -1624,6 +1830,8 @@
|
|
1624 |
"Xxxxx",
|
1625 |
"Xxxxx'",
|
1626 |
"Xxxxx'x",
|
|
|
|
|
1627 |
"Xxxxx-Xxxxx",
|
1628 |
"Xxxxx-d",
|
1629 |
"Xxxxx-dd",
|
@@ -1682,11 +1890,14 @@
|
|
1682 |
"a.m",
|
1683 |
"a.m.",
|
1684 |
"aaS",
|
|
|
1685 |
"aas",
|
|
|
1686 |
"abilities",
|
1687 |
"ability",
|
1688 |
"about",
|
1689 |
"abs",
|
|
|
1690 |
"ac.",
|
1691 |
"access",
|
1692 |
"accessible",
|
@@ -1702,6 +1913,7 @@
|
|
1702 |
"acquire",
|
1703 |
"across",
|
1704 |
"act",
|
|
|
1705 |
"actions",
|
1706 |
"actively",
|
1707 |
"activities",
|
@@ -1712,6 +1924,7 @@
|
|
1712 |
"ade",
|
1713 |
"adeptness",
|
1714 |
"adhering",
|
|
|
1715 |
"adm",
|
1716 |
"adm.",
|
1717 |
"advance",
|
@@ -1727,9 +1940,11 @@
|
|
1727 |
"agile",
|
1728 |
"ags",
|
1729 |
"ai",
|
|
|
1730 |
"ail",
|
1731 |
"ain",
|
1732 |
"air",
|
|
|
1733 |
"ajax",
|
1734 |
"aji",
|
1735 |
"ak",
|
@@ -1739,7 +1954,10 @@
|
|
1739 |
"ala.",
|
1740 |
"alc",
|
1741 |
"ale",
|
|
|
|
|
1742 |
"algorithms",
|
|
|
1743 |
"alignment",
|
1744 |
"aligns",
|
1745 |
"all",
|
@@ -1767,14 +1985,17 @@
|
|
1767 |
"analytics",
|
1768 |
"analyze",
|
1769 |
"analyzing",
|
|
|
1770 |
"and",
|
1771 |
"and/or",
|
|
|
1772 |
"ang",
|
1773 |
"angel",
|
1774 |
"angular",
|
1775 |
"angular.js",
|
1776 |
"angular2",
|
1777 |
"angularjs",
|
|
|
1778 |
"ank",
|
1779 |
"annotations",
|
1780 |
"ans",
|
@@ -1805,9 +2026,11 @@
|
|
1805 |
"ard",
|
1806 |
"arduino",
|
1807 |
"are",
|
|
|
1808 |
"areas",
|
1809 |
"ariz",
|
1810 |
"ariz.",
|
|
|
1811 |
"ark",
|
1812 |
"ark.",
|
1813 |
"arn",
|
@@ -1822,11 +2045,13 @@
|
|
1822 |
"asi",
|
1823 |
"ask",
|
1824 |
"asp.net",
|
|
|
1825 |
"ass",
|
1826 |
"assist",
|
1827 |
"assisting",
|
1828 |
"ast",
|
1829 |
"asy",
|
|
|
1830 |
"at",
|
1831 |
"ata",
|
1832 |
"ate",
|
@@ -1836,6 +2061,7 @@
|
|
1836 |
"attributes",
|
1837 |
"aug",
|
1838 |
"aug.",
|
|
|
1839 |
"authentication",
|
1840 |
"authorizations",
|
1841 |
"auto",
|
@@ -1847,6 +2073,8 @@
|
|
1847 |
"ave",
|
1848 |
"awareness",
|
1849 |
"aws",
|
|
|
|
|
1850 |
"axis",
|
1851 |
"aya",
|
1852 |
"ays",
|
@@ -1880,9 +2108,12 @@
|
|
1880 |
"because",
|
1881 |
"been",
|
1882 |
"behind",
|
|
|
|
|
1883 |
"ber",
|
1884 |
"best",
|
1885 |
"between",
|
|
|
1886 |
"big",
|
1887 |
"bit",
|
1888 |
"ble",
|
@@ -1894,8 +2125,10 @@
|
|
1894 |
"bout",
|
1895 |
"box",
|
1896 |
"br.",
|
|
|
1897 |
"bros",
|
1898 |
"bros.",
|
|
|
1899 |
"bse",
|
1900 |
"buff",
|
1901 |
"bug",
|
@@ -1920,15 +2153,18 @@
|
|
1920 |
"calif",
|
1921 |
"calif.",
|
1922 |
"call",
|
|
|
1923 |
"called",
|
1924 |
"calling",
|
1925 |
"campaign",
|
1926 |
"can",
|
1927 |
"candidate",
|
1928 |
"capabilities",
|
|
|
1929 |
"card",
|
1930 |
"career",
|
1931 |
"careful",
|
|
|
1932 |
"case",
|
1933 |
"cases",
|
1934 |
"cassandra",
|
@@ -1953,11 +2189,14 @@
|
|
1953 |
"chat",
|
1954 |
"che",
|
1955 |
"checks",
|
|
|
|
|
1956 |
"ci",
|
1957 |
"cil",
|
1958 |
"citizens",
|
1959 |
"city",
|
1960 |
"cks",
|
|
|
1961 |
"class",
|
1962 |
"classes",
|
1963 |
"classes.",
|
@@ -1991,6 +2230,7 @@
|
|
1991 |
"colo.",
|
1992 |
"com",
|
1993 |
"combination",
|
|
|
1994 |
"come",
|
1995 |
"commitment",
|
1996 |
"common",
|
@@ -1999,12 +2239,15 @@
|
|
1999 |
"communication",
|
2000 |
"companies",
|
2001 |
"company",
|
|
|
|
|
2002 |
"comparison",
|
2003 |
"compensation",
|
2004 |
"competitive",
|
2005 |
"compiling",
|
2006 |
"complete",
|
2007 |
"completed",
|
|
|
2008 |
"complex",
|
2009 |
"compliance",
|
2010 |
"component",
|
@@ -2013,6 +2256,8 @@
|
|
2013 |
"comprehensive",
|
2014 |
"computer",
|
2015 |
"concentration",
|
|
|
|
|
2016 |
"concepts",
|
2017 |
"conceptual",
|
2018 |
"concurrency",
|
@@ -2023,9 +2268,12 @@
|
|
2023 |
"conn.",
|
2024 |
"connect",
|
2025 |
"connected",
|
|
|
2026 |
"consideration",
|
2027 |
"construct",
|
2028 |
"constructed",
|
|
|
|
|
2029 |
"consume",
|
2030 |
"consumed",
|
2031 |
"consuming",
|
@@ -2070,6 +2318,7 @@
|
|
2070 |
"cumulative",
|
2071 |
"currently",
|
2072 |
"cus",
|
|
|
2073 |
"customer",
|
2074 |
"customers",
|
2075 |
"customized",
|
@@ -2111,6 +2360,8 @@
|
|
2111 |
"database.",
|
2112 |
"databases",
|
2113 |
"date",
|
|
|
|
|
2114 |
"db",
|
2115 |
"db2",
|
2116 |
"dbas",
|
@@ -2121,6 +2372,7 @@
|
|
2121 |
"dd.d.d",
|
2122 |
"dd.dd",
|
2123 |
"ddd",
|
|
|
2124 |
"ddd-ddd-dddd*ddd",
|
2125 |
"ddd.dd",
|
2126 |
"dddd",
|
@@ -2128,6 +2380,7 @@
|
|
2128 |
"ddx.x",
|
2129 |
"ddx.x.",
|
2130 |
"ddxx",
|
|
|
2131 |
"debug",
|
2132 |
"debugging",
|
2133 |
"dec",
|
@@ -2148,18 +2401,22 @@
|
|
2148 |
"del.",
|
2149 |
"delegate",
|
2150 |
"delegates",
|
|
|
2151 |
"delete",
|
2152 |
"delivering",
|
2153 |
"demonstrating",
|
2154 |
"demos",
|
2155 |
"dependency",
|
|
|
2156 |
"deployed",
|
|
|
2157 |
"deployment",
|
2158 |
"deployments",
|
2159 |
"depth",
|
2160 |
"der",
|
2161 |
"derive",
|
2162 |
"des",
|
|
|
2163 |
"description",
|
2164 |
"design",
|
2165 |
"designed",
|
@@ -2204,6 +2461,7 @@
|
|
2204 |
"documentation",
|
2205 |
"documented",
|
2206 |
"documenting",
|
|
|
2207 |
"does",
|
2208 |
"doin",
|
2209 |
"doin'",
|
@@ -2246,6 +2504,7 @@
|
|
2246 |
"ear",
|
2247 |
"earned",
|
2248 |
"eas",
|
|
|
2249 |
"easy",
|
2250 |
"eat",
|
2251 |
"eb.",
|
@@ -2259,8 +2518,10 @@
|
|
2259 |
"ect",
|
2260 |
"edge",
|
2261 |
"editing",
|
|
|
2262 |
"education",
|
2263 |
"eed",
|
|
|
2264 |
"een",
|
2265 |
"eep",
|
2266 |
"eer",
|
@@ -2290,7 +2551,19 @@
|
|
2290 |
"em",
|
2291 |
"ema",
|
2292 |
"email",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2293 |
"emerging",
|
|
|
|
|
|
|
2294 |
"employees",
|
2295 |
"empowering",
|
2296 |
"emr",
|
@@ -2299,6 +2572,7 @@
|
|
2299 |
"en",
|
2300 |
"en.",
|
2301 |
"en2",
|
|
|
2302 |
"enabling",
|
2303 |
"encryption",
|
2304 |
"end",
|
@@ -2319,6 +2593,7 @@
|
|
2319 |
"enthusiasts",
|
2320 |
"entities",
|
2321 |
"enu",
|
|
|
2322 |
"environment",
|
2323 |
"environment.",
|
2324 |
"environments",
|
@@ -2340,7 +2615,10 @@
|
|
2340 |
"etc",
|
2341 |
"etc.",
|
2342 |
"ete",
|
|
|
|
|
2343 |
"ets",
|
|
|
2344 |
"eup",
|
2345 |
"ev.",
|
2346 |
"eve",
|
@@ -2352,13 +2630,19 @@
|
|
2352 |
"evolving",
|
2353 |
"ews",
|
2354 |
"example",
|
|
|
|
|
|
|
|
|
2355 |
"excellence",
|
2356 |
"excellent",
|
2357 |
"exception",
|
|
|
2358 |
"excited",
|
2359 |
"executing",
|
2360 |
"execution",
|
2361 |
"execution.",
|
|
|
2362 |
"existing",
|
2363 |
"expand",
|
2364 |
"expected",
|
@@ -2367,12 +2651,14 @@
|
|
2367 |
"expertise",
|
2368 |
"expertise.",
|
2369 |
"experts",
|
|
|
2370 |
"expose",
|
2371 |
"exposure",
|
2372 |
"express",
|
2373 |
"ext",
|
2374 |
"ext-js",
|
2375 |
"ext.js",
|
|
|
2376 |
"extension",
|
2377 |
"extensive",
|
2378 |
"extensively",
|
@@ -2381,6 +2667,7 @@
|
|
2381 |
"e\u2019s",
|
2382 |
"f",
|
2383 |
"f.",
|
|
|
2384 |
"facilitates",
|
2385 |
"facing",
|
2386 |
"falls",
|
@@ -2416,6 +2703,7 @@
|
|
2416 |
"flow",
|
2417 |
"focus",
|
2418 |
"followed",
|
|
|
2419 |
"food",
|
2420 |
"for",
|
2421 |
"forests",
|
@@ -2437,6 +2725,7 @@
|
|
2437 |
"frontend",
|
2438 |
"ful",
|
2439 |
"full",
|
|
|
2440 |
"full-stack",
|
2441 |
"functionalities",
|
2442 |
"functionalities.",
|
@@ -2445,6 +2734,7 @@
|
|
2445 |
"fundamentals",
|
2446 |
"g",
|
2447 |
"g.",
|
|
|
2448 |
"g4j",
|
2449 |
"ga",
|
2450 |
"ga.",
|
@@ -2461,6 +2751,8 @@
|
|
2461 |
"gen.",
|
2462 |
"generally",
|
2463 |
"generation",
|
|
|
|
|
2464 |
"geographic",
|
2465 |
"geographies",
|
2466 |
"ger",
|
@@ -2482,6 +2774,7 @@
|
|
2482 |
"gly",
|
2483 |
"gmail.com",
|
2484 |
"gns",
|
|
|
2485 |
"goals",
|
2486 |
"gobind",
|
2487 |
"gogula",
|
@@ -2500,6 +2793,7 @@
|
|
2500 |
"gov.",
|
2501 |
"government",
|
2502 |
"gpa",
|
|
|
2503 |
"gradle",
|
2504 |
"grafana",
|
2505 |
"grant",
|
@@ -2513,6 +2807,7 @@
|
|
2513 |
"guidance",
|
2514 |
"guide",
|
2515 |
"guiding",
|
|
|
2516 |
"guru",
|
2517 |
"h",
|
2518 |
"h.",
|
@@ -2534,6 +2829,7 @@
|
|
2534 |
"havin'",
|
2535 |
"having",
|
2536 |
"havin\u2019",
|
|
|
2537 |
"he",
|
2538 |
"he's",
|
2539 |
"head",
|
@@ -2547,6 +2843,7 @@
|
|
2547 |
"here",
|
2548 |
"hey",
|
2549 |
"he\u2019s",
|
|
|
2550 |
"hibernate",
|
2551 |
"hibernate.",
|
2552 |
"hic",
|
@@ -2561,23 +2858,28 @@
|
|
2561 |
"hiring",
|
2562 |
"his",
|
2563 |
"history",
|
|
|
2564 |
"hji",
|
2565 |
"hly",
|
2566 |
"hms",
|
2567 |
"hon",
|
2568 |
"honour",
|
|
|
2569 |
"house",
|
2570 |
"how",
|
2571 |
"how's",
|
2572 |
"how\u2019s",
|
2573 |
"hql",
|
2574 |
"hri",
|
|
|
|
|
2575 |
"html",
|
2576 |
"html5",
|
2577 |
"html5and",
|
2578 |
"hts",
|
2579 |
"http",
|
2580 |
"hub",
|
|
|
2581 |
"humidity",
|
2582 |
"i",
|
2583 |
"i.",
|
@@ -2610,9 +2912,11 @@
|
|
2610 |
"ift",
|
2611 |
"ify",
|
2612 |
"igh",
|
|
|
2613 |
"ign",
|
2614 |
"iit",
|
2615 |
"iit-madras",
|
|
|
2616 |
"ike",
|
2617 |
"ild",
|
2618 |
"ile",
|
@@ -2636,11 +2940,13 @@
|
|
2636 |
"inc.",
|
2637 |
"incidents",
|
2638 |
"include",
|
|
|
2639 |
"including",
|
2640 |
"inclusion",
|
2641 |
"incorporating",
|
2642 |
"ind",
|
2643 |
"ind.",
|
|
|
2644 |
"india",
|
2645 |
"individual",
|
2646 |
"individuals",
|
@@ -2652,6 +2958,7 @@
|
|
2652 |
"infrastructure.",
|
2653 |
"ing",
|
2654 |
"inheritance",
|
|
|
2655 |
"initiatives",
|
2656 |
"injection",
|
2657 |
"inn",
|
@@ -2660,21 +2967,26 @@
|
|
2660 |
"ino",
|
2661 |
"input",
|
2662 |
"ins",
|
|
|
2663 |
"insider",
|
2664 |
"insights",
|
2665 |
"inspire",
|
|
|
2666 |
"institute",
|
2667 |
"int",
|
2668 |
"integrated",
|
2669 |
"integration",
|
2670 |
"intelligence",
|
|
|
2671 |
"intellij",
|
2672 |
"intention",
|
2673 |
"interact",
|
|
|
2674 |
"interaction",
|
2675 |
"interactions",
|
2676 |
"interactive",
|
2677 |
"interacts",
|
|
|
2678 |
"interface",
|
2679 |
"interface.",
|
2680 |
"interfaces",
|
@@ -2697,6 +3009,7 @@
|
|
2697 |
"involved",
|
2698 |
"involving",
|
2699 |
"in\u2019",
|
|
|
2700 |
"ioc",
|
2701 |
"ion",
|
2702 |
"ior",
|
@@ -2710,6 +3023,7 @@
|
|
2710 |
"ire",
|
2711 |
"is",
|
2712 |
"is.",
|
|
|
2713 |
"ise",
|
2714 |
"ish",
|
2715 |
"iss",
|
@@ -2724,6 +3038,7 @@
|
|
2724 |
"ity",
|
2725 |
"it\u2019s",
|
2726 |
"ive",
|
|
|
2727 |
"iz.",
|
2728 |
"ize",
|
2729 |
"j",
|
@@ -2731,6 +3046,7 @@
|
|
2731 |
"j2ee",
|
2732 |
"j2se",
|
2733 |
"jQuery",
|
|
|
2734 |
"jagruti",
|
2735 |
"jakarta",
|
2736 |
"jan",
|
@@ -2739,24 +3055,32 @@
|
|
2739 |
"java",
|
2740 |
"javabeans",
|
2741 |
"javascript",
|
|
|
2742 |
"jax",
|
|
|
2743 |
"jax-ws",
|
|
|
2744 |
"jaxws",
|
2745 |
"jboss",
|
2746 |
"jbs",
|
2747 |
"jdbc",
|
2748 |
"jdeveloper",
|
|
|
2749 |
"jee",
|
2750 |
"jenkins",
|
|
|
2751 |
"jersey",
|
2752 |
"jetty",
|
2753 |
"jira",
|
2754 |
"jms",
|
2755 |
"jndi",
|
2756 |
"job",
|
|
|
|
|
2757 |
"join",
|
2758 |
"jor",
|
2759 |
"jos",
|
|
|
2760 |
"jpa",
|
2761 |
"jquery",
|
2762 |
"jr",
|
@@ -2767,6 +3091,7 @@
|
|
2767 |
"json",
|
2768 |
"jsp",
|
2769 |
"jsps",
|
|
|
2770 |
"jul",
|
2771 |
"jul.",
|
2772 |
"july",
|
@@ -2785,11 +3110,16 @@
|
|
2785 |
"kan.",
|
2786 |
"kans",
|
2787 |
"kans.",
|
|
|
|
|
2788 |
"ked",
|
2789 |
"ker",
|
2790 |
"kernel",
|
2791 |
"kes",
|
2792 |
"ket",
|
|
|
|
|
|
|
2793 |
"kibana",
|
2794 |
"kla",
|
2795 |
"kly",
|
@@ -2809,7 +3139,9 @@
|
|
2809 |
"la",
|
2810 |
"la.",
|
2811 |
"lab",
|
|
|
2812 |
"lambda",
|
|
|
2813 |
"languages",
|
2814 |
"lar",
|
2815 |
"large",
|
@@ -2831,6 +3163,7 @@
|
|
2831 |
"learn",
|
2832 |
"learning",
|
2833 |
"led",
|
|
|
2834 |
"lem",
|
2835 |
"ler",
|
2836 |
"les",
|
@@ -2840,21 +3173,28 @@
|
|
2840 |
"level",
|
2841 |
"level-1",
|
2842 |
"level-2",
|
|
|
2843 |
"leverage",
|
2844 |
"leverages",
|
2845 |
"leveraging",
|
2846 |
"lex",
|
2847 |
"liJ",
|
|
|
|
|
2848 |
"lid",
|
2849 |
"lif",
|
2850 |
"lij",
|
2851 |
"like",
|
|
|
2852 |
"line",
|
2853 |
"lines",
|
2854 |
"linux",
|
|
|
|
|
2855 |
"live",
|
2856 |
"ll",
|
2857 |
"ll.",
|
|
|
2858 |
"lls",
|
2859 |
"lly",
|
2860 |
"lo.",
|
@@ -2863,7 +3203,9 @@
|
|
2863 |
"loans",
|
2864 |
"located",
|
2865 |
"location",
|
|
|
2866 |
"log4j",
|
|
|
2867 |
"logic",
|
2868 |
"login",
|
2869 |
"looking",
|
@@ -2875,12 +3217,14 @@
|
|
2875 |
"loving",
|
2876 |
"lovin\u2019",
|
2877 |
"low",
|
|
|
2878 |
"lso",
|
2879 |
"ltd",
|
2880 |
"ltd.",
|
2881 |
"lth",
|
2882 |
"lti",
|
2883 |
"lts",
|
|
|
2884 |
"lug",
|
2885 |
"lve",
|
2886 |
"m",
|
@@ -2899,6 +3243,7 @@
|
|
2899 |
"madras",
|
2900 |
"maharashtra",
|
2901 |
"main",
|
|
|
2902 |
"maintain",
|
2903 |
"maintained",
|
2904 |
"maintaining",
|
@@ -2907,6 +3252,7 @@
|
|
2907 |
"make",
|
2908 |
"makes",
|
2909 |
"making",
|
|
|
2910 |
"man",
|
2911 |
"manage",
|
2912 |
"management",
|
@@ -2914,12 +3260,15 @@
|
|
2914 |
"managing",
|
2915 |
"mandatory",
|
2916 |
"manipulation",
|
|
|
2917 |
"map",
|
2918 |
"mapping",
|
2919 |
"mappings",
|
2920 |
"mar",
|
2921 |
"mar.",
|
2922 |
"market",
|
|
|
|
|
2923 |
"mass",
|
2924 |
"mass.",
|
2925 |
"mat",
|
@@ -2937,6 +3286,7 @@
|
|
2937 |
"med",
|
2938 |
"meetings",
|
2939 |
"meets",
|
|
|
2940 |
"members",
|
2941 |
"menu",
|
2942 |
"menus",
|
@@ -2949,6 +3299,8 @@
|
|
2949 |
"methods",
|
2950 |
"mex",
|
2951 |
"mh",
|
|
|
|
|
2952 |
"mic",
|
2953 |
"mich",
|
2954 |
"mich.",
|
@@ -2958,6 +3310,7 @@
|
|
2958 |
"might",
|
2959 |
"mik",
|
2960 |
"mike",
|
|
|
2961 |
"mindset",
|
2962 |
"minn",
|
2963 |
"minn.",
|
@@ -3001,8 +3354,11 @@
|
|
3001 |
"multi-level",
|
3002 |
"multi-threaded",
|
3003 |
"multi-threading",
|
|
|
3004 |
"must",
|
3005 |
"mvc",
|
|
|
|
|
3006 |
"my",
|
3007 |
"myeclipse",
|
3008 |
"mysql",
|
@@ -3018,6 +3374,7 @@
|
|
3018 |
"n.y.",
|
3019 |
"na",
|
3020 |
"nagpur",
|
|
|
3021 |
"naive",
|
3022 |
"nal",
|
3023 |
"name",
|
@@ -3040,7 +3397,11 @@
|
|
3040 |
"nebr.",
|
3041 |
"ned",
|
3042 |
"need",
|
|
|
|
|
|
|
3043 |
"nel",
|
|
|
3044 |
"nes",
|
3045 |
"net",
|
3046 |
"network",
|
@@ -3049,20 +3410,26 @@
|
|
3049 |
"nev.",
|
3050 |
"new",
|
3051 |
"next",
|
|
|
3052 |
"nfo",
|
3053 |
"ng.",
|
3054 |
"nge",
|
|
|
3055 |
"ngs",
|
3056 |
"nic",
|
3057 |
"nilesh",
|
3058 |
"nilesh290402",
|
3059 |
"ninjas",
|
|
|
3060 |
"nit",
|
3061 |
"nix",
|
3062 |
"nly",
|
3063 |
"nmp",
|
3064 |
"nn.",
|
|
|
|
|
3065 |
"node",
|
|
|
3066 |
"node.js",
|
3067 |
"nodejs",
|
3068 |
"nodemcu",
|
@@ -3076,17 +3443,20 @@
|
|
3076 |
"nov",
|
3077 |
"nov.",
|
3078 |
"ns.",
|
|
|
3079 |
"nt",
|
3080 |
"nt.",
|
3081 |
"nto",
|
3082 |
"nts",
|
3083 |
"ntu",
|
|
|
3084 |
"nuff",
|
3085 |
"nus",
|
3086 |
"nuthin",
|
3087 |
"nuthin'",
|
3088 |
"nuthin\u2019",
|
3089 |
"nux",
|
|
|
3090 |
"n\u2019s",
|
3091 |
"n\u2019t",
|
3092 |
"o",
|
@@ -3101,10 +3471,13 @@
|
|
3101 |
"o_O",
|
3102 |
"o_o",
|
3103 |
"oad",
|
|
|
|
|
3104 |
"oan",
|
3105 |
"oap",
|
3106 |
"object",
|
3107 |
"object-relational",
|
|
|
3108 |
"obtain",
|
3109 |
"ock",
|
3110 |
"ocs",
|
@@ -3129,6 +3502,7 @@
|
|
3129 |
"ol'",
|
3130 |
"old",
|
3131 |
"ole",
|
|
|
3132 |
"olo",
|
3133 |
"ols",
|
3134 |
"ol\u2019",
|
@@ -3140,6 +3514,7 @@
|
|
3140 |
"one",
|
3141 |
"ong",
|
3142 |
"ongoing",
|
|
|
3143 |
"onn",
|
3144 |
"ons",
|
3145 |
"ont",
|
@@ -3151,6 +3526,7 @@
|
|
3151 |
"oop",
|
3152 |
"oor",
|
3153 |
"oot",
|
|
|
3154 |
"opensearch",
|
3155 |
"opensource",
|
3156 |
"operating",
|
@@ -3171,6 +3547,7 @@
|
|
3171 |
"order",
|
3172 |
"ore",
|
3173 |
"ore.",
|
|
|
3174 |
"organization",
|
3175 |
"organizations",
|
3176 |
"organize",
|
@@ -3201,6 +3578,7 @@
|
|
3201 |
"over",
|
3202 |
"overall",
|
3203 |
"ovy",
|
|
|
3204 |
"ows",
|
3205 |
"o\u2019clock",
|
3206 |
"o\u2019s",
|
@@ -3210,9 +3588,13 @@
|
|
3210 |
"p.m.",
|
3211 |
"pa",
|
3212 |
"pa.",
|
|
|
|
|
3213 |
"pam",
|
|
|
3214 |
"parks",
|
3215 |
"parsers",
|
|
|
3216 |
"part",
|
3217 |
"participate",
|
3218 |
"participated",
|
@@ -3220,6 +3602,7 @@
|
|
3220 |
"passing",
|
3221 |
"passion",
|
3222 |
"passionate",
|
|
|
3223 |
"pattern",
|
3224 |
"patterns",
|
3225 |
"pawar",
|
@@ -3232,6 +3615,9 @@
|
|
3232 |
"performed",
|
3233 |
"performing",
|
3234 |
"persistence",
|
|
|
|
|
|
|
3235 |
"pes",
|
3236 |
"ph",
|
3237 |
"ph.d.",
|
@@ -3245,6 +3631,7 @@
|
|
3245 |
"pipelines",
|
3246 |
"pis",
|
3247 |
"pl",
|
|
|
3248 |
"planning",
|
3249 |
"plans",
|
3250 |
"platform",
|
@@ -3261,11 +3648,13 @@
|
|
3261 |
"pollution",
|
3262 |
"polytechnic",
|
3263 |
"pon",
|
|
|
3264 |
"populated",
|
3265 |
"portal",
|
3266 |
"porting",
|
3267 |
"possess",
|
3268 |
"possible",
|
|
|
3269 |
"posting",
|
3270 |
"potential",
|
3271 |
"powerful",
|
@@ -3276,7 +3665,10 @@
|
|
3276 |
"pr.",
|
3277 |
"practice",
|
3278 |
"practices",
|
|
|
|
|
3279 |
"predictive",
|
|
|
3280 |
"prepare",
|
3281 |
"presentation",
|
3282 |
"preserving",
|
@@ -3288,6 +3680,7 @@
|
|
3288 |
"primefaces",
|
3289 |
"principles",
|
3290 |
"prior",
|
|
|
3291 |
"problem",
|
3292 |
"problem-solving",
|
3293 |
"problems",
|
@@ -3309,8 +3702,11 @@
|
|
3309 |
"profiles",
|
3310 |
"programmer",
|
3311 |
"programming",
|
|
|
3312 |
"project",
|
|
|
3313 |
"projects",
|
|
|
3314 |
"promoting",
|
3315 |
"promotional",
|
3316 |
"protection",
|
@@ -3320,14 +3716,18 @@
|
|
3320 |
"proven",
|
3321 |
"provide",
|
3322 |
"provider",
|
|
|
3323 |
"providing",
|
3324 |
"pse",
|
3325 |
"pt.",
|
|
|
3326 |
"pth",
|
3327 |
"pts",
|
3328 |
"pune",
|
3329 |
"pur",
|
3330 |
"purpose",
|
|
|
|
|
3331 |
"pursuing",
|
3332 |
"put",
|
3333 |
"putty",
|
@@ -3337,6 +3737,7 @@
|
|
3337 |
"q.",
|
3338 |
"qa",
|
3339 |
"qualification",
|
|
|
3340 |
"quality",
|
3341 |
"quantitative",
|
3342 |
"queries",
|
@@ -3349,23 +3750,30 @@
|
|
3349 |
"rJs",
|
3350 |
"rack",
|
3351 |
"rad",
|
|
|
3352 |
"raised",
|
|
|
3353 |
"ral",
|
|
|
3354 |
"range",
|
3355 |
"rank",
|
3356 |
"rap",
|
3357 |
"ras",
|
3358 |
"raspberry",
|
3359 |
"rational",
|
|
|
3360 |
"rce",
|
3361 |
"rch",
|
3362 |
"rds",
|
3363 |
"re",
|
3364 |
"re-write",
|
3365 |
"re.",
|
|
|
|
|
3366 |
"react",
|
3367 |
"reactjs",
|
3368 |
"read",
|
|
|
3369 |
"real",
|
3370 |
"real-time",
|
3371 |
"recalc",
|
@@ -3380,6 +3788,7 @@
|
|
3380 |
"records",
|
3381 |
"recruitment",
|
3382 |
"red",
|
|
|
3383 |
"redhat",
|
3384 |
"redshift",
|
3385 |
"reduce",
|
@@ -3399,8 +3808,10 @@
|
|
3399 |
"rep",
|
3400 |
"rep.",
|
3401 |
"reporting",
|
|
|
3402 |
"represent",
|
3403 |
"repurchase",
|
|
|
3404 |
"requestor",
|
3405 |
"required",
|
3406 |
"requirements",
|
@@ -3410,6 +3821,8 @@
|
|
3410 |
"resolution",
|
3411 |
"resolve",
|
3412 |
"resources",
|
|
|
|
|
3413 |
"responsibility",
|
3414 |
"responsible",
|
3415 |
"responsive",
|
@@ -3422,6 +3835,7 @@
|
|
3422 |
"retrospective",
|
3423 |
"returned",
|
3424 |
"reusable",
|
|
|
3425 |
"rev",
|
3426 |
"rev.",
|
3427 |
"review",
|
@@ -3429,6 +3843,7 @@
|
|
3429 |
"revolutionises",
|
3430 |
"rge",
|
3431 |
"ria",
|
|
|
3432 |
"riseup",
|
3433 |
"risks",
|
3434 |
"risks.",
|
@@ -3436,15 +3851,20 @@
|
|
3436 |
"rjs",
|
3437 |
"rk.",
|
3438 |
"rks",
|
|
|
3439 |
"rmi",
|
3440 |
"rms",
|
3441 |
"rns",
|
3442 |
"roadmap",
|
3443 |
"roadmap.",
|
|
|
|
|
3444 |
"robust",
|
3445 |
"rock",
|
|
|
3446 |
"rof",
|
3447 |
"rohan",
|
|
|
3448 |
"rol",
|
3449 |
"role",
|
3450 |
"roles",
|
@@ -3455,6 +3875,7 @@
|
|
3455 |
"rose",
|
3456 |
"rp.",
|
3457 |
"rry",
|
|
|
3458 |
"rs.",
|
3459 |
"rse",
|
3460 |
"rst",
|
@@ -3470,8 +3891,12 @@
|
|
3470 |
"s.",
|
3471 |
"s.c.",
|
3472 |
"saas",
|
|
|
3473 |
"sakasi",
|
3474 |
"same",
|
|
|
|
|
|
|
3475 |
"saved",
|
3476 |
"sax",
|
3477 |
"scala",
|
@@ -3488,6 +3913,7 @@
|
|
3488 |
"scores",
|
3489 |
"screens",
|
3490 |
"scripting",
|
|
|
3491 |
"scrum",
|
3492 |
"sdl",
|
3493 |
"sdlc",
|
@@ -3495,6 +3921,7 @@
|
|
3495 |
"seam",
|
3496 |
"seamless",
|
3497 |
"search",
|
|
|
3498 |
"secondary",
|
3499 |
"secure",
|
3500 |
"securely",
|
@@ -3502,6 +3929,7 @@
|
|
3502 |
"security-related",
|
3503 |
"security.",
|
3504 |
"sed",
|
|
|
3505 |
"seeking",
|
3506 |
"selection",
|
3507 |
"sen",
|
@@ -3516,6 +3944,7 @@
|
|
3516 |
"sept.",
|
3517 |
"sequence",
|
3518 |
"ser",
|
|
|
3519 |
"serve",
|
3520 |
"server",
|
3521 |
"server2005",
|
@@ -3524,6 +3953,7 @@
|
|
3524 |
"service",
|
3525 |
"services",
|
3526 |
"services.",
|
|
|
3527 |
"servlet",
|
3528 |
"servlets",
|
3529 |
"ses",
|
@@ -3533,15 +3963,18 @@
|
|
3533 |
"sets",
|
3534 |
"sey",
|
3535 |
"sf2",
|
|
|
3536 |
"sh.",
|
3537 |
"sha",
|
3538 |
"shall",
|
3539 |
"sharing",
|
|
|
3540 |
"sharpen",
|
3541 |
"she",
|
3542 |
"she's",
|
3543 |
"shell",
|
3544 |
"she\u2019s",
|
|
|
3545 |
"shivaji",
|
3546 |
"should",
|
3547 |
"showcasing",
|
@@ -3551,14 +3984,17 @@
|
|
3551 |
"significant",
|
3552 |
"simplified",
|
3553 |
"sin",
|
|
|
3554 |
"singhji",
|
3555 |
"single",
|
3556 |
"sio",
|
3557 |
"sis",
|
|
|
3558 |
"skilled",
|
3559 |
"skills",
|
3560 |
"sks",
|
3561 |
"slt",
|
|
|
3562 |
"smtp",
|
3563 |
"snmp",
|
3564 |
"soa",
|
@@ -3575,8 +4011,11 @@
|
|
3575 |
"something",
|
3576 |
"somethin\u2019",
|
3577 |
"son",
|
|
|
|
|
3578 |
"sophisticated",
|
3579 |
"sor",
|
|
|
3580 |
"source",
|
3581 |
"south",
|
3582 |
"space",
|
@@ -3588,9 +4027,12 @@
|
|
3588 |
"specialist",
|
3589 |
"specializing",
|
3590 |
"specific",
|
|
|
|
|
3591 |
"splunk",
|
3592 |
"sppu",
|
3593 |
"spring",
|
|
|
3594 |
"sps",
|
3595 |
"sql",
|
3596 |
"sqldatasolutionsinc.com",
|
@@ -3615,10 +4057,13 @@
|
|
3615 |
"startup",
|
3616 |
"startup.",
|
3617 |
"state",
|
|
|
3618 |
"states",
|
|
|
3619 |
"statistics",
|
3620 |
"stay",
|
3621 |
"stealth",
|
|
|
3622 |
"sto",
|
3623 |
"store",
|
3624 |
"stored",
|
@@ -3636,6 +4081,7 @@
|
|
3636 |
"struts2",
|
3637 |
"sts",
|
3638 |
"student",
|
|
|
3639 |
"subscriptions",
|
3640 |
"subversion",
|
3641 |
"success",
|
@@ -3643,6 +4089,7 @@
|
|
3643 |
"such",
|
3644 |
"sue",
|
3645 |
"suggests",
|
|
|
3646 |
"supplier",
|
3647 |
"support",
|
3648 |
"sustainable",
|
@@ -3650,6 +4097,7 @@
|
|
3650 |
"svn",
|
3651 |
"swing",
|
3652 |
"sync",
|
|
|
3653 |
"system",
|
3654 |
"systems",
|
3655 |
"s\u2019s",
|
@@ -3663,6 +4111,7 @@
|
|
3663 |
"table",
|
3664 |
"tables",
|
3665 |
"tabs",
|
|
|
3666 |
"tags",
|
3667 |
"tailwind",
|
3668 |
"take",
|
@@ -3671,6 +4120,7 @@
|
|
3671 |
"tangible",
|
3672 |
"tar",
|
3673 |
"tay",
|
|
|
3674 |
"tc.",
|
3675 |
"tch",
|
3676 |
"tcp",
|
@@ -3683,10 +4133,12 @@
|
|
3683 |
"tech",
|
3684 |
"technical",
|
3685 |
"techniques",
|
|
|
3686 |
"technologies",
|
3687 |
"technologies.",
|
3688 |
"technology",
|
3689 |
"ted",
|
|
|
3690 |
"telecommunication",
|
3691 |
"telecommunications",
|
3692 |
"tem",
|
@@ -3721,28 +4173,35 @@
|
|
3721 |
"this",
|
3722 |
"this's",
|
3723 |
"this\u2019s",
|
|
|
3724 |
"thorough",
|
3725 |
"those",
|
|
|
3726 |
"threaded",
|
3727 |
"threading",
|
3728 |
"threat",
|
3729 |
"three",
|
3730 |
"through",
|
|
|
3731 |
"thy",
|
|
|
3732 |
"tickets",
|
3733 |
"tier",
|
3734 |
"tiers",
|
3735 |
"tiles",
|
3736 |
"time",
|
|
|
3737 |
"tis",
|
3738 |
"title",
|
3739 |
"tjs",
|
|
|
3740 |
"tle",
|
3741 |
"tls",
|
3742 |
"tly",
|
3743 |
"tml",
|
3744 |
"to",
|
3745 |
"toad",
|
|
|
3746 |
"tomcat",
|
3747 |
"too",
|
3748 |
"tool",
|
@@ -3754,6 +4213,7 @@
|
|
3754 |
"tracking",
|
3755 |
"training",
|
3756 |
"transaction",
|
|
|
3757 |
"transferred",
|
3758 |
"transfers",
|
3759 |
"tree",
|
@@ -3770,7 +4230,9 @@
|
|
3770 |
"tty",
|
3771 |
"tup",
|
3772 |
"tuples",
|
|
|
3773 |
"ty.",
|
|
|
3774 |
"type",
|
3775 |
"types",
|
3776 |
"t\u2019s",
|
@@ -3784,6 +4246,7 @@
|
|
3784 |
"ude",
|
3785 |
"udemy",
|
3786 |
"ues",
|
|
|
3787 |
"uff",
|
3788 |
"ug.",
|
3789 |
"ugh",
|
@@ -3806,6 +4269,7 @@
|
|
3806 |
"une",
|
3807 |
"unit",
|
3808 |
"united",
|
|
|
3809 |
"unix",
|
3810 |
"unk",
|
3811 |
"unt",
|
@@ -3850,26 +4314,35 @@
|
|
3850 |
"va",
|
3851 |
"va.",
|
3852 |
"val",
|
|
|
3853 |
"validate",
|
3854 |
"validation",
|
3855 |
"validations",
|
3856 |
"valuable",
|
|
|
3857 |
"various",
|
|
|
|
|
3858 |
"ve",
|
3859 |
"ved",
|
3860 |
"vel",
|
3861 |
"ven",
|
3862 |
"ver",
|
|
|
3863 |
"version",
|
|
|
3864 |
"ves",
|
3865 |
"veterans",
|
|
|
3866 |
"vidyalaya",
|
3867 |
"vidyalayam",
|
3868 |
"view",
|
3869 |
"viewports",
|
3870 |
"views",
|
|
|
3871 |
"vin",
|
3872 |
"virtual",
|
|
|
3873 |
"visio",
|
3874 |
"vision",
|
3875 |
"vista",
|
@@ -3882,12 +4355,15 @@
|
|
3882 |
"vs.",
|
3883 |
"vulnerabilities",
|
3884 |
"vulnerabilities.",
|
|
|
3885 |
"w",
|
3886 |
"w's",
|
3887 |
"w.",
|
3888 |
"w/o",
|
3889 |
"w3c",
|
|
|
3890 |
"war",
|
|
|
3891 |
"was",
|
3892 |
"wash",
|
3893 |
"wash.",
|
@@ -3919,6 +4395,7 @@
|
|
3919 |
"where\u2019s",
|
3920 |
"which",
|
3921 |
"while",
|
|
|
3922 |
"who",
|
3923 |
"who's",
|
3924 |
"who\u2019s",
|
@@ -3927,6 +4404,9 @@
|
|
3927 |
"why\u2019s",
|
3928 |
"wildlife",
|
3929 |
"will",
|
|
|
|
|
|
|
3930 |
"windows",
|
3931 |
"windows-10",
|
3932 |
"wis",
|
@@ -3941,6 +4421,7 @@
|
|
3941 |
"worked",
|
3942 |
"workflows",
|
3943 |
"working",
|
|
|
3944 |
"would",
|
3945 |
"write",
|
3946 |
"writing",
|
@@ -3999,6 +4480,7 @@
|
|
3999 |
"xxx.",
|
4000 |
"xxx.xx",
|
4001 |
"xxx.xxx",
|
|
|
4002 |
"xxx/xx",
|
4003 |
"xxxd",
|
4004 |
"xxxd.d",
|
@@ -4017,6 +4499,7 @@
|
|
4017 |
"xxxx.",
|
4018 |
"xxxx.xx",
|
4019 |
"xxxx.xxx",
|
|
|
4020 |
"xxxxd",
|
4021 |
"xxxxdd",
|
4022 |
"xxxxdddd",
|
@@ -4035,6 +4518,7 @@
|
|
4035 |
"y'",
|
4036 |
"y's",
|
4037 |
"y.",
|
|
|
4038 |
"yam",
|
4039 |
"years",
|
4040 |
"yed",
|
|
|
87 |
"-O",
|
88 |
"-On",
|
89 |
"-P",
|
90 |
+
"-RS",
|
91 |
"-WS",
|
92 |
"-X",
|
93 |
"-X-",
|
|
|
103 |
"-o",
|
104 |
"-on",
|
105 |
"-p",
|
106 |
+
"-rs",
|
107 |
"-ws",
|
108 |
"-x",
|
109 |
"-x-",
|
|
|
150 |
"000",
|
151 |
"003",
|
152 |
"005",
|
153 |
+
"008",
|
154 |
+
"012",
|
155 |
+
"0123456789",
|
156 |
"015",
|
157 |
"016",
|
158 |
"018",
|
|
|
161 |
"023",
|
162 |
"024",
|
163 |
"08",
|
164 |
+
"098",
|
165 |
+
"09876",
|
166 |
"0_0",
|
167 |
"0_o",
|
168 |
"0th",
|
|
|
170 |
"1-2",
|
171 |
"1-31",
|
172 |
"1.",
|
173 |
+
"1.1",
|
174 |
"1.3",
|
175 |
"1.4",
|
176 |
"1.5",
|
|
|
183 |
"10.5",
|
184 |
"100.00",
|
185 |
"106",
|
186 |
+
"109",
|
187 |
+
"10987",
|
188 |
"10a.m",
|
189 |
"10a.m.",
|
190 |
"10g",
|
|
|
198 |
"11p.m",
|
199 |
"11p.m.",
|
200 |
"12",
|
201 |
+
"123",
|
202 |
+
"1234567890",
|
203 |
"12a.m",
|
204 |
"12a.m.",
|
205 |
"12p.m",
|
|
|
207 |
"12th",
|
208 |
"135",
|
209 |
"14",
|
210 |
+
"1547",
|
211 |
"16",
|
212 |
"1998",
|
213 |
"1a.m",
|
|
|
223 |
"2.x",
|
224 |
"2000",
|
225 |
"2003",
|
226 |
+
"2008",
|
227 |
"2015",
|
228 |
"2016",
|
229 |
"2018",
|
|
|
231 |
"2022",
|
232 |
"2023",
|
233 |
"2024",
|
234 |
+
"210",
|
235 |
+
"21098",
|
236 |
"23",
|
237 |
+
"234",
|
238 |
+
"23456",
|
239 |
+
"2345678901",
|
240 |
"24",
|
241 |
"266",
|
242 |
"28",
|
|
|
257 |
"3.4",
|
258 |
"3.6",
|
259 |
"31",
|
260 |
+
"321",
|
261 |
+
"32109",
|
262 |
"33",
|
263 |
"333",
|
264 |
+
"345",
|
265 |
+
"34567",
|
266 |
+
"3456789012",
|
267 |
"358",
|
268 |
"3a.m",
|
269 |
"3a.m.",
|
|
|
276 |
"402",
|
277 |
"403",
|
278 |
"411021",
|
279 |
+
"417",
|
280 |
+
"432",
|
281 |
+
"43210",
|
282 |
+
"456",
|
283 |
+
"45678",
|
284 |
+
"4567890123",
|
285 |
"4a.m",
|
286 |
"4a.m.",
|
287 |
"4p.m",
|
|
|
292 |
"5.x",
|
293 |
"516",
|
294 |
"516-358-1998*106",
|
295 |
+
"518",
|
296 |
+
"518-417-1547",
|
297 |
+
"543",
|
298 |
+
"54321",
|
299 |
+
"547",
|
300 |
+
"555",
|
301 |
+
"567",
|
302 |
+
"5678901234",
|
303 |
"5a.m",
|
304 |
"5a.m.",
|
305 |
"5p.m",
|
|
|
307 |
"6",
|
308 |
"6.",
|
309 |
"6.0",
|
310 |
+
"6.5",
|
311 |
+
"6.8",
|
312 |
"6.x",
|
313 |
+
"654",
|
314 |
+
"65432",
|
315 |
"665",
|
316 |
+
"66555",
|
317 |
+
"678",
|
318 |
+
"6789012345",
|
319 |
"6a.m",
|
320 |
"6a.m.",
|
321 |
"6p.m",
|
322 |
"6p.m.",
|
323 |
"7",
|
324 |
"7+",
|
325 |
+
"7.2",
|
326 |
+
"7.3",
|
327 |
+
"7.5",
|
328 |
+
"7.6",
|
329 |
+
"7.7",
|
330 |
"7.8",
|
331 |
+
"7.9",
|
332 |
"7.99",
|
333 |
"7.x",
|
334 |
"706",
|
335 |
"73.38",
|
336 |
+
"765",
|
337 |
+
"76543",
|
338 |
"7721027665",
|
339 |
+
"777",
|
340 |
+
"789",
|
341 |
+
"78901",
|
342 |
+
"7890123456",
|
343 |
"7a.m",
|
344 |
"7a.m.",
|
345 |
"7p.m",
|
|
|
355 |
"8.0",
|
356 |
"8.1",
|
357 |
"8.16",
|
358 |
+
"8.2",
|
359 |
+
"8.3",
|
360 |
+
"8.4",
|
361 |
+
"8.5",
|
362 |
+
"8.6",
|
363 |
+
"8.7",
|
364 |
+
"8.8",
|
365 |
+
"8.9",
|
366 |
"81.40",
|
367 |
+
"876",
|
368 |
+
"87654",
|
369 |
+
"88777",
|
370 |
+
"888",
|
371 |
+
"88888",
|
372 |
+
"890",
|
373 |
+
"89012",
|
374 |
+
"8901234567",
|
375 |
"8D",
|
376 |
"8a.m",
|
377 |
"8a.m.",
|
378 |
"8d",
|
379 |
+
"8i",
|
380 |
"8p.m",
|
381 |
"8p.m.",
|
382 |
"9",
|
383 |
+
"9.0",
|
384 |
+
"9.1",
|
385 |
"9.1,10",
|
386 |
+
"9.2",
|
387 |
+
"9.3",
|
388 |
+
"9.5",
|
389 |
+
"9.7",
|
390 |
+
"901",
|
391 |
+
"90123",
|
392 |
"92",
|
393 |
"92.69",
|
394 |
"95",
|
395 |
"9595660706",
|
396 |
+
"987",
|
397 |
+
"98765",
|
398 |
+
"9876543210",
|
399 |
"998",
|
400 |
+
"999",
|
401 |
+
"99999",
|
402 |
"9a.m",
|
403 |
"9a.m.",
|
404 |
"9i",
|
|
|
527 |
"ATH",
|
528 |
"AVA",
|
529 |
"AWS",
|
530 |
+
"AWT",
|
531 |
+
"AXB",
|
532 |
"AYA",
|
533 |
"AZURE",
|
534 |
+
"Aarav",
|
535 |
+
"Abhay",
|
536 |
"About",
|
537 |
"Access",
|
538 |
+
"Action",
|
539 |
"Actions",
|
540 |
"Actively",
|
541 |
"Additionally",
|
542 |
+
"Aditya",
|
543 |
"Adm",
|
544 |
"Adm.",
|
545 |
"Advanced",
|
546 |
"Ai",
|
547 |
+
"Aisha",
|
548 |
"Ajax",
|
549 |
"Ak",
|
550 |
"Ak.",
|
|
|
552 |
"Ala.",
|
553 |
"Alabama",
|
554 |
"Alaska",
|
555 |
+
"Alex",
|
556 |
"Also",
|
557 |
"An",
|
558 |
"Analysis",
|
559 |
"Analyst",
|
560 |
"Analytics",
|
561 |
"Analyze",
|
562 |
+
"Ananya",
|
563 |
"And",
|
564 |
+
"Anderson",
|
565 |
"Angel",
|
566 |
"Angular",
|
567 |
"Angular.js",
|
568 |
"Angular2",
|
569 |
"AngularJS",
|
570 |
"AngularJs",
|
571 |
+
"Anika",
|
572 |
"Ant",
|
573 |
"Apache",
|
574 |
"App",
|
|
|
588 |
"Ariz",
|
589 |
"Ariz.",
|
590 |
"Arizona",
|
591 |
+
"Arjun",
|
592 |
"Ark",
|
593 |
"Ark.",
|
594 |
"Arkansas",
|
|
|
601 |
"Aug.",
|
602 |
"August",
|
603 |
"AutoWiring",
|
604 |
+
"Ava",
|
605 |
"Awareness",
|
606 |
"Axis",
|
607 |
"B",
|
|
|
612 |
"BSE",
|
613 |
"BY",
|
614 |
"Bachelor",
|
615 |
+
"Back",
|
616 |
+
"Back-End",
|
617 |
"Backbone",
|
618 |
"BackboneJS",
|
619 |
"Badge",
|
|
|
624 |
"Bayes",
|
625 |
"Beans",
|
626 |
"Behind",
|
627 |
+
"Benjamin",
|
628 |
+
"Bhat",
|
629 |
"Bonus",
|
630 |
"Boot",
|
631 |
"Bootcamp",
|
632 |
"Bootstrap",
|
633 |
"Bros",
|
634 |
"Bros.",
|
635 |
+
"Brown",
|
636 |
"Build",
|
637 |
"Built",
|
638 |
"Bulk",
|
|
|
669 |
"Certified",
|
670 |
"Charts",
|
671 |
"Chat",
|
672 |
+
"Chloe",
|
673 |
+
"Choudhary",
|
674 |
+
"Clark",
|
675 |
"Class",
|
676 |
"Classes",
|
677 |
"Classification",
|
678 |
"Clear",
|
679 |
+
"Client",
|
680 |
"Cloud",
|
681 |
"Co",
|
682 |
"Co.",
|
|
|
704 |
"Connected",
|
705 |
"Connecticut",
|
706 |
"Constructed",
|
707 |
+
"Constructor",
|
708 |
"Contributions",
|
709 |
"Control",
|
710 |
"Controller",
|
|
|
752 |
"Data",
|
753 |
"Database",
|
754 |
"Databases",
|
755 |
+
"Davis",
|
756 |
"Dec",
|
757 |
"Dec.",
|
758 |
"December",
|
|
|
766 |
"Delete",
|
767 |
"Dependency",
|
768 |
"Deployment",
|
769 |
+
"Desai",
|
770 |
"Description",
|
771 |
"Design",
|
772 |
"Designed",
|
|
|
826 |
"ElasticCache",
|
827 |
"Electronics",
|
828 |
"Email",
|
829 |
+
"Emily",
|
830 |
+
"End",
|
831 |
"Engineer",
|
832 |
"Engineering",
|
833 |
"Engineering.",
|
834 |
"Enterprise",
|
835 |
"Environment",
|
836 |
"Esp8266",
|
837 |
+
"Ethan",
|
838 |
"Event",
|
839 |
"Excellence",
|
840 |
"Excellent",
|
841 |
"Exception",
|
842 |
"Execution",
|
843 |
"Execution.",
|
844 |
+
"Executor",
|
845 |
"Expected",
|
846 |
"Experience",
|
847 |
"Experienced",
|
|
|
881 |
"Fresher",
|
882 |
"From",
|
883 |
"Front",
|
884 |
+
"Front-End",
|
885 |
"Fundamental",
|
886 |
"Fundamentals",
|
887 |
"G",
|
888 |
+
"G4J",
|
889 |
"GCP",
|
890 |
"GDPR",
|
891 |
+
"GET",
|
892 |
"GIT",
|
893 |
"GK",
|
894 |
"GOBIND",
|
|
|
923 |
"Gov",
|
924 |
"Gov.",
|
925 |
"Government",
|
926 |
+
"Grace",
|
927 |
"Gradle",
|
928 |
"Grafana",
|
929 |
"GraphQL",
|
930 |
"Groovy",
|
931 |
+
"Gupta",
|
932 |
"H",
|
933 |
"HIBERNATE",
|
934 |
"HJI",
|
|
|
964 |
"How",
|
965 |
"How's",
|
966 |
"How\u2019s",
|
967 |
+
"Http",
|
968 |
"Hub",
|
969 |
"I",
|
970 |
"I.E.",
|
|
|
983 |
"INS",
|
984 |
"INSTITUTE",
|
985 |
"INTERNATIONAL",
|
986 |
+
"IO",
|
987 |
"IOC",
|
988 |
"ION",
|
989 |
"IOT",
|
|
|
1008 |
"In",
|
1009 |
"Inc",
|
1010 |
"Inc.",
|
1011 |
+
"Included",
|
1012 |
"Ind",
|
1013 |
"Ind.",
|
1014 |
"India",
|
|
|
1033 |
"IoC",
|
1034 |
"Iowa",
|
1035 |
"Is",
|
1036 |
+
"Isabella",
|
1037 |
"It",
|
1038 |
"It's",
|
1039 |
"It\u2019s",
|
1040 |
"J",
|
1041 |
"J2EE",
|
1042 |
"J2SE",
|
1043 |
+
"J2ee",
|
1044 |
"JAGRUTI",
|
1045 |
"JAVA",
|
1046 |
"JAX",
|
1047 |
+
"JAX-RS",
|
1048 |
"JAX-WS",
|
1049 |
+
"JAXB",
|
1050 |
"JAXWS",
|
1051 |
"JBOSS",
|
1052 |
"JBoss",
|
1053 |
"JBs",
|
1054 |
"JDBC",
|
1055 |
+
"JDK1.1",
|
1056 |
"JEE",
|
1057 |
"JENKINS",
|
1058 |
"JIRA",
|
|
|
1068 |
"JSON",
|
1069 |
"JSP",
|
1070 |
"JSPs",
|
1071 |
+
"JSTL",
|
1072 |
"JUNIT",
|
1073 |
"JUnit",
|
1074 |
"JWS",
|
|
|
1079 |
"Java",
|
1080 |
"JavaBeans",
|
1081 |
"JavaScript",
|
1082 |
+
"Jawaharlal",
|
1083 |
"Jdeveloper",
|
1084 |
"Jenkins",
|
1085 |
"Jersey",
|
1086 |
"Jetty",
|
1087 |
"Jira",
|
1088 |
"Job",
|
1089 |
+
"Johnson",
|
1090 |
"Join",
|
1091 |
+
"Joshi",
|
1092 |
"Jquery",
|
1093 |
"Jr",
|
1094 |
"Jr.",
|
|
|
1110 |
"Kans",
|
1111 |
"Kans.",
|
1112 |
"Kansas",
|
1113 |
+
"Kapoor",
|
1114 |
+
"Kavya",
|
1115 |
"Kentucky",
|
1116 |
+
"Khanna",
|
1117 |
+
"Khushbuben",
|
1118 |
"Kibana",
|
1119 |
"Knowledge",
|
1120 |
"Kothrud",
|
|
|
1127 |
"LINUX",
|
1128 |
"LLS",
|
1129 |
"LOCATION",
|
1130 |
+
"LOG4J",
|
1131 |
"La",
|
1132 |
"La.",
|
1133 |
"Lab",
|
|
|
1137 |
"Leadership",
|
1138 |
"Leading",
|
1139 |
"Learning",
|
1140 |
+
"Lee",
|
1141 |
"Let",
|
1142 |
"Let's",
|
1143 |
"Let\u2019s",
|
|
|
1145 |
"Level-2",
|
1146 |
"Leverage",
|
1147 |
"Leverages",
|
1148 |
+
"Liam",
|
1149 |
"Linux",
|
1150 |
+
"Log4J",
|
1151 |
"Log4j",
|
1152 |
"Logic",
|
1153 |
"Louisiana",
|
|
|
1156 |
"Lovin\u2019",
|
1157 |
"Ltd",
|
1158 |
"Ltd.",
|
1159 |
+
"Lucas",
|
1160 |
"M",
|
1161 |
"MADHYAMIK",
|
1162 |
"MCU",
|
|
|
1171 |
"MS",
|
1172 |
"MTP",
|
1173 |
"MVC",
|
1174 |
+
"MVC.",
|
1175 |
+
"MVC2",
|
1176 |
+
"MY",
|
1177 |
+
"MYSQL",
|
1178 |
"Ma'am",
|
1179 |
"Mac",
|
1180 |
"Mac.",
|
|
|
1187 |
"Main",
|
1188 |
"Maintained",
|
1189 |
"Major",
|
1190 |
+
"Malhotra",
|
1191 |
"Management",
|
1192 |
"Mapping",
|
1193 |
"Mar",
|
1194 |
"Mar.",
|
1195 |
"March",
|
1196 |
+
"Martinez",
|
1197 |
"Mass",
|
1198 |
"Mass.",
|
1199 |
"Massachusetts",
|
|
|
1203 |
"Ma\u2019am",
|
1204 |
"Md",
|
1205 |
"Md.",
|
1206 |
+
"Mehta",
|
1207 |
"Message",
|
1208 |
"Messrs",
|
1209 |
"Messrs.",
|
1210 |
"Methodologies",
|
1211 |
+
"Mia",
|
1212 |
"Mich",
|
1213 |
"Mich.",
|
1214 |
"Michigan",
|
|
|
1239 |
"Mt.",
|
1240 |
"Multi",
|
1241 |
"Multi-Threading",
|
1242 |
+
"Multi-Tier",
|
1243 |
"Multi-threading",
|
1244 |
"Must",
|
1245 |
"My",
|
|
|
1267 |
"NT",
|
1268 |
"NUX",
|
1269 |
"Nagpur",
|
1270 |
+
"Nair",
|
1271 |
"Naive",
|
1272 |
"Nanded",
|
1273 |
"Narendra",
|
|
|
1278 |
"Nebr.",
|
1279 |
"Nebraska",
|
1280 |
"Need",
|
1281 |
+
"Nehru",
|
1282 |
"Net",
|
1283 |
"Nev",
|
1284 |
"Nev.",
|
|
|
1288 |
"New Mexico",
|
1289 |
"New York",
|
1290 |
"Ninjas",
|
1291 |
+
"Nisha",
|
1292 |
"NoSQL",
|
1293 |
+
"Noah",
|
1294 |
"Node",
|
1295 |
+
"Node-JS",
|
1296 |
"Node.JS",
|
1297 |
"Node.Js",
|
1298 |
"Node.js",
|
|
|
1333 |
"ORM",
|
1334 |
"ORS",
|
1335 |
"OSS",
|
1336 |
+
"OST",
|
1337 |
"OSX",
|
1338 |
"O_O",
|
1339 |
"O_o",
|
|
|
1347 |
"Oklahoma",
|
1348 |
"Ol",
|
1349 |
"Ol'",
|
1350 |
+
"Olivia",
|
1351 |
"Ol\u2019",
|
1352 |
"On",
|
1353 |
+
"Online",
|
1354 |
"OpenSearch",
|
1355 |
"OpenSource",
|
1356 |
"Operating",
|
|
|
1361 |
"Oregon",
|
1362 |
"Oriented",
|
1363 |
"Ought",
|
1364 |
+
"Our",
|
1365 |
"Out",
|
1366 |
"Over",
|
1367 |
"O\u2019clock",
|
|
|
1374 |
"POCs",
|
1375 |
"POJOs",
|
1376 |
"POLYTECHNIC",
|
1377 |
+
"POST",
|
1378 |
"PPU",
|
1379 |
"PROGRAMMING",
|
1380 |
"Pa",
|
1381 |
"Pa.",
|
1382 |
"Participated",
|
1383 |
+
"Patel",
|
1384 |
"Pennsylvania",
|
1385 |
"Percentile",
|
1386 |
"Performed",
|
|
|
1401 |
"Primary",
|
1402 |
"PrimeFaces",
|
1403 |
"Prior",
|
1404 |
+
"Priya",
|
1405 |
"Problem",
|
1406 |
"Procedures",
|
1407 |
"Processing",
|
|
|
1437 |
"RISEUP",
|
1438 |
"RMI",
|
1439 |
"ROOT",
|
1440 |
+
"RS",
|
1441 |
"RUD",
|
1442 |
"RUM",
|
1443 |
"Rack",
|
1444 |
+
"Rahul",
|
1445 |
+
"Raj",
|
1446 |
"Rank",
|
1447 |
"Raspberry",
|
1448 |
"Rational",
|
|
|
1454 |
"Recalculation",
|
1455 |
"Recipe",
|
1456 |
"RedHat",
|
1457 |
+
"Reddy",
|
1458 |
"Redshift",
|
1459 |
"Relational",
|
1460 |
"Rep",
|
1461 |
"Rep.",
|
1462 |
+
"Request",
|
1463 |
"Research",
|
1464 |
"Responsible",
|
1465 |
"Restful",
|
1466 |
"Rev",
|
1467 |
"Rev.",
|
1468 |
+
"Rodriguez",
|
1469 |
"Rohan",
|
1470 |
+
"Rohit",
|
1471 |
"Room",
|
1472 |
"Rose",
|
1473 |
"Rules",
|
|
|
1483 |
"SEAM",
|
1484 |
"SENSORS",
|
1485 |
"SF2",
|
1486 |
+
"SGPA",
|
1487 |
"SHRI",
|
1488 |
"SINGHJI",
|
1489 |
"SKILLS",
|
|
|
1502 |
"SS3",
|
1503 |
"SSL",
|
1504 |
"STACK",
|
1505 |
+
"STL",
|
1506 |
"STRUTS",
|
1507 |
"SVM",
|
1508 |
"SVN",
|
1509 |
"SaaS",
|
1510 |
+
"Sanaya",
|
1511 |
"Scala",
|
1512 |
"Scan",
|
1513 |
"School",
|
|
|
1526 |
"Sept.",
|
1527 |
"September",
|
1528 |
"Sequence",
|
1529 |
+
"Serialization",
|
1530 |
"Serve",
|
1531 |
"Server",
|
1532 |
"Server2005",
|
1533 |
"Servers",
|
1534 |
"Service",
|
1535 |
"Services",
|
1536 |
+
"Servlet",
|
1537 |
"Servlets",
|
1538 |
"Session",
|
1539 |
"Sha",
|
1540 |
+
"Sharma",
|
1541 |
"She",
|
1542 |
"She's",
|
1543 |
"Shell",
|
1544 |
"She\u2019s",
|
1545 |
"Shivaji",
|
1546 |
"Should",
|
1547 |
+
"Side",
|
1548 |
"Simplified",
|
1549 |
+
"Singh",
|
1550 |
"Skills",
|
1551 |
+
"Smith",
|
1552 |
"Software",
|
1553 |
+
"Solid",
|
1554 |
"Solving",
|
1555 |
"Some",
|
1556 |
"Somethin",
|
1557 |
"Somethin'",
|
1558 |
"Somethin\u2019",
|
1559 |
+
"Sophia",
|
1560 |
"Source",
|
1561 |
"South",
|
1562 |
"South Carolina",
|
|
|
1567 |
"Specialist",
|
1568 |
"Splunk",
|
1569 |
"Spring",
|
1570 |
+
"Springs",
|
1571 |
"Sr",
|
1572 |
"Sr.",
|
1573 |
"St",
|
|
|
1590 |
"Subversion",
|
1591 |
"Support",
|
1592 |
"Swing",
|
1593 |
+
"Synchronization",
|
1594 |
"System",
|
1595 |
"Systems",
|
1596 |
"T",
|
1597 |
"T11",
|
1598 |
"TCP",
|
1599 |
"TECHNOLOGY",
|
1600 |
+
"TLD",
|
1601 |
"TLS",
|
1602 |
"TML",
|
1603 |
"TTP",
|
1604 |
"Tailwind",
|
1605 |
"Take",
|
1606 |
+
"Taylor",
|
1607 |
"Tech",
|
1608 |
"Technical",
|
1609 |
+
"Technological",
|
1610 |
"Technologies",
|
1611 |
"Technology",
|
1612 |
"Telecommunication",
|
|
|
1631 |
"This",
|
1632 |
"This's",
|
1633 |
"This\u2019s",
|
1634 |
+
"Thompson",
|
1635 |
"Those",
|
1636 |
+
"Thread",
|
1637 |
"Threading",
|
1638 |
"Threat",
|
1639 |
"Through",
|
1640 |
+
"Tier",
|
1641 |
"Time",
|
1642 |
"Title",
|
1643 |
"To",
|
|
|
1647 |
"Tools",
|
1648 |
"Tortoise",
|
1649 |
"Training",
|
1650 |
+
"Transfer",
|
1651 |
"Tree",
|
1652 |
"Troubleshoot",
|
1653 |
+
"Turner",
|
1654 |
"U",
|
1655 |
"UI",
|
1656 |
"UML",
|
|
|
1665 |
"Understanding",
|
1666 |
"Unit",
|
1667 |
"United",
|
1668 |
+
"University",
|
1669 |
"Update",
|
1670 |
"Use",
|
1671 |
"Used",
|
|
|
1675 |
"V",
|
1676 |
"V.V",
|
1677 |
"V8.0",
|
1678 |
+
"VC.",
|
1679 |
+
"VC2",
|
1680 |
"VIDYALAYA",
|
1681 |
"VIDYALAYAM",
|
1682 |
"VLANs",
|
|
|
1685 |
"Va",
|
1686 |
"Va.",
|
1687 |
"Validation",
|
1688 |
+
"Verma",
|
1689 |
"Version",
|
1690 |
"View",
|
1691 |
+
"Vikram",
|
1692 |
"Virginia",
|
1693 |
"Visio",
|
1694 |
"Vista",
|
|
|
1697 |
"WAR",
|
1698 |
"WS",
|
1699 |
"WSDL",
|
1700 |
+
"Walker",
|
1701 |
"Was",
|
1702 |
"Wash",
|
1703 |
"Wash.",
|
|
|
1721 |
"Where's",
|
1722 |
"Where\u2019s",
|
1723 |
"While",
|
1724 |
+
"White",
|
1725 |
"Who",
|
1726 |
"Who's",
|
1727 |
"Who\u2019s",
|
1728 |
"Why",
|
1729 |
"Why's",
|
1730 |
"Why\u2019s",
|
1731 |
+
"William",
|
1732 |
+
"Wilson",
|
1733 |
"Windows",
|
1734 |
"Windows-10",
|
1735 |
"Wis",
|
|
|
1767 |
"XXX",
|
1768 |
"XXX-XX",
|
1769 |
"XXX-Xxxxx",
|
1770 |
+
"XXX.",
|
1771 |
"XXX.XXX",
|
1772 |
"XXX.xx",
|
1773 |
"XXXX",
|
|
|
1777 |
"XXXXxxx",
|
1778 |
"XXXd",
|
1779 |
"XXXd.d",
|
1780 |
+
"XXXdX",
|
1781 |
"XXXdd",
|
1782 |
"XXXx",
|
1783 |
"XXd",
|
|
|
1789 |
"Xd.d",
|
1790 |
"XdX",
|
1791 |
"XdXX",
|
1792 |
+
"Xdxx",
|
1793 |
"Xx",
|
1794 |
"Xx'",
|
1795 |
"Xx'x",
|
|
|
1810 |
"XxxXxxx",
|
1811 |
"XxxXxxxx",
|
1812 |
"XxxXxxxxdd",
|
1813 |
+
"XxxdX",
|
1814 |
"Xxxdddd",
|
1815 |
"Xxxdx",
|
1816 |
"Xxxx",
|
1817 |
"Xxxx'",
|
1818 |
"Xxxx'x",
|
1819 |
+
"Xxxx-XX",
|
1820 |
+
"Xxxx-Xxx",
|
1821 |
"Xxxx-Xxxx",
|
1822 |
"Xxxx.",
|
1823 |
"Xxxx.XX",
|
|
|
1830 |
"Xxxxx",
|
1831 |
"Xxxxx'",
|
1832 |
"Xxxxx'x",
|
1833 |
+
"Xxxxx-Xxx",
|
1834 |
+
"Xxxxx-Xxxx",
|
1835 |
"Xxxxx-Xxxxx",
|
1836 |
"Xxxxx-d",
|
1837 |
"Xxxxx-dd",
|
|
|
1890 |
"a.m",
|
1891 |
"a.m.",
|
1892 |
"aaS",
|
1893 |
+
"aarav",
|
1894 |
"aas",
|
1895 |
+
"abhay",
|
1896 |
"abilities",
|
1897 |
"ability",
|
1898 |
"about",
|
1899 |
"abs",
|
1900 |
+
"abstract",
|
1901 |
"ac.",
|
1902 |
"access",
|
1903 |
"accessible",
|
|
|
1913 |
"acquire",
|
1914 |
"across",
|
1915 |
"act",
|
1916 |
+
"action",
|
1917 |
"actions",
|
1918 |
"actively",
|
1919 |
"activities",
|
|
|
1924 |
"ade",
|
1925 |
"adeptness",
|
1926 |
"adhering",
|
1927 |
+
"aditya",
|
1928 |
"adm",
|
1929 |
"adm.",
|
1930 |
"advance",
|
|
|
1940 |
"agile",
|
1941 |
"ags",
|
1942 |
"ai",
|
1943 |
+
"aid",
|
1944 |
"ail",
|
1945 |
"ain",
|
1946 |
"air",
|
1947 |
+
"aisha",
|
1948 |
"ajax",
|
1949 |
"aji",
|
1950 |
"ak",
|
|
|
1954 |
"ala.",
|
1955 |
"alc",
|
1956 |
"ale",
|
1957 |
+
"alex",
|
1958 |
+
"alexander.brown",
|
1959 |
"algorithms",
|
1960 |
+
"alice.jones",
|
1961 |
"alignment",
|
1962 |
"aligns",
|
1963 |
"all",
|
|
|
1985 |
"analytics",
|
1986 |
"analyze",
|
1987 |
"analyzing",
|
1988 |
+
"ananya",
|
1989 |
"and",
|
1990 |
"and/or",
|
1991 |
+
"anderson",
|
1992 |
"ang",
|
1993 |
"angel",
|
1994 |
"angular",
|
1995 |
"angular.js",
|
1996 |
"angular2",
|
1997 |
"angularjs",
|
1998 |
+
"anika",
|
1999 |
"ank",
|
2000 |
"annotations",
|
2001 |
"ans",
|
|
|
2026 |
"ard",
|
2027 |
"arduino",
|
2028 |
"are",
|
2029 |
+
"area",
|
2030 |
"areas",
|
2031 |
"ariz",
|
2032 |
"ariz.",
|
2033 |
+
"arjun",
|
2034 |
"ark",
|
2035 |
"ark.",
|
2036 |
"arn",
|
|
|
2045 |
"asi",
|
2046 |
"ask",
|
2047 |
"asp.net",
|
2048 |
+
"aspects",
|
2049 |
"ass",
|
2050 |
"assist",
|
2051 |
"assisting",
|
2052 |
"ast",
|
2053 |
"asy",
|
2054 |
+
"asynchronous",
|
2055 |
"at",
|
2056 |
"ata",
|
2057 |
"ate",
|
|
|
2061 |
"attributes",
|
2062 |
"aug",
|
2063 |
"aug.",
|
2064 |
+
"augment",
|
2065 |
"authentication",
|
2066 |
"authorizations",
|
2067 |
"auto",
|
|
|
2073 |
"ave",
|
2074 |
"awareness",
|
2075 |
"aws",
|
2076 |
+
"awt",
|
2077 |
+
"axb",
|
2078 |
"axis",
|
2079 |
"aya",
|
2080 |
"ays",
|
|
|
2108 |
"because",
|
2109 |
"been",
|
2110 |
"behind",
|
2111 |
+
"ben",
|
2112 |
+
"benjamin",
|
2113 |
"ber",
|
2114 |
"best",
|
2115 |
"between",
|
2116 |
+
"bhat",
|
2117 |
"big",
|
2118 |
"bit",
|
2119 |
"ble",
|
|
|
2125 |
"bout",
|
2126 |
"box",
|
2127 |
"br.",
|
2128 |
+
"brian.taylor",
|
2129 |
"bros",
|
2130 |
"bros.",
|
2131 |
+
"brown",
|
2132 |
"bse",
|
2133 |
"buff",
|
2134 |
"bug",
|
|
|
2153 |
"calif",
|
2154 |
"calif.",
|
2155 |
"call",
|
2156 |
+
"callable",
|
2157 |
"called",
|
2158 |
"calling",
|
2159 |
"campaign",
|
2160 |
"can",
|
2161 |
"candidate",
|
2162 |
"capabilities",
|
2163 |
+
"capable",
|
2164 |
"card",
|
2165 |
"career",
|
2166 |
"careful",
|
2167 |
+
"cas",
|
2168 |
"case",
|
2169 |
"cases",
|
2170 |
"cassandra",
|
|
|
2189 |
"chat",
|
2190 |
"che",
|
2191 |
"checks",
|
2192 |
+
"chloe",
|
2193 |
+
"choudhary",
|
2194 |
"ci",
|
2195 |
"cil",
|
2196 |
"citizens",
|
2197 |
"city",
|
2198 |
"cks",
|
2199 |
+
"clark",
|
2200 |
"class",
|
2201 |
"classes",
|
2202 |
"classes.",
|
|
|
2230 |
"colo.",
|
2231 |
"com",
|
2232 |
"combination",
|
2233 |
+
"combines",
|
2234 |
"come",
|
2235 |
"commitment",
|
2236 |
"common",
|
|
|
2239 |
"communication",
|
2240 |
"companies",
|
2241 |
"company",
|
2242 |
+
"company.org",
|
2243 |
+
"comparators",
|
2244 |
"comparison",
|
2245 |
"compensation",
|
2246 |
"competitive",
|
2247 |
"compiling",
|
2248 |
"complete",
|
2249 |
"completed",
|
2250 |
+
"completion",
|
2251 |
"complex",
|
2252 |
"compliance",
|
2253 |
"component",
|
|
|
2256 |
"comprehensive",
|
2257 |
"computer",
|
2258 |
"concentration",
|
2259 |
+
"concept",
|
2260 |
+
"conception",
|
2261 |
"concepts",
|
2262 |
"conceptual",
|
2263 |
"concurrency",
|
|
|
2268 |
"conn.",
|
2269 |
"connect",
|
2270 |
"connected",
|
2271 |
+
"connections",
|
2272 |
"consideration",
|
2273 |
"construct",
|
2274 |
"constructed",
|
2275 |
+
"construction",
|
2276 |
+
"constructor",
|
2277 |
"consume",
|
2278 |
"consumed",
|
2279 |
"consuming",
|
|
|
2318 |
"cumulative",
|
2319 |
"currently",
|
2320 |
"cus",
|
2321 |
+
"custom",
|
2322 |
"customer",
|
2323 |
"customers",
|
2324 |
"customized",
|
|
|
2360 |
"database.",
|
2361 |
"databases",
|
2362 |
"date",
|
2363 |
+
"david.wilson",
|
2364 |
+
"davis",
|
2365 |
"db",
|
2366 |
"db2",
|
2367 |
"dbas",
|
|
|
2372 |
"dd.d.d",
|
2373 |
"dd.dd",
|
2374 |
"ddd",
|
2375 |
+
"ddd-ddd-dddd",
|
2376 |
"ddd-ddd-dddd*ddd",
|
2377 |
"ddd.dd",
|
2378 |
"dddd",
|
|
|
2380 |
"ddx.x",
|
2381 |
"ddx.x.",
|
2382 |
"ddxx",
|
2383 |
+
"ddy",
|
2384 |
"debug",
|
2385 |
"debugging",
|
2386 |
"dec",
|
|
|
2401 |
"del.",
|
2402 |
"delegate",
|
2403 |
"delegates",
|
2404 |
+
"delegator",
|
2405 |
"delete",
|
2406 |
"delivering",
|
2407 |
"demonstrating",
|
2408 |
"demos",
|
2409 |
"dependency",
|
2410 |
+
"deploy",
|
2411 |
"deployed",
|
2412 |
+
"deploying",
|
2413 |
"deployment",
|
2414 |
"deployments",
|
2415 |
"depth",
|
2416 |
"der",
|
2417 |
"derive",
|
2418 |
"des",
|
2419 |
+
"desai",
|
2420 |
"description",
|
2421 |
"design",
|
2422 |
"designed",
|
|
|
2461 |
"documentation",
|
2462 |
"documented",
|
2463 |
"documenting",
|
2464 |
+
"doe",
|
2465 |
"does",
|
2466 |
"doin",
|
2467 |
"doin'",
|
|
|
2504 |
"ear",
|
2505 |
"earned",
|
2506 |
"eas",
|
2507 |
+
"ease",
|
2508 |
"easy",
|
2509 |
"eat",
|
2510 |
"eb.",
|
|
|
2518 |
"ect",
|
2519 |
"edge",
|
2520 |
"editing",
|
2521 |
+
"eds",
|
2522 |
"education",
|
2523 |
"eed",
|
2524 |
+
"eek",
|
2525 |
"een",
|
2526 |
"eep",
|
2527 |
"eer",
|
|
|
2551 |
"em",
|
2552 |
"ema",
|
2553 |
"email",
|
2554 |
+
"emaildomain.net",
|
2555 |
+
"emailhosting.com",
|
2556 |
+
"emailhosting.net",
|
2557 |
+
"emailhosting.org",
|
2558 |
+
"emailprovider.com",
|
2559 |
+
"emailprovider.net",
|
2560 |
+
"emailprovider.org",
|
2561 |
+
"emailservice.com",
|
2562 |
+
"emailservice.net",
|
2563 |
"emerging",
|
2564 |
+
"emily",
|
2565 |
+
"emily.jones",
|
2566 |
+
"emma.brown",
|
2567 |
"employees",
|
2568 |
"empowering",
|
2569 |
"emr",
|
|
|
2572 |
"en",
|
2573 |
"en.",
|
2574 |
"en2",
|
2575 |
+
"enables",
|
2576 |
"enabling",
|
2577 |
"encryption",
|
2578 |
"end",
|
|
|
2593 |
"enthusiasts",
|
2594 |
"entities",
|
2595 |
"enu",
|
2596 |
+
"env",
|
2597 |
"environment",
|
2598 |
"environment.",
|
2599 |
"environments",
|
|
|
2615 |
"etc",
|
2616 |
"etc.",
|
2617 |
"ete",
|
2618 |
+
"ethan",
|
2619 |
+
"ethan.anderson",
|
2620 |
"ets",
|
2621 |
+
"ety",
|
2622 |
"eup",
|
2623 |
"ev.",
|
2624 |
"eve",
|
|
|
2630 |
"evolving",
|
2631 |
"ews",
|
2632 |
"example",
|
2633 |
+
"example.com",
|
2634 |
+
"example.net",
|
2635 |
+
"example.org",
|
2636 |
+
"exampledomain.com",
|
2637 |
"excellence",
|
2638 |
"excellent",
|
2639 |
"exception",
|
2640 |
+
"exceptions",
|
2641 |
"excited",
|
2642 |
"executing",
|
2643 |
"execution",
|
2644 |
"execution.",
|
2645 |
+
"executor",
|
2646 |
"existing",
|
2647 |
"expand",
|
2648 |
"expected",
|
|
|
2651 |
"expertise",
|
2652 |
"expertise.",
|
2653 |
"experts",
|
2654 |
+
"export",
|
2655 |
"expose",
|
2656 |
"exposure",
|
2657 |
"express",
|
2658 |
"ext",
|
2659 |
"ext-js",
|
2660 |
"ext.js",
|
2661 |
+
"extending",
|
2662 |
"extension",
|
2663 |
"extensive",
|
2664 |
"extensively",
|
|
|
2667 |
"e\u2019s",
|
2668 |
"f",
|
2669 |
"f.",
|
2670 |
+
"facilitate",
|
2671 |
"facilitates",
|
2672 |
"facing",
|
2673 |
"falls",
|
|
|
2703 |
"flow",
|
2704 |
"focus",
|
2705 |
"followed",
|
2706 |
+
"font",
|
2707 |
"food",
|
2708 |
"for",
|
2709 |
"forests",
|
|
|
2725 |
"frontend",
|
2726 |
"ful",
|
2727 |
"full",
|
2728 |
+
"full-service",
|
2729 |
"full-stack",
|
2730 |
"functionalities",
|
2731 |
"functionalities.",
|
|
|
2734 |
"fundamentals",
|
2735 |
"g",
|
2736 |
"g.",
|
2737 |
+
"g4J",
|
2738 |
"g4j",
|
2739 |
"ga",
|
2740 |
"ga.",
|
|
|
2751 |
"gen.",
|
2752 |
"generally",
|
2753 |
"generation",
|
2754 |
+
"generic",
|
2755 |
+
"generics",
|
2756 |
"geographic",
|
2757 |
"geographies",
|
2758 |
"ger",
|
|
|
2774 |
"gly",
|
2775 |
"gmail.com",
|
2776 |
"gns",
|
2777 |
+
"goal",
|
2778 |
"goals",
|
2779 |
"gobind",
|
2780 |
"gogula",
|
|
|
2793 |
"gov.",
|
2794 |
"government",
|
2795 |
"gpa",
|
2796 |
+
"grace",
|
2797 |
"gradle",
|
2798 |
"grafana",
|
2799 |
"grant",
|
|
|
2807 |
"guidance",
|
2808 |
"guide",
|
2809 |
"guiding",
|
2810 |
+
"gupta",
|
2811 |
"guru",
|
2812 |
"h",
|
2813 |
"h.",
|
|
|
2829 |
"havin'",
|
2830 |
"having",
|
2831 |
"havin\u2019",
|
2832 |
+
"hay",
|
2833 |
"he",
|
2834 |
"he's",
|
2835 |
"head",
|
|
|
2843 |
"here",
|
2844 |
"hey",
|
2845 |
"he\u2019s",
|
2846 |
+
"hia",
|
2847 |
"hibernate",
|
2848 |
"hibernate.",
|
2849 |
"hic",
|
|
|
2858 |
"hiring",
|
2859 |
"his",
|
2860 |
"history",
|
2861 |
+
"hit",
|
2862 |
"hji",
|
2863 |
"hly",
|
2864 |
"hms",
|
2865 |
"hon",
|
2866 |
"honour",
|
2867 |
+
"hotmail.com",
|
2868 |
"house",
|
2869 |
"how",
|
2870 |
"how's",
|
2871 |
"how\u2019s",
|
2872 |
"hql",
|
2873 |
"hri",
|
2874 |
+
"hru",
|
2875 |
+
"hta",
|
2876 |
"html",
|
2877 |
"html5",
|
2878 |
"html5and",
|
2879 |
"hts",
|
2880 |
"http",
|
2881 |
"hub",
|
2882 |
+
"hul",
|
2883 |
"humidity",
|
2884 |
"i",
|
2885 |
"i.",
|
|
|
2912 |
"ift",
|
2913 |
"ify",
|
2914 |
"igh",
|
2915 |
+
"igm",
|
2916 |
"ign",
|
2917 |
"iit",
|
2918 |
"iit-madras",
|
2919 |
+
"ika",
|
2920 |
"ike",
|
2921 |
"ild",
|
2922 |
"ile",
|
|
|
2940 |
"inc.",
|
2941 |
"incidents",
|
2942 |
"include",
|
2943 |
+
"included",
|
2944 |
"including",
|
2945 |
"inclusion",
|
2946 |
"incorporating",
|
2947 |
"ind",
|
2948 |
"ind.",
|
2949 |
+
"independent",
|
2950 |
"india",
|
2951 |
"individual",
|
2952 |
"individuals",
|
|
|
2958 |
"infrastructure.",
|
2959 |
"ing",
|
2960 |
"inheritance",
|
2961 |
+
"initial",
|
2962 |
"initiatives",
|
2963 |
"injection",
|
2964 |
"inn",
|
|
|
2967 |
"ino",
|
2968 |
"input",
|
2969 |
"ins",
|
2970 |
+
"insertion",
|
2971 |
"insider",
|
2972 |
"insights",
|
2973 |
"inspire",
|
2974 |
+
"instead",
|
2975 |
"institute",
|
2976 |
"int",
|
2977 |
"integrated",
|
2978 |
"integration",
|
2979 |
"intelligence",
|
2980 |
+
"intelligent",
|
2981 |
"intellij",
|
2982 |
"intention",
|
2983 |
"interact",
|
2984 |
+
"interacting",
|
2985 |
"interaction",
|
2986 |
"interactions",
|
2987 |
"interactive",
|
2988 |
"interacts",
|
2989 |
+
"interchange",
|
2990 |
"interface",
|
2991 |
"interface.",
|
2992 |
"interfaces",
|
|
|
3009 |
"involved",
|
3010 |
"involving",
|
3011 |
"in\u2019",
|
3012 |
+
"io",
|
3013 |
"ioc",
|
3014 |
"ion",
|
3015 |
"ior",
|
|
|
3023 |
"ire",
|
3024 |
"is",
|
3025 |
"is.",
|
3026 |
+
"isabella",
|
3027 |
"ise",
|
3028 |
"ish",
|
3029 |
"iss",
|
|
|
3038 |
"ity",
|
3039 |
"it\u2019s",
|
3040 |
"ive",
|
3041 |
+
"iya",
|
3042 |
"iz.",
|
3043 |
"ize",
|
3044 |
"j",
|
|
|
3046 |
"j2ee",
|
3047 |
"j2se",
|
3048 |
"jQuery",
|
3049 |
+
"jacob.martin",
|
3050 |
"jagruti",
|
3051 |
"jakarta",
|
3052 |
"jan",
|
|
|
3055 |
"java",
|
3056 |
"javabeans",
|
3057 |
"javascript",
|
3058 |
+
"jawaharlal",
|
3059 |
"jax",
|
3060 |
+
"jax-rs",
|
3061 |
"jax-ws",
|
3062 |
+
"jaxb",
|
3063 |
"jaxws",
|
3064 |
"jboss",
|
3065 |
"jbs",
|
3066 |
"jdbc",
|
3067 |
"jdeveloper",
|
3068 |
+
"jdk1.1",
|
3069 |
"jee",
|
3070 |
"jenkins",
|
3071 |
+
"jennifer.white",
|
3072 |
"jersey",
|
3073 |
"jetty",
|
3074 |
"jira",
|
3075 |
"jms",
|
3076 |
"jndi",
|
3077 |
"job",
|
3078 |
+
"john.doe",
|
3079 |
+
"johnson",
|
3080 |
"join",
|
3081 |
"jor",
|
3082 |
"jos",
|
3083 |
+
"joshi",
|
3084 |
"jpa",
|
3085 |
"jquery",
|
3086 |
"jr",
|
|
|
3091 |
"json",
|
3092 |
"jsp",
|
3093 |
"jsps",
|
3094 |
+
"jstl",
|
3095 |
"jul",
|
3096 |
"jul.",
|
3097 |
"july",
|
|
|
3110 |
"kan.",
|
3111 |
"kans",
|
3112 |
"kans.",
|
3113 |
+
"kapoor",
|
3114 |
+
"kavya",
|
3115 |
"ked",
|
3116 |
"ker",
|
3117 |
"kernel",
|
3118 |
"kes",
|
3119 |
"ket",
|
3120 |
+
"khanna",
|
3121 |
+
"khushbuben",
|
3122 |
+
"khushbubenv",
|
3123 |
"kibana",
|
3124 |
"kla",
|
3125 |
"kly",
|
|
|
3139 |
"la",
|
3140 |
"la.",
|
3141 |
"lab",
|
3142 |
+
"lal",
|
3143 |
"lambda",
|
3144 |
+
"lan",
|
3145 |
"languages",
|
3146 |
"lar",
|
3147 |
"large",
|
|
|
3163 |
"learn",
|
3164 |
"learning",
|
3165 |
"led",
|
3166 |
+
"lee",
|
3167 |
"lem",
|
3168 |
"ler",
|
3169 |
"les",
|
|
|
3173 |
"level",
|
3174 |
"level-1",
|
3175 |
"level-2",
|
3176 |
+
"levels",
|
3177 |
"leverage",
|
3178 |
"leverages",
|
3179 |
"leveraging",
|
3180 |
"lex",
|
3181 |
"liJ",
|
3182 |
+
"liam",
|
3183 |
+
"library",
|
3184 |
"lid",
|
3185 |
"lif",
|
3186 |
"lij",
|
3187 |
"like",
|
3188 |
+
"lily.johnson",
|
3189 |
"line",
|
3190 |
"lines",
|
3191 |
"linux",
|
3192 |
+
"lisa.johnson",
|
3193 |
+
"lists",
|
3194 |
"live",
|
3195 |
"ll",
|
3196 |
"ll.",
|
3197 |
+
"lla",
|
3198 |
"lls",
|
3199 |
"lly",
|
3200 |
"lo.",
|
|
|
3203 |
"loans",
|
3204 |
"located",
|
3205 |
"location",
|
3206 |
+
"loe",
|
3207 |
"log4j",
|
3208 |
+
"logging",
|
3209 |
"logic",
|
3210 |
"login",
|
3211 |
"looking",
|
|
|
3217 |
"loving",
|
3218 |
"lovin\u2019",
|
3219 |
"low",
|
3220 |
+
"loy",
|
3221 |
"lso",
|
3222 |
"ltd",
|
3223 |
"ltd.",
|
3224 |
"lth",
|
3225 |
"lti",
|
3226 |
"lts",
|
3227 |
+
"lucas",
|
3228 |
"lug",
|
3229 |
"lve",
|
3230 |
"m",
|
|
|
3243 |
"madras",
|
3244 |
"maharashtra",
|
3245 |
"main",
|
3246 |
+
"mainly",
|
3247 |
"maintain",
|
3248 |
"maintained",
|
3249 |
"maintaining",
|
|
|
3252 |
"make",
|
3253 |
"makes",
|
3254 |
"making",
|
3255 |
+
"malhotra",
|
3256 |
"man",
|
3257 |
"manage",
|
3258 |
"management",
|
|
|
3260 |
"managing",
|
3261 |
"mandatory",
|
3262 |
"manipulation",
|
3263 |
+
"manual",
|
3264 |
"map",
|
3265 |
"mapping",
|
3266 |
"mappings",
|
3267 |
"mar",
|
3268 |
"mar.",
|
3269 |
"market",
|
3270 |
+
"martinez",
|
3271 |
+
"mary.smith",
|
3272 |
"mass",
|
3273 |
"mass.",
|
3274 |
"mat",
|
|
|
3286 |
"med",
|
3287 |
"meetings",
|
3288 |
"meets",
|
3289 |
+
"mehta",
|
3290 |
"members",
|
3291 |
"menu",
|
3292 |
"menus",
|
|
|
3299 |
"methods",
|
3300 |
"mex",
|
3301 |
"mh",
|
3302 |
+
"mia",
|
3303 |
+
"mia.wilson",
|
3304 |
"mic",
|
3305 |
"mich",
|
3306 |
"mich.",
|
|
|
3310 |
"might",
|
3311 |
"mik",
|
3312 |
"mike",
|
3313 |
+
"min",
|
3314 |
"mindset",
|
3315 |
"minn",
|
3316 |
"minn.",
|
|
|
3354 |
"multi-level",
|
3355 |
"multi-threaded",
|
3356 |
"multi-threading",
|
3357 |
+
"multi-tier",
|
3358 |
"must",
|
3359 |
"mvc",
|
3360 |
+
"mvc.",
|
3361 |
+
"mvc2",
|
3362 |
"my",
|
3363 |
"myeclipse",
|
3364 |
"mysql",
|
|
|
3374 |
"n.y.",
|
3375 |
"na",
|
3376 |
"nagpur",
|
3377 |
+
"nair",
|
3378 |
"naive",
|
3379 |
"nal",
|
3380 |
"name",
|
|
|
3397 |
"nebr.",
|
3398 |
"ned",
|
3399 |
"need",
|
3400 |
+
"needs",
|
3401 |
+
"needs.",
|
3402 |
+
"nehru",
|
3403 |
"nel",
|
3404 |
+
"ner",
|
3405 |
"nes",
|
3406 |
"net",
|
3407 |
"network",
|
|
|
3410 |
"nev.",
|
3411 |
"new",
|
3412 |
"next",
|
3413 |
+
"nez",
|
3414 |
"nfo",
|
3415 |
"ng.",
|
3416 |
"nge",
|
3417 |
+
"ngh",
|
3418 |
"ngs",
|
3419 |
"nic",
|
3420 |
"nilesh",
|
3421 |
"nilesh290402",
|
3422 |
"ninjas",
|
3423 |
+
"nisha",
|
3424 |
"nit",
|
3425 |
"nix",
|
3426 |
"nly",
|
3427 |
"nmp",
|
3428 |
"nn.",
|
3429 |
+
"nna",
|
3430 |
+
"noah",
|
3431 |
"node",
|
3432 |
+
"node-js",
|
3433 |
"node.js",
|
3434 |
"nodejs",
|
3435 |
"nodemcu",
|
|
|
3443 |
"nov",
|
3444 |
"nov.",
|
3445 |
"ns.",
|
3446 |
+
"nse",
|
3447 |
"nt",
|
3448 |
"nt.",
|
3449 |
"nto",
|
3450 |
"nts",
|
3451 |
"ntu",
|
3452 |
+
"nty",
|
3453 |
"nuff",
|
3454 |
"nus",
|
3455 |
"nuthin",
|
3456 |
"nuthin'",
|
3457 |
"nuthin\u2019",
|
3458 |
"nux",
|
3459 |
+
"nya",
|
3460 |
"n\u2019s",
|
3461 |
"n\u2019t",
|
3462 |
"o",
|
|
|
3471 |
"o_O",
|
3472 |
"o_o",
|
3473 |
"oad",
|
3474 |
+
"oah",
|
3475 |
+
"oal",
|
3476 |
"oan",
|
3477 |
"oap",
|
3478 |
"object",
|
3479 |
"object-relational",
|
3480 |
+
"objects",
|
3481 |
"obtain",
|
3482 |
"ock",
|
3483 |
"ocs",
|
|
|
3502 |
"ol'",
|
3503 |
"old",
|
3504 |
"ole",
|
3505 |
+
"olivia",
|
3506 |
"olo",
|
3507 |
"ols",
|
3508 |
"ol\u2019",
|
|
|
3514 |
"one",
|
3515 |
"ong",
|
3516 |
"ongoing",
|
3517 |
+
"online",
|
3518 |
"onn",
|
3519 |
"ons",
|
3520 |
"ont",
|
|
|
3526 |
"oop",
|
3527 |
"oor",
|
3528 |
"oot",
|
3529 |
+
"open",
|
3530 |
"opensearch",
|
3531 |
"opensource",
|
3532 |
"operating",
|
|
|
3547 |
"order",
|
3548 |
"ore",
|
3549 |
"ore.",
|
3550 |
+
"org",
|
3551 |
"organization",
|
3552 |
"organizations",
|
3553 |
"organize",
|
|
|
3578 |
"over",
|
3579 |
"overall",
|
3580 |
"ovy",
|
3581 |
+
"own",
|
3582 |
"ows",
|
3583 |
"o\u2019clock",
|
3584 |
"o\u2019s",
|
|
|
3588 |
"p.m.",
|
3589 |
"pa",
|
3590 |
"pa.",
|
3591 |
+
"page",
|
3592 |
+
"pages",
|
3593 |
"pam",
|
3594 |
+
"paradigm",
|
3595 |
"parks",
|
3596 |
"parsers",
|
3597 |
+
"parsing",
|
3598 |
"part",
|
3599 |
"participate",
|
3600 |
"participated",
|
|
|
3602 |
"passing",
|
3603 |
"passion",
|
3604 |
"passionate",
|
3605 |
+
"patel",
|
3606 |
"pattern",
|
3607 |
"patterns",
|
3608 |
"pawar",
|
|
|
3615 |
"performed",
|
3616 |
"performing",
|
3617 |
"persistence",
|
3618 |
+
"persistency",
|
3619 |
+
"personal",
|
3620 |
+
"personnel",
|
3621 |
"pes",
|
3622 |
"ph",
|
3623 |
"ph.d.",
|
|
|
3631 |
"pipelines",
|
3632 |
"pis",
|
3633 |
"pl",
|
3634 |
+
"plan",
|
3635 |
"planning",
|
3636 |
"plans",
|
3637 |
"platform",
|
|
|
3648 |
"pollution",
|
3649 |
"polytechnic",
|
3650 |
"pon",
|
3651 |
+
"pools",
|
3652 |
"populated",
|
3653 |
"portal",
|
3654 |
"porting",
|
3655 |
"possess",
|
3656 |
"possible",
|
3657 |
+
"post",
|
3658 |
"posting",
|
3659 |
"potential",
|
3660 |
"powerful",
|
|
|
3665 |
"pr.",
|
3666 |
"practice",
|
3667 |
"practices",
|
3668 |
+
"pre",
|
3669 |
+
"pre-qualified",
|
3670 |
"predictive",
|
3671 |
+
"prepaid",
|
3672 |
"prepare",
|
3673 |
"presentation",
|
3674 |
"preserving",
|
|
|
3680 |
"primefaces",
|
3681 |
"principles",
|
3682 |
"prior",
|
3683 |
+
"priya",
|
3684 |
"problem",
|
3685 |
"problem-solving",
|
3686 |
"problems",
|
|
|
3702 |
"profiles",
|
3703 |
"programmer",
|
3704 |
"programming",
|
3705 |
+
"programs",
|
3706 |
"project",
|
3707 |
+
"project.",
|
3708 |
"projects",
|
3709 |
+
"projects.",
|
3710 |
"promoting",
|
3711 |
"promotional",
|
3712 |
"protection",
|
|
|
3716 |
"proven",
|
3717 |
"provide",
|
3718 |
"provider",
|
3719 |
+
"providers",
|
3720 |
"providing",
|
3721 |
"pse",
|
3722 |
"pt.",
|
3723 |
+
"pta",
|
3724 |
"pth",
|
3725 |
"pts",
|
3726 |
"pune",
|
3727 |
"pur",
|
3728 |
"purpose",
|
3729 |
+
"purposes",
|
3730 |
+
"purposes.",
|
3731 |
"pursuing",
|
3732 |
"put",
|
3733 |
"putty",
|
|
|
3737 |
"q.",
|
3738 |
"qa",
|
3739 |
"qualification",
|
3740 |
+
"qualified",
|
3741 |
"quality",
|
3742 |
"quantitative",
|
3743 |
"queries",
|
|
|
3750 |
"rJs",
|
3751 |
"rack",
|
3752 |
"rad",
|
3753 |
+
"rahul",
|
3754 |
"raised",
|
3755 |
+
"raj",
|
3756 |
"ral",
|
3757 |
+
"ram",
|
3758 |
"range",
|
3759 |
"rank",
|
3760 |
"rap",
|
3761 |
"ras",
|
3762 |
"raspberry",
|
3763 |
"rational",
|
3764 |
+
"rav",
|
3765 |
"rce",
|
3766 |
"rch",
|
3767 |
"rds",
|
3768 |
"re",
|
3769 |
"re-write",
|
3770 |
"re.",
|
3771 |
+
"rea",
|
3772 |
+
"reach",
|
3773 |
"react",
|
3774 |
"reactjs",
|
3775 |
"read",
|
3776 |
+
"reading",
|
3777 |
"real",
|
3778 |
"real-time",
|
3779 |
"recalc",
|
|
|
3788 |
"records",
|
3789 |
"recruitment",
|
3790 |
"red",
|
3791 |
+
"reddy",
|
3792 |
"redhat",
|
3793 |
"redshift",
|
3794 |
"reduce",
|
|
|
3808 |
"rep",
|
3809 |
"rep.",
|
3810 |
"reporting",
|
3811 |
+
"repository",
|
3812 |
"represent",
|
3813 |
"repurchase",
|
3814 |
+
"request",
|
3815 |
"requestor",
|
3816 |
"required",
|
3817 |
"requirements",
|
|
|
3821 |
"resolution",
|
3822 |
"resolve",
|
3823 |
"resources",
|
3824 |
+
"resources.",
|
3825 |
+
"response",
|
3826 |
"responsibility",
|
3827 |
"responsible",
|
3828 |
"responsive",
|
|
|
3835 |
"retrospective",
|
3836 |
"returned",
|
3837 |
"reusable",
|
3838 |
+
"reusing",
|
3839 |
"rev",
|
3840 |
"rev.",
|
3841 |
"review",
|
|
|
3843 |
"revolutionises",
|
3844 |
"rge",
|
3845 |
"ria",
|
3846 |
+
"ric",
|
3847 |
"riseup",
|
3848 |
"risks",
|
3849 |
"risks.",
|
|
|
3851 |
"rjs",
|
3852 |
"rk.",
|
3853 |
"rks",
|
3854 |
+
"rma",
|
3855 |
"rmi",
|
3856 |
"rms",
|
3857 |
"rns",
|
3858 |
"roadmap",
|
3859 |
"roadmap.",
|
3860 |
+
"robert.jones",
|
3861 |
+
"robert.miller",
|
3862 |
"robust",
|
3863 |
"rock",
|
3864 |
+
"rodriguez",
|
3865 |
"rof",
|
3866 |
"rohan",
|
3867 |
+
"rohit",
|
3868 |
"rol",
|
3869 |
"role",
|
3870 |
"roles",
|
|
|
3875 |
"rose",
|
3876 |
"rp.",
|
3877 |
"rry",
|
3878 |
+
"rs",
|
3879 |
"rs.",
|
3880 |
"rse",
|
3881 |
"rst",
|
|
|
3891 |
"s.",
|
3892 |
"s.c.",
|
3893 |
"saas",
|
3894 |
+
"sai",
|
3895 |
"sakasi",
|
3896 |
"same",
|
3897 |
+
"samuel.smith",
|
3898 |
+
"sanaya",
|
3899 |
+
"sarah.miller",
|
3900 |
"saved",
|
3901 |
"sax",
|
3902 |
"scala",
|
|
|
3913 |
"scores",
|
3914 |
"screens",
|
3915 |
"scripting",
|
3916 |
+
"scripts",
|
3917 |
"scrum",
|
3918 |
"sdl",
|
3919 |
"sdlc",
|
|
|
3921 |
"seam",
|
3922 |
"seamless",
|
3923 |
"search",
|
3924 |
+
"searchable",
|
3925 |
"secondary",
|
3926 |
"secure",
|
3927 |
"securely",
|
|
|
3929 |
"security-related",
|
3930 |
"security.",
|
3931 |
"sed",
|
3932 |
+
"seek",
|
3933 |
"seeking",
|
3934 |
"selection",
|
3935 |
"sen",
|
|
|
3944 |
"sept.",
|
3945 |
"sequence",
|
3946 |
"ser",
|
3947 |
+
"serialization",
|
3948 |
"serve",
|
3949 |
"server",
|
3950 |
"server2005",
|
|
|
3953 |
"service",
|
3954 |
"services",
|
3955 |
"services.",
|
3956 |
+
"servicing",
|
3957 |
"servlet",
|
3958 |
"servlets",
|
3959 |
"ses",
|
|
|
3963 |
"sets",
|
3964 |
"sey",
|
3965 |
"sf2",
|
3966 |
+
"sgpa",
|
3967 |
"sh.",
|
3968 |
"sha",
|
3969 |
"shall",
|
3970 |
"sharing",
|
3971 |
+
"sharma",
|
3972 |
"sharpen",
|
3973 |
"she",
|
3974 |
"she's",
|
3975 |
"shell",
|
3976 |
"she\u2019s",
|
3977 |
+
"shi",
|
3978 |
"shivaji",
|
3979 |
"should",
|
3980 |
"showcasing",
|
|
|
3984 |
"significant",
|
3985 |
"simplified",
|
3986 |
"sin",
|
3987 |
+
"singh",
|
3988 |
"singhji",
|
3989 |
"single",
|
3990 |
"sio",
|
3991 |
"sis",
|
3992 |
+
"site",
|
3993 |
"skilled",
|
3994 |
"skills",
|
3995 |
"sks",
|
3996 |
"slt",
|
3997 |
+
"smith",
|
3998 |
"smtp",
|
3999 |
"snmp",
|
4000 |
"soa",
|
|
|
4011 |
"something",
|
4012 |
"somethin\u2019",
|
4013 |
"son",
|
4014 |
+
"sophia",
|
4015 |
+
"sophia.davis",
|
4016 |
"sophisticated",
|
4017 |
"sor",
|
4018 |
+
"sorted",
|
4019 |
"source",
|
4020 |
"south",
|
4021 |
"space",
|
|
|
4027 |
"specialist",
|
4028 |
"specializing",
|
4029 |
"specific",
|
4030 |
+
"specification",
|
4031 |
+
"sphere",
|
4032 |
"splunk",
|
4033 |
"sppu",
|
4034 |
"spring",
|
4035 |
+
"springs",
|
4036 |
"sps",
|
4037 |
"sql",
|
4038 |
"sqldatasolutionsinc.com",
|
|
|
4057 |
"startup",
|
4058 |
"startup.",
|
4059 |
"state",
|
4060 |
+
"statements",
|
4061 |
"states",
|
4062 |
+
"static",
|
4063 |
"statistics",
|
4064 |
"stay",
|
4065 |
"stealth",
|
4066 |
+
"stl",
|
4067 |
"sto",
|
4068 |
"store",
|
4069 |
"stored",
|
|
|
4081 |
"struts2",
|
4082 |
"sts",
|
4083 |
"student",
|
4084 |
+
"styles",
|
4085 |
"subscriptions",
|
4086 |
"subversion",
|
4087 |
"success",
|
|
|
4089 |
"such",
|
4090 |
"sue",
|
4091 |
"suggests",
|
4092 |
+
"suite",
|
4093 |
"supplier",
|
4094 |
"support",
|
4095 |
"sustainable",
|
|
|
4097 |
"svn",
|
4098 |
"swing",
|
4099 |
"sync",
|
4100 |
+
"synchronization",
|
4101 |
"system",
|
4102 |
"systems",
|
4103 |
"s\u2019s",
|
|
|
4111 |
"table",
|
4112 |
"tables",
|
4113 |
"tabs",
|
4114 |
+
"tag",
|
4115 |
"tags",
|
4116 |
"tailwind",
|
4117 |
"take",
|
|
|
4120 |
"tangible",
|
4121 |
"tar",
|
4122 |
"tay",
|
4123 |
+
"taylor",
|
4124 |
"tc.",
|
4125 |
"tch",
|
4126 |
"tcp",
|
|
|
4133 |
"tech",
|
4134 |
"technical",
|
4135 |
"techniques",
|
4136 |
+
"technological",
|
4137 |
"technologies",
|
4138 |
"technologies.",
|
4139 |
"technology",
|
4140 |
"ted",
|
4141 |
+
"tel",
|
4142 |
"telecommunication",
|
4143 |
"telecommunications",
|
4144 |
"tem",
|
|
|
4173 |
"this",
|
4174 |
"this's",
|
4175 |
"this\u2019s",
|
4176 |
+
"thompson",
|
4177 |
"thorough",
|
4178 |
"those",
|
4179 |
+
"thread",
|
4180 |
"threaded",
|
4181 |
"threading",
|
4182 |
"threat",
|
4183 |
"three",
|
4184 |
"through",
|
4185 |
+
"throwing",
|
4186 |
"thy",
|
4187 |
+
"tic",
|
4188 |
"tickets",
|
4189 |
"tier",
|
4190 |
"tiers",
|
4191 |
"tiles",
|
4192 |
"time",
|
4193 |
+
"tin",
|
4194 |
"tis",
|
4195 |
"title",
|
4196 |
"tjs",
|
4197 |
+
"tld",
|
4198 |
"tle",
|
4199 |
"tls",
|
4200 |
"tly",
|
4201 |
"tml",
|
4202 |
"to",
|
4203 |
"toad",
|
4204 |
+
"tom",
|
4205 |
"tomcat",
|
4206 |
"too",
|
4207 |
"tool",
|
|
|
4213 |
"tracking",
|
4214 |
"training",
|
4215 |
"transaction",
|
4216 |
+
"transfer",
|
4217 |
"transferred",
|
4218 |
"transfers",
|
4219 |
"tree",
|
|
|
4230 |
"tty",
|
4231 |
"tup",
|
4232 |
"tuples",
|
4233 |
+
"turner",
|
4234 |
"ty.",
|
4235 |
+
"tya",
|
4236 |
"type",
|
4237 |
"types",
|
4238 |
"t\u2019s",
|
|
|
4246 |
"ude",
|
4247 |
"udemy",
|
4248 |
"ues",
|
4249 |
+
"uez",
|
4250 |
"uff",
|
4251 |
"ug.",
|
4252 |
"ugh",
|
|
|
4269 |
"une",
|
4270 |
"unit",
|
4271 |
"united",
|
4272 |
+
"university",
|
4273 |
"unix",
|
4274 |
"unk",
|
4275 |
"unt",
|
|
|
4314 |
"va",
|
4315 |
"va.",
|
4316 |
"val",
|
4317 |
+
"valid",
|
4318 |
"validate",
|
4319 |
"validation",
|
4320 |
"validations",
|
4321 |
"valuable",
|
4322 |
+
"variety",
|
4323 |
"various",
|
4324 |
+
"vc.",
|
4325 |
+
"vc2",
|
4326 |
"ve",
|
4327 |
"ved",
|
4328 |
"vel",
|
4329 |
"ven",
|
4330 |
"ver",
|
4331 |
+
"verma",
|
4332 |
"version",
|
4333 |
+
"versioning",
|
4334 |
"ves",
|
4335 |
"veterans",
|
4336 |
+
"via",
|
4337 |
"vidyalaya",
|
4338 |
"vidyalayam",
|
4339 |
"view",
|
4340 |
"viewports",
|
4341 |
"views",
|
4342 |
+
"vikram",
|
4343 |
"vin",
|
4344 |
"virtual",
|
4345 |
+
"vis",
|
4346 |
"visio",
|
4347 |
"vision",
|
4348 |
"vista",
|
|
|
4355 |
"vs.",
|
4356 |
"vulnerabilities",
|
4357 |
"vulnerabilities.",
|
4358 |
+
"vya",
|
4359 |
"w",
|
4360 |
"w's",
|
4361 |
"w.",
|
4362 |
"w/o",
|
4363 |
"w3c",
|
4364 |
+
"walker",
|
4365 |
"war",
|
4366 |
+
"warranty",
|
4367 |
"was",
|
4368 |
"wash",
|
4369 |
"wash.",
|
|
|
4395 |
"where\u2019s",
|
4396 |
"which",
|
4397 |
"while",
|
4398 |
+
"white",
|
4399 |
"who",
|
4400 |
"who's",
|
4401 |
"who\u2019s",
|
|
|
4404 |
"why\u2019s",
|
4405 |
"wildlife",
|
4406 |
"will",
|
4407 |
+
"william",
|
4408 |
+
"william.taylor",
|
4409 |
+
"wilson",
|
4410 |
"windows",
|
4411 |
"windows-10",
|
4412 |
"wis",
|
|
|
4421 |
"worked",
|
4422 |
"workflows",
|
4423 |
"working",
|
4424 |
+
"workplace.com",
|
4425 |
"would",
|
4426 |
"write",
|
4427 |
"writing",
|
|
|
4480 |
"xxx.",
|
4481 |
"xxx.xx",
|
4482 |
"xxx.xxx",
|
4483 |
+
"xxx.xxxx",
|
4484 |
"xxx/xx",
|
4485 |
"xxxd",
|
4486 |
"xxxd.d",
|
|
|
4499 |
"xxxx.",
|
4500 |
"xxxx.xx",
|
4501 |
"xxxx.xxx",
|
4502 |
+
"xxxx.xxxx",
|
4503 |
"xxxxd",
|
4504 |
"xxxxdd",
|
4505 |
"xxxxdddd",
|
|
|
4518 |
"y'",
|
4519 |
"y's",
|
4520 |
"y.",
|
4521 |
+
"yahoo.com",
|
4522 |
"yam",
|
4523 |
"years",
|
4524 |
"yed",
|