Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~978 People Reached
Member Avatar for tylerjgarland

[B]This is a homework question[/B] I am attempting to write a hash function that will evenly distribute 20 randomly selected census name into 20 buckets. I may have up to three collisions of two each. [CODE] public int hashCode(Contact c) { // TODO Auto-generated method stub int result = 0; …

Member Avatar for mrnutty
-1
167
Member Avatar for madinjeck

Hi, i really need some help here. I am starting to work for sunlife financial tomorrow and need my laptop to run windows xp for their software. Currently i have windows 7 installed. I want to know if I can split my hard drive and when computer boots I can …

Member Avatar for caperjack
0
286
Member Avatar for dangari

The Windows 7 is a trial run due to lock out in 3 days. how can I quickly do away with it and install my genuine Vista in its stead? Thank you all in advance

Member Avatar for tylerjgarland
0
78
Member Avatar for tylerjgarland

A few friends and I are writing a music player application is C# and .NET 4. We are trying to be ambitious in our features, but are curious about one thing. I have researched some existing classes such as the MediaPlayer and Song classes. We are trying to abstract away …

0
81
Member Avatar for tylerjgarland

I have an implementation question. I am trying to have a rectangle change color based on the position of four sliders. (Alpha, Red, Green, Blue) I am attempting to use a dependency property to combine all four values, convert them to a brush, and apply the brush to a rectangle. …

Member Avatar for tylerjgarland
0
366