|
You are here |
xykademiqz.com | ||
| | | | |
fullgrownpeople.com
|
|
| | | | | By Jennifer Niesslein I have a bit of personal bad news to share. I've been diagnosed with what's classified as a head and neck cancer; I don't want to go into it further publicly until I can process it better/write about it. It's curable-(and let me emphasize this for my beloveds) CURABLE!-but the treatment (radiation ... Continue reading Farewell-For Now | |
| | | | |
dankennedy.net
|
|
| | | | | I am a professor at Northeastern University's School of Journalism, specializing in opinion journalism, media ethics and the future of local news. I write about developments in community journalism... | |
| | | | |
xyzzyawards.org
|
|
| | | | | ||
| | | | |
connorberry.com
|
|
| | | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);... | ||