KBD

Keith Devens .com

Wednesday, October 15, 2008 Flag waving
Linux is only free if your time has no value – Jamie Zawinski

Archive: May 19, 2006

← May 18, 2006May 22, 2006 →

Daily link icon Friday, May 19, 2006

  1. Launching a process and displaying its standard output - The Code Project - C# Programming. So, here's how to do Perl's '$str = `shellcommand`' in C#:

    public string Run(string command, string args){
        Process p = new Process(); // System.Diagnostics.Process
        p.EnableRaisingEvents = false;
        p.StartInfo.UseShellExecute = false;
        p.StartInfo.RedirectStandardOutput = true;
        p.StartInfo.RedirectStandardError = true;
        p.StartInfo.CreateNoWindow = true;
        p.StartInfo.FileName = command;
        p.StartInfo.Arguments = args;
        p.Start();
        return p.StandardOutput.ReadToEnd();
    }
       (0) Tags: [C#]
  2. VSJ | .NET Zone | Scripting with C#. Dynamically compiles C#, and so on. Didn't finish reading though.

       (0) Tags: [C#]
  3. Laintime: The Compilation - Google Video. Google video has such poor quality, but the non-premium Filefront copies of the Laintime videos are all 404'd. I think the quality of the Google Video video is a little better if you use their desktop player.

       (0) Tags: [World of Warcraft]
← May 18, 2006May 22, 2006 →
October 2008
SunMonTueWedThuFriSat
 1234
567891011
12131415161718
19202122232425
262728293031 



RSS feed RSS feed for Keith's Weblog
Atom feed Atom feed for Keith's Weblog
Weblog archive
Recent comments
  on 4 posts

Recent comments XML

new⇒Girls, please don't get breast implants

you people implants are fine these​days but they are like body organs​not e...

kym: Oct 15, 5:25pm

Spider solitaire

I have now won, at the "Difficult"​level, 186 games of Spider​Solitaire.  I...

75.179.28.113: Oct 13, 9:34am

I hate PHP

Elliot Anderson,

Dude!! You the​man! The reverse replacement for​array_u...

Alex Ndungu: Oct 11, 1:35am

Generated in about 0.048s.

(Used 7 db queries)

mobile phone