× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



David, you need commas separating the list entries:

listData = [
{ list: 'java400-l',date: '201007', count: 78 }
{ list: 'java400-l',date: '201004', count: 41 }
{ list: 'java400-l',date: '201001', count: 73 }
{ list: 'java400-l',date: '201009', count: 94 }

s/b:

listData = [
{ list: 'java400-l',date: '201007', count: 78 },
{ list: 'java400-l',date: '201004', count: 41 },
{ list: 'java400-l',date: '201001', count: 73 },
{ list: 'java400-l',date: '201009', count: 94 },


No comma on the last one.

(I think!)

Joe

Folks:

Just for giggles I threw together a script that would generate the mailing list post counts for all of 2010.

If anyone is interested in playing around with the data, it can be found at http://midurl.com/u.

The data is in JSON format ... I just don't have time to create something that will use it.

If you come up with something interesting, please contact me privately.

david



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.