variation

How to Encapsulate Change For Random Variations

I am writing a motor vehicle system for a county government that lets a user select many different types of car tags. The problem is that the state has built in a lot of special little exceptions for tag types. I realize it's very messy and inefficient to simply code if statements for each of these, but I can't seem to find a way to ab...

How to get current language or variation in Sharepoint (MOSS) 2007?

I would like to be able to query the current variation from within a web part or a control template so as to determine which language to use. If there is no variation then I will pick up the language from the request. Is this possible? Thanks Paul ...

Determining All Posibilities for a Random String?

I was hoping someone with better math capabilities would assist me in figuring out the total possibilities for a string given it's length and character set. i.e. [a-f0-9]{6} What are the possibilities for this pattern of random characters? ...