Quantcast
Channel: Sudipta's Work and Ideas....
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Scam Email Domains. Indexing them with Linq

There are so many email accounts which are marked as Scam mail senders. However won't it be nice to know which domain has the highest of them. I thought it would be nice to know the top 10 email...

View Article



Image may be NSFW.
Clik here to view.

Indexing Email Domains using Linq -- Power Of Linq

And this code produces the following output   b.com:3 d.com:1     Permalink | Leave a comment  »

View Article

Image may be NSFW.
Clik here to view.

Finding all winning paths for an arbitrary Tic-Tac-Toe in O(n) time using Linq

Finding all winning paths in a tic-tac-toe game is essential as part of the game design. I was wondering about it and it turns out there are only 2n + 2 winning paths in a square game of tic-tac-toe....

View Article

Image may be NSFW.
Clik here to view.

Linq GroupBy Type 1 explained via a comic strip

There are 8 versions of Linq Standard Query Operator GropBy(). Here in this comic strip, the first one is explained.  The first overloaded version of GroupBy() takes a lambda expression, that...

View Article

Image may be NSFW.
Clik here to view.

Handy Reference of F# Collections generated using LINQ to Reflections

fscols.pdf Download this file I generated this using the following LINQ query on LINQPad. The formatting is done by the awesome Dump() method of LINQPad.  https://gist.github.com/4143038     Permalink...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images