mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add list-tiobe-index.ps1
This commit is contained in:
21
Data/TIOBE-index.csv
Normal file
21
Data/TIOBE-index.csv
Normal file
@ -0,0 +1,21 @@
|
||||
Language, Popularity, Change
|
||||
C, 12.54, -4.65%
|
||||
Python, 11.84, +3.48%
|
||||
Java, 11.54, -4.56%
|
||||
C++, 7.36, +1.41%
|
||||
C#, 4.33, -0.40%
|
||||
Visual Basic, 4.01, -0.68%
|
||||
JavaScript, 2.33, +0.06%
|
||||
PHP, 2.21, -0.05%
|
||||
Assembly language, 2.05, +1.09%
|
||||
SQL, 1.88, +0.15%
|
||||
Classic Visual Basic, 1.72, +1.07%
|
||||
Groovy, 1.29, +0.87%
|
||||
Ruby, 1.23, +0.25%
|
||||
R, 1.20, -0.99%
|
||||
Perl, 1.18, +0.36%
|
||||
Swift, 1.10, -0.35%
|
||||
Fortran, 1.07, +0.80%
|
||||
Delphi/Object Pascal, 1.06, +0.47%
|
||||
MATLAB, 1.05, +0.15%
|
||||
Go, 0.95, -0.06%
|
|
@ -123,6 +123,7 @@ list-tags.ps1, lists all tags in the current/given Git repository
|
||||
list-tasks.ps1, lists all Windows scheduler tasks
|
||||
list-timezone.ps1, lists the current time zone details
|
||||
list-timezones.ps1, lists all time zones available
|
||||
list-tiobe-index.ps1, lists the TIOBE index of top programming languages
|
||||
list-user-groups.ps1, lists the user groups on the local computer
|
||||
list-weather.ps1, lists the hourly weather
|
||||
list-workdir.ps1, lists the current working directory
|
||||
|
|
Reference in New Issue
Block a user