Quantcast
Channel: This Title Intentionally Left Blank » Programming
Browsing latest articles
Browse All 10 View Live

Windows Workflow Quick Tip

Given that I spent all day looking for this and had trouble finding it (Okay, I’ll be honest, I skipped a page in the book because it didn’t look relevant, but whatever), if you ever need to get the...

View Article



Image may be NSFW.
Clik here to view.

Maybe they need to read their own best practices.

I got this error today.  It is a magnificent demonstration of several layers of FAIL.

View Article

Um. No.

for (int i = 0; i < PrefixLength; PrefixLength++) {      prefixQueue.Enqueue(EchoToken.TerminatorWord); } Oops.

View Article

Source Code Repository

By the way, for those of you playing the home game, I’m checking in the code as I go:  http://www.mathpirate.net/svn/Projects/EchoChamber/

View Article

The Holy Grail

I just found a Twitter API wrapper that also handles Yammer.  Oh the joy!  It’s exactly everything I’ve ever wanted and more!

View Article


Ew…. I feel dirty now.

I just realized what this reminds me of.  Some of this Android stuff feels like MFC.  That’s why it’s tripping my icky sensors.  I have to register event messages in one file, then I have to make a big...

View Article

Image may be NSFW.
Clik here to view.

Android Launch

View Article

Let’s Start a Dialog

.Net: if(MessageBox.Show("Are You Sure?", MessageBoxButtons.YesNo) == DialogResult.Yes) { DoWork(); } Android:      AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(this);...

View Article


Straight to the Source

http://mathpirate.net/svn/Android/AndroidExperiment/ And here’s the project in SVN.  I think.  Enjoy.

View Article


Image may be NSFW.
Clik here to view.

Just throw;ing this out there.

In C#, what’s the difference between “throw;” and “throw e;”? This is one of those “Interview Question” tidbits of language trivia.  It’s the sort of thing that you can probably remember the exact...

View Article
Browsing latest articles
Browse All 10 View Live


Latest Images