Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
1k views

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 ...
1
vote
2answers
95 views

Create color variations in cpp

I have a given color and want to create variations of it in terms of hue, saturation and lightness. I found a webpage which creates variations the way I would like it (See http://coloreminder.com/). ...
1
vote
5answers
165 views

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 ...
0
votes
3answers
88 views

find all the variations of K elements from a set of n in c#

I am stuck with this problem of trying to generates all the variations of K elements from the set [1..N]. I also had an idea that i can do that with k numbers of nested loops and tried to do that ...
0
votes
1answer
36 views

RTP timestamp increase is not constant in some cases. Why?

During analyzing RTP packet stream, I found there are some cases timestamp increase is not constant. E.g.#1 : 1579202786 - 1579207849 - 1579212913 - 1579217977 - 1579223040 E.g.#2 : 1187115268 - ...
0
votes
0answers
21 views

Anyone tried Google Multivariate on a fancybox? Mine, does not work well

Ok, I followed Google's website optimizer and have created a multivariate test. Installed control and tracking script Installed conversion script Installed pages section. I only have 1 original ...
0
votes
1answer
95 views

Packet Delay Variation (PDV)

I am currently implementing video streaming application where the goal is to utilize as much as possible gigabit ethernet bandwidth Application protocol is built over tcp/ip Network library is using ...
0
votes
2answers
64 views

Is there an object-oriented design paradigm that allows for a variable GUI and data model?

My dice simulator vexes me in several ways, all to do with object-oriented design: the user's choice of dice test affects what should be displayed in the user interface as well as what should form ...
0
votes
1answer
55 views

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