| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | May 14 at 18:11 | |
| stats | profile views | 14 |
|
May 14 |
accepted | regular expression to extract google places result |
|
May 14 |
accepted | Parsing a text file using C# StreamReader |
|
May 14 |
comment |
regular expression to extract google places result I want "Northern Caribbean University, Mandeville" or "Spanish Town" or "New Harbour Village,Old Harbour" |
|
May 14 |
asked | regular expression to extract google places result |
|
Apr 14 |
asked | jQuery countdown date |
|
Mar 28 |
accepted | access an array within a group of other objects and array |
|
Mar 27 |
awarded | Custodian |
|
Mar 27 |
reviewed | Approve suggested edit on access an array within a group of other objects and array |
|
Mar 27 |
comment |
access an array within a group of other objects and array Let me format it a little better so you can understand. |
|
Mar 27 |
asked | access an array within a group of other objects and array |
|
Mar 25 |
revised |
Package R does not exist Action Bar Sherlock deleted 2 characters in body |
|
Mar 25 |
asked | Package R does not exist Action Bar Sherlock |
|
Mar 24 |
awarded | Teacher |
|
Mar 24 |
answered | Parsing a text file using C# StreamReader |
|
Mar 23 |
comment |
Parsing a text file using C# StreamReader Ok. Thank you very much for your help you cleared up a lot for me. |
|
Mar 23 |
comment |
Parsing a text file using C# StreamReader all of the hymns are located in one text file..all 600 of them. Thanks for your help so far, things are much clearer now.. |
|
Mar 23 |
comment |
Parsing a text file using C# StreamReader I am getting this error. "Sequence contains no matching element" at this line //get the current verse to add the next line to it var verse = hymn.Verses.Single(v => v.VerseNumber == currentVerseNumber); verse.VerseLines.Add(line); |
|
Mar 23 |
awarded | Commentator |
|
Mar 23 |
comment |
Parsing a text file using C# StreamReader Alright thanks. |
|
Mar 23 |
comment |
Parsing a text file using C# StreamReader Eventually its going to be outputted into an android text view. I am not sure on how to structure the algorithm to store each hymn into the objects I have created. I know how to store the title already but the extracting of the verses for the hymn I am not sure on how to do that. |