HTMLify your dreams

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

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

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

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

23.txt | Owner: coderai | Views: 73 | Comments: 0 | Open/ Source 1.17 KB

[User] I need help writing marketing copy for a new AI-powered chatbot. [Assistant] I can certainly assist you with writing ma

index.html | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 914 B

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

index.html | Owner: cody | Views: 116 | Comments: 0 | Open/ Source 965 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Whack A Mole!</title> <link href='https://fonts.googleapis

index.html | Owner: cody | Views: 69 | Comments: 0 | Open/ Source 389 B

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

index.html | Owner: cody | Views: 121 | Comments: 0 | Open/ Source 851 B

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8" /> <title>Simon Game</title> <link rel="st

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

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

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

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

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

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

index.html | Owner: cody | Views: 106 | Comments: 0 | Open/ Source 1.09 KB

<!-- Awesome 3D ANIMATION Javascript Tutorial! by Simo Edwin - Dev Ed (2020) see: https://www.youtube.com/watch?v=XK7T3mY1V-w --

| Owner: djdj | Views: 18 | Comments: 0 | Open/ Source 1.57 KB

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

index.html | Owner: cody | Views: 51 | Comments: 0 | Open/ Source 1.04 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: 115 | Comments: 0 | Open/ Source 1.03 KB

<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <titl

yas.html | Owner: abh | Views: 214 | Comments: 0 | Open/ Source 686 B

<!--You are star--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <center> <div id="main"> <h1

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

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

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

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

index.html | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 697 B

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

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

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

<?php echo 'hello dj'; ?>

factorial.py | Owner: abh | Views: 161 | 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: 151 | Comments: 0 | Open/ Source 10.05 KB

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

Rock Paper Scissors Game in Kotlin | Owner: demo | Views: 218 | Comments: 0 | Open/ Source 1.04 KB

import java.util.Random fun main() { val options = arrayOf("Rock", "Paper", "Scissors") while (true) { p

index.html | Owner: cody | Views: 47 | 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

24.txt | Owner: coderai | Views: 74 | Comments: 0 | Open/ Source 1.08 KB

- **Q&A:** Answering questions on various topics. - **Text Generation:** Creating original text, such as stories, articles, po

index.html | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 971 B

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

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

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

index.html | Owner: cody | Views: 59 | Comments: 0 | Open/ Source 1.07 KB

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

effect.html | Owner: tanishkak | Views: 235 | Comments: 0 | Open/ Source 1.41 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 2.32 KB

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

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

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

39.txt | Owner: coderai | Views: 75 | Comments: 0 | Open/ Source 1.04 KB

```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM import torch tokenizer = AutoTokenizer.from_pretrained

is_odd.py | Owner: abh | Views: 553 | Comments: 0 | Open/ Source 285 B

def is_odd(n: int) -> bool: if n == 1: return True if n == 0: return False return is_odd(n-2) def i

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

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

<!-- Based on Terminal Style Landing Page | WinBox.js by Brad Traversy (2021) see: https://www.youtube.com/watch?v=jQCk2yo10YY -

search-bar.html | Owner: abh | Views: 152 | Comments: 0 | Open/ Source 963 B

<div class="search-form"> <form action="/search" method="GET"> <input type="text" name="q" value="{{ q }}" placehold

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

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

gcd.py | Owner: abh | Views: 188 | Comments: 0 | Open/ Source 138 B

def gcd(a, b): if b == 0: return a return gcd(b, a % b) def gcd(a, b): while b: a, b = b, a % b

index.html | Owner: cody | Views: 139 | Comments: 0 | Open/ Source 9.22 KB

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

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

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

index.html | Owner: cody | Views: 144 | 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

LeetCode - Fibonacci Number - Rust | Owner: abh | Views: 203 | Comments: 1 | Open/ Source 354 B

impl Solution { pub fn fib(n: i32) -> i32 { if (n == 0){ return 0; } if (n == 1){

index.html | Owner: cody | Views: 71 | Comments: 0 | Open/ Source 15.42 KB

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

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

<!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 2.05 KB

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

index.html | Owner: cody | Views: 102 | Comments: 0 | Open/ Source 1.81 KB

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

index.html | Owner: cody | Views: 130 | Comments: 0 | Open/ Source 842 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: 116 | Comments: 0 | Open/ Source 670 B

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

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

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

LeetCode - Search a 2D Matrix - Python | Owner: abh | Views: 296 | Comments: 0 | Open/ Source 200 B

class Solution: def searchMatrix(self, matrix: List[List[int]], target: int) -> bool: for row in matrix:

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

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

index.html | Owner: cody | Views: 52 | 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

index.html | Owner: cody | Views: 121 | Comments: 0 | Open/ Source 480 B

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

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

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

index.html | Owner: cody | Views: 113 | 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: 53 | Comments: 0 | Open/ Source 595 B

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

index.html | Owner: cody | Views: 109 | Comments: 0 | Open/ Source 1.09 KB

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

calculating-factorial.cpp | Owner: demo | Views: 170 | Comments: 0 | Open/ Source 259 B

#include <iostream> using namespace std; int factorial(int n) { if (n <= 1) return 1; return n * factoria

index.html | Owner: cody | Views: 61 | 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

index.html | Owner: cody | Views: 65 | Comments: 0 | Open/ Source 418 B

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

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

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

index.html | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 545 B

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

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

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

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

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

index.html | Owner: cody | Views: 49 | Comments: 0 | Open/ Source 1.66 KB

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

To Do List | Owner: deepika | Views: 325 | Comments: 0 | Open/ Source 842 B

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

18.txt | Owner: coderai | Views: 85 | Comments: 0 | Open/ Source 1.34 KB

**About:** Coderai is an AI-powered coding assistant that helps developers write better code, faster. **Profile Highlights:**

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

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

Page Replacment Algotithems in Python | Owner: abh | Views: 237 | Comments: 2 | Open/ Source 452 B

# Page Replacment Smulator def FIFO(string: list["anything"], frames=3): page = [None]*frames pages = [] statu

LeetCode - How Many Numbers Are Smaller Than the Current Number - Python | Owner: abh | Views: 175 | Comments: 0 | Open/ Source 256 B

class Solution: def smallerNumbersThanCurrent(self, nums: List[int]) -> List[int]: smallercount = [] sort

index.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 903 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Three Number Game</title> <link rel="stylesheet" hr

index.html | Owner: cody | Views: 58 | 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

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

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

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

<!-- Based on Build A Responsive Website With HTML & CSS Tutorial by Simo Edwin - Dev Ed (2019) see: https://www.youtube.com/wat

Steps | Owner: djdj | Views: 186 | Comments: 0 | Open/ Source 74 B

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

index.html | Owner: cody | Views: 54 | 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

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

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

index.html | Owner: cody | Views: 51 | 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>U

index.html | Owner: cody | Views: 97 | Comments: 0 | Open/ Source 1.84 KB

<!-- Based on Create a Website With Video Background | HTML & CSS by Brad Traversy (2021) see: https://www.youtube.com/watch?v=8

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

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

42.txt | Owner: coderai | Views: 88 | Comments: 0 | Open/ Source 4.19 KB

```python def sum_of_numbers(numbers): """ This function takes a list of numbers and returns the sum of the numbers. Args

index.html | Owner: cody | Views: 134 | Comments: 1 | Open/ Source 1.79 KB

<!DOCTYPE html> <html> <head> <!-- If you are serving your web app in a path other than the root, change the href valu

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

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

index.html | Owner: cody | Views: 61 | Comments: 0 | Open/ Source 548 B

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

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

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

rbott.py | Owner: abh | Views: 174 | Comments: 0 | Open/ Source 2.05 KB

from random import randint from time import sleep class Grid: def __init__(self, bots = [].copy()): self.width

Remove All Target from array with O(n) | Owner: abh | Views: 156 | Comments: 0 | Open/ Source 286 B

def remove_target(target, array): array = array.copy() ofset = 0 for i in range(len(array)): if array[i]

index.html | Owner: cody | Views: 125 | 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

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

index.html | Owner: cody | Views: 123 | 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

index.html | Owner: cody | Views: 121 | Comments: 0 | Open/ Source 1.07 KB

<!DOCTYPE html> <html lang="en"> <!-- Mirrored from amazing-js-projects.netlify.app/stick hero game by yash-25log/ by HTTrack W

index.html | Owner: cody | Views: 104 | Comments: 0 | Open/ Source 1.09 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: 133 | Comments: 0 | Open/ Source 2.43 KB

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

InShot_20231114_100026759.mp4 | Owner: amar | Views: 132 | Comments: 1 | Open/ Source 668.88 KB

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

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

setAttribute.html | Owner: shubh | Views: 146 | Comments: 0 | Open/ Source 569 B

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

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

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>DragonUncaged - Color Blast!</title> <meta name="vi

34.txt | Owner: coderai | Views: 75 | Comments: 0 | Open/ Source 1.22 KB

* **Name:** CoderAI * **Industry:** Software Development * **Headquarters:** San Francisco, California * **Year Founded:** 2016

index.html | Owner: cody | Views: 128 | Comments: 0 | Open/ Source 4.39 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Guess Who Game</title> <link rel="stylesh

index.html | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 403 B

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

index.html | Owner: cody | Views: 122 | 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

extras.html | Owner: abh | Views: 134 | Comments: 0 | Open/ Source 98 B

<!-- Extras file, containts of this file will be available in all templates just above </head> -->

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

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

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

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

LeetCode - Separate the Digits in an Array - Python | Owner: abh | Views: 155 | Comments: 0 | Open/ Source 483 B

class Solution: def separateDigits(self, nums: List[int]) -> List[int]: saprated = [] for num in nums:

removeEventListener.html | Owner: shubh | Views: 173 | Comments: 0 | Open/ Source 1.15 KB

// remove eventlistener <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi

index.html | Owner: cody | Views: 115 | Comments: 0 | Open/ Source 336 B

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

LeetCode - Recyclable and Low Fat Products - MySQL | Owner: abh | Views: 167 | Comments: 0 | Open/ Source 74 B

SELECT product_id FROM Products WHERE low_fats = 'Y' AND recyclable = 'Y';

index.html | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 1.08 KB

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

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

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

index.html | Owner: cody | Views: 49 | 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: 115 | Comments: 0 | Open/ Source 1.59 KB

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

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

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

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

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

LeetCode - Allow One Function Call - JavaScript | Owner: abh | Views: 102 | Comments: 0 | Open/ Source 415 B

/** * @param {Function} fn * @return {Function} */ var once = function(fn) { let called = false; return function(.

config.py | Owner: abh | Views: 121 | Comments: 0 | Open/ Source 159 B

SECRET_KEY="REPLACE_WITH_YOUR_SECRATE_KEY_OR_RUN_SETUP.PY" SESSION_TOKENS_LIMIT=1024 MAX_FILE_UPLOAD_LIMIT=32 GIT_COMMAND_PATH =

index.html | Owner: cody | Views: 162 | 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: 121 | Comments: 0 | Open/ Source 3.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: 109 | Comments: 0 | Open/ Source 401 B

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

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

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

Horizontal Scroll Snap | Owner: cody | Views: 193 | Comments: 0 | Open/ Source 761 B

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

gcertificate.html | Owner: sachinthakur | Views: 164 | 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

is_happy.py | Owner: abh | Views: 146 | Comments: 0 | Open/ Source 454 B

def is_happy(n: int): n = str(n) while len(n) != 1: s = 0 for d in n: s += int(d)*int(d)

index.html | Owner: cody | Views: 49 | Comments: 0 | Open/ Source 4.23 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: 100 | Comments: 0 | Open/ Source 769 B

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

index.html | Owner: cody | Views: 112 | Comments: 0 | Open/ Source 570 B

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

encrypt_xor_cipher.py | Owner: abh | Views: 118 | Comments: 0 | Open/ Source 130 B

def encrypt_xor_cipher(text, key): cipher = "" for char in text: cipher += chr(ord(char) ^ key) return ciphe