HTMLify your dreams

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

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

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

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

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>CodePen - Bingo Card</title> <link rel="stylesheet"

index.html | Owner: cody | Views: 216 | Comments: 0 | Open/ Source 1.01 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: 127 | Comments: 0 | Open/ Source 1.88 KB

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

index.html | Owner: cody | Views: 213 | Comments: 0 | Open/ Source 2.27 KB

<!-- Build Parallax Website With HTML CSS & Javascript by Simo Edwin - Dev Ed (2021) see: https://www.youtube.com/watch?v=Nt70Ld

testing | Owner: itintern | Views: 137 | Comments: 0 | Open/ Source 883 B

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

tx7w2Ayr.html | Owner: cody | Views: 297 | Comments: 0 | Open/ Source 3.14 KB

<!DOCTYPE html> <html> <head> <title>My Second Webpage</title> <!-- Internal CSS --> <style> /* Her

npr.py | Owner: abh | Views: 372 | Comments: 0 | Open/ Source 153 B

def npr(n, r): return factorial(n) // factorial(n-r) def npr(n, r): result = 1 for i in range(r): result *=

LeetCode - Sum of Digits of String After Convert - Python | Owner: abh | Views: 97 | Comments: 0 | Open/ Source 283 B

class Solution: def getLucky(self, s: str, k: int) -> int: n = "" for c in s: n += str(ord(c

index.html | Owner: cody | Views: 173 | Comments: 0 | Open/ Source 682 B

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

index.html | Owner: cody | Views: 190 | Comments: 0 | Open/ Source 1.9 KB

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

LeetCode - Matrix Diagonal Sum - Python | Owner: abh | Views: 258 | Comments: 0 | Open/ Source 282 B

class Solution: def diagonalSum(self, mat: List[List[int]]) -> int: i = 0 s = 0 if len(mat)%2:

Definitely.html | Owner: dakshbadal1379 | Views: 271 | Comments: 0 | Open/ Source 1.25 KB

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

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

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

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

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

Slide Nav Bar | Owner: djdj | Views: 109 | Comments: 0 | Open/ Source 6.06 KB

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

chang.html | Owner: priyanka | Views: 340 | Comments: 0 | Open/ Source 304 B

<HTML> <HEAD> <TITLE> LINK</TITLE> <link rel="stylesheet" type"text/css" href="style.css"> </HEAD> <body> <h2><center>Link

Card Flip | Owner: djdj | Views: 95 | Comments: 0 | Open/ Source 2.81 KB

<style> body{ background-color: black; } .card{ display:flex; align-items: center; position: relative;

Brook | Owner: light | Views: 76 | Comments: 0 | Open/ Source 4.63 KB

index.html | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 1.49 KB

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

are_anagrams.py | Owner: abh | Views: 233 | Comments: 0 | Open/ Source 789 B

TESTCCASES = [ { "positional": ("string", "string",), "keyword": {}, "return": True, "msg":

index.html | Owner: cody | Views: 200 | Comments: 0 | Open/ Source 640 B

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

index.html | Owner: cody | Views: 192 | Comments: 0 | Open/ Source 3.67 KB

<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021) see: https://www.youtube.com/watch?v=O7WbVj5ap

index.html | Owner: cody | Views: 137 | Comments: 0 | Open/ Source 790 B

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

webpage2.html | Owner: demo | Views: 268 | Comments: 0 | Open/ Source 1.71 KB

<!DOCTYPE html> <html> <head> <title>My Unique Demo Page</title> <style> body { font-family: "

LeetCode - Find N Unique Integers Sum up to Zero - Go | Owner: abh | Views: 77 | Comments: 0 | Open/ Source 220 B

func sumZero(n int) []int { var ans []int if n%2==1 { ans = append(ans, 0) } for i:=1;len(ans)!=n;i

LeetCode - Remove Duplicates from Sorted Array - Go | Owner: abh | Views: 69 | Comments: 0 | Open/ Source 279 B

func removeDuplicates(nums []int) int { l := len(nums) for i:=0; i<l-1; i++ { if nums[i] == nums[i+1] {

Amar File | Owner: djdj | Views: 4 | Comments: 0 | Open/ Source 9.16 KB

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

index.html | Owner: cody | Views: 178 | Comments: 0 | Open/ Source 3.46 KB

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Box falling Game</title> <link rel="stylesheet" hre

index.html | Owner: cody | Views: 140 | Comments: 0 | Open/ Source 373 B

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

LeetCode - Reverse Linked List - Go | Owner: abh | Views: 59 | Comments: 0 | Open/ Source 383 B

// @leet start /** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode *

index.html | Owner: cody | Views: 216 | Comments: 0 | Open/ Source 1.73 KB

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

rewrite.lua | Owner: abh | Views: 7 | Comments: 0 | Open/ Source 2.25 KB

--[[ ReWrite ]]-- local M = {} M.write_string = "" M.write_mode = "" M.last_writes = {} function M.load() M.write_string

image to lua | Owner: amar | Views: 111 | Comments: 0 | Open/ Source 9.84 KB

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

| Owner: itintern | Views: 9 | Comments: 0 | Open/ Source 3.37 KB

<style> #otherInput { display: none; /* Hide the input box initially */ } </style> <form action="" met

LeetCode - Find Missing and Repeated Values - Go | Owner: abh | Views: 63 | Comments: 0 | Open/ Source 978 B

func sort(list []int) []int { for i:=0; i<len(list); i++ { for j:=i; j<len(list); j++ { if list[j] <

index.html | Owner: cody | Views: 209 | Comments: 0 | Open/ Source 442 B

<!DOCTYPE html> <html> <head> <title>Weiben - Wheel of fortune</title> <meta charset="UTF-8" /> <link rel="stylesh

is_even.py | Owner: abh | Views: 192 | Comments: 0 | Open/ Source 959 B

TESTCASES = [ { "positional": (2,), "keyword": {}, "return": True, "msg": "", }, {

index.html | Owner: djdj | Views: 28 | Comments: 0 | Open/ Source 6.94 KB

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

index.html | Owner: cody | Views: 201 | Comments: 0 | Open/ Source 4.74 KB

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

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

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

Syllabus | Owner: djdj | Views: 6 | Comments: 0 | Open/ Source 7.33 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Syllabus</title> <style> body { fon

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

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

50.txt | Owner: coderai | Views: 164 | Comments: 0 | Open/ Source 958 B

[Assistant: Sure, I can help you get started with Reddit. Here are a few tips:] * [Start by creating an account. You can do th

index.html | Owner: cody | Views: 165 | Comments: 0 | Open/ Source 479 B

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

| Owner: itintern | Views: 7 | Comments: 0 | Open/ Source 7.23 KB

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

LeetCode - Convert Binary Number in a Linked List to Integer - Go | Owner: abh | Views: 56 | Comments: 0 | Open/ Source 409 B

/** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode * } */ func ge

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

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

index.html | Owner: cody | Views: 204 | Comments: 0 | Open/ Source 1.1 KB

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

index.html | Owner: cody | Views: 192 | Comments: 0 | Open/ Source 1.01 KB

<!DOCTYPE html> <head> <meta charset="UTF-8"> <title>Typer</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1

Auto Update Testing | Owner: abh | Views: 766 | Comments: 0 | Open/ Source 659 B

from textual.app import App from textual.containers import ScrollableContainer from textual.widget import Widget from threadi

contact us.html | Owner: sachinthakur | Views: 348 | Comments: 0 | Open/ Source 2.88 KB

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

index.html | Owner: cody | Views: 129 | Comments: 0 | Open/ Source 365 B

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

BCA test 01 | Owner: himanshu | Views: 48 | Comments: 0 | Open/ Source 3.48 KB

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

LeetCode - Flatten a Multilevel Doubly Linked List - Go | Owner: abh | Views: 49 | Comments: 0 | Open/ Source 647 B

/** * Definition for a Node. * type Node struct { * Val int * Prev *Node * Next *Node * Child *Node

index.html | Owner: cody | Views: 166 | Comments: 0 | Open/ Source 786 B

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

Profile Card | Owner: cody | Views: 245 | Comments: 0 | Open/ Source 1.19 KB

<!DOCTYPE html> <html> <head> <style> body { font-family: 'Arial', sans-serif; display: flex; a

index.html | Owner: cody | Views: 194 | Comments: 0 | Open/ Source 363 B

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Bubble Shooter Game</title> <!-- Linking CSS & JS --> <script type='

index.html | Owner: cody | Views: 205 | Comments: 0 | Open/ Source 605 B

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

index.html | Owner: cody | Views: 232 | Comments: 0 | Open/ Source 3.98 KB

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

js4.html | Owner: demo | Views: 347 | Comments: 0 | Open/ Source 1.64 KB

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

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

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

index.html | Owner: cody | Views: 136 | Comments: 0 | Open/ Source 3.68 KB

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

material-ui.html | Owner: cody | Views: 211 | Comments: 0 | Open/ Source 1.36 KB

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

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

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

LeetCode- A Number After a Double Reversal - Python | Owner: abh | Views: 262 | Comments: 0 | Open/ Source 128 B

class Solution: def isSameAfterReversals(self, num: int) -> bool: if not num: return True return num % 10

index.html | Owner: cody | Views: 162 | Comments: 0 | Open/ Source 997 B

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

29.txt | Owner: coderai | Views: 180 | Comments: 0 | Open/ Source 2.8 KB

* **I can help you learn new programming languages.** If you're interested in learning a new programming language, I can provid

Machine | Owner: djdj | Views: 69 | Comments: 0 | Open/ Source 65 B

<script> location.href="https://amzn.to/429eXX3"; </script>

index_socials.html | Owner: cody | Views: 230 | Comments: 0 | Open/ Source 3.37 KB

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

LeetCode - Return Length of Arguments Passed - JavaScript | Owner: abh | Views: 170 | Comments: 0 | Open/ Source 208 B

/** * @param {...(null|boolean|number|string|Array|Object)} args * @return {number} */ var argumentsLength = function(...

LeetCode - Final Array State After K Multiplication Operations I - Python | Owner: abh | Views: 95 | Comments: 0 | Open/ Source 316 B

class Solution: def getFinalState(self, nums: List[int], k: int, multiplier: int) -> List[int]: for _ in range(k):

index.html | Owner: cody | Views: 220 | Comments: 0 | Open/ Source 3.55 KB

<!DOCTYPE html> <html> <head> <title>Pomodoro Clock</title> <link rel="stylesheet" href="https://maxcdn.boot

calc.html | Owner: kartik | Views: 333 | Comments: 0 | Open/ Source 3.08 KB

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

Do you notice? | Owner: abh | Views: 214 | Comments: 3 | Open/ Source 35.92 KB

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

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

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

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

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

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

LeetCode - Sorting the Sentence - Python | Owner: abh | Views: 122 | Comments: 0 | Open/ Source 146 B

class Solution: def sortSentence(self, s: str) -> str: return " ".join([w[:-1] for w in sorted(s.split(), key=lamb

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

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

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

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

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 2.41 KB

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

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

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

kkkk | Owner: rahul_verma_coder | Views: 195 | Comments: 0 | Open/ Source 29.26 KB

Level 1 <!DOCTYPE html> <html> <head> <title>level 1</title> </head> <body><div style="color : red;">

index.html | Owner: cody | Views: 148 | Comments: 0 | Open/ Source 377 B

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

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

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

LeetCode - Counting Bits - Go | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 303 B

func one_count(n int) int { var count int for ;n!=0; { if n%2==1 { count++ } n

index_socials.html | Owner: cody | Views: 195 | Comments: 0 | Open/ Source 2.0 KB

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

index.html | Owner: cody | Views: 177 | Comments: 0 | Open/ Source 546 B

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

LeetCode - Number of Recent Calls - Go | Owner: abh | Views: 80 | Comments: 0 | Open/ Source 471 B

type RecentCounter struct { pings []int } func Constructor() RecentCounter { var rc RecentCounter return rc }

index.html | Owner: cody | Views: 201 | Comments: 0 | Open/ Source 1.14 KB

<!--index.html--> <!DOCTYPE html> <html lang="en"> <head> <title>Maths Game</title> <meta charset="utf-8"> <meta na

user-files.html | Owner: abh | Views: 307 | Comments: 0 | Open/ Source 144 B

<!-- user-files.html --> {% for file in files %} {{ loop.index }}<a href=" {{ file.path }}">{{ file.name }}</a> {{ file.size }}<

index.html | Owner: cody | Views: 248 | Comments: 0 | Open/ Source 1.01 KB

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

basic-webpage-structure.html | Owner: demo | Views: 326 | Comments: 0 | Open/ Source 178 B

<!DOCTYPE html> <html> <head> <title>My Web Page</title> </head> <body> <h1>Welcome to My Web Page</h1> <p>Th

index.html | Owner: cody | Views: 203 | Comments: 0 | Open/ Source 1.2 KB

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

Solar System | Owner: djdj | Views: 70 | Comments: 0 | Open/ Source 5.29 KB

<!DOCTYPE html> <html> <head> <title>Solar System</title> <style> body { margin: 0; height: 100vh; display:

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

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

LeetCode - Check if All Characters Have Equal Number of Occurrences - Python | Owner: abh | Views: 154 | Comments: 0 | Open/ Source 206 B

class Solution: def areOccurrencesEqual(self, s: str) -> bool: fa = s.count(s[0]) for c in set(s):

index.html | Owner: cody | Views: 253 | Comments: 0 | Open/ Source 3.83 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Pricing Cards</title> <meta n

index.html | Owner: khushi | Views: 164 | Comments: 0 | Open/ Source 3.63 KB

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

index.html | Owner: cody | Views: 124 | Comments: 0 | Open/ Source 472 B

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

LeetCode - Design Parking System - Go | Owner: abh | Views: 55 | Comments: 0 | Open/ Source 760 B

type ParkingSystem struct { big int medium int small int } func Constructor(big int, medium int, small int) Parki

index.html | Owner: cody | Views: 227 | Comments: 0 | Open/ Source 2.3 KB

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

index.html | Owner: cody | Views: 180 | Comments: 0 | Open/ Source 1.52 KB

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

css4.html | Owner: demo | Views: 303 | Comments: 0 | Open/ Source 934 B

<!DOCTYPE html> <html> <head> <title>CSS Loading Spinner Animation</title> <style> /* Custom CSS for the lo

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

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

index.html | Owner: cody | Views: 218 | Comments: 0 | Open/ Source 2.66 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tabs</title> <meta name="view

HEXADECIMAL TO DECIMAL BY SWITCH CASE | Owner: sunny_jain | Views: 193 | Comments: 0 | Open/ Source 909 B

//hexadecimal to decimal by using switch case #include<math.h> #include<stdio.h> #include<string.h> int main() { char

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

| Owner: djdj | Views: 49 | Comments: 0 | Open/ Source 2.62 KB

<!DOCTYPE html> <html lang="hi"> <head> <meta charset="UTF-8"> <title>भारतीय खोजें और पश्चिमी श्रेय</title> <style>

LeetCode - Shuffle String - Python | Owner: abh | Views: 374 | Comments: 0 | Open/ Source 206 B

class Solution: def restoreString(self, s: str, indices: List[int]) -> str: shuffeld = "" for i in range(

index.html | Owner: cody | Views: 246 | 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" />

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

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

cards.html | Owner: cody | Views: 265 | Comments: 0 | Open/ Source 10.71 KB

<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <title>Cards</title> <meta

LeetCode - Keyboard Row - Python | Owner: abh | Views: 42 | Comments: 0 | Open/ Source 505 B

class Solution: def findWords(self, words: List[str]) -> List[str]: rows = [ "qwertyuiop",

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

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

Python Task 1 | Owner: itintern | Views: 15 | Comments: 0 | Open/ Source 7.07 KB

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

LeetCode - Remove All Adjacent Duplicates In String - Go | Owner: abh | Views: 67 | Comments: 0 | Open/ Source 449 B

func removeDuplicates(s string) string { var stack []rune for _, c := range s { if len(stack) > 0 && stack[le

index.html | Owner: cody | Views: 218 | Comments: 0 | Open/ Source 2.5 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Menu Example</title> <meta name="viewport" co

edit.html | Owner: abh | Views: 284 | Comments: 0 | Open/ Source 2.03 KB

<!DOCTYPE html> <html> <head> <title>Editing - {{ path }}</title> {% include "stylesheet.html" %} <link rel="styleshee

index.html | Owner: cody | Views: 126 | Comments: 0 | Open/ Source 13.0 KB

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

subway.html | Owner: cody | Views: 109 | Comments: 0 | Open/ Source 1.41 KB

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

index.html | Owner: cody | Views: 216 | Comments: 0 | Open/ Source 2.18 KB

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

LeetCode - Next Greater Element I - Go | Owner: abh | Views: 58 | Comments: 0 | Open/ Source 291 B

func nextGreaterElement(nums1 []int, nums2 []int) []int { var ans []int for _, n := range nums1 { f := false g := -

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

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