Reference:Country

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
 
   local count = {};
 
   local count = {};
 
   local name, num;
 
   local name, num;
   for num, name in stdin:gmatch("(%d+):([%a/_]+)") do ---[%d%a/_:]+") do
+
   for num, name in stdin:gmatch("(%d+):([%a/_]+)") do  
---num, name = string.match(word,"(%d+):([%a/_]+)");
+
 
     num = tonumber(num);
 
     num = tonumber(num);
 
     table.insert(list, num);
 
     table.insert(list, num);

Revision as of 09:47, 15 September 2008


Top 10 nationality of authors

All Countries

(This list is better viewed by FireFox than by Internet Explorer.)

Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox