djdj - HTMLify profile

djdj's Profile Picture

djdj

264 Files

37099 Views

Latest files of djdj

1. | Owner: djdj | Views: 6 | Comments: 1 | Open/ Source 28 B

<?php echo "hello abh"; ?>

2. Privacy Policy | Owner: djdj | Views: 21 | Comments: 0 | Open/ Source 2.51 KB

<meta name="viewport" content= "width=device-width, initial-scale=1.0"> <style> p{ font-size:15px; } </style> <h2>Privacy

3. | Owner: djdj | Views: 10 | Comments: 0 | Open/ Source 1.57 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,

4. Bada Natkhat Yashoda Tera Lal Hai Chetna.mp3 | Owner: djdj | Views: 20 | Comments: 0 | Open/ Source 4.18 MB

5. Chham Chham Nache Veer Hanuman.mp3 | Owner: djdj | Views: 20 | Comments: 0 | Open/ Source 5.05 MB

6. Hare Krishna Hare Krishna Hare Krishna Hare Hare.mp3 | Owner: djdj | Views: 35 | Comments: 0 | Open/ Source 5.69 MB

7. Hanuman_Chalisha.mp3 | Owner: djdj | Views: 57 | Comments: 0 | Open/ Source 13.76 MB

8. Sawali Surat Pe Mohan Rakesh Kala.mp3 | Owner: djdj | Views: 15 | Comments: 0 | Open/ Source 10.6 MB

9. Sankat Mochan Hanuman.mp3 | Owner: djdj | Views: 22 | Comments: 0 | Open/ Source 6.23 MB

10. Dukh Ke Dino Me Wo Bade Kam Ate He.mp3 | Owner: djdj | Views: 38 | Comments: 0 | Open/ Source 224.53 KB

11. Jai Ganesh Jai Ganesh Jai Ganesh Deva.mp3 | Owner: djdj | Views: 209 | Comments: 0 | Open/ Source 227.19 KB

12. | Owner: djdj | Views: 57 | Comments: 0 | Open/ Source 227 B

<meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> a{ font-size: 20px; } </style> <a href="htt

14. | Owner: djdj | Views: 67 | Comments: 1 | Open/ Source 14.72 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

15. rajasthan.html | Owner: djdj | Views: 6 | Comments: 0 | Open/ Source 207.51 KB

<html><head> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7o

16. health.html | Owner: djdj | Views: 0 | Comments: 0 | Open/ Source 314.07 KB

<html><head> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7o

17. birth-certificate-template-upabh.html | Owner: djdj | Views: 0 | Comments: 0 | Open/ Source 199.21 KB

<html><head> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7o

18. | Owner: djdj | Views: 9 | Comments: 0 | Open/ Source 199.21 KB

<html><head> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7o

19. | Owner: djdj | Views: 51 | Comments: 0 | Open/ Source 1.78 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

20. Img Upload to db and display | Owner: djdj | Views: 82 | Comments: 0 | Open/ Source 2.97 KB

<!DOCTYPE html> <html> <head> <title>File Upload</title> </head> <body> <form action="#" method="post" enctype="mu

21. | Owner: djdj | Views: 70 | Comments: 0 | Open/ Source 1.78 KB

<form action="#" method="POST"><input type="hidden" name="book" value="6"><table border="1"> <thead> <td>Chapter</td> <td>Old No

22. OT All questions | Owner: djdj | Views: 402 | Comments: 3 | Open/ Source 7.54 MB

23. chat.html | Owner: djdj | Views: 71 | Comments: 0 | Open/ Source 6.0 KB

<!DOCTYPE html> <html> <head> <meta name="viewpor" content="width=device-width, initial-scale=1.0"> <title>IPChat</tit

24. opdppfdg7z.pdf | Owner: djdj | Views: 19 | Comments: 0 | Open/ Source 5.74 MB

25. Php Practical File | Owner: djdj | Views: 30 | Comments: 0 | Open/ Source 5.74 MB

26. Steps | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 74 B

<script> window.location.href = "https://dj.000.pe/steps"; </script>

27. signup.php | Owner: djdj | Views: 58 | Comments: 0 | Open/ Source 6.33 KB

<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:

28. login.php | Owner: djdj | Views: 56 | Comments: 0 | Open/ Source 4.22 KB

<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //

29. welcome.php | Owner: djdj | Views: 48 | Comments: 0 | Open/ Source 150 B

<?php session_start(); if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ echo "welcome ".$_SESSION[

30. nav.php | Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 3.86 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCo

31. logout.php | Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 237 B

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header("location:logi

32. db.php | Owner: djdj | Views: 55 | Comments: 0 | Open/ Source 287 B

<?php $server = "localhost"; $username = "root"; $password = ""; $database = "system"; $conn = mysqli_con

33. Session_Logout.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 104 B

<?php session_start(); session_unset(); session_destroy(); echo "you are logged out"; ?>

34. Session_Get.php | Owner: djdj | Views: 67 | Comments: 0 | Open/ Source 222 B

<?php session_start(); if(isset($_SESSION['username'])){ echo "Welcome ". $_SESSION['username']. "\n"; } els

35. Session.php | Owner: djdj | Views: 34 | Comments: 0 | Open/ Source 219 B

<?php //session //session use for the verification of the user session_start(); $_SESSION['username'] = 'SabkaCo

36. index.php | Owner: djdj | Views: 34 | Comments: 0 | Open/ Source 1.14 KB

<!Doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, init

37. Signup.php | Owner: djdj | Views: 62 | Comments: 0 | Open/ Source 6.28 KB

<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:

38. welcome.php | Owner: djdj | Views: 54 | Comments: 0 | Open/ Source 1.25 KB

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header('location:login.p

39. Login.php | Owner: djdj | Views: 34 | Comments: 0 | Open/ Source 4.06 KB

<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //

40. dbconn.php | Owner: djdj | Views: 48 | Comments: 0 | Open/ Source 293 B

<?php $server = "localhost"; $username = "root"; $password = ""; $database = "system"; $conn = mysqli_con

41. nav.php | Owner: djdj | Views: 48 | Comments: 0 | Open/ Source 3.12 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCod

42. logout.php | Owner: djdj | Views: 72 | Comments: 0 | Open/ Source 237 B

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header("location:logi

43. Multi-Dieminsion-Array.php | Owner: djdj | Views: 44 | Comments: 0 | Open/ Source 1.07 KB

<?php //Multi Dieminsion Array $md = array( array(2,5,7,8), array(1,2,3,1), array(5,6,7,2));

44. Get-Method.php | Owner: djdj | Views: 64 | Comments: 0 | Open/ Source 408 B

<?php if($_SERVER['REQUEST_METHOD'] == 'GET'){//if (isset($_GET)){ $name = $_GET['name']; $email = $_GET['em

45. Insert-Data-In-Table.php | Owner: djdj | Views: 50 | Comments: 0 | Open/ Source 1.53 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

46. If-else.php | Owner: djdj | Views: 57 | Comments: 0 | Open/ Source 776 B

<?php $a = 5; $b = 2000; $c = 2016; if($a > 2){ echo "a is greater than 2\n"; } else{

47. Simple-Print.php | Owner: djdj | Views: 25 | Comments: 0 | Open/ Source 29 B

<?php echo 'hello dj'; ?>

48. Switch-Case.php | Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 331 B

<?php $age = 30; switch($age){ case 18: echo "You are eligible for vote\n"; break;

49. Associative-Array.php | Owner: djdj | Views: 28 | Comments: 0 | Open/ Source 873 B

<?php //Numeric Array or Index Array $arr = array('ram','shiv','kumar','arjun'); echo $arr[0]; echo $arr[1];

50. Files2.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 556 B

<?php echo "welcome"; $file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te

51. Dates.php | Owner: djdj | Views: 56 | Comments: 0 | Open/ Source 1.18 KB

<?php //dates in php echo date("d"). "\n"; //Print date of today : 24 echo date("j"). "\n"; //Print dat

52. String.php | Owner: djdj | Views: 67 | Comments: 0 | Open/ Source 1.28 KB

<?php $name = 'SabkaCode'; echo $name; //simple print name echo "\n"; echo "The length of string ".strlen($name

53. Get_Cookies.php | Owner: djdj | Views: 55 | Comments: 0 | Open/ Source 71 B

<?php $ram = $_COOKIE['category']; echo "cookie is: " .$ram; ?>

54. Update-Data-Where-Clause.php | Owner: djdj | Views: 51 | Comments: 0 | Open/ Source 1.33 KB

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

55. Post-Method.php | Owner: djdj | Views: 54 | Comments: 0 | Open/ Source 413 B

<?php if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){ $name = $_POST['name']; $email = $_POST

56. MySqL-Database.php | Owner: djdj | Views: 59 | Comments: 0 | Open/ Source 672 B

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; //create

57. Function.php | Owner: djdj | Views: 43 | Comments: 0 | Open/ Source 627 B

<?php //Function in php $ram = [90, 88, 85, 95, 91]; $sum = marks($ram); // function call $ave = avera($ram);//

58. While-loop.php | Owner: djdj | Views: 29 | Comments: 0 | Open/ Source 99 B

<?php //while loop $i = 1; while($i<=10){ echo $i. "\n"; $i++; } ?>

59. MySQL-Databases-Connection.php | Owner: djdj | Views: 50 | Comments: 0 | Open/ Source 534 B

<?php //Database Connection /*There are two ways to connect to My SQL Database 1. MySQLi extension (for use only m

60. do-while-loop.php | Owner: djdj | Views: 47 | Comments: 0 | Open/ Source 104 B

<?php //do while loop $a = 0; do { echo $a; $a++; } while ($a <= 10); ?>

61. cookies.php | Owner: djdj | Views: 53 | Comments: 0 | Open/ Source 102 B

<?php //Cookies setcookie('category','name',time() + 86400,'/'); echo 'cookies is set'; ?>

62. Hello-World.php | Owner: djdj | Views: 50 | Comments: 0 | Open/ Source 315 B

<?php echo "Hello World!"; ?> <!-- For embedding/use PHP we have to use <?php ?> all the php code will goes within the <?php

63. Variable.php | Owner: djdj | Views: 31 | Comments: 0 | Open/ Source 301 B

<?php $name = "Dj"; echo "This is $name"; /* 1. start with a $ sign. 2. cannot satrt with a number. 3. must start with

64. Create-some-new.php | Owner: djdj | Views: 42 | Comments: 0 | Open/ Source 11.77 KB

<?php $add = false; $update = false; $delete = false; // Connecting to the Db $servername = "localhost";

65. MySQL-Table.php | Owner: djdj | Views: 39 | Comments: 0 | Open/ Source 1.14 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

66. Files.php | Owner: djdj | Views: 50 | Comments: 0 | Open/ Source 1.47 KB

<?php //for read the file readfile('yoursfile.txt'); //for only read the file echo readfile('yoursfil

67. For-Loop.php | Owner: djdj | Views: 43 | Comments: 0 | Open/ Source 80 B

<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>

68. Displaying-Data.php | Owner: djdj | Views: 48 | Comments: 0 | Open/ Source 938 B

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

69. Add-Two-No.php | Owner: djdj | Views: 57 | Comments: 0 | Open/ Source 239 B

<?PhP // php is case insensitive programming lang. //with three variable $a = 10; $b = 5; $c = $a + $b; EcHo ($

70. Scope-Local-Global-Variable.php | Owner: djdj | Views: 48 | Comments: 0 | Open/ Source 576 B

<?php $a = 50; // Global Variable function paste(){ $a = 10; // Local Variable echo $a. "\n"; g

71. Foreach-Loop.php | Owner: djdj | Views: 50 | Comments: 0 | Open/ Source 465 B

<?php // foreach loop in php $arr = array('Apple','Banana','Grapes','Mango'); //this is a simply a for loop that us

72. Operator.php | Owner: djdj | Views: 59 | Comments: 0 | Open/ Source 1.7 KB

<?php /*Operators 1. Arithmetic Operator 2. Assignment Operator 3. Comparison Operator 4. Logical Operator */ $a = 10; $b = 5

73. Data-Types.php | Owner: djdj | Views: 70 | Comments: 0 | Open/ Source 969 B

<?php $name = "Dj"; //String $salary = 5000000; //Interger $experience = 1.5; //Float $bonus = "50.25k";//Decim

74. Require-Include.php | Owner: djdj | Views: 41 | Comments: 0 | Open/ Source 847 B

<?php echo"Include:<br>"; //include include 'MySQL-Databases-Connection.php'; //include will only produce a warning

75. Form.php | Owner: djdj | Views: 40 | Comments: 0 | Open/ Source 5.47 KB

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c

76. Delete-The-Record.php | Owner: djdj | Views: 38 | Comments: 0 | Open/ Source 1.08 KB

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

77. signup.php | Owner: djdj | Views: 87 | Comments: 0 | Open/ Source 6.33 KB

<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:

78. login.php | Owner: djdj | Views: 80 | Comments: 0 | Open/ Source 4.22 KB

<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //

79. welcome.php | Owner: djdj | Views: 105 | Comments: 0 | Open/ Source 150 B

<?php session_start(); if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ echo "welcome ".$_SESSION[

80. nav.php | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 3.86 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCo

81. logout.php | Owner: djdj | Views: 91 | Comments: 0 | Open/ Source 237 B

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header("location:logi

82. db.php | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 287 B

<?php $server = "localhost"; $username = "root"; $password = ""; $database = "system"; $conn = mysqli_con

83. Session_Logout.php | Owner: djdj | Views: 91 | Comments: 0 | Open/ Source 104 B

<?php session_start(); session_unset(); session_destroy(); echo "you are logged out"; ?>

84. Session_Get.php | Owner: djdj | Views: 103 | Comments: 0 | Open/ Source 222 B

<?php session_start(); if(isset($_SESSION['username'])){ echo "Welcome ". $_SESSION['username']. "\n"; } els

85. Session.php | Owner: djdj | Views: 120 | Comments: 0 | Open/ Source 219 B

<?php //session //session use for the verification of the user session_start(); $_SESSION['username'] = 'SabkaCo

86. index.php | Owner: djdj | Views: 99 | Comments: 0 | Open/ Source 1.14 KB

<!Doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, init

87. Signup.php | Owner: djdj | Views: 115 | Comments: 0 | Open/ Source 6.28 KB

<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:

88. welcome.php | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 1.25 KB

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header('location:login.p

89. Login.php | Owner: djdj | Views: 85 | Comments: 0 | Open/ Source 4.06 KB

<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //

90. dbconn.php | Owner: djdj | Views: 100 | Comments: 0 | Open/ Source 293 B

<?php $server = "localhost"; $username = "root"; $password = ""; $database = "system"; $conn = mysqli_con

91. nav.php | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 3.12 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCod

92. logout.php | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 237 B

<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header("location:logi

93. Multi-Dieminsion-Array.php | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 1.07 KB

<?php //Multi Dieminsion Array $md = array( array(2,5,7,8), array(1,2,3,1), array(5,6,7,2));

94. Get-Method.php | Owner: djdj | Views: 103 | Comments: 0 | Open/ Source 408 B

<?php if($_SERVER['REQUEST_METHOD'] == 'GET'){//if (isset($_GET)){ $name = $_GET['name']; $email = $_GET['em

95. Insert-Data-In-Table.php | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 1.53 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

96. If-else.php | Owner: djdj | Views: 85 | Comments: 0 | Open/ Source 776 B

<?php $a = 5; $b = 2000; $c = 2016; if($a > 2){ echo "a is greater than 2\n"; } else{

97. Simple-Print.php | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 29 B

<?php echo 'hello dj'; ?>

98. Switch-Case.php | Owner: djdj | Views: 106 | Comments: 0 | Open/ Source 331 B

<?php $age = 30; switch($age){ case 18: echo "You are eligible for vote\n"; break;

99. Associative-Array.php | Owner: djdj | Views: 96 | Comments: 0 | Open/ Source 873 B

<?php //Numeric Array or Index Array $arr = array('ram','shiv','kumar','arjun'); echo $arr[0]; echo $arr[1];

100. Files2.php | Owner: djdj | Views: 121 | Comments: 0 | Open/ Source 556 B

<?php echo "welcome"; $file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te

101. Dates.php | Owner: djdj | Views: 106 | Comments: 0 | Open/ Source 1.18 KB

<?php //dates in php echo date("d"). "\n"; //Print date of today : 24 echo date("j"). "\n"; //Print dat

102. String.php | Owner: djdj | Views: 93 | Comments: 0 | Open/ Source 1.28 KB

<?php $name = 'SabkaCode'; echo $name; //simple print name echo "\n"; echo "The length of string ".strlen($name

103. Get_Cookies.php | Owner: djdj | Views: 96 | Comments: 0 | Open/ Source 71 B

<?php $ram = $_COOKIE['category']; echo "cookie is: " .$ram; ?>

104. Update-Data-Where-Clause.php | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 1.33 KB

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

105. Post-Method.php | Owner: djdj | Views: 107 | Comments: 0 | Open/ Source 413 B

<?php if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){ $name = $_POST['name']; $email = $_POST

106. MySqL-Database.php | Owner: djdj | Views: 105 | Comments: 0 | Open/ Source 672 B

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; //create

107. Function.php | Owner: djdj | Views: 95 | Comments: 0 | Open/ Source 627 B

<?php //Function in php $ram = [90, 88, 85, 95, 91]; $sum = marks($ram); // function call $ave = avera($ram);//

108. While-loop.php | Owner: djdj | Views: 114 | Comments: 0 | Open/ Source 99 B

<?php //while loop $i = 1; while($i<=10){ echo $i. "\n"; $i++; } ?>

109. MySQL-Databases-Connection.php | Owner: djdj | Views: 109 | Comments: 0 | Open/ Source 534 B

<?php //Database Connection /*There are two ways to connect to My SQL Database 1. MySQLi extension (for use only m

110. do-while-loop.php | Owner: djdj | Views: 98 | Comments: 0 | Open/ Source 104 B

<?php //do while loop $a = 0; do { echo $a; $a++; } while ($a <= 10); ?>

111. cookies.php | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 102 B

<?php //Cookies setcookie('category','name',time() + 86400,'/'); echo 'cookies is set'; ?>

112. Hello-World.php | Owner: djdj | Views: 91 | Comments: 0 | Open/ Source 315 B

<?php echo "Hello World!"; ?> <!-- For embedding/use PHP we have to use <?php ?> all the php code will goes within the <?php

113. Variable.php | Owner: djdj | Views: 104 | Comments: 0 | Open/ Source 301 B

<?php $name = "Dj"; echo "This is $name"; /* 1. start with a $ sign. 2. cannot satrt with a number. 3. must start with

114. Create-some-new.php | Owner: djdj | Views: 93 | Comments: 0 | Open/ Source 11.77 KB

<?php $add = false; $update = false; $delete = false; // Connecting to the Db $servername = "localhost";

115. MySQL-Table.php | Owner: djdj | Views: 104 | Comments: 0 | Open/ Source 1.14 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

116. Files.php | Owner: djdj | Views: 113 | Comments: 0 | Open/ Source 1.47 KB

<?php //for read the file readfile('yoursfile.txt'); //for only read the file echo readfile('yoursfil

117. For-Loop.php | Owner: djdj | Views: 106 | Comments: 0 | Open/ Source 80 B

<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>

118. Displaying-Data.php | Owner: djdj | Views: 109 | Comments: 0 | Open/ Source 938 B

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

119. Add-Two-No.php | Owner: djdj | Views: 105 | Comments: 0 | Open/ Source 239 B

<?PhP // php is case insensitive programming lang. //with three variable $a = 10; $b = 5; $c = $a + $b; EcHo ($

120. Scope-Local-Global-Variable.php | Owner: djdj | Views: 108 | Comments: 0 | Open/ Source 576 B

<?php $a = 50; // Global Variable function paste(){ $a = 10; // Local Variable echo $a. "\n"; g

121. Foreach-Loop.php | Owner: djdj | Views: 90 | Comments: 0 | Open/ Source 465 B

<?php // foreach loop in php $arr = array('Apple','Banana','Grapes','Mango'); //this is a simply a for loop that us

122. Operator.php | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 1.7 KB

<?php /*Operators 1. Arithmetic Operator 2. Assignment Operator 3. Comparison Operator 4. Logical Operator */ $a = 10; $b = 5

123. Data-Types.php | Owner: djdj | Views: 86 | Comments: 0 | Open/ Source 969 B

<?php $name = "Dj"; //String $salary = 5000000; //Interger $experience = 1.5; //Float $bonus = "50.25k";//Decim

124. Require-Include.php | Owner: djdj | Views: 94 | Comments: 0 | Open/ Source 847 B

<?php echo"Include:<br>"; //include include 'MySQL-Databases-Connection.php'; //include will only produce a warning

125. Form.php | Owner: djdj | Views: 111 | Comments: 0 | Open/ Source 5.47 KB

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c

126. yoursfile.txt | Owner: djdj | Views: 138 | Comments: 0 | Open/ Source 28 B

this is testing file create

127. Files.php | Owner: djdj | Views: 129 | Comments: 0 | Open/ Source 1.0 KB

<?php //for read the file readfile('yoursfile.txt'); //for only read the file echo readfile('yoursfil

128. Require-Include.php | Owner: djdj | Views: 118 | Comments: 0 | Open/ Source 847 B

<?php echo"Include:<br>"; //include include 'MySQL-Databases-Connection.php'; //include will only produce a warning

129. Multi-Dieminsion-Array.php | Owner: djdj | Views: 122 | Comments: 0 | Open/ Source 1.07 KB

<?php //Multi Dieminsion Array $md = array( array(2,5,7,8), array(1,2,3,1), array(5,6,7,2));

130. Get-Method.php | Owner: djdj | Views: 131 | Comments: 0 | Open/ Source 408 B

<?php if($_SERVER['REQUEST_METHOD'] == 'GET'){//if (isset($_GET)){ $name = $_GET['name']; $email = $_GET['em

131. Insert-Data-In-Table.php | Owner: djdj | Views: 133 | Comments: 0 | Open/ Source 1.53 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

132. If-else.php | Owner: djdj | Views: 135 | Comments: 0 | Open/ Source 776 B

<?php $a = 5; $b = 2000; $c = 2016; if($a > 2){ echo "a is greater than 2\n"; } else{

133. Simple-Print.php | Owner: djdj | Views: 134 | Comments: 0 | Open/ Source 29 B

<?php echo 'hello dj'; ?>

134. Switch-Case.php | Owner: djdj | Views: 152 | Comments: 0 | Open/ Source 331 B

<?php $age = 30; switch($age){ case 18: echo "You are eligible for vote\n"; break;

135. Associative-Array.php | Owner: djdj | Views: 124 | Comments: 0 | Open/ Source 873 B

<?php //Numeric Array or Index Array $arr = array('ram','shiv','kumar','arjun'); echo $arr[0]; echo $arr[1];

136. Dates.php | Owner: djdj | Views: 113 | Comments: 0 | Open/ Source 1.18 KB

<?php //dates in php echo date("d"). "\n"; //Print date of today : 24 echo date("j"). "\n"; //Print dat

137. String.php | Owner: djdj | Views: 125 | Comments: 0 | Open/ Source 1.28 KB

<?php $name = 'SabkaCode'; echo $name; //simple print name echo "\n"; echo "The length of string ".strlen($name

138. Update-Data-Where-Clause.php | Owner: djdj | Views: 123 | Comments: 0 | Open/ Source 1.33 KB

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

139. Post-Method.php | Owner: djdj | Views: 148 | Comments: 0 | Open/ Source 413 B

<?php if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){ $name = $_POST['name']; $email = $_POST

140. MySqL-Database.php | Owner: djdj | Views: 125 | Comments: 0 | Open/ Source 672 B

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; //create

141. Function.php | Owner: djdj | Views: 117 | Comments: 0 | Open/ Source 627 B

<?php //Function in php $ram = [90, 88, 85, 95, 91]; $sum = marks($ram); // function call $ave = avera($ram);//

142. While-loop.php | Owner: djdj | Views: 121 | Comments: 0 | Open/ Source 99 B

<?php //while loop $i = 1; while($i<=10){ echo $i. "\n"; $i++; } ?>

143. MySQL-Databases-Connection.php | Owner: djdj | Views: 111 | Comments: 0 | Open/ Source 556 B

<?php //Database Connection /*There are two ways to connect to My SQL Database 1. MySQLi extension (for use only m

144. do-while-loop.php | Owner: djdj | Views: 111 | Comments: 0 | Open/ Source 104 B

<?php //do while loop $a = 0; do { echo $a; $a++; } while ($a <= 10); ?>

145. Hello.php | Owner: djdj | Views: 137 | Comments: 0 | Open/ Source 337 B

<?php echo "Hello World!"; ?> <!-- For embedding/use PHP we have to use <?php ?> all the php code will goes within the <?php

146. Variable.php | Owner: djdj | Views: 103 | Comments: 0 | Open/ Source 301 B

<?php $name = "Dj"; echo "This is $name"; /* 1. start with a $ sign. 2. cannot satrt with a number. 3. must start with

147. Create-some-new.php | Owner: djdj | Views: 130 | Comments: 0 | Open/ Source 6.59 KB

<?php $add = false; $update = false; $delete = false; // Connecting to the Db $servername = "localhost";

148. MySQL-Table.php | Owner: djdj | Views: 127 | Comments: 0 | Open/ Source 1.14 KB

<?php //for connection to database $servername = "localhost"; $username = "root"; $password = ""; $database

149. For-Loop.php | Owner: djdj | Views: 119 | Comments: 0 | Open/ Source 80 B

<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>

150. Displaying-Data.php | Owner: djdj | Views: 134 | Comments: 0 | Open/ Source 938 B

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

151. Add-Two-No.php | Owner: djdj | Views: 114 | Comments: 0 | Open/ Source 239 B

<?PhP // php is case insensitive programming lang. //with three variable $a = 10; $b = 5; $c = $a + $b; EcHo ($

152. Scope-Local-Global-Variable.php | Owner: djdj | Views: 135 | Comments: 0 | Open/ Source 576 B

<?php $a = 50; // Global Variable function paste(){ $a = 10; // Local Variable echo $a. "\n"; g

153. Foreach-Loop.php | Owner: djdj | Views: 128 | Comments: 0 | Open/ Source 465 B

<?php // foreach loop in php $arr = array('Apple','Banana','Grapes','Mango'); //this is a simply a for loop that us

154. Operator.php | Owner: djdj | Views: 126 | Comments: 0 | Open/ Source 1.7 KB

<?php /*Operators 1. Arithmetic Operator 2. Assignment Operator 3. Comparison Operator 4. Logical Operator */ $a = 10; $b = 5

155. Data-Types.php | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 969 B

<?php $name = "Dj"; //String $salary = 5000000; //Interger $experience = 1.5; //Float $bonus = "50.25k";//Decim

156. Form.php | Owner: djdj | Views: 151 | Comments: 0 | Open/ Source 5.47 KB

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c

157. Delete-The-Record.php | Owner: djdj | Views: 143 | Comments: 0 | Open/ Source 1.08 KB

<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f

158. Urasion | Owner: djdj | Views: 148 | Comments: 0 | Open/ Source 206 B

#include<stdio.h> int main() { // printf("%s",__FILE__ ); FILE *fp; char ch; fp = fopen(__FILE__,"r"); while((ch = getc(f

159. index.html | Owner: djdj | Views: 157 | Comments: 0 | Open/ Source 9.0 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia

160. 7.png | Owner: djdj | Views: 74 | Comments: 0 | Open/ Source 808 B

161. expert_system.pptx | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 787.9 KB

162. 3znr5u2i4h.html | Owner: djdj | Views: 180 | Comments: 0 | Open/ Source 301.39 KB

<html ng-app="MonstaFTP" class="ng-scope"><head> <title>filemanager.ai</title> <meta charset="UTF-8"> <meta http-equ

163. captcha-img.png | Owner: djdj | Views: 146 | Comments: 0 | Open/ Source 261.34 KB

164. captcha.html | Owner: djdj | Views: 205 | Comments: 0 | Open/ Source 7.08 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

165. clock.html | Owner: djdj | Views: 413 | Comments: 0 | Open/ Source 4.28 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

166. redirect.js | Owner: djdj | Views: 190 | Comments: 0 | Open/ Source 54 B

<script> location.href="https://dj.000.pe" </script>

167. img.html | Owner: djdj | Views: 236 | Comments: 0 | Open/ Source 1.57 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

168. rb.html | Owner: djdj | Views: 184 | Comments: 0 | Open/ Source 109 B

<h1>This feature is not available.</h1><br> <h1 style="color=red;">jaldhi hi is feature ko laya jayega </h1>

169. ir.html | Owner: djdj | Views: 198 | Comments: 0 | Open/ Source 2.53 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

170. img.html | Owner: djdj | Views: 161 | Comments: 0 | Open/ Source 1.57 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

171. diq.html | Owner: djdj | Views: 177 | Comments: 0 | Open/ Source 2.76 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

172. img3.html | Owner: djdj | Views: 7 | Comments: 0 | Open/ Source 2.08 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

173. img2.html | Owner: djdj | Views: 7 | Comments: 0 | Open/ Source 2.14 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

174. t.html | Owner: djdj | Views: 5 | Comments: 0 | Open/ Source 1.83 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

175. t.html | Owner: djdj | Views: 190 | Comments: 0 | Open/ Source 2.29 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

176. Os Cpu Scheduling question with solution | Owner: djdj | Views: 242 | Comments: 0 | Open/ Source 2.33 MB

177. Mc | Owner: djdj | Views: 394 | Comments: 0 | Open/ Source 6.4 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

178. SabkaCode | Owner: djdj | Views: 296 | Comments: 0 | Open/ Source 40.83 KB

179. Click box & Increase Your Score | Owner: djdj | Views: 428 | Comments: 0 | Open/ Source 5.54 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,

180. Calcu | Owner: djdj | Views: 388 | Comments: 0 | Open/ Source 7.69 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,

181. Qr Code | Owner: djdj | Views: 94 | Comments: 0 | Open/ Source 57.21 KB

182. Statistics Assignment | Owner: djdj | Views: 899 | Comments: 0 | Open/ Source 6.11 MB

183. dbms_index.pdf | Owner: djdj | Views: 208 | Comments: 0 | Open/ Source 179.87 KB

184. Dbms Practicle File Q2 | Owner: djdj | Views: 226 | Comments: 0 | Open/ Source 2.12 KB

Q.2 Write a SQl block to create a department table and add the constraints department name, department number and department hea

185. DBMS Practical File | Owner: djdj | Views: 406 | Comments: 0 | Open/ Source 26.77 KB

Q1. Write a SQL block to display electricity bill for the consumer. Database should consist of consumer number, address, and un

186. Front Page | Owner: djdj | Views: 386 | Comments: 0 | Open/ Source 1.73 MB

<html xmlns="http://www.w3.org/1999/xhtml"><head> <meta charset="utf-8"> <meta name="generator" content="pdf2htmlEX"> <meta h

187. OS Assignment 2 | Owner: djdj | Views: 636 | Comments: 0 | Open/ Source 6.57 MB

188. OS Assignment-1 | Owner: djdj | Views: 845 | Comments: 2 | Open/ Source 7.34 MB

189. Dbms Unit 4 Notes | Owner: djdj | Views: 154 | Comments: 0 | Open/ Source 322.83 KB

190. Ecommerce Assignment 2 | Owner: djdj | Views: 562 | Comments: 0 | Open/ Source 3.51 MB

191. DBMS Assignment | Owner: djdj | Views: 928 | Comments: 0 | Open/ Source 5.76 MB

192. Hand Written Assignment -1 of Ecommerce | Owner: djdj | Views: 807 | Comments: 5 | Open/ Source 7.11 MB

193. Ecommerce Assignment-1 | Owner: djdj | Views: 297 | Comments: 0 | Open/ Source 16.78 KB

<head> <meta name="viewport" content="width=device-width,initial-scale=1.0"> </head> <h3>Q1. What is Ecommerce. Explain types

194. Important topics | Owner: djdj | Views: 566 | Comments: 0 | Open/ Source 3.82 KB

<head> <title>Imp Quetions</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <style> t

195. Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql | Owner: djdj | Views: 169 | Comments: 0 | Open/ Source 121 B

select actor_id,director_id from ActorDirector group by actor_id, director_id Having count(actor_id = director_id) >=3;

196. Q183_Customers_Who_Never_Order.sql | Owner: djdj | Views: 145 | Comments: 0 | Open/ Source 88 B

select name as Customers from Customers where id not in(select customerId from Orders);

197. Q1667_Fix_Names_in_a_Table.sql | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 107 B

SELECT user_id, CONCAT(UPPER(LEFT(name,1)),LOWER(SUBSTRING(name,2))) AS name FROM Users ORDER BY user_id;

198. Loop | Owner: djdj | Views: 216 | Comments: 0 | Open/ Source 1.01 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

199. Condition | Owner: djdj | Views: 227 | Comments: 0 | Open/ Source 865 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

200. | Owner: djdj | Views: 267 | Comments: 0 | Open/ Source 1.03 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

201. Leetcode Simple Question | Owner: djdj | Views: 239 | Comments: 0 | Open/ Source 2.49 KB

<h1>Simple 1</h1> <table border="1"> <tr><td><a href ="https://leetcode.com/problems/neither-minimum-nor-maximum/">Neither Min

202. Create Button in Js | Owner: djdj | Views: 270 | Comments: 0 | Open/ Source 588 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi

203. Q1978_Employees_Whose_Manager_Left_the_Company.sql | Owner: djdj | Views: 180 | Comments: 0 | Open/ Source 140 B

SELECT employee_id FROM Employees WHERE salary < 30000 and manager_id not in (SELECT employee_id FROM Employees) ORDER BY(employ

204. Q509_Fibonacci_Series.c | Owner: djdj | Views: 148 | Comments: 0 | Open/ Source 123 B

205. Q181_Employees_Earning_More_Than_Their_Managers.sql | Owner: djdj | Views: 165 | Comments: 0 | Open/ Source 104 B

SELECT e.name AS Employee FROM Employee e, Employee a WHERE e.managerID = a.id AND e.salary > a.salary;

206. Q2235_Add_Two_Integers.cs | Owner: djdj | Views: 175 | Comments: 0 | Open/ Source 101 B

public class Solution { public int Sum(int num1, int num2) { return num1 + num2; } }

207. COA Notes | Owner: djdj | Views: 758 | Comments: 0 | Open/ Source 18.4 MB

208. Q2427_Number_of_Common_Factors.py | Owner: djdj | Views: 140 | Comments: 0 | Open/ Source 176 B

class Solution(object): def commonFactors(self, a, b): c=0 for i in range(1,a+b): if a%i==0 and

209. Q2427_Number_of_Common_Factors.rs | Owner: djdj | Views: 178 | Comments: 0 | Open/ Source 220 B

impl Solution { pub fn common_factors(a: i32, b: i32) -> i32 { let mut c=0; for i in 1..a+b{ if(

210. Q263_Ugly_Number.py | Owner: djdj | Views: 182 | Comments: 0 | Open/ Source 272 B

class Solution(object): def isUgly(self, n): if n == 1: return 1 if n <=0: return 0

211. Q1837_Sum_of_Digits_in_Base_K.py | Owner: djdj | Views: 152 | Comments: 0 | Open/ Source 169 B

class Solution(object): def sumBase(self, n, k): s=0 while n > 0: r = n%k s = s+r

212. Q2703_Return_Length_of_Arguments_Passed.js | Owner: djdj | Views: 109 | Comments: 0 | Open/ Source 69 B

var argumentsLength = function(...args) { return args.length; };

213. Q258_Add_Digits.rs | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 145 B

impl Solution { pub fn add_digits(num: i32) -> i32 { if(num==0){ return 0; } return (num

214. Q2620_Counter.js | Owner: djdj | Views: 69 | Comments: 0 | Open/ Source 103 B

var createCounter = function(n) { let c = n; return function() { return c++; }; };

215. Q2667_Create_Hello_World_Function.js | Owner: djdj | Views: 91 | Comments: 0 | Open/ Source 110 B

var createHelloWorld = function() { return function(...args) { return "Hello World" } };

216. Calcu.apk | Owner: djdj | Views: 156 | Comments: 0 | Open/ Source 6.83 MB

217. Q1757_Recyclable_and_Low_Fat_Products.sql | Owner: djdj | Views: 239 | Comments: 9 | Open/ Source 74 B

select product_id from Products where low_fats = 'Y' and recyclable = 'Y'

218. Q1068_Product_Sales_Analysis_I.sql | Owner: djdj | Views: 193 | Comments: 0 | Open/ Source 103 B

select product_name,year,price from sales inner join product on sales.product_id = product.product_id;

219. Q2119_A_Number_After_a_Double.py | Owner: djdj | Views: 147 | Comments: 0 | Open/ Source 280 B

def isSameAfterReversals(self, num): t = num s = 0 while num > 0: #526 r = num % 10 #6 s = s * 10 + r #6

220. Q9_Palidrome_Number.py | Owner: djdj | Views: 175 | Comments: 0 | Open/ Source 323 B

class Solution(object): def isPalindrome(self, x): i = x re = 0 """ :type x: int :rt

221. Q7_Reverse_Integer.py | Owner: djdj | Views: 140 | Comments: 0 | Open/ Source 286 B

def reverse(self, x): if x > (2**30) or x < (-2**31)+1: return 0 m = 0 if x < 0: x = x * (-1) m = 1 s = 0

222. Q367_Valid_Perfect_Square.c | Owner: djdj | Views: 142 | Comments: 0 | Open/ Source 175 B

223. Q2652_Sum_Multiples.py | Owner: djdj | Views: 148 | Comments: 0 | Open/ Source 129 B

def sumOfMultiples(self,n): s = 0 for i in range(1,n+1): if i%3==0 or i%5==0 or i%7==0: s = s + i return s

224. Q596_Classes_More_Than_5_Studeents.sql | Owner: djdj | Views: 153 | Comments: 0 | Open/ Source 66 B

select class from courses group by class having count(class) >= 5

225. Q1009_Complement_of_Base_10_Integer.py | Owner: djdj | Views: 150 | Comments: 0 | Open/ Source 522 B

def bitwiseComplement(self, num): if num==0: return 1 s = [] while num > 0: r =

226. Q176_Second_Highest_Salary.sql | Owner: djdj | Views: 149 | Comments: 0 | Open/ Source 129 B

select (select distinct salary as SecondHighestSalary from Employee order by salary desc limit 1,1) as SecondHighestSalary;

227. Q69_Sqrt(x).c | Owner: djdj | Views: 133 | Comments: 0 | Open/ Source 45 B

228. Q342_Power_of_Four.py | Owner: djdj | Views: 173 | Comments: 1 | Open/ Source 95 B

def isPowerOfTwo(self, n): for i in range(0,31): if n == 4**i: return 1 return 0

229. Q69_Sqrt.php | Owner: djdj | Views: 166 | Comments: 0 | Open/ Source 61 B

function mySqrt($x) { return intval(sqrt($x)); }

230. Q584_Find_Customer_Referee.sql | Owner: djdj | Views: 167 | Comments: 0 | Open/ Source 71 B

select name from Customer where referee_id is null or referee_id != 2;

231. Q231_Power_of_two.py | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 95 B

def isPowerOfTwo(self, n): for i in range(0,31): if n == 2**i: return 1 return 0

232. Q476_Number_Complement.py | Owner: djdj | Views: 159 | Comments: 0 | Open/ Source 381 B

def findComplement(self, num): s = [] while num > 0: # 5 r = str(num % 2)# s.append(r) num = num // 2 s

233. Q1683_Invalid_Tweets.sql | Owner: djdj | Views: 176 | Comments: 0 | Open/ Source 56 B

select tweet_id from tweets where length(content) > 15;

234. Q577_Employee_Bonus.sql | Owner: djdj | Views: 177 | Comments: 0 | Open/ Source 115 B

select name,bonus from employee left join bonus on bonus.empId = employee.empId where bonus<1000 or bonus is null;

235. Q43_Multiply_Strings.py | Owner: djdj | Views: 128 | Comments: 0 | Open/ Source 104 B

def multiply(self, num1, num2): num1 = int(num1) num2 = int(num2) a = num1 * num2 return str(a)

236. Q1378_Replace_Employee_ID_With_The_Unique_Idendifier.sql | Owner: djdj | Views: 176 | Comments: 0 | Open/ Source 93 B

select unique_id,name from Employees left join EmployeeUNI on Employees.id = EmployeeUNI.id;

237. Q50_Pow(x,n).py | Owner: djdj | Views: 154 | Comments: 0 | Open/ Source 39 B

def myPow(self, x, n): return x ** n

238. Q182_Duplicate_Emails.sql | Owner: djdj | Views: 171 | Comments: 0 | Open/ Source 65 B

select email from person group by email having count(email) > 1;

239. Q29_Divide_Two_Integers.py | Owner: djdj | Views: 158 | Comments: 0 | Open/ Source 222 B

class Solution { function divide($dividend, $divisor) { if(intval($dividend/$divisor) > 2**31-1){ return

240. Q595_Big_Countries.sql | Owner: djdj | Views: 174 | Comments: 0 | Open/ Source 88 B

select name,population,area from World where area >= 3000000 or population >= 25000000;

241. Q504_Base_7.py | Owner: djdj | Views: 154 | Comments: 0 | Open/ Source 469 B

def convertToBase7(self, num): if num == 0: return "0" s = [] minus = False if num <

242. Q175_Combine_Two_tables.sql | Owner: djdj | Views: 160 | Comments: 0 | Open/ Source 109 B

select firstName, lastName, city, state from Person LEFT join Address on person.personId = address.personId;

243. Q1_Two_Sum.py | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 247 B

class Solution: def twoSum(self, nums: List[int], target: int) -> List[int]: for i in range(len(nums)):

244. Q2469_Convert_the_Temperature.py | Owner: djdj | Views: 146 | Comments: 0 | Open/ Source 102 B

def convertTemperature(self, celsius): f = 1.8 * celsius + 32 k = celsius + 273.15 return [k,f]

245. Q326_Power_of_Three.py | Owner: djdj | Views: 145 | Comments: 0 | Open/ Source 95 B

def isPowerOfTwo(self, n): for i in range(0,31): if n == 3**i: return 1 return 0

246. Q507_Perfect_Number.py | Owner: djdj | Views: 156 | Comments: 0 | Open/ Source 246 B

bool checkPerfectNumber(int num){ int i,s=0; for(i=1;i<num/2+1;i++) { if(num%i==0){ s=s+i;

247. Q1148_Article_Views_I.sql | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 88 B

select distinct author_id as id from views where author_id = viewer_id order by id asc;

248. what's_your_name.py | Owner: djdj | Views: 151 | Comments: 0 | Open/ Source 120 B

def print_full_name(first_name,last_name): print("Hello",first_name,last_name,end='! You just delved into python.')

249. arithmetic_operation.py | Owner: djdj | Views: 142 | Comments: 0 | Open/ Source 87 B

a = int(input()) b = int(input()) print(a+b) print(a-b) print(a*b)

250. python_if-else.py | Owner: djdj | Views: 154 | Comments: 0 | Open/ Source 193 B

if n % 2 != 0: # odd print("Weird") if n % 2 == 0: # even if 2 < n < 5: print("Not Weird") if 6 < n <= 20:

251. leap_year.py | Owner: djdj | Views: 146 | Comments: 0 | Open/ Source 221 B

def is_leap(year): if year%100==0: if year%400==0: return True else: return False

252. write_a_function.py | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 94 B

def is_leap(year): leap = False return leap year = int(input()) print(is_leap(year))

253. python_print.py | Owner: djdj | Views: 165 | Comments: 0 | Open/ Source 104 B

if __name__ == '__main__': n = int(input()) for i in range(1,n+1): print(i,end="")

254. bisection_method.py | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 709 B

from math import* def fun(x): return(x**3-4*x-9) def bisection(x0,x1): i=1 for _ in range(max): x2 =

255. README.md | Owner: djdj | Views: 200 | Comments: 0 | Open/ Source 341 B

- 👋 Hi, I’m @upraity - 👀 I’m interested in programmimg - 🌱 I’m currently learning language - 💞️ I’m looking to collaborate on ..

256. Instructions For Quiz | Owner: djdj | Views: 216 | Comments: 0 | Open/ Source 585 B

<h1>Instruction For Quiz</h1> <ol> <li>Each questions carries equal marks.</li> <li>To answer the questions write only the op

257. RBS Quiz Result | Owner: djdj | Views: 293 | Comments: 0 | Open/ Source 14.33 KB

<style> tr { text-align: center; } .name { text-align: left; } a { color: blue; } </style> <a href="/">Ho

258. AnswerSheet | Owner: djdj | Views: 168 | Comments: 0 | Open/ Source 618 B

Answer Keys || Date:07-10-2023 Question Answer Q1. C Q2. B Q3. B Q4. C Q5. A Q6. C Q7

259. Participate-candicates | Owner: djdj | Views: 257 | Comments: 0 | Open/ Source 1.26 KB

From semester I 1. Ansh Kulshrestha 2. Krishna Shen 3. Anuj Singh 4. Ankaj 5. Kuldeep Dubey 6. Abhay Singh 7. Ompal 8.

260. Code.exe | Owner: djdj | Views: 102 | Comments: 0 | Open/ Source 0 B

261. VirtualBox-7.0.8-156879-Win.exe | Owner: djdj | Views: 511 | Comments: 0 | Open/ Source 0 B

262. JavaCodingPack-0.4.1.exe | Owner: djdj | Views: 70 | Comments: 0 | Open/ Source 0 B

263. mingw-get-setup.exe | Owner: djdj | Views: 65 | Comments: 0 | Open/ Source 84.5 KB

264. clg list | Owner: djdj | Views: 286 | Comments: 0 | Open/ Source 0 B