File size: 40,278 Bytes
f6680df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
name,category,category_slug,ai_replaceability_score,occupation_count
Healthcare common procedure coding system HCPCS,Healthcare & Medical Software,healthcare-medical,89,19
Text to speech software,HR & People Management,hr-people-management,88,7
Electronic data interchange EDI software,Data & Integration,data-integration,87,7
Accounting software,Accounting & Finance,accounting-finance,86,26
Diagnostic and procedural coding software,Industry-Specific Software,industry-specific,86,5
jQuery,DevOps & Developer Tools,devops-developer,86,12
Payroll software,HR & People Management,hr-people-management,86,9
Perl,DevOps & Developer Tools,devops-developer,86,34
Accounts receivable software,Accounting & Finance,accounting-finance,85,3
Database software,Data & Integration,data-integration,85,124
Document management system software,Document Management,document-management,85,4
Human resources management system HRMS,HR & People Management,hr-people-management,85,5
Image scanning software,Industry-Specific Software,industry-specific,85,30
Medical procedure coding software,Healthcare & Medical Software,healthcare-medical,85,23
Work scheduling software,Scheduling & Appointment,scheduling,85,23
Medical condition coding software,Healthcare & Medical Software,healthcare-medical,84.5,19
Aestiva Purchase Order,Industry-Specific Software,industry-specific,84,3
Appointment scheduling software,Scheduling & Appointment,scheduling,84,18
Bill of lading software,Supply Chain & Logistics,supply-chain,84,3
Calendar and scheduling software,Scheduling & Appointment,scheduling,84,43
DaySmart Software Appointment-Plus,Scheduling & Appointment,scheduling,84,3
IBM Lotus 1-2-3,Productivity & Office,productivity-office,84,14
Inventory tracking software,E-commerce & Retail,ecommerce-retail,84,42
Multi-line optical character reader OCR software,Industry-Specific Software,industry-specific,84,3
Relational database software,Data & Integration,data-integration,84,4
Scheduling software,Scheduling & Appointment,scheduling,84,43
Timekeeping software,HR & People Management,hr-people-management,84,11
Ansible software,Industry-Specific Software,industry-specific,83,26
athenahealth athenaCollector,Healthcare & Medical Software,healthcare-medical,83,9
Billing software,Accounting & Finance,accounting-finance,83,20
Enterprise application integration EAI software,Data & Integration,data-integration,83,5
SAP Business Objects,ERP & Business Management,erp-business-management,83,5
Adobe ActionScript,DevOps & Developer Tools,devops-developer,82,8
Adobe Dreamweaver,CMS & Web,cms-web,82,26
Alteryx software,Analytics & BI,analytics-bi,82,7
AOL MapQuest,Industry-Specific Software,industry-specific,82,3
Blogging software,CMS & Web,cms-web,82,4
Bookkeeping software,Accounting & Finance,accounting-finance,82,13
Budgeting software,Accounting & Finance,accounting-finance,82,6
Computer aided dispatch software,Customer Support,customer-support,82,8
Contact management software,Scheduling & Appointment,scheduling,82,3
Cost estimating software,Accounting & Finance,accounting-finance,82,12
Customer information databases,CRM & Sales,crm-sales,82,7
DM2 Bills of Lading,Supply Chain & Logistics,supply-chain,82,3
Facebook,CMS & Web,cms-web,82,131
Google Drive,Collaboration,collaboration,82,24
Learning management system LMS,HR & People Management,hr-people-management,82,40
Loom,Industry-Specific Software,industry-specific,82,3
Marketo Marketing Automation,CRM & Sales,crm-sales,82,19
Mentimeter,Productivity & Office,productivity-office,82,3
Microsoft Dynamics,ERP & Business Management,erp-business-management,82,29
Microsoft Visual Basic,DevOps & Developer Tools,devops-developer,82,70
Microsoft Word,Productivity & Office,productivity-office,82,757
Online databases,Data & Integration,data-integration,82,4
Order management software,Industry-Specific Software,industry-specific,82,4
Personnel scheduling software,Scheduling & Appointment,scheduling,82,3
Route mapping software,Industry-Specific Software,industry-specific,82,7
Social media software,CMS & Web,cms-web,82,4
Spreadsheet software,Productivity & Office,productivity-office,82,83
Structured query language SQL,Data & Integration,data-integration,82,130
TikTok,Industry-Specific Software,industry-specific,82,7
Voice over internet protocol VoIP system software,Industry-Specific Software,industry-specific,82,4
Word processing software,Productivity & Office,productivity-office,82,180
ADP Workforce Now,HR & People Management,hr-people-management,81.8,15
JavaScript,DevOps & Developer Tools,devops-developer,81.5,70
Recordkeeping software,Data & Integration,data-integration,81.25,12
Act!,CRM & Sales,crm-sales,81,4
Actsoft Comet Tracker,Supply Chain & Logistics,supply-chain,81,3
Airtable,Data & Integration,data-integration,81,5
Applicant tracking software,HR & People Management,hr-people-management,81,5
Asana,Collaboration,collaboration,81,5
Automated inventory software,E-commerce & Retail,ecommerce-retail,81,4
Blackbaud The Raiser's Edge,CRM & Sales,crm-sales,81,16
Blink,Collaboration,collaboration,81,5
Border Gateway Protocol BGP,Infrastructure & IT,infrastructure-it,81,6
Case management software,Healthcare & Medical Software,healthcare-medical,81,5
Chef,DevOps & Developer Tools,devops-developer,81,5
CPR International GeneralCOST Estimator,Accounting & Finance,accounting-finance,81,3
Customer relationship management CRM software,CRM & Sales,crm-sales,81,28
Data entry software,Data & Integration,data-integration,81,13
Desktop publishing software,Document Management,document-management,81,13
Educational software,HR & People Management,hr-people-management,81,4
Eko,Collaboration,collaboration,81,14
Electronic Time Clock ETC,HR & People Management,hr-people-management,81,3
Email software,Productivity & Office,productivity-office,81,243
eMDs Medisoft,Healthcare & Medical Software,healthcare-medical,81,3
Enterprise resource planning ERP software,ERP & Business Management,erp-business-management,81,55
ERP software,ERP & Business Management,erp-business-management,81,3
Extensible markup language XML,Data & Integration,data-integration,81,70
FileMaker Pro,Data & Integration,data-integration,81,42
Financial accounting software,Accounting & Finance,accounting-finance,81,12
Global positioning system GPS software,Industry-Specific Software,industry-specific,81,26
Google Docs,Productivity & Office,productivity-office,81,96
HubSpot software,CRM & Sales,crm-sales,81,15
IBM DB2,Data & Integration,data-integration,81,4
ICANotes,Healthcare & Medical Software,healthcare-medical,81,3
Incident command system ICS software,Project Management,project-management,81,3
Instagram,CMS & Web,cms-web,81,5
Intrado SchoolMessenger,Industry-Specific Software,industry-specific,81,4
Inventory control software,E-commerce & Retail,ecommerce-retail,81,14
Inventory management software,E-commerce & Retail,ecommerce-retail,81,13
iParadigms Turnitin,Industry-Specific Software,industry-specific,81,29
Kahoot!,Industry-Specific Software,industry-specific,81,7
McAfee,Cybersecurity,cybersecurity,81,5
MicroFocus GroupWise,Productivity & Office,productivity-office,81,3
Microsoft Exchange,Productivity & Office,productivity-office,81,12
Microsoft Outlook,Productivity & Office,productivity-office,81,626
Microsoft SharePoint,Document Management,document-management,81,146
Microsoft Visual Basic for Applications VBA,DevOps & Developer Tools,devops-developer,81,22
Patient management software,Healthcare & Medical Software,healthcare-medical,81,9
Point of sale POS software,E-commerce & Retail,ecommerce-retail,81,24
Purchasing software,Industry-Specific Software,industry-specific,81,5
Qualtrics Insight,Project Management,project-management,81,3
Salesforce.com Salesforce CRM,CRM & Sales,crm-sales,81,4
Salesforce software,CRM & Sales,crm-sales,81,65
Schoology,HR & People Management,hr-people-management,81,13
Selenium,DevOps & Developer Tools,devops-developer,81,6
ServiceNow,Data & Integration,data-integration,81,9
Shell script,Infrastructure & IT,infrastructure-it,81,10
Statistical analysis software,Analytics & BI,analytics-bi,81,4
Statistical software,Analytics & BI,analytics-bi,81,16
Structure query language SQL,Data & Integration,data-integration,81,6
Time and attendance software,HR & People Management,hr-people-management,81,3
Time tracking software,HR & People Management,hr-people-management,81,4
Website development software,CMS & Web,cms-web,81,4
Work order software,Data & Integration,data-integration,81,3
Canva,Design & Engineering,design-engineering,80.5,9
dBASE Plus,Data & Integration,data-integration,80.5,3
Materials requirement planning MRP software,Supply Chain & Logistics,supply-chain,80.5,3
Adobe Acrobat,Document Management,document-management,80.25,163
Citrix cloud computing software,Infrastructure & IT,infrastructure-it,80,3
Computerized maintenance management system software CMMS,Industry-Specific Software,industry-specific,80,3
Delphi Discovery,Accounting & Finance,accounting-finance,80,3
Dropbox,Collaboration,collaboration,80,3
Google Sheets,Productivity & Office,productivity-office,80,6
Human resource management software HRMS,HR & People Management,hr-people-management,80,4
IBM Maximo Asset Management,ERP & Business Management,erp-business-management,80,6
IBM Terraform,DevOps & Developer Tools,devops-developer,80,8
iCIMS Talent Cloud software,HR & People Management,hr-people-management,80,3
Laboratory information management system LIMS,Analytics & BI,analytics-bi,80,6
Microsoft PowerPoint,Productivity & Office,productivity-office,80,616
Microsoft SQL Server Reporting Services SSRS,DevOps & Developer Tools,devops-developer,80,14
Oracle JD Edwards EnterpriseOne,ERP & Business Management,erp-business-management,80,8
Prognosis Innovation Healthcare ChartAccess,Healthcare & Medical Software,healthcare-medical,80,3
Project management software,Project Management,project-management,80,6
RestaurantPlus PRO,E-commerce & Retail,ecommerce-retail,80,4
Social media sites,CMS & Web,cms-web,80,4
Workday software,ERP & Business Management,erp-business-management,80,10
EyeMD EMR Healthcare Systems EyeMD EMR,Healthcare & Medical Software,healthcare-medical,79.75,3
Allscripts healthcare automation software,Healthcare & Medical Software,healthcare-medical,79.5,3
Adobe Acrobat Reader,Document Management,document-management,79,6
Adobe FrameMaker,Document Management,document-management,79,6
AJAX,DevOps & Developer Tools,devops-developer,79,23
Alpha Software Alpha Five,Data & Integration,data-integration,79,3
Amazing Charts,Healthcare & Medical Software,healthcare-medical,79,3
Apache Hadoop,Data & Integration,data-integration,79,38
Appletree,HR & People Management,hr-people-management,79,7
Axxya Systems Nutritionist Pro,Analytics & BI,analytics-bi,79,4
Bash,Infrastructure & IT,infrastructure-it,79,23
Business software applications,Collaboration,collaboration,79,6
Children's educational software,HR & People Management,hr-people-management,79,9
Common Curriculum,HR & People Management,hr-people-management,79,10
Database management software,Data & Integration,data-integration,79,4
Database management systems,Data & Integration,data-integration,79,3
DOC Cop,Industry-Specific Software,industry-specific,79,36
Electronic health record EHR software,Healthcare & Medical Software,healthcare-medical,79,10
Electronic medical record EMR software,Healthcare & Medical Software,healthcare-medical,79,29
Firewall software,Cybersecurity,cybersecurity,79,4
Formula translation/translator FORTRAN,DevOps & Developer Tools,devops-developer,79,12
GE Healthcare Centricity EMR,Healthcare & Medical Software,healthcare-medical,79,19
GE Healthcare Centricity Practice Solution,Healthcare & Medical Software,healthcare-medical,79,9
Git,DevOps & Developer Tools,devops-developer,79,35
Google Analytics,Analytics & BI,analytics-bi,79,27
Image analysis software,Analytics & BI,analytics-bi,79,4
Kronos Workforce Timekeeper,HR & People Management,hr-people-management,79,12
Kubernetes,DevOps & Developer Tools,devops-developer,79,12
Management information systems MIS,ERP & Business Management,erp-business-management,79,3
Microsoft Access,Data & Integration,data-integration,79,351
Musical instrument digital interface MIDI software,Industry-Specific Software,industry-specific,79,3
NCR NeighborhoodPOS,E-commerce & Retail,ecommerce-retail,79,4
NetSuite ERP,ERP & Business Management,erp-business-management,79,3
Nuance Dragon NaturallySpeaking,Industry-Specific Software,industry-specific,79,5
Operational databases,Data & Integration,data-integration,79,11
Operational Data Store ODS software,Data & Integration,data-integration,79,6
Oracle HRIS,HR & People Management,hr-people-management,79,8
Oracle Hyperion,ERP & Business Management,erp-business-management,79,3
Oracle Primavera Enterprise Project Portfolio Management,Project Management,project-management,79,36
Padlet,HR & People Management,hr-people-management,79,12
SAP Concur,Accounting & Finance,accounting-finance,79,4
simplifyMD,Healthcare & Medical Software,healthcare-medical,79,7
Snowflake,Analytics & BI,analytics-bi,79,3
Speech recognition software,Industry-Specific Software,industry-specific,79,3
Squeegee,Collaboration,collaboration,79,3
Atlas Construction Business Forms,Productivity & Office,productivity-office,78,3
Aya Associates Comp-U-Floor,Data & Integration,data-integration,78,4
Calendar software,Scheduling & Appointment,scheduling,78,4
Caliper Maptitude,Industry-Specific Software,industry-specific,78,3
CareCloud Central,Healthcare & Medical Software,healthcare-medical,78,9
Clinical trial management software,Data & Integration,data-integration,78,3
Collaborative editing software,Productivity & Office,productivity-office,78,36
Computer aided design and drafting CADD software,Design & Engineering,design-engineering,78,16
Computerized maintenance management system CMMS,Industry-Specific Software,industry-specific,78,30
Course management system software,HR & People Management,hr-people-management,78,36
Data mining software,Analytics & BI,analytics-bi,78,4
Delivery operations information system DOIS,ERP & Business Management,erp-business-management,78,3
EGS CALCMENU,Data & Integration,data-integration,78,3
Employee scheduling software,Scheduling & Appointment,scheduling,78,7
Fleet management software,Supply Chain & Logistics,supply-chain,78,4
Google Gmail,Productivity & Office,productivity-office,78,4
HMIS Advantage,Data & Integration,data-integration,78,4
HMS,Healthcare & Medical Software,healthcare-medical,78,5
IBM Cognos Impromptu,Analytics & BI,analytics-bi,78,3
Internet browser software,Productivity & Office,productivity-office,78,14
Intuit QuickBooks,Accounting & Finance,accounting-finance,78,83
Intuit QuickBooks Point of Sale,E-commerce & Retail,ecommerce-retail,78,4
Inventory control system software,E-commerce & Retail,ecommerce-retail,78,5
Inventory management systems,E-commerce & Retail,ecommerce-retail,78,24
IOS Health Systems Medios EHR,Healthcare & Medical Software,healthcare-medical,78,8
Kareo Practice Management,Healthcare & Medical Software,healthcare-medical,78,8
Maintenance management software,Industry-Specific Software,industry-specific,78,9
Measure Square FloorEstimate Pro,Project Management,project-management,78,4
Medical software,Healthcare & Medical Software,healthcare-medical,78,5
Microsoft Active Server Pages ASP,DevOps & Developer Tools,devops-developer,78,33
Microsoft Dynamics GP,ERP & Business Management,erp-business-management,78,5
Microsoft Office software,Collaboration,collaboration,78,809
Microsoft Project,Project Management,project-management,78,176
Microsoft Publisher,Document Management,document-management,78,29
Microsoft Teams,Project Management,project-management,78,17
Microsoft Visio,Design & Engineering,design-engineering,78,121
Microsoft Visual FoxPro,DevOps & Developer Tools,devops-developer,78,4
Modernizing Medicine Practice Management,Healthcare & Medical Software,healthcare-medical,78,8
Netscape Navigator,Productivity & Office,productivity-office,78,4
Nuesoft Technologies NueMD,Healthcare & Medical Software,healthcare-medical,78,3
Oracle Taleo,HR & People Management,hr-people-management,78,3
Plexis Software Plexis POS,E-commerce & Retail,ecommerce-retail,78,4
Presentation software,Productivity & Office,productivity-office,78,14
Prolog,DevOps & Developer Tools,devops-developer,78,3
R,DevOps & Developer Tools,devops-developer,78,78
Radio frequency identification RFID software,E-commerce & Retail,ecommerce-retail,78,3
Skype,Collaboration,collaboration,78,3
StatCom Patient Flow Logistics Enterprise Suite,Healthcare & Medical Software,healthcare-medical,78,6
Videoconferencing software,Collaboration,collaboration,78,3
Warehouse management system WMS,Supply Chain & Logistics,supply-chain,78,15
Henry Schein Dentrix,Healthcare & Medical Software,healthcare-medical,77.5,12
LexisNexis,Industry-Specific Software,industry-specific,77.5,16
AbacusNext HotDocs,Document Management,document-management,77,4
Addison Health Systems WritePad EHR,Healthcare & Medical Software,healthcare-medical,77,3
Adobe PageMaker,Document Management,document-management,77,14
ADP Enterprise HR,HR & People Management,hr-people-management,77,5
Atlassian Confluence,Project Management,project-management,77,27
Atlassian JIRA,Project Management,project-management,77,48
Automatic Data Processing AdvancedMD EHR,Healthcare & Medical Software,healthcare-medical,77,9
AVEVA InTouch HMI,Industry-Specific Software,industry-specific,77,7
Blackboard software,Data & Integration,data-integration,77,33
Cerner PowerWorks Practice Management,Healthcare & Medical Software,healthcare-medical,77,9
Cisco Webex,Collaboration,collaboration,77,14
Computer aided manufacturing CAM software,Design & Engineering,design-engineering,77,23
Computer imaging software,Design & Engineering,design-engineering,77,4
Construction Management Software ProEst,Analytics & BI,analytics-bi,77,5
CPSI CPSI System,Healthcare & Medical Software,healthcare-medical,77,3
Data visualization software,Analytics & BI,analytics-bi,77,9
Deoxyribonucleic acid DNA sequence analysis software,Analytics & BI,analytics-bi,77,3
Desire2Learn LMS software,HR & People Management,hr-people-management,77,36
eClinicalWorks EHR software,Healthcare & Medical Software,healthcare-medical,77,48
Epic Practice Management,Healthcare & Medical Software,healthcare-medical,77,9
Epic Systems,Healthcare & Medical Software,healthcare-medical,77,50
Evernote,Productivity & Office,productivity-office,77,4
Foodman Home-Delivery,E-commerce & Retail,ecommerce-retail,77,3
Fund accounting software,Accounting & Finance,accounting-finance,77,10
G-code,DevOps & Developer Tools,devops-developer,77,5
Google Classroom,Project Management,project-management,77,17
Google Workspace software,Collaboration,collaboration,77,26
Greenway Medical Technologies PrimeSUITE,Healthcare & Medical Software,healthcare-medical,77,11
Handheld computer device software,Infrastructure & IT,infrastructure-it,77,5
IBM Lotus Notes,Productivity & Office,productivity-office,77,24
IBM SPSS Statistics,Analytics & BI,analytics-bi,77,76
Individualized Educational Program IEP software,Data & Integration,data-integration,77,3
Insightful S-PLUS,Analytics & BI,analytics-bi,77,7
Instant messaging software,Collaboration,collaboration,77,3
Integrated Automated Fingerprint Identification System IAFIS,Data & Integration,data-integration,77,6
Law enforcement information databases,Data & Integration,data-integration,77,6
McKesson Practice Plus,Healthcare & Medical Software,healthcare-medical,77,8
Medscribbler Enterprise,Healthcare & Medical Software,healthcare-medical,77,6
Microsoft SharePoint Server,Document Management,document-management,77,4
Microsoft SQL Server Integration Services SSIS,Data & Integration,data-integration,77,3
Moodle,HR & People Management,hr-people-management,77,15
NextGen Healthcare NextGen Practice Management,Healthcare & Medical Software,healthcare-medical,77,7
NoSQL,Data & Integration,data-integration,77,6
ParentSquare,Collaboration,collaboration,77,4
Practice management software PMS,Healthcare & Medical Software,healthcare-medical,77,11
Property management system PMS software,Data & Integration,data-integration,77,4
Puppet,DevOps & Developer Tools,devops-developer,77,4
Quizlet,HR & People Management,hr-people-management,77,7
Rehab Documentation Company ReDoc Suite,Healthcare & Medical Software,healthcare-medical,77,3
Screencastify,Industry-Specific Software,industry-specific,77,4
SmartDraw Legal,Design & Engineering,design-engineering,77,4
SmugMug Flickr,Design & Engineering,design-engineering,77,10
Student information systems SIS software,Data & Integration,data-integration,77,6
Supervisory control and data acquisition SCADA software,Industry-Specific Software,industry-specific,77,22
Swift,DevOps & Developer Tools,devops-developer,77,3
Twitter,Collaboration,collaboration,77,11
UNIX,Infrastructure & IT,infrastructure-it,77,51
Voice activated software,Industry-Specific Software,industry-specific,77,4
Yardi software,Data & Integration,data-integration,77,21
Zoom,Collaboration,collaboration,77,41
Apache Hive,Data & Integration,data-integration,76,24
Autodesk Land Desktop,Design & Engineering,design-engineering,76,5
Blackboard Learn,HR & People Management,hr-people-management,76,38
Bloomz,Collaboration,collaboration,76,6
Delphi Technology,Accounting & Finance,accounting-finance,76,13
Flipgrid,Industry-Specific Software,industry-specific,76,10
Google Meet,Collaboration,collaboration,76,16
Hypertext preprocessor PHP,DevOps & Developer Tools,devops-developer,76,3
JamBoard,Design & Engineering,design-engineering,76,4
Job costing software,Accounting & Finance,accounting-finance,76,4
MEDITECH software,Healthcare & Medical Software,healthcare-medical,76,72
Microsoft Excel,Productivity & Office,productivity-office,76,852
MICROS Systems HSI Profits Series,E-commerce & Retail,ecommerce-retail,76,4
Minitab,Analytics & BI,analytics-bi,76,13
Oracle PeopleSoft,ERP & Business Management,erp-business-management,76,52
PointClickCare healthcare software,Healthcare & Medical Software,healthcare-medical,76,4
Procore software,Analytics & BI,analytics-bi,76,5
SAP software,ERP & Business Management,erp-business-management,76,251
WRSHealth EMR,Healthcare & Medical Software,healthcare-medical,76,4
Allscripts PM,Healthcare & Medical Software,healthcare-medical,75,9
Avid Technology iNEWS,Industry-Specific Software,industry-specific,75,3
ChartWare EMR,Healthcare & Medical Software,healthcare-medical,75,10
ClassDojo,Collaboration,collaboration,75,5
Computer aided design and drafting software CADD,Design & Engineering,design-engineering,75,12
Deltek Costpoint,Accounting & Finance,accounting-finance,75,3
e-MDs software,Healthcare & Medical Software,healthcare-medical,75,11
ESRI ArcPad,Industry-Specific Software,industry-specific,75,3
HCSS HeavyJob,Project Management,project-management,75,3
IBM Notes,Productivity & Office,productivity-office,75,28
Laboratory information system LIS,Healthcare & Medical Software,healthcare-medical,75,8
LinkedIn,CMS & Web,cms-web,75,8
Microsoft Active Directory,Infrastructure & IT,infrastructure-it,75,11
NextGen Healthcare Information Systems EMR,Healthcare & Medical Software,healthcare-medical,75,6
On Center Quick Bid,Project Management,project-management,75,6
Sage 50 Accounting,Accounting & Finance,accounting-finance,75,5
Sale processing software,E-commerce & Retail,ecommerce-retail,75,3
SOAPware EMR,Healthcare & Medical Software,healthcare-medical,75,9
SynaMed EMR,Healthcare & Medical Software,healthcare-medical,75,6
Adobe InDesign,Document Management,document-management,74,85
Allscripts Professional EHR,Healthcare & Medical Software,healthcare-medical,74,12
AS/400 Database,Data & Integration,data-integration,74,3
BioEx Systems Exercise Pro,Healthcare & Medical Software,healthcare-medical,74,3
Cisco IOS,Infrastructure & IT,infrastructure-it,74,6
CNC Mastercam,Design & Engineering,design-engineering,74,5
Compris software,E-commerce & Retail,ecommerce-retail,74,4
Computerized numerical control CNC software,Industry-Specific Software,industry-specific,74,4
Crime mapping software,Industry-Specific Software,industry-specific,74,4
Data logging software,Data & Integration,data-integration,74,7
DesignWare 3D EyeWitness,Design & Engineering,design-engineering,74,5
Distributed control system DCS,Industry-Specific Software,industry-specific,74,10
DP Technology ESPRIT,Design & Engineering,design-engineering,74,3
Edpuzzle,Industry-Specific Software,industry-specific,74,6
NortonLifeLock cybersecurity software,Cybersecurity,cybersecurity,74,5
Quicken,Accounting & Finance,accounting-finance,74,5
Technical Data Management System TDMS,Document Management,document-management,74,3
Time and Attendance Collection System TACS,HR & People Management,hr-people-management,74,3
Tradesman's Software Master Estimator,Project Management,project-management,74,3
Vitera Healthcare Solutions Vitera Intergy,Healthcare & Medical Software,healthcare-medical,74,4
YouTube,Industry-Specific Software,industry-specific,74,23
Adobe Audition,Industry-Specific Software,industry-specific,73,10
Aldelo Systems Aldelo for Restaurants Pro,E-commerce & Retail,ecommerce-retail,73,3
Amazon Redshift,Data & Integration,data-integration,73,25
Amazon Web Services AWS CloudFormation,Infrastructure & IT,infrastructure-it,73,16
Apache Subversion SVN,DevOps & Developer Tools,devops-developer,73,17
Athena Software Penelope Case Management,Healthcare & Medical Software,healthcare-medical,73,3
Audion Laboratories VoxPro,Industry-Specific Software,industry-specific,73,3
Avid Technology Sibelius,Industry-Specific Software,industry-specific,73,3
Belmar & Associates Mortware,Data & Integration,data-integration,73,3
Cascading style sheets CSS,DevOps & Developer Tools,devops-developer,73,26
ClustalW,Analytics & BI,analytics-bi,73,3
Computer aided design CAD software,Design & Engineering,design-engineering,73,54
Corel CorelDraw Graphics Suite,Design & Engineering,design-engineering,73,13
dBASE,Data & Integration,data-integration,73,5
EasyCBM,HR & People Management,hr-people-management,73,7
Edmodo,Collaboration,collaboration,73,8
Eos Systems PhotoModeler,Design & Engineering,design-engineering,73,3
ESRI ArcView,Industry-Specific Software,industry-specific,73,25
Estimating software,Project Management,project-management,73,5
Graphics software,Design & Engineering,design-engineering,73,29
Hand held spell checkers,Industry-Specific Software,industry-specific,73,4
HealthFusion MediTouch,Healthcare & Medical Software,healthcare-medical,73,9
Image processing software,Design & Engineering,design-engineering,73,3
Insight Direct ServiceCEO,Data & Integration,data-integration,73,5
JavaScript Object Notation JSON,DevOps & Developer Tools,devops-developer,73,9
Leica Geosystems ERDAS IMAGINE,Industry-Specific Software,industry-specific,73,3
Litchi,Analytics & BI,analytics-bi,73,3
Maintenance record software,Industry-Specific Software,industry-specific,73,8
Microsoft .NET Framework,DevOps & Developer Tools,devops-developer,73,13
Microsoft Power BI,Analytics & BI,analytics-bi,73,22
Microsoft PowerShell,DevOps & Developer Tools,devops-developer,73,14
Nearpod,Industry-Specific Software,industry-specific,73,9
Operating system software,Infrastructure & IT,infrastructure-it,73,39
Oracle Database,Data & Integration,data-integration,73,58
Oracle PL/SQL,Data & Integration,data-integration,73,4
Pacific Solutions FloorRight,Project Management,project-management,73,3
Patient electronic medical record EMR software,Healthcare & Medical Software,healthcare-medical,73,12
PHP,DevOps & Developer Tools,devops-developer,73,18
QuarkXPress,Document Management,document-management,73,5
Ruby,DevOps & Developer Tools,devops-developer,73,4
Tableau,Analytics & BI,analytics-bi,73,44
Tadpoles,Collaboration,collaboration,73,6
Teleconferencing software,Collaboration,collaboration,73,3
The General Store,E-commerce & Retail,ecommerce-retail,73,3
Video editing software,Industry-Specific Software,industry-specific,73,7
Web browser software,Productivity & Office,productivity-office,73,259
Autodesk AutoCAD,Design & Engineering,design-engineering,72,169
Bentley STAAD,Design & Engineering,design-engineering,72,3
Bizmatics PrognoCIS EMR,Healthcare & Medical Software,healthcare-medical,72,18
MapInfo Professional,Industry-Specific Software,industry-specific,72,3
WordPress,CMS & Web,cms-web,72,15
Xactware Xactimate,Data & Integration,data-integration,72,3
Adobe Director,Industry-Specific Software,industry-specific,71,4
Adobe FreeHand MX,Design & Engineering,design-engineering,71,8
Allscripts Sunrise,Healthcare & Medical Software,healthcare-medical,71,4
Apache Airflow,Project Management,project-management,71,4
Apache Cassandra,Data & Integration,data-integration,71,24
Apache Struts,DevOps & Developer Tools,devops-developer,71,3
Computer aided composite drawing software,Design & Engineering,design-engineering,71,4
Corel QuattroPro,Productivity & Office,productivity-office,71,5
Corel WordPerfect Office Suite,Productivity & Office,productivity-office,71,49
Culinary Software Services ChefTec,Analytics & BI,analytics-bi,71,4
Delcam PowerMILL,Design & Engineering,design-engineering,71,3
Drawing and drafting software,Design & Engineering,design-engineering,71,3
Drawing software,Design & Engineering,design-engineering,71,4
Epocrates,Healthcare & Medical Software,healthcare-medical,71,5
Fire incident reporting systems,Data & Integration,data-integration,71,3
Flooring Technologies QFloors,Data & Integration,data-integration,71,3
GalacTek ECLIPSE,Healthcare & Medical Software,healthcare-medical,71,10
Geographic information system GIS software,Industry-Specific Software,industry-specific,71,34
GitHub,DevOps & Developer Tools,devops-developer,71,20
Hypertext markup language HTML,DevOps & Developer Tools,devops-developer,71,64
IBM Domino,Industry-Specific Software,industry-specific,71,8
Jenkins CI,Data & Integration,data-integration,71,10
Linux,Infrastructure & IT,infrastructure-it,71,112
MicroFour PracticeStudio.NET EMR,Healthcare & Medical Software,healthcare-medical,71,7
Microsoft SQL Server,Data & Integration,data-integration,71,66
NCR Advanced Checkout Solution,E-commerce & Retail,ecommerce-retail,71,4
Patterson Dental Supply Patterson EagleSoft,Healthcare & Medical Software,healthcare-medical,71,3
Pear Deck,Productivity & Office,productivity-office,71,5
Programmable logic controller PLC software,Industry-Specific Software,industry-specific,71,11
RepairTRAX,Data & Integration,data-integration,71,3
SBS International Maestro Suite,Scheduling & Appointment,scheduling,71,3
Slack,Collaboration,collaboration,71,10
Splunk Enterprise,ERP & Business Management,erp-business-management,71,11
StataCorp Stata,Analytics & BI,analytics-bi,71,9
Teradata Database,Data & Integration,data-integration,71,16
Texas Medical Software SpringCharts EMR,Healthcare & Medical Software,healthcare-medical,71,7
1CadCam Unigraphics,Design & Engineering,design-engineering,70,7
BrainTrain Captain's Log,Healthcare & Medical Software,healthcare-medical,70,3
EditCNC,Industry-Specific Software,industry-specific,70,3
ESRI ArcGIS software,Industry-Specific Software,industry-specific,70,77
Google Earth Pro,Industry-Specific Software,industry-specific,70,3
MedcomSoft Record,Healthcare & Medical Software,healthcare-medical,70,4
Oracle Primavera Systems,Project Management,project-management,70,6
Practice Partner Total Practice Partner,Healthcare & Medical Software,healthcare-medical,70,4
Screen reader software,Infrastructure & IT,infrastructure-it,70,9
Trimble SketchUp Pro,Design & Engineering,design-engineering,70,23
Adobe Captivate,HR & People Management,hr-people-management,69,4
Amkai AmkaiCharts,Healthcare & Medical Software,healthcare-medical,69,7
Apache Kafka,DevOps & Developer Tools,devops-developer,69,23
Apache Maven,DevOps & Developer Tools,devops-developer,69,15
Apache Spark,DevOps & Developer Tools,devops-developer,69,18
Autodesk Revit,Design & Engineering,design-engineering,69,34
Benchmark Systems Benchmark Clinical EHR,Healthcare & Medical Software,healthcare-medical,69,9
Cerner Millennium,Healthcare & Medical Software,healthcare-medical,69,8
Craftsman CD Estimator,Project Management,project-management,69,3
Disassembler software,DevOps & Developer Tools,devops-developer,69,3
Econometric Software LIMDEP,Analytics & BI,analytics-bi,69,3
FPA Software MACCS,Data & Integration,data-integration,69,3
Geographic information system GIS systems,Industry-Specific Software,industry-specific,69,43
Integrated development environment IDE software,DevOps & Developer Tools,devops-developer,69,3
Medical reference software,Industry-Specific Software,industry-specific,69,3
Python,DevOps & Developer Tools,devops-developer,69,124
SAS,Analytics & BI,analytics-bi,69,84
The MathWorks MATLAB,Analytics & BI,analytics-bi,69,81
Turtle Creek Software Goldenseal,Project Management,project-management,69,11
3M Post-it App,Productivity & Office,productivity-office,68,5
Aptech Systems GAUSS,Analytics & BI,analytics-bi,68,3
CPR Visual Estimator,Accounting & Finance,accounting-finance,68,7
Data acquisition software,Analytics & BI,analytics-bi,68,5
Elasticsearch,Data & Integration,data-integration,68,7
HCSS HeavyBid,Project Management,project-management,68,3
Machine control software,Industry-Specific Software,industry-specific,68,3
National Integrated Ballistics Information Network NIBIN,Data & Integration,data-integration,68,4
Pyxis MedStation software,E-commerce & Retail,ecommerce-retail,68,5
Adobe Creative Cloud software,Design & Engineering,design-engineering,67,76
Amazon DynamoDB,Data & Integration,data-integration,67,17
A-Systems JobView,Accounting & Finance,accounting-finance,67,3
Basic Local Alignment Search Tool BLAST,Analytics & BI,analytics-bi,67,5
Desmos,Analytics & BI,analytics-bi,67,6
Esri ArcGIS,Industry-Specific Software,industry-specific,67,6
ESRI ArcInfo,Industry-Specific Software,industry-specific,67,8
Figma,CMS & Web,cms-web,67,7
Google Angular,DevOps & Developer Tools,devops-developer,67,8
Graphics creation software,Design & Engineering,design-engineering,67,4
Mapping software,Industry-Specific Software,industry-specific,67,16
Microsoft Edge,Productivity & Office,productivity-office,67,10
Microsoft Visual Studio,DevOps & Developer Tools,devops-developer,67,21
Microsoft Windows,Infrastructure & IT,infrastructure-it,67,217
MySQL,Data & Integration,data-integration,67,23
National Instruments LabVIEW,DevOps & Developer Tools,devops-developer,67,16
Red Hat Enterprise Linux,Infrastructure & IT,infrastructure-it,67,4
Sakai CLE,HR & People Management,hr-people-management,67,23
Screen magnification software,Infrastructure & IT,infrastructure-it,67,8
Seesaw,Industry-Specific Software,industry-specific,67,9
The CAD Zone The Crime Zone,Design & Engineering,design-engineering,67,4
UNIX Shell,Infrastructure & IT,infrastructure-it,67,3
Bloomberg Professional,Accounting & Finance,accounting-finance,66.5,3
ACD Systems Canvas,Design & Engineering,design-engineering,66,4
Adobe After Effects,Industry-Specific Software,industry-specific,66,39
Adobe Illustrator,Design & Engineering,design-engineering,66,98
Adobe Photoshop,Design & Engineering,design-engineering,66,142
Autodesk AutoCAD Civil 3D,Design & Engineering,design-engineering,66,30
Carlson SurvCADD,Design & Engineering,design-engineering,66,3
Customer information control system CICS,Infrastructure & IT,infrastructure-it,66,3
DataWorks Plus Digital CrimeScene,Data & Integration,data-integration,66,3
STATISTICA,Analytics & BI,analytics-bi,66,3
Autodesk Inventor,Design & Engineering,design-engineering,65,7
ESRI ArcMap,Industry-Specific Software,industry-specific,65,3
Microsoft Windows Server,Infrastructure & IT,infrastructure-it,65,8
Adobe Premiere Pro,Industry-Specific Software,industry-specific,64,11
Bentley MicroStation,Design & Engineering,design-engineering,64,44
Amazon Web Services AWS software,Data & Integration,data-integration,63,52
American Sign Language Browser,Data & Integration,data-integration,63,3
Apache Tomcat,DevOps & Developer Tools,devops-developer,63,16
Audacity,Industry-Specific Software,industry-specific,63,4
Autodesk AutoCAD Mechanical,Design & Engineering,design-engineering,63,3
C++,DevOps & Developer Tools,devops-developer,63,41
Centers for Disease Control and Prevention CDC WONDER,Data & Integration,data-integration,63,3
Clover Technology GALENA,Analytics & BI,analytics-bi,63,3
Corel Painter,Design & Engineering,design-engineering,63,5
ESRI ArcView 3D Analyst,Industry-Specific Software,industry-specific,63,3
Geogebra,Analytics & BI,analytics-bi,63,4
Geographic resources analysis support system GRASS,Industry-Specific Software,industry-specific,63,3
Geomechanical design analysis GDA software,Industry-Specific Software,industry-specific,63,4
Go,DevOps & Developer Tools,devops-developer,63,12
Google Android,Infrastructure & IT,infrastructure-it,63,6
IBM WebSphere MQ,Infrastructure & IT,infrastructure-it,63,3
JUnit,DevOps & Developer Tools,devops-developer,63,6
Maplesoft Maple,Analytics & BI,analytics-bi,63,4
Microsoft Internet Explorer,Productivity & Office,productivity-office,63,26
Mozilla Firefox,Productivity & Office,productivity-office,63,19
Muthen & Muthen Mplus,Analytics & BI,analytics-bi,63,3
Oracle Java,DevOps & Developer Tools,devops-developer,63,83
React,DevOps & Developer Tools,devops-developer,63,4
Thomson Reuters Westlaw,Industry-Specific Software,industry-specific,63,6
ANSYS simulation software,Analytics & BI,analytics-bi,62,5
Apache HTTP Server,Infrastructure & IT,infrastructure-it,62,3
Corel Paint Shop Pro,Design & Engineering,design-engineering,62,5
Epic EpicCare Inpatient Clinical System,Healthcare & Medical Software,healthcare-medical,62,3
MathWorks Simulink,Analytics & BI,analytics-bi,62,5
National Crime Information Center (NCIC) database,Data & Integration,data-integration,62,10
TypeScript,DevOps & Developer Tools,devops-developer,62,3
Ansys Fluent,Analytics & BI,analytics-bi,61,5
Autodesk Maya,Design & Engineering,design-engineering,61,11
Avid Technology Media Composer,Industry-Specific Software,industry-specific,61,3
Bentley InRoads Suite,Design & Engineering,design-engineering,61,3
Construction Software Center EasyEst,Project Management,project-management,61,5
Human machine interface HMI software,Industry-Specific Software,industry-specific,61,4
Microsoft ASP.NET,DevOps & Developer Tools,devops-developer,61,4
Centers for Disease Control and Prevention Epi Info,Analytics & BI,analytics-bi,60,4
Dassault Systemes SolidWorks,Design & Engineering,design-engineering,60,55
PostgreSQL,DevOps & Developer Tools,devops-developer,60,5
Autodesk 3ds Max,Industry-Specific Software,industry-specific,59,5
Eclipse IDE,DevOps & Developer Tools,devops-developer,59,14
Apple iWork Pages,Productivity & Office,productivity-office,58,4
Docker,DevOps & Developer Tools,devops-developer,58,16
Mastercam computer-aided design and manufacturing software,Design & Engineering,design-engineering,58,7
Node.js,DevOps & Developer Tools,devops-developer,58,4
Avid Technology Pro Tools,Industry-Specific Software,industry-specific,55,8
Django,DevOps & Developer Tools,devops-developer,55,5
PTC Creo Parametric,Design & Engineering,design-engineering,55,7
Apple iMovie,Industry-Specific Software,industry-specific,54,3
Dassault Systemes CATIA,Design & Engineering,design-engineering,54,29
GroupMe,Collaboration,collaboration,54,10
Apple iWork Keynote,Productivity & Office,productivity-office,53,4
Apple Safari,Productivity & Office,productivity-office,53,18
Avid Technology audio visual editing software,Industry-Specific Software,industry-specific,53,5
Microsoft Azure software,DevOps & Developer Tools,devops-developer,53,39
FaceTime,Collaboration,collaboration,52,12
Ada,DevOps & Developer Tools,devops-developer,51,4
Amazon Elastic Compute Cloud EC2,Data & Integration,data-integration,50,22
HEC-HMS,Analytics & BI,analytics-bi,48,4
McNeel Rhinoceros 3D,Design & Engineering,design-engineering,48,7
Apple Final Cut Pro,Industry-Specific Software,industry-specific,47,23
Apple iOS,Infrastructure & IT,infrastructure-it,46,16
Apple macOS,Infrastructure & IT,infrastructure-it,45,51
HEC-RAS,Analytics & BI,analytics-bi,44,6
MongoDB,Data & Integration,data-integration,43,4