This is the first article in a series of articles titled, "Your First Lesson In Vim". These articles are written with a goal of helping out new Vim users by teaching the awesomeness of the Vim editor and there by extending the Vim community. Vim though quite powerful, has a …
read moreWord Count application with Apache Spark and Java
Apache Spark | Map and FlatMap
Map and FlatMap functions transform one collection in to another just like the map and flatmap functions in several other functional languages. In the context of Apache Spark, they transform one RDD in to another RDD.
Here is how they differ from each other.
Map
Map converts an RDD of …
read moreMatrix Rain / Falling Matrix code : Notepad trick
Have you watched the movie matrix? If you have watched it you would surely have noticed the green coded numbers running up and down (also called Matrix Rain) on the screen. In this That falling code trick is very easy to create on your own. Now, I'll show you how …
read more
« Page 2 / 2