School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,743 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,097 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
XNA – Linear Motion in Game Programming Tutorials (Last Comment: Core, Views: 1,791)
XNA Reference Sheet in Game Programming Tutorials (Last Comment: Core, Views: 1,403)
Code Snippets
Submitted: April 30, 2009        Views: 349
Calculates the variance of a set of values.
Submitted: August 15, 2009        Views: 206
This snippet shows how to create a blob container in Windows Azure by using the StorageClient DLL bundled with the Windows Azure SDK (http://www.microsoft.com/azure/windowsazurefordevelopers/Default.aspx?path=DownloadSdk)
Submitted: August 22, 2009        Views: 381
This snippet shows how to convert a color to its ARGB representation. The color can be passed to the function either as the actual name, HTML color code or KnownColor element.
Submitted: June 28, 2009        Views: 822
This code snippet will let you retrieve the Twitter user image URL from the initial Twitter URL.
Submitted: July 14, 2009        Views: 2586
This snippet shows how to validate a TextBox input only for numeric values and Backspace/Delete keys.
Submitted: August 22, 2009        Views: 390
Allows the authenticating users to follow the user specified in the ID parameter. Returns the befriended user in the requested format when successful.
Submitted: August 22, 2009        Views: 212
Destroys the direct message specified in the required ID parameter.
Submitted: August 22, 2009        Views: 185
Destroys the status specified by the required ID parameter.
Submitted: July 14, 2009        Views: 254
This function returns an ArrayList(KeyValuePair) of global Twitter updates for all the users someone is following.
Submitted: August 22, 2009        Views: 74
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
Submitted: August 22, 2009        Views: 333
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
Submitted: August 22, 2009        Views: 210
Returns the 20 most recent status updates from Twitter from non-protected users who have set a custom user icon.
Submitted: August 22, 2009        Views: 58
This snippet allows you to get the current Twitter trending topics.
Submitted: July 14, 2009        Views: 296
This function will return an ArrayList(KeyValuePair) that contains Twitter user mentions.
Submitted: July 14, 2009        Views: 443
This procedure will send a Twitter Direct Message to a specific user.
Submitted: July 28, 2009        Views: 277
Updating a profile image through Twitter API seems to be a quite complicated process compared to the implementation of other API calls. However, there is a working solution, presented in this snippet. This snippet is a part of my Twitter API DLL project (http://dottweet.codeplex.com).
Submitted: August 22, 2009        Views: 129
Sets values that users are able to set under the "Account" tab of their settings page.
Submitted: August 15, 2009        Views: 211
This snippet shows how to upload content in a blob container in Windows Azure by using the StorageClient DLL bundled with the Windows Azure SDK (http://www.microsoft.com/azure/windowsazurefordevelopers/Default.aspx?path=DownloadSdk)