$(document).ready(function(){
	// get the text file to be parsed
	$.get('test-data.txt', function(textData){
...

JavaScript Split text into unordered l...

by keif, January 23, 2009 17:10, 5 refactorings, tagged with javascript, loop, array, jquery, List

Using jQuery, I'm trying to...

802c73427a78116c398cfb6765be9c08 Talk
List<Document> documents = documentLayer.GetDocuments(username);
  List<Document> filteredDocuments = new List<Document>();

...

C# Filterting a List<> w...

by mantis7.myopenid.com, November 25, 2008 16:33, 2 refactorings, tagged with filter, C#, regular expression, List

Have the below code which f...

55502f40dc8b7c769880b10874abc9d0 Talk