mrd

Leveraging synergy in this championship year
Michael Davies' Blog

Michael Davies
michael [at] the-davies.net
GPG Id: 0x0AA9D6FC
RSS feed.

No Software Patents


< October 2005 >
SuMoTuWeThFrSa
       1
2 3 4 5 6 7 8
9101112131415
16171819202122
23242526272829
3031     


Local
  chicago
  docs
  photo blog
  planet
  site-index
  software

News
  lwn
  /.
  linuxtoday
  kernel traffic
  theregister
  abc
  bom
  

Software
  sourceforge
  savanna
  tigris
  ibiblio
  freshmeat
  tridge's junkcode
  Software Development wiki
  My Software
  

Utility
  Free DNS
  absolute truth
  google
  wikipedia
  convert currency
  convert time
  convert tongues
  convert temperature
  convert temperature (2)
  linux man pages
  thesaurus
  dictionary
  acronyms
  street maps downunder
  street maps usa
  toilets downunder
  




My Amazon Wishlist


www.flickr.com

Powered by PyBlosxom

Copyright © 2003, 2004, 2005, 2006, 2007, 2008 Michael Davies,
All Rights Reserved.
All opinions are mine only.

Converting ArrayList to string[]

For the third time today someone has asked how to convert an ArrayList into a string[].

    ArrayList myArrayList = new ArrayList();
    ...
    string[] myStringArray = (string[])myArrayList.ToArray(typeof(string));

That's how.

tech/code/C-Sharp | 19 Oct 2005 | #

Support your local Debian Hacker

If you are able, you should support your local Debian hacker, lest he falls fowlfoul and have to resort to other means of paying for his beer.

And it would be a good test to the financial viability of an individual working on free software. Even if most starving hackers are not as famous as AJ. There's plenty of people I know who'd like AJ's little experiment to succeed - showing that career nirvana - developing free software with the freedom to scratch your own particular itch - is possible and is sustainable.

Go AJ, go!

tech/linux | 19 Oct 2005 | #