RDBMS Table Design in Excel?

I was just thinking about data mining relationships between atoms and chemical compounds, and about putting it all into a nice, neat RDBMS for that, when it occurred to me that I’m really not an expert in the field, and designing the database would require more knowledge than I have. However, in a process of… Continue reading RDBMS Table Design in Excel?

Copying Collapsed Rows/Columns in Excel Excludes Hidden Data

Excel doesn’t copy collapsed columns or rows, which can be excruciatingly painful to figure out. When copying Excel data into a text editor (or other program), if you have a collapsed row or column, the data will not paste properly. So, imagine you have 51 rows of data. That’s what Excel tells you anyways like… Continue reading Copying Collapsed Rows/Columns in Excel Excludes Hidden Data

if (false) { behave nice; } else { freak out; }

Using “false” in a conditional causes all variables in the else clause to return nothing while debugging. Huh? Yep. Here’s a screenshot of inside an else clause: The “comparisons” variable is declared outside the conditional and shows up as does “comparisonIndex” which is also defined outside the conditional. However, the “singleComparison” shows “The name “singleComparison”… Continue reading if (false) { behave nice; } else { freak out; }

Boxing and Unboxing in C#

While working on some threading stuff, I came across an excellent article on boxing and unboxing in C#. The author goes into great detail showing performance along with IL. Boxing and Unboxing in C# It was somewhat comforting to see that I’m already coding in a way that doesn’t need boxing or unboxing. Some things… Continue reading Boxing and Unboxing in C#

Published
Categorised as .NET, C#

Street Kids in Toorak?

Like WTF? Toorak is one of the best neighborhoods in Melbourne. And there are kids living in the alleys here. I just got back after hearing some kid screaming, and there’s no helping there. Well, not for me anyways. I can only extend my hand, but I can’t force help on anyone. The kid is… Continue reading Street Kids in Toorak?

Basic Tools in English

Well, that’s a big topic, and I really only want to consider a few things that pertain to globalization. Specifically, those in RFC 2119: 1. MUST This word, or the terms “REQUIRED” or “SHALL”, mean that the definition is an absolute requirement of the specification. 2. MUST NOT This phrase, or the phrase “SHALL NOT”,… Continue reading Basic Tools in English

The store is under construction. Check back in a few days. Dismiss

Exit mobile version