variations

Avoiding Determinism with Markovian Logic

I just began reading more about Markov Chain Generators today, and am really intrigued by the whole process of building one. From my understanding, the future state is dependent upon the statistical past states to the present. Example: Hello World. Hello Dolly. Hello World. "World" follows "Hello" ~66% of the time in that sourc...

generating Variations without repetitions / Permutations in java

I have to generate all variations without repetitions made of digits 0 - 9. Length of them could be from 1 to 10. I really don't know how to solve it, especially how to avoid repetitions. Example: length of variations: 4 random variations: 9856, 8753, 1243, 1234 etc. (but not 9985 - contains repetition) I would be really gratefu...

Sharepoint Variations Error

I'm getting some crazy errors when trying to create variations in Sharepoint. Has anybody seen this error? PublishingPage::AttemptPairUpWithPage() Ends. this: http://wseasp05/PT/Paginas/Destaque1.aspx, destPageUrl: /ES/Paginas/Destaque1.aspx Begin DeploymentWrapper::SynchronizePeerPages(), sourcePage = Paginas/Destaque1.aspx Dep...

List of known "Safari on iPad" differences over "Desktop Safari"

In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various differences in Safari that I wasn't expecting. even though the version # is the same. I'd like to compose a list of those differences (for myself and others) to have as a developer reference. e.g. in Safari on the iPad iPad S...

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? ...

Working with products variations in ecommerce website

This is more of a "logic" question than a coding question. I am building this ecommerce site. Currently I am grouping products by: brand, category, subcategory1, subcategory2 and subcategory3. Just the standard way we are all used to work with. However, lets say we have something like this: iPhone 4 8GB ($US 199,49) iPhone 4 16GB ($US...