Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Interests
Programming and problem solving

10 Posted Topics

Member Avatar for CoOlBeAnZ

name = ['shiv','deepak','baldev','shishupal','raj','depanshu','balram','shivani','shweta','deepika','manisha','shruti'] email = ['shiv123','deepak123','baldev123','shishupal123','raj123','depanshu123','balram123','shivani123','shweta123','deepika123','manisha123','shruti123'] psk = ['shiv123','deepak123','baldev123','shishupal123','raj123','depanshu123','balram123','shivani123','shweta123','deepika123','manisha123','shruti123'] nam = input("Enter your name : ") if nam in name : print ("Welcome "+nam+".") em = input("Please enter your email id : ") if em in email: print ("Welcome : " +em ) passkey = input("Please enter your password : …

Member Avatar for Shankar.Shiv
0
2K
Member Avatar for Shankar.Shiv

Happy New Year to all members of the web site. I am new on this site as i join here for study and gaining or sharing knowledge of the computers. Thanks to all!!!!!!!

Member Avatar for onurs
1
795
Member Avatar for happygeek
Member Avatar for Shankar.Shiv
0
942
Member Avatar for Dihyan

def awal(): global a a=2 return a def akhir(): a = awal() print(a) akhir() You just miss one thing just check my code.. def awal(): a=2 return a def akhir(): a = awal() print(a) akhir() This is second code without global variable..

Member Avatar for Shankar.Shiv
0
505
Member Avatar for FlOrInAs14

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script> <div class="main"> <h1>Ajax Image Upload</h1><br/> <hr> <form id="uploadimage" action="" method="post" enctype="multipart/form-data"> <div id="image_preview"><img id="previewing" src="noimage.png" /></div> <hr id="line"> <div id="selectImage"> <label>Select Your Image</label><br/> <input type="file" name="file" id="file" required /> <input type="submit" value="Upload" class="submit" /> <input type="hidden" name="image_id" id="image_id" value="2" class="submit" /> </div> </form> </div> <h4 id='loading' >loading..</h4> <div …

Member Avatar for Shankar.Shiv
0
385
Member Avatar for Shankar.Shiv

I have a 7 years old laptop in better condition but there is a problem with their mouse. Mouse does not work properly. after 2 times restarting the system then mouse works but after few time approx. 10 to 20 min or when right clicking then mouse stop working.

Member Avatar for Reverend Jim
0
274
Member Avatar for squeak24

=IF(U20=W13,"C",IF(U20=W12,"On Hold")) This condition is right but "IF(K20>TODAY(),"G",IF(K20=TODAY(),"A",IF(K20<TODAY(),"R")))" and "IF(U20=W13,"C",IF(U20=W12,"On Hold"))" you cant merge in a single cell You need to do this in two different cell

Member Avatar for Shankar.Shiv
0
296
Member Avatar for Shankar.Shiv

Hello friends i want to create a database for Login system. Means i just need to create and connect the database to my python file and taking some data in that database from user. For example like signup login form but in system application.

Member Avatar for rproffitt
-1
357
Member Avatar for Erik_9

I think in this condition you should go to "C:\Users\account_name\AppData\Roaming\Microsoft" and find the MS-Word. Find some .tmp file and rename their extension to .doc or .docx and try to open them. Remember you need to copy that .tmp file to other location then rename this.

Member Avatar for Shankar.Shiv
1
538
Member Avatar for celestiger261

Dear Celestiger i think you should know that a cache file for every programmes we start in our system is created. For Excel the location of the cache file is "C:\Users\account_name\AppData\Roaming\Microsoft\Excel". Put here account_name means your system administrator or user account name. Kindly revert me if this would work.

Member Avatar for Shankar.Shiv
0
358

The End.