Archive for the ‘ Downloads ’ Category

PC-Addicts Chrome Extension

You never know when Chris-D will be streaming, and it’s a pain to have to check his website all the time. Now you don’t have to. Just install my new PC-Addicts Chrome Extension and you’ll be able to see when he’s on. Download it here!

 PC Addicts Chrome ExtensionI am working on adding support for multiple streams and Justin.Tv support. This is my first ever Chrome Extension so take it easy on me!

Popularity: 42% [?]

System Information Pro!

So I was bored, and inspired. I took some time and wrote this nifty little application. It’s written with .NET 2.0 framework. It will display every last piece of information about your system that you could want.

DOWNLOAD HERE

 System Information Pro!

Popularity: unranked [?]

iStream (uStreamer)

A lot of people have been asking what ever happened to my uStream application. Let me tell you what happened! The .NET Framework is what happened! I started the project using C++ and now rewriting in C# .NET.  I’ve wrote an entire wrapper for the ustream.tv API and thinking about releasing that as a separate library.

The last version I was more worried about snaz and fancy features. This version is more focused on stability and usability. uStreamer sounds a little funny, so I’ve decided to change the name while rewriting the application. iStream seemed like a good choice.

Popularity: unranked [?]

uStreamer-Update

I’ve been working very hard on pushing out a new version of my uStreamer application. You’ll notice that I have removed the old version from the download section.  The new version takes full use of the ustream API.

  • User/Channel Search
  • Favorites
  • Single View w/Resize
  • Multi-View (up to 4 streams)
  • Twitter Integration
  • Retrieve User/Channel Information
  • Start Chat (uses default installed IRC client or webchat)

There are limits on daily usage, thanks to ustream! But no worries. I’ve signed up for 10 ustream accounts and received 10 API keys. The keys will be used randomly based on load so that there is never interruption.

Popularity: unranked [?]

.NET Gravatar Library

I’ve updated my Gravatar source. I am no longer working on the control version. I have focused my attention to a library model. With the library you are able to manipulate the image more then you could with the control. The image is stored in memory as passed as an image. I am working on arrays that will allow you to pass an overload containing a list of emails and return the Gravatar in the given order.

You can find out more here!

Popularity: unranked [?]

.NET URL Shorten-er Library

I’ve been working on a few applications were I’ve been using TinyURL a lot. So, I thought I’d create a library for .NET that contains functions for the most popular URL Shorten-er sites.

 

Function TinyURL
Function TimesURL
Function DoiopURL
Function MemURL
Function DwarfURL
Function SnipURL
Function ShorlURL
Function LoajURL
Function BitlyURL
Function IsGdURL
Function SixURL
Function TightURL
Function UrlXURL
Function YepItURL

Total there are 14 function that all server the same purpose. It’s really a personal preference as to what service you want to use. Each function accepts 1 overload and returns a single String.

Example: 


dim sTest As String = TimesURL(sURL)

The library will be available soon. Any interest in this or ideas please leave a comment.

Popularity: unranked [?]

Captcha .NET

I was searching Google and found no results for a Captcha control for Windows development. So I thought I’d create one for .NET

Features:

  • Case Sensitive Characters
  • Change Background/Foreground Color
  • Change Font/Font Size
  • Verify Captcha Easily

Example Source:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Captcha1.CreateCaptcha()

End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

If Captcha1.VerifyCaptcha(TextBox1.Text) = True Then

MsgBox("OK")

Else

MsgBox("BAD")

End If

End Sub

http://lifeofajackass.com/wp-content/plugins/downloads-manager/img/icons/default.gif download: Captcha.NET (6.61KB)
added: 29/03/2009
clicks: 1326
description: Captcha.NET is a control to incorporate Captcha image verification into your .NET applications.

captcha Captcha .NET

Popularity: unranked [?]

GravatarGet: Source Code

I’ve updates the GravatarGet page. I’ll be explaining the source code and releasing a major portion of the code. There’s already been over 5,000 downloads and the number is growing everyday. There are reports of bugs and what not, I will address them here.

Default Icon Struct:
I did this so we wouldn’t have to remember the names of the 3 fallback icon sets Gravatar offers.

Rating Struct:
Sure, there are only 4 ratings(G, PG, R, X) but maybe someone don’t know that. So I created a struct for this as well.

Some people are having trouble returning an image into memory. I recommend using MemoryStream for this. You can also attach the Gravatar to a listbox, combobox,textbox and almost any other control applicable.

So check out the Gravatar page and enjoy!

Popularity: unranked [?]

TweetP

Snap a shot of your desktop, upload it to TwitPic and post it on Twitter! How easy? 2 clicks easy!

So check it out and let me know what you think. This is a beta, if you have suggestions or tips please let me know.

Check it out here!

Popularity: unranked [?]

Free Professional Wordpres Themes!

Are you in need of a new Wordpress theme? Don’t have the time to design one yourself? Then you’ve come to the right place! I’m offering the first 100 people that comment on my blog a free theme from Elegant Themes! That’s right, I’ll cover the bill! 

Need 2 themes? Then add this site to your blog roll! After 20 unique hits from your site I’ll give you 2 themes of your choice.

When commenting, please comment on posts other then this post.

What’s the idea here? Traffic! People love free things. The more you offer for free the more people revisit your site.

Popularity: unranked [?]