Category Archives: Programming

NLP with Python – First steps

Today is one of the happiest days of my life because, for the first time, I saw the real power of python and the Natural Language Took kit library. I had downloaded the text version of bible yesterday and using that as input and the following lines of code ( source code is after the… Read More »

Golden gems ( books ) on Software Engineering

Found this on ./ I teach CS 428 (“Software Engineering”) at BYU. The three texts my students read are: — The Mythical Man-Month, Fred Brooks (originally published in 1975, anniversary edition in 1995) — Peopleware by DeMarco and Lister (first published in 1987, currently in its 3rd edition) — Facts and Fallacies of Software Engineering by Robert Glass (published in… Read More »

Flat file based CMS

Installed and started using https://getgrav.org ( short form of gravity ) Really impressed. Chose the Grav Core + Admin plugin, during the download

Learning Angular

Angular installation and project creation After npm install, these are the following standard steps npm install -g @angular/cli ng new angular-tour-of-heroes cd angular-tour-of-heroes ng serve –open Then make the changes as menteioned in  https://angular.io/tutorial/toh-pt0 Creating a new component Using the Angular CLI, generate a new component named heroes. ng generate component heroes Please make sure that,… Read More »

Home wiki

Installed wamp Add a virtual directory in D drive Downloaded and unzip, dokuwiki, into data directory I have added a new page for intents, in the newly created Wiki

Heard about flutter today

Heard about flutter Framework today. Found it interesting because of two reasons Firstly with a single codebase, you can release apps for iOS and Android simultaneously with minimal supervision Secondly along with the fact that it’s free and open source, it is supported by most of the IDEs including intelliJ and Android studio Flutter Crash… Read More »

Sending email using PHP

Whenever i send an email to gmail, I got the following response was rejected due to classification as CONFIRMED SPAM. https://github.com/PHPMailer/PHPMailer Use the button on the right ‘Download ZIP’ to download the source files I still could not get to use the encrypted servers ( TLS) Following is code that works, <?php require “PHPMailerAutoload.php”; $mail… Read More »

New automation project

Sukalayan informed the team that, in the next week, I will be working with Sukalayan and no one should assign any task to me, during this time. The idea is to come up with a solution to automate the TFS code check-in ( which is now done manually) and let the developer know in case… Read More »

Learning sites

Came to know from Chandran that Giri went to US, after learning about spring from the site https://www.edureka.co/all-courses Also this guy teaches Java well ( acc to Chandran ) https://www.youtube.com/user/navinreddy20 And sri told me about this site and told me that, there are some good courses here – https://www.simplilearn.com Sri also told me about a… Read More »