Writings: Product, Engineering and traveling…

  • Artificial Intelligent Personal Assistant Program in C++.

    Artificial Intelligent Personal Assistant Program in C++.

        Lately I have been working on a simple C++ AI project about personal assistant and I am excited to discuss it with you today. So, basically for now it only supports Linux OS. (  🙂  ). I wouldn’t be sharing any of my code although I would be explaining the algorithm.    …

  • Java Swing GUI–Currency Converter

    Java Swing GUI–Currency Converter

           This is a Java Swing GUI program for currency conversion. So basically here we convert one currency to other or vise versa. For detailed explanation of how swing works checkout my previous post; Java Swing GUI    Here as usual we create a JApplet class and implement an Action Listener. Here we require two…

  • Java Swing GUI- Chemical Properties of Elements

    Java Swing GUI- Chemical Properties of Elements

          In one of my previous posts, I made a C program, which would find the atomic number of an element from a text file and display it. Here today I have an upgraded version of that same program which is far more efficient than the C program. It is written in Java and when…

Get in touch with me