Tagged Questions

3
votes
4answers
115 views

Whats the best way to implement weighted random selection, based on 2 types variables (in php)?

Basically my dilemma is this. I have a list of x servers that host files. There is another server, that hosts the site's mysql db and application. When a file is uploaded (to the f …
2
votes
4answers
295 views

Sharepoint Search Property Weighting

I'm using the code listed here: http://msdn.microsoft.com/en-us/library/ms553069.aspx With an additional line added as a call to .update() after the property is set in order to s …
0
votes
2answers
46 views

Sorting a GridView based on weights in another database table…

I have a GridView being populated from a non-SQL database that we use internally. One of those fields is a stockroom location. (Example: AAA, AAB, AAC, etc.) In another database ( …