HTMLify your dreams

Filter Options:
index.html | Owner: cody | Views: 87 | Comments: 0 | Open/ Source 684 B

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

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

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

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

hehe.html | Owner: amar | Views: 202 | Comments: 1 | Open/ Source 188 B

<body style='color:#aa1212; font-family:roman;' background='0.png'> <center><h2> hehe duniya:) </h2></> <p>

1.txt | Owner: coderai | Views: 71 | Comments: 0 | Open/ Source 1.26 KB

CoderAI is a powerful tool that enhances the coding experience by providing assistance and guidance to developers. Its benefits

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

LeetCode - Insert Delete GetRandom O(1) - Duplicates allowed - Python | Owner: abh | Views: 119 | Comments: 0 | Open/ Source 686 B

from random import choice class RandomizedCollection: def __init__(self): self.values = [] def insert(se

index.html | Owner: cody | Views: 114 | Comments: 0 | Open/ Source 520 B

<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019) see: https://www.youtube.com/watch?v=f3mwKLXpOLk --> <!D

index.html | Owner: cody | Views: 119 | Comments: 0 | Open/ Source 1.25 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Social Buttons</title> <meta

README.md | Owner: abh | Views: 137 | Comments: 1 | Open/ Source 10 B

# HTMLify

indec.html | Owner: dakshbadal1379 | Views: 149 | Comments: 0 | Open/ Source 830 B

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

index.html | Owner: cody | Views: 61 | Comments: 0 | Open/ Source 5.39 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

Condition | Owner: djdj | Views: 223 | Comments: 0 | Open/ Source 865 B

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

index.html | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 1.5 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

upper.py | Owner: abh | Views: 290 | Comments: 0 | Open/ Source 673 B

def upper(s: str) -> str: u = "QWERTYUIOPASDFGHJKLZXCVBNM" l = "qwertyuiopasdfghjklzxcvbnm" for c in s: if c

index.html | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 543 B

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

Comingsoon. Html | Owner: amar | Views: 173 | Comments: 0 | Open/ Source 586 B

gcertificate.html | Owner: sachinthakur | Views: 152 | Comments: 0 | Open/ Source 2.32 KB

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

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

index.html | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 1.83 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

hello-world.cs | Owner: demo | Views: 186 | Comments: 0 | Open/ Source 113 B

using System; class Program { static void Main() { Console.WriteLine("Hello, World!"); } }

Sign in page | Owner: amar | Views: 15 | Comments: 0 | Open/ Source 7.16 KB

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

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

lower.py | Owner: abh | Views: 169 | Comments: 0 | Open/ Source 672 B

def lower(s: str) -> str: u = "QWERTYUIOPASDFGHJKLZXCVBNM" l = "qwertyuiopasdfghjklzxcvbnm" for c in s: if c

index.html | Owner: cody | Views: 226 | Comments: 0 | Open/ Source 926 B

<!-- References: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API --> <!-- https://developer.mozilla.org/en-US/docs/W

12.txt | Owner: coderai | Views: 55 | Comments: 0 | Open/ Source 1.48 KB

IBM Watson is an artificial intelligence (AI) platform developed by IBM. It is designed to process and analyze large amounts of

index.html | Owner: cody | Views: 116 | Comments: 0 | Open/ Source 2.29 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sidebar</title> <link rel="preconne

index.html | Owner: cody | Views: 53 | Comments: 0 | Open/ Source 421 B

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti

index.html | Owner: cody | Views: 97 | Comments: 0 | Open/ Source 714 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Analog Digital clock</title> <link rel="stylesheet"

post.html | Owner: abh | Views: 172 | Comments: 0 | Open/ Source 4.83 KB

<!-- post.html --> {% extends "base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block meta %}{{ post.meta }}{

index.html | Owner: cody | Views: 99 | Comments: 0 | Open/ Source 379 B

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

index.html | Owner: itintern | Views: 41 | Comments: 0 | Open/ Source 6.69 KB

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

index.html | Owner: cody | Views: 61 | Comments: 0 | Open/ Source 2.23 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>E

john.html | Owner: dakshbadal1379 | Views: 30 | Comments: 0 | Open/ Source 4.83 KB

<!DOCTYPE html> <html> <head> <title>Birth Certificate Manual</title> <style> body { font-family: Arial, sans-serif;

Ecommerce Assignment-1 | Owner: djdj | Views: 295 | 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

| 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

insertElement.html | Owner: shubh | Views: 134 | Comments: 0 | Open/ Source 1.1 KB

//insert element <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=d

index.html | Owner: cody | Views: 117 | Comments: 0 | Open/ Source 7.66 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sidebar</title> <link rel="preconne

index.html | Owner: cody | Views: 124 | Comments: 0 | Open/ Source 1.57 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

index.html | Owner: cody | Views: 126 | Comments: 0 | Open/ Source 939 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"

hello-world.rs | Owner: demo | Views: 215 | Comments: 0 | Open/ Source 46 B

fn main() { println!("Hello, World!"); }

INTERNETLIVE.HTML | Owner: dakshbadal1379 | Views: 195 | Comments: 0 | Open/ Source 951 B

<html> <head> <title> Yahoo Internet</title> </head> <body bgcolor="aqua"> <marquee bgcolor="yellow" behavior="alternate"

nav-bar.html | Owner: abh | Views: 123 | Comments: 0 | Open/ Source 658 B

<div class="links"> <a href="/">Home</a> {% if not session.get("user") %} <a href="/login">Log in</a> <a href="/regist

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

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

index.html | Owner: cody | Views: 108 | Comments: 0 | Open/ Source 1.76 KB

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

| Owner: itintern | Views: 48 | Comments: 0 | Open/ Source 10.57 KB

<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

index.html | Owner: cody | Views: 110 | Comments: 0 | Open/ Source 871 B

<!DOCTYPE html> <html> <head> <link rel="shortcut icon" href="assets/hangman-game.png" type="image/x-icon"> <link rel="s

Achievements | Owner: abh | Views: 212 | Comments: 0 | Open/ Source 5.56 KB

<!DOCTYPE html> <html> <head> <title>Achievements - Aman Babu Hemant</title> <meta name="viewport" content="width=de

index.html | Owner: cody | Views: 95 | Comments: 0 | Open/ Source 3.75 KB

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

43.txt | Owner: coderai | Views: 58 | Comments: 0 | Open/ Source 1.82 KB

**Key Features:** * **Error Reduction:** Flags coding errors for early detection and resolution, ensuring code stability. * **

js2.html | Owner: demo | Views: 181 | Comments: 0 | Open/ Source 690 B

<!DOCTYPE html> <html> <head> <title>Vibration Button</title> </head> <body> <button id="vibrateButton"><h1>Vibrat

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

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

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

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

index.html | Owner: cody | Views: 124 | Comments: 0 | Open/ Source 23.81 KB

<!-- Based on Learn To Build An SVG Animation With CSS by Simo Edwin - Dev Ed (2019) see: https://www.youtube.com/watch?v=gWai7f

rcck3uh1ux.html | Owner: dakshbadal1379 | Views: 40 | Comments: 0 | Open/ Source 2.39 KB

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

index.html | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 7.25 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>D

index.html | Owner: cody | Views: 107 | Comments: 0 | Open/ Source 2.49 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

index.html | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 531 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>W

galery-05 | Owner: cody | Views: 122 | Comments: 0 | Open/ Source 1.21 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Swiper demo</title> <meta name="viewp

index.html | Owner: cody | Views: 104 | Comments: 0 | Open/ Source 1.03 KB

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

index.html | Owner: cody | Views: 108 | Comments: 0 | Open/ Source 4.11 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Dropdown Menu 02</title> <link

GLOWLOGINPAGE.HTML | Owner: dakshbadal1379 | Views: 205 | Comments: 0 | Open/ Source 501 B

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">

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

DBMS Practical File | Owner: djdj | Views: 399 | 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

index.html | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 364 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>L

11.txt | Owner: coderai | Views: 42 | Comments: 0 | Open/ Source 979 B

---|:---:|:---|:---| `/u/username` | Link to username | `/u/coderai` | [`/u/coderai`](/u/coderai) | `[/user/username]` | Link to

__init__.py | Owner: abh | Views: 95 | Comments: 0 | Open/ Source 21 B

from .TESTS import *

index.html | Owner: cody | Views: 125 | Comments: 0 | Open/ Source 564 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

index_socials.html | Owner: cody | Views: 103 | Comments: 0 | Open/ Source 838 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Accordion FAQ</title> <link rel="stylesheet" href=

LeetCode - Number of Laser Beams in a Bank - Python | Owner: abh | Views: 129 | Comments: 0 | Open/ Source 322 B

class Solution: def numberOfBeams(self, bank: List[str]) -> int: beams = 0 pre_lesers = 0 for fl

Sum of prime numbers in given range | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 274 B

def is_prime(n): if n < 2: return False for i in range(2, n//2+1): if not n%i: return F

index.html | Owner: cody | Views: 48 | Comments: 0 | Open/ Source 699 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>M

DBMS Assignment | Owner: djdj | Views: 923 | Comments: 0 | Open/ Source 5.76 MB

index.html | Owner: cody | Views: 63 | Comments: 0 | Open/ Source 1010 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>F

index.html | Owner: cody | Views: 111 | Comments: 0 | Open/ Source 489 B

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta na

hello-world.cbl | Owner: demo | Views: 182 | Comments: 0 | Open/ Source 115 B

IDENTIFICATION DIVISION. PROGRAM-ID. HelloWorld. PROCEDURE DIVISION. DISPLAY "Hello, World!". STOP RUN.

index.html | Owner: cody | Views: 57 | Comments: 0 | Open/ Source 372 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>R

dashboard.html | Owner: abh | Views: 132 | Comments: 0 | Open/ Source 879 B

<!--dashboard.html--> <a href="/edit?filepathnew.html"><h4 style="display:inline-block;">Make new file</h4></a>&nbsp; <a href="/

index.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 2.38 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

LeetCode - Number of Laser Beams in a Bank - C# | Owner: abh | Views: 159 | Comments: 1 | Open/ Source 525 B

public class Solution { public int NumberOfBeams(string[] bank) { int pre_lesers = 0; int beams = 0;

index.html | Owner: cody | Views: 110 | Comments: 0 | Open/ Source 706 B

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

index.html | Owner: cody | Views: 65 | Comments: 0 | Open/ Source 3.66 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>M

index.html | Owner: cody | Views: 140 | Comments: 0 | Open/ Source 34.56 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

index.html | Owner: cody | Views: 96 | Comments: 0 | Open/ Source 534 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"

index.html | Owner: cody | Views: 50 | Comments: 0 | Open/ Source 466 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>W

lcm.py | Owner: abh | Views: 164 | Comments: 0 | Open/ Source 408 B

def lcm(a: int, b: int) -> int: max = a if a > b else b while True: if not (max % a and max % b): re

index.html | Owner: cody | Views: 84 | Comments: 0 | Open/ Source 2.0 KB

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

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)

index.html | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 385 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>4

semantic interpretation.ppt | Owner: shubh | Views: 64 | Comments: 0 | Open/ Source 647.48 KB

index.html | Owner: khushi | Views: 281 | Comments: 0 | Open/ Source 1.42 KB

<div id="main"> <h1>DATE pr chle ?</h1> <button id="yes" onclick="yes()"> Yes </button> <button id="no" onmouseov

jdh74ys6.html | Owner: cody | Views: 194 | Comments: 0 | Open/ Source 150 B

<p onclick="change()">Hello World!!</p> <script> function change(){ document.querySelector("p").innerHTML = "Hello JavaSc

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

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

index.html | Owner: cody | Views: 99 | Comments: 0 | Open/ Source 1.41 KB

<html> <head> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/main.css

indexsamp.html | Owner: cody | Views: 102 | Comments: 0 | Open/ Source 1.03 KB

<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div><h1>TEMPERATURE CONVERTER</h1></div>

index.html | Owner: cody | Views: 114 | Comments: 0 | Open/ Source 10.1 KB

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

calculate-area-of-rectangle.swift | Owner: demo | Views: 193 | Comments: 0 | Open/ Source 101 B

let length = 5.0 let width = 3.0 let area = length * width print("Area of the rectangle: \(area)")

factorial.py | Owner: abh | Views: 150 | Comments: 0 | Open/ Source 232 B

#Calculate the factorial of given number def factorial(n: int) -> int: if n == 0: return 1 return factorial(n-1

index.html | Owner: cody | Views: 57 | Comments: 0 | Open/ Source 1.65 KB

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>M

index.html | Owner: cody | Views: 132 | Comments: 0 | Open/ Source 686 B

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Text to Speech Converter</title> <

index.html | Owner: cody | Views: 98 | Comments: 0 | Open/ Source 3.2 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

index.html | Owner: cody | Views: 93 | Comments: 0 | Open/ Source 2.15 KB

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

index.html | Owner: cody | Views: 118 | Comments: 0 | Open/ Source 384 B

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

index.html | Owner: cody | Views: 100 | Comments: 0 | Open/ Source 1.53 KB

<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020) see: https://www.youtube.com/watch?v=4SQXOA8Z

index.html | Owner: cody | Views: 113 | Comments: 0 | Open/ Source 2.99 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

sqrt.py | Owner: abh | Views: 159 | Comments: 0 | Open/ Source 507 B

def sqrt(n): return n ** 0.5 def sqrt(n): return n ** (1/2) def sqrt(n :int): i = 0 while i*i < n: i +

char_frequency.py | Owner: abh | Views: 125 | Comments: 0 | Open/ Source 113 B

def char_frequency(string): freq = {} for c in string: freq[c] = freq.get(c,0)+1 return freq

login.html | Owner: abh | Views: 146 | Comments: 0 | Open/ Source 221 B

<!-- login.html --> <form action="/action/login" method="POST"> <input type="text" name="username" placeholder="username" /><br>

whr.py | Owner: abh | Views: 167 | Comments: 0 | Open/ Source 56 B

def whr(waist: "cm", hip: "cm"): return waist / hip

divisors.py | Owner: abh | Views: 106 | Comments: 0 | Open/ Source 326 B

def divisors(n: int): ds = [] for i in range(1, n+1): if not n % i: ds.append(i) return ds def

Image Cards.html | Owner: shubh | Views: 253 | Comments: 0 | Open/ Source 1.57 KB

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

40.txt | Owner: coderai | Views: 62 | Comments: 0 | Open/ Source 1.15 KB

**Name:** CoderAI **Capabilities:** * **Code Generation:** Generates code snippets in various languages based on user-defined

LeetCode - Big Countries | Owner: abh | Views: 181 | Comments: 0 | Open/ Source 89 B

SELECT name, population, area FROM world WHERE area >= 3000000 or population >= 25000000;

LeetCode - First Letter to Appear Twice - JavaScript | Owner: abh | Views: 74 | Comments: 0 | Open/ Source 241 B

/** * @param {string} s * @return {character} */ var repeatedCharacter = function(s) { seen = []; for (let i=0;

toggle1.html | Owner: cody | Views: 212 | Comments: 0 | Open/ Source 16.59 KB

<label> <input type="checkbox"> <span class="custom__checkbox"> <span class="custom__checkbox__face"> <span cl

index.html | Owner: cody | Views: 103 | Comments: 0 | Open/ Source 658 B

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

index.html | Owner: cody | Views: 131 | Comments: 0 | Open/ Source 990 B

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

index.html | Owner: cody | Views: 131 | Comments: 0 | Open/ Source 2.13 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Snackbar</title> <link rel="s

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

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

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);//

Game.html | Owner: amar | Views: 152 | Comments: 0 | Open/ Source 847 B

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

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

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

average.py | Owner: abh | Views: 159 | Comments: 0 | Open/ Source 315 B

def average(*nums): s = 0 c = 0 for n in nums: s += n c += 1 return s / c def average(*nums):

COA Notes | Owner: djdj | Views: 753 | Comments: 0 | Open/ Source 18.4 MB

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

index.html | Owner: cody | Views: 150 | Comments: 0 | Open/ Source 2.87 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Login 01</title> <meta name="v

index.html | Owner: cody | Views: 141 | Comments: 0 | Open/ Source 5.29 KB

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

index.html | Owner: cody | Views: 60 | Comments: 0 | Open/ Source 464 B

<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>N