Pinned Repositories
approximate-vedic-multiplier-using-low-order-compressor
Dimond-Shaped-Pattern
The first step is to print the upper part of the diamond using three nested loops. The first loop handles the number of rows. The Second loop is for the initial space before the stars. The third loop print the stars.
DNA-pattern-in-java-programing
I have done a DNA pattern.Sequencing DNA means determining the order of the four chemical building blocks - called "bases" - that make up the DNA molecule. The sequence tells scientists the kind of genetic information that is carried in a particular DNA segment.
gas-level-detection-and-automatic-booking-system
In the existing system, the level of the gas is detected using weight machine or load sensor. Through which the level is measured, when it reaches the given threshold value then it automatically sends a message to distributor and the gas is booked using this intimation. It is also done by using Internet of things.
keypad-with-library
The Keypad library is designed for driving matrix style keypads (matrix decoder) when using the Arduino platform. It uses the standard method of selecting a column and scanning all the rows to see which key may be pressed.
keypad-without-library
Keypad is a library for using matrix style keypads with the Arduino. As of version 3.0 it now supports mulitple keypresses. This library is based upon the Keypad Tutorial. It was created to promote Hardware Abstraction.
kidney-stone-detection-using-digital-image-processing
PIR-Sensor
A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view. They are most often used in PIR-based motion detectors.
special-traffic-system-for-emergency-vechicles
The traffic signal light will turn on from red to green. The LIFI based trans receiver will be adopted to each vehicle for transmit the information. This project helps to reach the emergency vehicle in minimum time. The entire system is based on LIFI system which is a booming technology.
Ultra-Sonic-sensor
An ultrasonic sensor is an instrument that measures the distance to an object using ultrasonic sound waves. An ultrasonic sensor uses a transducer to send and receive ultrasonic pulses that relay back information about an object's proximity.
vishalgopal2004's Repositories
vishalgopal2004/gas-level-detection-and-automatic-booking-system
In the existing system, the level of the gas is detected using weight machine or load sensor. Through which the level is measured, when it reaches the given threshold value then it automatically sends a message to distributor and the gas is booked using this intimation. It is also done by using Internet of things.
vishalgopal2004/approximate-vedic-multiplier-using-low-order-compressor
vishalgopal2004/special-traffic-system-for-emergency-vechicles
The traffic signal light will turn on from red to green. The LIFI based trans receiver will be adopted to each vehicle for transmit the information. This project helps to reach the emergency vehicle in minimum time. The entire system is based on LIFI system which is a booming technology.
vishalgopal2004/keypad-with-library
The Keypad library is designed for driving matrix style keypads (matrix decoder) when using the Arduino platform. It uses the standard method of selecting a column and scanning all the rows to see which key may be pressed.
vishalgopal2004/keypad-without-library
Keypad is a library for using matrix style keypads with the Arduino. As of version 3.0 it now supports mulitple keypresses. This library is based upon the Keypad Tutorial. It was created to promote Hardware Abstraction.
vishalgopal2004/kidney-stone-detection-using-digital-image-processing
vishalgopal2004/PIR-Sensor
A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view. They are most often used in PIR-based motion detectors.
vishalgopal2004/Ultra-Sonic-sensor
An ultrasonic sensor is an instrument that measures the distance to an object using ultrasonic sound waves. An ultrasonic sensor uses a transducer to send and receive ultrasonic pulses that relay back information about an object's proximity.
vishalgopal2004/Dimond-Shaped-Pattern
The first step is to print the upper part of the diamond using three nested loops. The first loop handles the number of rows. The Second loop is for the initial space before the stars. The third loop print the stars.
vishalgopal2004/DNA-pattern-in-java-programing
I have done a DNA pattern.Sequencing DNA means determining the order of the four chemical building blocks - called "bases" - that make up the DNA molecule. The sequence tells scientists the kind of genetic information that is carried in a particular DNA segment.
vishalgopal2004/SPIRAL-pattern
A spiral pattern is a number pattern that can be represented in matrix form. It is made up of a 2D array (m*n). Pattern may represent in two forms, either clockwise or anticlockwise.
vishalgopal2004/vishalgopal2004
Config files for my GitHub profile.
vishalgopal2004/2D-matrix-of-rows-and-columns-in-java
In Java, this tabular representation of data is implemented using a two-dimensional array. A two-dimensional array (or 2D array in Java) is a linear data structure that is used to store data in tabular format.
vishalgopal2004/Swapping-an-array-in-java
Using the swap method is much easier than the example we discussed earlier. The swap() method is a static method and therefore you invoke it with the class name as Collections. swap(). The return type of the swap() method is void so it will not return anything.
vishalgopal2004/LANDING-PAGE