Crop image simple app using cv2 NumPy python In this blog we are going to learn how to make a simple app to crop an image in python using numpy , cv2(openCV). Code imp…
Read moreIn this Blog we are going to learn how to remove Duplicate Characters from a string in java using Hashmap Code : package learningJava; import java.util.*; public class…
Read moreIn this blog we are going to learn how to count duplicate character in java using HashMap in java Code : package learningJava; import java.util.*; public class Learnig {…
Read moreTime take to fill Bottom Gating Casting formula derivation Apply Bernoullis equation between point 1 and 2 , we get `\frac{p_{1}}{\rho g} + \frac{v_{1}^{2}}{2g} + h_{t} …
Read moreIn this Blog we are going to learn how to print fibonnaci series in java without using recursion So what is Fibonnaci Series a series of numbers in which each n…
Read moreVelocity Triangle in Machining In this blog we are going to about velocity triangle in machining. How to derive velocity triangle of machining and cutting power ,fricti…
Read moreHow to calculate gear ratio of Worm gear In this blog we are going to learn how to calculate worm gear ratio `\text{Gear Ratio}=\frac{p}{\pi d}` here p is the pitch (p…
Read moreDimensionless Numbers,Formula derivation and their use In this blog we will learn what are dimensionless Numbers , their formula derivation and what are there applicati…
Read moreImportant parameter for Transient Heat Conduction In this blog we are going to talk about important parameter that are used to do calculation in transient heat conducti…
Read moreRemove Background From an image using PIL, opencv in Python Introduction: In this blog, we will use python , OpenCV and PIL to remove background from an image using re…
Read moreRemove Duplicate Item from array using HashMap in Java Code: package tutorialJava; import java.util.*; public class removeDuplicate { public static ArrayList<Integ…
Read moreMatplotlib Course For Beginners with Projects
Read moreIn this blog, we will learn how to reverse a string in Java package learning; import java.util.Scanner; public class queueP { public static void reverse(String a) { …
Read moreRemove a Character from String in Java In this blog, we will learn how to remove a character from a string in java.We will take input as string and a character (that w…
Read moreSimple Vertical Gating for Top Gate Time Calculation In this blog we will learn how to calculate time taken to fill the mold in vertical gating system / top gate mouldi…
Read moreDetermination of Friction angle and Shear Stress in Machining Process In this blog, we are going to learn how to determine the shear stress or shear strength of the ma…
Read moreWhat is Shear Plane Angle in machining and its formula derivation What is Shear Plane Angle in Tool Machining? It is defined as the plane angle at which the chip is sta…
Read moreSum of Two number using html ,css , javascript Dom In this blog we will learn about dom exercise in which we will take input two number and sum them. It is beginner frie…
Read moreIn this blog we will learn how to do reverse of a linked list in java and understand the logic behind it. Watch this video to understand how this code works Code class…
Read more
Social Plugin