https://drive.google.com/drive/folders/1-xmLdiHEtepyVeam-z2j3KdhZWPfCmL4
Complete Frontend + Server side Resources, Ebooks, Notes, Interview Questions Everything π€©
React with any random emoji, if you can access the resources ππ₯
Hope this helps you!!
Complete Frontend + Server side Resources, Ebooks, Notes, Interview Questions Everything π€©
React with any random emoji, if you can access the resources ππ₯
Hope this helps you!!
β€5π3π2β‘1
PalindromeNumber.java
637 B
Write a Java Program to Check User Entered Number is Palindrome or Not π₯π₯
π₯3π1
β€βπ₯1β€1π1
A step by step guide to make money with ChatGpt π€π
https://medium.com/@inprogrammer/make-money-with-chatgpt-bd80d33e7406
https://medium.com/@inprogrammer/make-money-with-chatgpt-bd80d33e7406
Medium
Make money with Chatgpt
So the Era of Artificial begins with the release with the launch of when open ai announced his new ai chatgpt on November 30, 2022. Theβ¦
π₯3
Source Code π
-----------------------------------------------------
<html>
<head>
<style>
.outer{
margin:auto;
height:300px;
width:400px;
border:2px solid black;
position:relative
}
p{
margin-left:80px;
}
.in{
margin-left:80px;
padding:10px
}
#bt{
margin-top:20px;
position:absolute;
left:150px;
}
#bt:hover{
background:green;
font-size:13px;
cursor:pointer;
color:white;
}
</style>
<script>
function fa(){
if(a.value=="" || b.value==""){
f()
document.getElementById("a").style.border="3px solid red"
document.getElementById("b").style.border="3px solid red"
bt.value="Pahila data tak"
}
else{
document.getElementById("a").style.border="3px solid green"
document.getElementById("b").style.border="3px solid green"
bt.value="Ha thik ahe ata"
bt.style.left="120px";
}
}
flag=1
function f(){
if(flag==1){
bt.style.left="210px"
flag=2
}
else if(flag==2){
bt.style.left="80px"
flag=1
}
}
</script>
</head>
<body>
<div class="outer">
<h1 style="text-align:center">Legend form</h1>
<p>Enter Id</p>
<input class="in" type="text" placeholder="Enter id" id="a"/>
<p>Enter Confirm Pass</p>
<input class="in" type="password" placeholder="Enter password" id="b"/>
<br>
<input type="submit" onmouseenter="fa()" onclick="alert('waaaa')" id="bt" />
</div>
</body>
</html>
-----------------------------------------------------
<html>
<head>
<style>
.outer{
margin:auto;
height:300px;
width:400px;
border:2px solid black;
position:relative
}
p{
margin-left:80px;
}
.in{
margin-left:80px;
padding:10px
}
#bt{
margin-top:20px;
position:absolute;
left:150px;
}
#bt:hover{
background:green;
font-size:13px;
cursor:pointer;
color:white;
}
</style>
<script>
function fa(){
if(a.value=="" || b.value==""){
f()
document.getElementById("a").style.border="3px solid red"
document.getElementById("b").style.border="3px solid red"
bt.value="Pahila data tak"
}
else{
document.getElementById("a").style.border="3px solid green"
document.getElementById("b").style.border="3px solid green"
bt.value="Ha thik ahe ata"
bt.style.left="120px";
}
}
flag=1
function f(){
if(flag==1){
bt.style.left="210px"
flag=2
}
else if(flag==2){
bt.style.left="80px"
flag=1
}
}
</script>
</head>
<body>
<div class="outer">
<h1 style="text-align:center">Legend form</h1>
<p>Enter Id</p>
<input class="in" type="text" placeholder="Enter id" id="a"/>
<p>Enter Confirm Pass</p>
<input class="in" type="password" placeholder="Enter password" id="b"/>
<br>
<input type="submit" onmouseenter="fa()" onclick="alert('waaaa')" id="bt" />
</div>
</body>
</html>
50+ python projects with
Source codeππ
https://medium.com/@inprogrammer/50-python-projects-with-source-code-336bd54fea11
Source codeππ
https://medium.com/@inprogrammer/50-python-projects-with-source-code-336bd54fea11
Medium
50+ python projects with source code
Python is a popular high-level programming language that is widely used for web development, data analysis, artificial intelligence, andβ¦
π2β€1