HTMLify your dreams

Filter Options:
14.txt | Owner: coderai | Views: 43 | Comments: 0 | Open/ Source 1.8 KB

**1. Choose a programming language:** Start by selecting a programming language that aligns with your interests and goals. For

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

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

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

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

index.html | Owner: cody | Views: 69 | 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: 96 | Comments: 0 | Open/ Source 2.4 KB

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

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

Mc | Owner: djdj | Views: 365 | 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

index.html | Owner: cody | Views: 119 | Comments: 0 | Open/ Source 399 B

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

index.html | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 1.27 KB

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

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

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

[FIX] CSS ISSUE | Owner: abh | Views: 142 | Comments: 0 | Open/ Source 405 B

<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css-issue.css"> <title>CSS issue fixed</t

requirements.txt | Owner: abh | Views: 97 | Comments: 0 | Open/ Source 54 B

flask flask_sqlalchemy flask_migrate requests pygments

index.html | Owner: cody | Views: 99 | Comments: 0 | Open/ Source 1.08 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: 36 | Comments: 0 | Open/ Source 921 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: 102 | Comments: 0 | Open/ Source 2.55 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>login</title> <script type="module" src="https://un

index.html | Owner: cody | Views: 94 | Comments: 0 | Open/ Source 7.67 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Footer 03 Example</title> <me

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

21.txt | Owner: coderai | Views: 29 | Comments: 0 | Open/ Source 1.36 KB

In Python, a string is a sequence of characters enclosed in single (') or double (") quotes. Strings are used to represent text

index.html | Owner: cody | Views: 94 | Comments: 0 | Open/ Source 729 B

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

index.html | Owner: dakshbadal1379 | Views: 37 | Comments: 0 | Open/ Source 3.21 KB

<!DOCTYPE html> <html lang="en"> <head> <!-- Design by foolishdeveloper.com --> <title>Glassmorphism login Form Tutori

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

index.html | Owner: cody | Views: 26 | Comments: 0 | Open/ Source 751 B

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

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

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

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

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

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

index.html | Owner: cody | Views: 95 | Comments: 0 | Open/ Source 665 B

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

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

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

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

deleteElement.html | Owner: shubh | Views: 120 | Comments: 0 | Open/ Source 924 B

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

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

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

stylesheet.html | Owner: abh | Views: 103 | Comments: 0 | Open/ Source 11.0 KB

<meta name="viewport" content="width=device-width, initial-scale=1"> <style> /* registration page style*/ .registration-form

index.html | Owner: cody | Views: 94 | Comments: 0 | Open/ Source 2.62 KB

<!-- Based on Sliding Sign In & Sign Up Form by Brad Traversy (2019) see: https://www.youtube.com/watch?v=mUdo6w87rh4 --> <!DOC

feedback page | Owner: sachinthakur | Views: 142 | Comments: 0 | Open/ Source 3.17 KB

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

index.html | Owner: cody | Views: 94 | Comments: 0 | Open/ Source 425 B

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

index.html | Owner: cody | Views: 45 | Comments: 0 | Open/ Source 381 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: 108 | 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: 81 | Comments: 0 | Open/ Source 1.45 KB

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

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

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

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

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

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

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

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

insertElement.html | Owner: shubh | Views: 117 | 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: 48 | Comments: 0 | Open/ Source 1.16 KB

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

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

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

rcck3uh1ux.html | Owner: dakshbadal1379 | Views: 14 | 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: 114 | Comments: 0 | Open/ Source 5.28 KB

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

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

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

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

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

Create-some-new.php | Owner: djdj | Views: 76 | 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: 94 | Comments: 0 | Open/ Source 1.29 KB

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

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

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

index.html | Owner: cody | Views: 101 | Comments: 0 | Open/ Source 598 B

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

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

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

Rock Paper Scissors Game in Kotlin | Owner: demo | Views: 185 | 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: 101 | 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

Asking for Going Out | Owner: abh | Views: 133 | Comments: 0 | Open/ Source 1004 B

<div id="main"> <h1>Momos khane chaloge ?</h1> <button id="yes" onclick="yes()"> Yes </button> <button id="no"

index.html | Owner: cody | Views: 78 | Comments: 0 | Open/ Source 387 B

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

file-upload.html | Owner: abh | Views: 110 | Comments: 0 | Open/ Source 936 B

<!DOCTYPE html> <html> <head> <title>Media Upload</title> {% include "stylesheet.html" %} <style> </style> </hea

index.html | Owner: cody | Views: 101 | Comments: 0 | Open/ Source 8.3 KB

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

| Owner: djdj | Views: 49 | 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

media-edit.html | Owner: abh | Views: 111 | Comments: 0 | Open/ Source 1.75 KB

<!DOCTYPE html> <html> <head> <title>Editing - {{ path }}</title> {% include "stylesheet.html" %} </head> <body> <h1

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

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

index.html | Owner: cody | Views: 35 | 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 4.44 KB

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

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

dashboard.html | Owner: abh | Views: 123 | Comments: 0 | Open/ Source 1.62 KB

<!DOCTYPE html> <html> <head> <title>Dashboard - {{ session["user"]["username"] }}</title> {% include "stylesheet.html"

index.html | Owner: cody | Views: 113 | Comments: 0 | Open/ Source 709 B

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

LeetCode - Invalid Tweets - MySQL | Owner: abh | Views: 144 | Comments: 0 | Open/ Source 60 B

SELECT tweet_id FROM Tweets WHERE CHAR_LENGTH(content) > 15;

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

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

Todolist.html | Owner: tanishkak | Views: 185 | Comments: 0 | Open/ Source 771 B

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

Primenumber.html | Owner: amar | Views: 151 | Comments: 0 | Open/ Source 867 B

<script type="text/javascript"> // program to check if a number is prime or not // take input from the user const

index.html | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 955 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: 91 | Comments: 0 | Open/ Source 3.04 KB

<!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset=

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

<!-- Based on Mobile-First Responsive Build (with CSS Grid) by Shaun Pelling - The Net Ninja (2020) see: https://www.youtube.com

index.html | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 488 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: 98 | Comments: 0 | Open/ Source 788 B

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

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

LeetCode - Function Composition - JavaScript | Owner: abh | Views: 42 | Comments: 0 | Open/ Source 359 B

/** * @param {Function[]} functions * @return {Function} */ var compose = function(functions) { return function(x

index.html | Owner: cody | Views: 45 | Comments: 0 | Open/ Source 422 B

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

LeetCode - Maximum Odd Binary Number - Python | Owner: abh | Views: 92 | Comments: 0 | Open/ Source 217 B

class Solution: def maximumOddBinaryNumber(self, s: str) -> str: if s.count("1") == 1: return ("0" *

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

index.html | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 1.5 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: 93 | Comments: 0 | Open/ Source 665 B

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

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

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

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

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

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

lcm.py | Owner: abh | Views: 137 | 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

| Owner: itintern | Views: 13 | Comments: 0 | Open/ Source 9.23 KB

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

index.html | Owner: khushi | Views: 71 | Comments: 0 | Open/ Source 1.44 KB

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

Index.html | Owner: cody | Views: 86 | Comments: 0 | Open/ Source 617 B

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

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

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

triangle_number.py | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 245 B

def triangle_number(n): t = 0 for i in range(1, n+1): t += i return t def triangle_number(n): return su

about.html | Owner: tanishkak | Views: 14 | Comments: 0 | Open/ Source 4.88 KB

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

LeetCode - Find Champion I - Python | Owner: abh | Views: 155 | Comments: 1 | Open/ Source 340 B

class Solution: def findChampion(self, grid: List[List[int]]) -> int: n = len(grid) strongerthancount = [

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

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

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

OTP Generator.html | Owner: shubh | Views: 143 | Comments: 0 | Open/ Source 467 B

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

e.html | Owner: tanishkak | Views: 176 | Comments: 0 | Open/ Source 69 B

<iframe src='https://htmlify.artizote.com/api/embed?id=165'></iframe>

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

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

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

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

encrypt_caesar_cipher.py | Owner: abh | Views: 126 | Comments: 0 | Open/ Source 284 B

def encrypt_caesar_cipher(text, shift): cipher = "" for char in text: if char.isalpha(): offset = 65

index.html | Owner: cody | Views: 87 | Comments: 0 | Open/ Source 1.23 KB

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

simple-string-manipulation.rb | Owner: demo | Views: 196 | Comments: 0 | Open/ Source 58 B

name = "John" greeting = "Hello, #{name}!" puts greeting

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

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

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

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

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

nav.php | Owner: djdj | Views: 69 | 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: 116 | Comments: 0 | Open/ Source 690 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: 44 | Comments: 0 | Open/ Source 873 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: 88 | Comments: 0 | Open/ Source 4.01 KB

<!-- Based on Build a Modern Landing Page Website by Kevin Powell for Traversy Media (2020) see: https://www.youtube.com/watch?v

index.html | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 586 B

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

bulb.html | Owner: shubh | Views: 84 | Comments: 0 | Open/ Source 859 B

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

file-show.html | Owner: abh | Views: 115 | Comments: 0 | Open/ Source 3.91 KB

<!DOCTYPE html> <html> <head> <title>{{ file.name }}</title> {% include "stylesheet.html" %} <link rel="stylesheet"

models.py | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 5.54 KB

from flask import request from flask_sqlalchemy import * from datetime import datetime from pygments import highlight, lexers, f

| Owner: itintern | Views: 40 | Comments: 0 | Open/ Source 5.01 KB

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

Git Magic CSS | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 5.2 KB

Demo Showcase | Owner: demo | Views: 393 | Comments: 0 | Open/ Source 7.52 KB

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

10.txt | Owner: coderai | Views: 26 | Comments: 0 | Open/ Source 1.03 KB

**Subreddit Moderation:** * Moderator of r/t7xr **Community Involvement:** * Active member of the r/t7xr subreddit * Contrib

calc.html | Owner: kartik | Views: 194 | 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

TESTS.py | Owner: abh | Views: 93 | Comments: 0 | Open/ Source 1.61 KB

class Test: def __init__(self, function): self.passed = 0 self.failed = 0 self.function = function

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

Image Carousel | Owner: cody | Views: 97 | Comments: 0 | Open/ Source 1.33 KB

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

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

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

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

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

index.html | Owner: cody | Views: 46 | 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: 126 | Comments: 0 | Open/ Source 2.68 KB

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