public marks

PUBLIC MARKS from ycc2106 with tags article & search

2009

Moodle

Tweetmeme for Moodle

2006

Windows Live Academic Home Page

by 3 others
Windows Live Academic is now in beta. We currently index content related to computer science, physics, electrical engineering, and related subject areas. Academic search enables you to search for peer reviewed journal articles contained in journal publisher portals and on the web in locations like citeseer.

What is Wikio? Definitely web 2.0 but what?

I've heard the words 'social bookmark', 'digg', 'technorati' mentioned in articles about Wikio but I find it quite different:

C#, .Net Framework: Google Search: find file extension with regex in c#

A simple regex that could be used in C# to find file extensions is:.+\.([^.]+)$This will find an extension that is at the end of the string. To find an extension anywhere in a string you can use: .+\.([^.]+)\s A regex to find a three letter extension at t