All Blog Posts

← Back to Blog Home

Imported 96 published WordPress posts.

Posting Guidelines

  • Every post should have one clear top-level category.
  • Every post should have tags that help connect it to related writing.
  • Use Photo Travel for visual travel stories and itinerary-style posts.
  • Use Thoughts & Musings for personal essays, reflections, and broader notes.
  • If a post extends earlier work, link back to the previous post.

All Posts (Newest First)

Recent Posts

Problems and Solutions

life-travel-reflections

Hi Everyone, I had written this a few months ago. Then it was my first attempt at writing a rather philosophical paragraph. The thought presented here struck me while I was recently away on …

Which Branch Should I Choose in LNMIIT

life-travel-reflections

Hello All, This blog is intended for students from LNMIIT , who are utterly confused while choosing a branch in LNMIIT. I am putting up some thoughts of my own about this doubt which comes …

Image Mosaic

robotics-perception-systems

Abstract: Image mosaicking is a process in which a larger image is formed from small pieces of smaller images. In this short fun project, I have tried to implement a simple algorithm to do …

SSH Port Forwarding

systems-engineering-tooling

Abstract This is a mini write-up which explains about SSH Port forwarding. I find this hassle free port forwarding facility provided by SSH preety useful. This document here contains the …

Democracy

life-travel-reflections

Author: Manohar Kuse Written on: 21st Nov, 2010. Purpose: Written as a part of course on Ethics by Dr. R Sharan, in his course on Human Values and Technical Progress @ LNMIIT. Abstract: This …

Automatic Machine Written Document Reader

robotics-perception-systems

Project Summary The aim of this project is to automatically read the printed characters, identify them. Later these identified text is to be passed to a syntetic speech generator which would …

JDoku - Automatic Sudoku Solver

robotics-perception-systems

During my LNMIIT days, myself and my friend Bhaskar Bandhopadyay build this sudoku solver. All you had to do is input the grid and the software will solve it for you. Jdoku is a sudoku …

Reasons to Move Away from MS Windows

robotics-perception-systems

I am sure most of you would be in a defensive mode, defending your favorite and dear Microsoft Windows. My view is that open source alternatives are often better than paid options. Why use a …

Setting up MySQL Cluster

systems-engineering-tooling

Had setup a MySQL Cluster as a part of databases courses during Jan-May 2010. The document may be out of date. The MySQL Cluster [PDF] may be downloaded.

Anagram Solver

robotics-perception-systems

Abstract: Anagram is a word game in which a bunch of characters from a dictionary word are re-arranged. The task of the player is to arrange these given characters such that, they form a …

JDoku - Automatic Sudoku Solver

robotics-perception-systems

Jdoku is a sudoku solver made in java. It implements the Java swing API. The sudoku solver applies two logics for now. Try it. Myself (Manohar Kuse) and my friend Bhaskar Bandhopadhayay …