djdj - HTMLify profile

djdj's Profile Picture

djdj

253 Files

35332 Views

Latest files of djdj

1. | Owner: djdj | Views: 29 | Comments: 0 | Open/ Source 42 B

<a href="https://amzn.to/3AkBqoj">Cpu </a>

3. | Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 14.72 KB

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

4. 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

5. 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

6. 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

7. | 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

8. | Owner: djdj | Views: 47 | 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

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

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

10. | Owner: djdj | Views: 63 | 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

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

12. chat.html | Owner: djdj | Views: 70 | 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

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

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

15. Steps | Owner: djdj | Views: 171 | Comments: 0 | Open/ Source 74 B

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

16. signup.php | Owner: djdj | Views: 55 | Comments: 0 | Open/ Source 6.33 KB

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

17. login.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 4.22 KB

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

18. welcome.php | Owner: djdj | Views: 43 | Comments: 0 | Open/ Source 150 B

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

19. nav.php | Owner: djdj | Views: 46 | 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

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

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

21. db.php | Owner: djdj | Views: 51 | Comments: 0 | Open/ Source 287 B

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

22. Session_Logout.php | Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 104 B

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

23. Session_Get.php | Owner: djdj | Views: 59 | Comments: 0 | Open/ Source 222 B

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

24. Session.php | Owner: djdj | Views: 29 | Comments: 0 | Open/ Source 219 B

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

25. index.php | Owner: djdj | Views: 30 | 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

26. Signup.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 6.28 KB

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

27. welcome.php | Owner: djdj | Views: 51 | Comments: 0 | Open/ Source 1.25 KB

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

28. Login.php | Owner: djdj | Views: 29 | Comments: 0 | Open/ Source 4.06 KB

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

29. dbconn.php | Owner: djdj | Views: 45 | Comments: 0 | Open/ Source 293 B

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

30. nav.php | Owner: djdj | Views: 43 | 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

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

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

32. Multi-Dieminsion-Array.php | Owner: djdj | Views: 40 | 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));

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

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

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

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

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

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

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

<?php echo 'hello dj'; ?>

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

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

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

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

39. Files2.php | Owner: djdj | Views: 48 | 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

40. Dates.php | Owner: djdj | Views: 46 | 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

41. String.php | Owner: djdj | Views: 61 | Comments: 0 | Open/ Source 1.28 KB

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

42. Get_Cookies.php | Owner: djdj | Views: 52 | Comments: 0 | Open/ Source 71 B

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

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

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

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

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

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

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

46. Function.php | Owner: djdj | Views: 39 | Comments: 0 | Open/ Source 627 B

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

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

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

48. MySQL-Databases-Connection.php | Owner: djdj | Views: 44 | 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

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

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

50. cookies.php | Owner: djdj | Views: 51 | Comments: 0 | Open/ Source 102 B

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

51. Hello-World.php | Owner: djdj | Views: 44 | 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

52. Variable.php | Owner: djdj | Views: 26 | 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

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

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

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

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

55. Files.php | Owner: djdj | Views: 44 | Comments: 0 | Open/ Source 1.47 KB

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

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

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

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

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

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

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

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

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

60. Foreach-Loop.php | Owner: djdj | Views: 44 | 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

61. Operator.php | Owner: djdj | Views: 54 | 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

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

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

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

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

64. Form.php | Owner: djdj | Views: 37 | Comments: 0 | Open/ Source 5.47 KB

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

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

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

66. signup.php | Owner: djdj | Views: 83 | Comments: 0 | Open/ Source 6.33 KB

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

67. login.php | Owner: djdj | Views: 77 | Comments: 0 | Open/ Source 4.22 KB

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

68. welcome.php | Owner: djdj | Views: 98 | Comments: 0 | Open/ Source 150 B

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

69. nav.php | Owner: djdj | Views: 93 | 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

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

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

71. db.php | Owner: djdj | Views: 97 | Comments: 0 | Open/ Source 287 B

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

72. Session_Logout.php | Owner: djdj | Views: 88 | Comments: 0 | Open/ Source 104 B

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

73. Session_Get.php | Owner: djdj | Views: 100 | Comments: 0 | Open/ Source 222 B

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

74. Session.php | Owner: djdj | Views: 110 | Comments: 0 | Open/ Source 219 B

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

75. index.php | Owner: djdj | Views: 89 | 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

76. Signup.php | Owner: djdj | Views: 108 | Comments: 0 | Open/ Source 6.28 KB

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

77. welcome.php | Owner: djdj | Views: 97 | Comments: 0 | Open/ Source 1.25 KB

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

78. Login.php | Owner: djdj | Views: 79 | Comments: 0 | Open/ Source 4.06 KB

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

79. dbconn.php | Owner: djdj | Views: 94 | Comments: 0 | Open/ Source 293 B

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

80. nav.php | Owner: djdj | Views: 94 | 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

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

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

82. Multi-Dieminsion-Array.php | Owner: djdj | Views: 96 | 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));

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

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

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

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

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

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

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

<?php echo 'hello dj'; ?>

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

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

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

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

89. Files2.php | Owner: djdj | Views: 103 | 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

90. Dates.php | Owner: djdj | Views: 96 | 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

91. String.php | Owner: djdj | Views: 89 | Comments: 0 | Open/ Source 1.28 KB

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

92. Get_Cookies.php | Owner: djdj | Views: 93 | Comments: 0 | Open/ Source 71 B

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

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

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

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

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

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

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

96. Function.php | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 627 B

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

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

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

98. MySQL-Databases-Connection.php | Owner: djdj | Views: 101 | 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

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

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

100. cookies.php | Owner: djdj | Views: 89 | Comments: 0 | Open/ Source 102 B

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

101. Hello-World.php | Owner: djdj | Views: 87 | 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

102. Variable.php | Owner: djdj | Views: 97 | 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

110. Foreach-Loop.php | Owner: djdj | Views: 87 | 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

111. Operator.php | Owner: djdj | Views: 97 | 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

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

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

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

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

114. Form.php | Owner: djdj | Views: 109 | Comments: 0 | Open/ Source 5.47 KB

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

115. yoursfile.txt | Owner: djdj | Views: 132 | Comments: 0 | Open/ Source 28 B

this is testing file create

116. Files.php | Owner: djdj | Views: 121 | Comments: 0 | Open/ Source 1.0 KB

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

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

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

118. Multi-Dieminsion-Array.php | Owner: djdj | Views: 116 | 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));

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

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

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

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

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

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

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

<?php echo 'hello dj'; ?>

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

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

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

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

125. Dates.php | Owner: djdj | Views: 110 | 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

126. String.php | Owner: djdj | Views: 120 | Comments: 0 | Open/ Source 1.28 KB

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

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

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

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

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

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

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

130. Function.php | Owner: djdj | Views: 115 | Comments: 0 | Open/ Source 627 B

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

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

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

132. MySQL-Databases-Connection.php | Owner: djdj | Views: 108 | 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

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

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

134. Hello.php | Owner: djdj | Views: 127 | 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

135. Variable.php | Owner: djdj | Views: 98 | 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

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

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

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

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

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

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

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

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

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

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

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

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

142. Foreach-Loop.php | Owner: djdj | Views: 123 | 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

143. Operator.php | Owner: djdj | Views: 122 | 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

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

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

145. Form.php | Owner: djdj | Views: 142 | Comments: 0 | Open/ Source 5.47 KB

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

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

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

147. Urasion | Owner: djdj | Views: 143 | 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

148. index.html | Owner: djdj | Views: 153 | 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

149. 7.png | Owner: djdj | Views: 69 | Comments: 0 | Open/ Source 808 B

150. expert_system.pptx | Owner: djdj | Views: 99 | Comments: 0 | Open/ Source 787.9 KB

151. 3znr5u2i4h.html | Owner: djdj | Views: 176 | 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

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

153. captcha.html | Owner: djdj | Views: 203 | 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

154. clock.html | Owner: djdj | Views: 412 | 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

155. redirect.js | Owner: djdj | Views: 188 | Comments: 0 | Open/ Source 54 B

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

156. img.html | Owner: djdj | Views: 235 | 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

157. rb.html | Owner: djdj | Views: 183 | 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>

158. ir.html | Owner: djdj | Views: 197 | 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

159. img.html | Owner: djdj | Views: 155 | 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

160. diq.html | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 2.76 KB

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

161. 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

162. 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

163. 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

164. t.html | Owner: djdj | Views: 188 | 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

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

166. Mc | Owner: djdj | Views: 388 | 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

167. SabkaCode | Owner: djdj | Views: 294 | Comments: 0 | Open/ Source 40.83 KB

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

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

169. Calcu | Owner: djdj | Views: 386 | Comments: 0 | Open/ Source 7.69 KB

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

170. Qr Code | Owner: djdj | Views: 92 | Comments: 0 | Open/ Source 57.21 KB

171. Statistics Assignment | Owner: djdj | Views: 893 | Comments: 0 | Open/ Source 6.11 MB

172. dbms_index.pdf | Owner: djdj | Views: 204 | Comments: 0 | Open/ Source 179.87 KB

173. Dbms Practicle File Q2 | Owner: djdj | Views: 225 | 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

174. DBMS Practical File | Owner: djdj | Views: 395 | 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

175. Front Page | Owner: djdj | Views: 384 | 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

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

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

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

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

180. DBMS Assignment | Owner: djdj | Views: 918 | Comments: 0 | Open/ Source 5.76 MB

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

182. Ecommerce Assignment-1 | Owner: djdj | Views: 294 | 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

183. Important topics | Owner: djdj | Views: 552 | 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

184. Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql | Owner: djdj | Views: 167 | 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;

185. Q183_Customers_Who_Never_Order.sql | Owner: djdj | Views: 143 | Comments: 0 | Open/ Source 88 B

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

186. Q1667_Fix_Names_in_a_Table.sql | Owner: djdj | Views: 171 | 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;

187. Loop | Owner: djdj | Views: 211 | Comments: 0 | Open/ Source 1.01 KB

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

188. Condition | Owner: djdj | Views: 218 | Comments: 0 | Open/ Source 865 B

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

189. | Owner: djdj | Views: 262 | Comments: 0 | Open/ Source 1.03 KB

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

190. Leetcode Simple Question | Owner: djdj | Views: 231 | 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

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

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

192. Q1978_Employees_Whose_Manager_Left_the_Company.sql | Owner: djdj | Views: 176 | 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

193. Q509_Fibonacci_Series.c | Owner: djdj | Views: 144 | Comments: 0 | Open/ Source 123 B

194. Q181_Employees_Earning_More_Than_Their_Managers.sql | Owner: djdj | Views: 160 | 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;

195. Q2235_Add_Two_Integers.cs | Owner: djdj | Views: 173 | Comments: 0 | Open/ Source 101 B

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

196. COA Notes | Owner: djdj | Views: 747 | Comments: 0 | Open/ Source 18.4 MB

197. Q2427_Number_of_Common_Factors.py | Owner: djdj | Views: 134 | 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

198. Q2427_Number_of_Common_Factors.rs | Owner: djdj | Views: 172 | 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(

199. Q263_Ugly_Number.py | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 272 B

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

200. Q1837_Sum_of_Digits_in_Base_K.py | Owner: djdj | Views: 150 | 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

201. Q2703_Return_Length_of_Arguments_Passed.js | Owner: djdj | Views: 100 | Comments: 0 | Open/ Source 69 B

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

202. Q258_Add_Digits.rs | Owner: djdj | Views: 168 | Comments: 0 | Open/ Source 145 B

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

203. Q2620_Counter.js | Owner: djdj | Views: 66 | Comments: 0 | Open/ Source 103 B

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

204. Q2667_Create_Hello_World_Function.js | Owner: djdj | Views: 83 | Comments: 0 | Open/ Source 110 B

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

205. Calcu.apk | Owner: djdj | Views: 154 | Comments: 0 | Open/ Source 6.83 MB

206. Q1757_Recyclable_and_Low_Fat_Products.sql | Owner: djdj | Views: 235 | Comments: 9 | Open/ Source 74 B

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

207. Q1068_Product_Sales_Analysis_I.sql | Owner: djdj | Views: 189 | Comments: 0 | Open/ Source 103 B

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

208. Q2119_A_Number_After_a_Double.py | Owner: djdj | Views: 141 | 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

209. Q9_Palidrome_Number.py | Owner: djdj | Views: 160 | Comments: 0 | Open/ Source 323 B

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

210. Q7_Reverse_Integer.py | Owner: djdj | Views: 134 | 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

211. Q367_Valid_Perfect_Square.c | Owner: djdj | Views: 137 | Comments: 0 | Open/ Source 175 B

212. Q2652_Sum_Multiples.py | Owner: djdj | Views: 145 | 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

213. Q596_Classes_More_Than_5_Studeents.sql | Owner: djdj | Views: 149 | Comments: 0 | Open/ Source 66 B

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

214. Q1009_Complement_of_Base_10_Integer.py | Owner: djdj | Views: 143 | Comments: 0 | Open/ Source 522 B

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

215. Q176_Second_Highest_Salary.sql | Owner: djdj | Views: 143 | Comments: 0 | Open/ Source 129 B

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

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

217. Q342_Power_of_Four.py | Owner: djdj | Views: 163 | Comments: 1 | Open/ Source 95 B

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

218. Q69_Sqrt.php | Owner: djdj | Views: 163 | Comments: 0 | Open/ Source 61 B

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

219. Q584_Find_Customer_Referee.sql | Owner: djdj | Views: 163 | Comments: 0 | Open/ Source 71 B

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

220. Q231_Power_of_two.py | Owner: djdj | Views: 129 | Comments: 0 | Open/ Source 95 B

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

221. Q476_Number_Complement.py | Owner: djdj | Views: 157 | 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

222. Q1683_Invalid_Tweets.sql | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 56 B

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

223. Q577_Employee_Bonus.sql | Owner: djdj | Views: 174 | 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;

224. Q43_Multiply_Strings.py | Owner: djdj | Views: 123 | Comments: 0 | Open/ Source 104 B

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

225. Q1378_Replace_Employee_ID_With_The_Unique_Idendifier.sql | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 93 B

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

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

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

227. Q182_Duplicate_Emails.sql | Owner: djdj | Views: 166 | Comments: 0 | Open/ Source 65 B

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

228. Q29_Divide_Two_Integers.py | Owner: djdj | Views: 149 | Comments: 0 | Open/ Source 222 B

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

229. Q595_Big_Countries.sql | Owner: djdj | Views: 170 | Comments: 0 | Open/ Source 88 B

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

230. Q504_Base_7.py | Owner: djdj | Views: 150 | Comments: 0 | Open/ Source 469 B

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

231. Q175_Combine_Two_tables.sql | Owner: djdj | Views: 157 | Comments: 0 | Open/ Source 109 B

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

232. Q1_Two_Sum.py | Owner: djdj | Views: 162 | Comments: 0 | Open/ Source 247 B

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

233. Q2469_Convert_the_Temperature.py | Owner: djdj | Views: 143 | Comments: 0 | Open/ Source 102 B

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

234. Q326_Power_of_Three.py | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 95 B

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

235. Q507_Perfect_Number.py | Owner: djdj | Views: 150 | 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;

236. Q1148_Article_Views_I.sql | Owner: djdj | Views: 168 | Comments: 0 | Open/ Source 88 B

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

237. what's_your_name.py | Owner: djdj | Views: 145 | 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.')

238. arithmetic_operation.py | Owner: djdj | Views: 136 | Comments: 0 | Open/ Source 87 B

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

239. python_if-else.py | Owner: djdj | Views: 150 | 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:

240. leap_year.py | Owner: djdj | Views: 140 | Comments: 0 | Open/ Source 221 B

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

241. write_a_function.py | Owner: djdj | Views: 132 | Comments: 0 | Open/ Source 94 B

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

242. python_print.py | Owner: djdj | Views: 160 | Comments: 0 | Open/ Source 104 B

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

243. bisection_method.py | Owner: djdj | Views: 164 | 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 =

244. README.md | Owner: djdj | Views: 187 | 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 ..

245. Instructions For Quiz | Owner: djdj | Views: 208 | 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

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

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

247. AnswerSheet | Owner: djdj | Views: 165 | 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

248. Participate-candicates | Owner: djdj | Views: 252 | 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.

249. Code.exe | Owner: djdj | Views: 101 | Comments: 0 | Open/ Source 0 B

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

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

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

253. clg list | Owner: djdj | Views: 285 | Comments: 0 | Open/ Source 0 B