Pinned Repositories
AJAX-API-s
Algorithms
Different Algorithms
Awesome-Calculator
Let's make a calculator to perform some simple algebraic operations. The symbols/operands have the same meaning as in Mathematics. On hover, highlight the number/operation.
DemoProject
DS-Algo
DS Algo
elevator_design
Elevator design LLD (Low level design)
hadoop
Apache Hadoop
javaprogram
Sahu-cloud-1
ToggleMode
JavaScript is a great way to make our page dynamic and add events to our page. Let's make an interesting feature for our web page. Using this feature the user can switch between two themes for their web page. We have to simulate between dark and light modes in our web page. Dark mode has black background and white text, while light mode has white background and black text. Their is a toggle button at the top and some text below it.
Sahu3426's Repositories
Sahu3426/Sahu-cloud-1
Sahu3426/ToggleMode
JavaScript is a great way to make our page dynamic and add events to our page. Let's make an interesting feature for our web page. Using this feature the user can switch between two themes for their web page. We have to simulate between dark and light modes in our web page. Dark mode has black background and white text, while light mode has white background and black text. Their is a toggle button at the top and some text below it.
Sahu3426/AJAX-API-s
Sahu3426/Algorithms
Different Algorithms
Sahu3426/Awesome-Calculator
Let's make a calculator to perform some simple algebraic operations. The symbols/operands have the same meaning as in Mathematics. On hover, highlight the number/operation.
Sahu3426/DemoProject
Sahu3426/DS-Algo
DS Algo
Sahu3426/elevator_design
Elevator design LLD (Low level design)
Sahu3426/hadoop
Apache Hadoop
Sahu3426/javaprogram
Sahu3426/JavaScript-cheat-sheet
A cheat sheet containing code examples that explain JS concepts
Sahu3426/Multithreading
Sahu3426/My-Ping-Pong
The main points for the game are - 1. There will be 2 rods at the top and bottom of the screen. 2. Both rods will be controlled with the same keys. In other words, they will move together. 3. When the game starts, an alert should be shown about the highest score and the player who scored it. If there is no such record, say 'this is your first time'. 4. If the score becomes highest, then store the name and max-score in local storage. 5. After every round, when one wins an alert will be displayed showing the winning player and his score.
Sahu3426/My-Smart-Calculator
This Calculator takes input from voice and then evaluate the expression and displays the output. This is advanced version of previous calculator .For recording, I use The SpeechRecognition interface of the Web Speech API.
Sahu3426/MyResume
My Resume
Sahu3426/Node.js-Programs
It Contains different programs of Node.js .Programs using different modules and making new servers through it.
Sahu3426/oozie
Mirror of Apache Oozie
Sahu3426/WafflesTextEditor