Raspberry Pi as WiFi Access Point with a Captive Portal using Python
Do you know you can use your Raspberry Pi as WiFi Access Point? Infact Raspberry Pi as WiFi Access Point is really useful when you want to control your electronics… Read more »
Do you know you can use your Raspberry Pi as WiFi Access Point? Infact Raspberry Pi as WiFi Access Point is really useful when you want to control your electronics… Read more »
Java has been dominating the distributed and cloud application industry for several years. Since its inception, 25 years back, Java programming language never faced a challenge of this magnitude like… Read more »
In this Programming article I will discuss what is Singleton Design pattern. I will also show you how to create a Singleton class in Java without using any framework like… Read more »
Let’s make an Obstacle avoiding Robot. In this brief tutorial I will show how to build a perfect obstacle avoiding (run-away) robot using Arduino. I have used an Ultrasonic sensor… Read more »
Youtube Videos can be embedded on various devices, web pages and platforms. Youtube provides lot of easy to use features to embed and hyperlink videos. One of such cool features… Read more »
Yes it can be done. In one of my previous post on Java interview questions, I added this question. Now here I’ll explain why; rather, when we need to declare… Read more »
HashMap is one of the most useful collections in Java. It allows you to store Object against a key, which again can be any type of Object. Here I will… Read more »
Here are some of the Java questions which are often asked to new joiners in our project interview. You will get a basic idea of Java project interviews in TCS…. Read more »
Now the problem of the Video Categories and Popular/Latest Videos etc is fixed. Your can watch videos by categories on sribasu.com I had an issue with the WordPress Video Gallery… Read more »
jQuery is a ready to use JavaScript library which makes your regular and extended JavaScript work easier. This is a basic jQuery tutorial which teaches you how to start using jQuery in… Read more »