Reputation Fight
-
Wanting to post something better than the default sample application for the Azure competition, I wrote http://sadhu.cloudapp.net/[^]. It will let you overlay the reputation graphs of two members, given their member names (friendly URL format, s-senthil-kumar, for e.g.) and max reputations on their respective reputation graphs. Some screen scraping to get member id, joining date, and then some image analysis on the reputation graphs, and you have Reputation Fight. Here[^]'s how CG and Nish stack up against each other :). It currently works only if both members have been registered with CP for more than 2 years.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
-
Wanting to post something better than the default sample application for the Azure competition, I wrote http://sadhu.cloudapp.net/[^]. It will let you overlay the reputation graphs of two members, given their member names (friendly URL format, s-senthil-kumar, for e.g.) and max reputations on their respective reputation graphs. Some screen scraping to get member id, joining date, and then some image analysis on the reputation graphs, and you have Reputation Fight. Here[^]'s how CG and Nish stack up against each other :). It currently works only if both members have been registered with CP for more than 2 years.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
Yes, I do recall that Nish had more posts than me for quite some time. A cool feature would be a breakdown. I bet that Nish has more reputation from articles than me, for example.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Wanting to post something better than the default sample application for the Azure competition, I wrote http://sadhu.cloudapp.net/[^]. It will let you overlay the reputation graphs of two members, given their member names (friendly URL format, s-senthil-kumar, for e.g.) and max reputations on their respective reputation graphs. Some screen scraping to get member id, joining date, and then some image analysis on the reputation graphs, and you have Reputation Fight. Here[^]'s how CG and Nish stack up against each other :). It currently works only if both members have been registered with CP for more than 2 years.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
I could break your app by providing 0 as the input for reputation fields for both members. :) BTW, what does that field do? What am I supposed to provide as an input for that field?
“Follow your bliss.” – Joseph Campbell
-
I could break your app by providing 0 as the input for reputation fields for both members. :) BTW, what does that field do? What am I supposed to provide as an input for that field?
“Follow your bliss.” – Joseph Campbell
Rajesh R Subramanian wrote:
I could break your app by providing 0 as the input for reputation fields for both members.
Guilty as charged :). Didn't bother to validate input. The field is used to provide the max Y value on the reputation graph of a member. For you, it would be 25000. Why do you need to provide it? Because I couldn't figure out an easy way to get that information from the image of the graph. I need that value to figure out the Y scale (it can vary based on your reputation), and from that, I can calculate actual reputation. Here's[^] how your reputation graph looks against mine. You went past me in 2009 :)
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
-
Wanting to post something better than the default sample application for the Azure competition, I wrote http://sadhu.cloudapp.net/[^]. It will let you overlay the reputation graphs of two members, given their member names (friendly URL format, s-senthil-kumar, for e.g.) and max reputations on their respective reputation graphs. Some screen scraping to get member id, joining date, and then some image analysis on the reputation graphs, and you have Reputation Fight. Here[^]'s how CG and Nish stack up against each other :). It currently works only if both members have been registered with CP for more than 2 years.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
Senthil, will you be in Seattle this week?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
I could break your app by providing 0 as the input for reputation fields for both members. :) BTW, what does that field do? What am I supposed to provide as an input for that field?
“Follow your bliss.” – Joseph Campbell
Just asked Senthil, then remembered you might be there too. Will you be in Seattle this week?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Senthil, will you be in Seattle this week?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkNope, I'm no longer a Microsoft MVP - didn't get renewed this June.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
-
Nope, I'm no longer a Microsoft MVP - didn't get renewed this June.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
S. Senthil Kumar wrote:
Nope, I'm no longer a Microsoft MVP - didn't get renewed this June.
:wtf: I was stunned to hear that JK did not get renewed, and now you too. Sorry to hear this, another loss to the MVP program I guess.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Just asked Senthil, then remembered you might be there too. Will you be in Seattle this week?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkUnfortunately I couldn't avail leave. There's a planned release, so... :sigh:
“Follow your bliss.” – Joseph Campbell
-
Unfortunately I couldn't avail leave. There's a planned release, so... :sigh:
“Follow your bliss.” – Joseph Campbell
Rajesh R Subramanian wrote:
Unfortunately I couldn't avail leave. There's a planned release, so...
Oh shucks, it would have been cool to meet you.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
S. Senthil Kumar wrote:
Nope, I'm no longer a Microsoft MVP - didn't get renewed this June.
:wtf: I was stunned to hear that JK did not get renewed, and now you too. Sorry to hear this, another loss to the MVP program I guess.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkMy understanding (from other MVPs) is that JK was busy with too many things during the past year that he couldn't contribute as usual. Therefore he consciously decided not to mention anything on his "contributions" section on the portal, which lead to the non-renewal of his award. I hope he'll be back this year though!
“Follow your bliss.” – Joseph Campbell
-
Rajesh R Subramanian wrote:
Unfortunately I couldn't avail leave. There's a planned release, so...
Oh shucks, it would have been cool to meet you.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkNishant Sivakumar wrote:
it would have been cool to meet you.
Your opinion might change after you meet me though. :laugh: Just kidding; I wanted to meet you guys too. :)
“Follow your bliss.” – Joseph Campbell
-
Nishant Sivakumar wrote:
it would have been cool to meet you.
Your opinion might change after you meet me though. :laugh: Just kidding; I wanted to meet you guys too. :)
“Follow your bliss.” – Joseph Campbell
Rajesh R Subramanian wrote:
Your opinion might change after you meet me though.
:rolleyes:
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Wanting to post something better than the default sample application for the Azure competition, I wrote http://sadhu.cloudapp.net/[^]. It will let you overlay the reputation graphs of two members, given their member names (friendly URL format, s-senthil-kumar, for e.g.) and max reputations on their respective reputation graphs. Some screen scraping to get member id, joining date, and then some image analysis on the reputation graphs, and you have Reputation Fight. Here[^]'s how CG and Nish stack up against each other :). It currently works only if both members have been registered with CP for more than 2 years.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
This is very nice idea. :thumbsup: