Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
Languages = Flatten[Import["http://rosettacode.org/wiki/Category:Programming_Languages","Data"][[1,1]]];
|
||||
Languages = Most@StringReplace[Languages, {" " -> "_", "+" -> "%2B"}];
|
||||
b = {#, If[# === {}, 0, #[[1]]]&@( StringCases[Import["http://rosettacode.org/wiki/Category:"<>#,"Plaintext"],
|
||||
"category, out of " ~~ x:NumberString ~~ " total" ->x])} &/@ Languages;
|
||||
For[i = 1, i < Length@b , i++ , Print[i, ". ", #[[2]], " - ", #[[1]] ]&@ Part[Reverse@SortBy[b, Last], i]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue