Selective Combinations

Consider this scenario: You have a list of strings with which you have generate ordered selective combinations of strings starting with the first string in the list. Let us say the list of strings is …

Read more →

JINQ

.NETC#JavajinqLINQprogramming

JINQ (Java INtegrated Query) is an ultra minimalistic library inspired from and mimicking the .NET LINQ. While LINQ is a language level construct, JINQ is composed of types - classes and methods, but …

Read more →

Partial Classes – Java ???

C#Javapartialpartial-class

I am really sorry if I tricked you into believing that Java is offering partial class feature. Unfortunately, Java doesn’t. Maybe never will. But I am going to talk about a workaround also presenting …

Read more →

Sporting a new look

I am very particular about composing the content of the posts (and pages) on this blog. By content, I mean whatever goes in the body of a post/page – text, image, HTML, etc. I like to keep the content …

Read more →

Publishing C++/CLI on LeanPub

I came across LeanPub 1 a few months back. I believe it was through hanselman2 – blog, video or something. I liked LeanPub instantly because of a couple of reasons. It supports writing in markdown3 …

Read more →