What's Here?
- Members: 306,743
- Replies: 840,976
- Topics: 140,505
- Snippets: 4,465
- Tutorials: 1,165
- Total Online: 2,097
- Members: 134
- Guests: 1,963
|
'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
in (Last Comment: , Views: 10,763)
in (Last Comment: , Views: 1,896)
in (Last Comment: , Views: 1,477)
in (Last Comment: , Views: 3,337)
in (Last Comment: , Views: 1,791)
in (Last Comment: , Views: 2,667)
in (Last Comment: , Views: 3,098)
in (Last Comment: , 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)
|
|
|
| |