HTMLify your dreams

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

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

8.txt | Owner: coderai | Views: 198 | Comments: 0 | Open/ Source 1000 B

A Twitter user is an individual who has registered an account on the social media platform Twitter. **Functionality** Twitter

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

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

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

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

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

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

29.txt | Owner: coderai | Views: 228 | 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

Q2427_Number_of_Common_Factors.py | Owner: djdj | Views: 257 | Comments: 0 | Open/ Source 176 B

class Solution(object): def commonFactors(self, a, b): c=0 for i in range(1,a+b): if a%i==0 and

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 8.37 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: 219 | 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

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

registration.html | Owner: abh | Views: 333 | Comments: 0 | Open/ Source 944 B

<!DOCTYPE html> <html> <head> <title>Registration</title> {% include "stylesheet.html" %} <style> </style> </he

Chatgpt.py | Owner: amar | Views: 454 | Comments: 0 | Open/ Source 2.73 KB

import gradio as gr import openai from kivy.core.clipboard import Clipboard prompt = "Send a message" def chat(promp

LeetCode - Check if Array Is Sorted and Rotated - Python | Owner: abh | Views: 98 | Comments: 0 | Open/ Source 462 B

class Solution: def check(self, nums: List[int]) -> bool: if len(nums) == 1: return True s =

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

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

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

index.html | Owner: cody | Views: 209 | Comments: 0 | Open/ Source 1.58 KB

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

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

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

index.html | Owner: anshu | Views: 121 | Comments: 0 | Open/ Source 2.48 KB

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

toggle1.html | Owner: cody | Views: 338 | 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: 207 | Comments: 0 | Open/ Source 1.35 KB

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

LeetCode - Add Two Numbers II - Go | Owner: abh | Views: 64 | Comments: 0 | Open/ Source 1.18 KB

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

index.html | Owner: cody | Views: 139 | Comments: 0 | Open/ Source 2.07 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: 225 | 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

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

Coding-World | Owner: light | Views: 245 | Comments: 0 | Open/ Source 4.63 KB

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

split.html | Owner: cody | Views: 213 | Comments: 0 | Open/ Source 397 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>split</title> </head> <body> <div> <nav> <h1

index.html | Owner: cody | Views: 217 | Comments: 0 | Open/ Source 1.21 KB

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

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

innerText.html | Owner: shubh | Views: 298 | Comments: 0 | Open/ Source 639 B

// DOM Manipulation // innerText properties <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name=

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

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

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

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

Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql | Owner: djdj | Views: 288 | Comments: 0 | Open/ Source 121 B

select actor_id,director_id from ActorDirector group by actor_id, director_id Having count(actor_id = director_id) >=3;

LeetCode - Shuffle String - Python | Owner: abh | Views: 394 | 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: 209 | Comments: 0 | Open/ Source 964 B

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> <meta name=

is_vowel.py | Owner: abh | Views: 280 | Comments: 0 | Open/ Source 265 B

def is_vowel(char): vowels = ["a", "e", "i", "o", "u", "A", "E", "I", "O", "U"] return char in vowels def is_vowel(char

aneo.lua | Owner: abh | Views: 36 | Comments: 0 | Open/ Source 86 B

return { { "amanbabuhemant/aneo.nvim", opts = { } } }

Q2427_Number_of_Common_Factors.rs | Owner: djdj | Views: 296 | Comments: 0 | Open/ Source 220 B

impl Solution { pub fn common_factors(a: i32, b: i32) -> i32 { let mut c=0; for i in 1..a+b{ if(

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

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

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

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

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

LeetCode - Sort the Students by Their Kth Score - Go | Owner: abh | Views: 96 | Comments: 0 | Open/ Source 281 B

func sortTheStudents(score [][]int, k int) [][]int { for i:=0; i<len(score); i++ { for j:=i; j<len(score); j++ {

rb.html | Owner: djdj | Views: 333 | Comments: 0 | Open/ Source 109 B

<h1>This feature is not available.</h1><br> <h1 style="color=red;">jaldhi hi is feature ko laya jayega </h1>

LeetCode - Check If a Word Occurs As a Prefix of Any Word in a Sentence - Python | Owner: abh | Views: 149 | Comments: 0 | Open/ Source 251 B

class Solution: def isPrefixOfWord(self, sentence: str, searchWord: str) -> int: for word in sentence.split(" "):

index.html | Owner: cody | Views: 231 | 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: 207 | Comments: 0 | Open/ Source 2.77 KB

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

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

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

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

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

index.html | Owner: cody | Views: 181 | Comments: 0 | Open/ Source 765 B

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

effect.html | Owner: tanishkak | Views: 500 | 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

Cartoonizer by Shru | Owner: abh | Views: 2 | Comments: 0 | Open/ Source 944 B

import cv2 cap = cv2.VideoCapture("dolphin.mp4") height = int(cap.get(cv2.CAP_PROP_FRAME_HEIGHT)) width = int(cap.get(cv2.C

css2.html | Owner: demo | Views: 327 | Comments: 0 | Open/ Source 1000 B

<!DOCTYPE html> <html> <head> <title>Fade In and Out Animation Demo</title> <style> /* Custom CSS for the a

LeetCode | Reverse Vowels of a String | Python | Owner: abh | Views: 174 | Comments: 0 | Open/ Source 371 B

class Solution: def reverseVowels(self, s: str) -> str: rvs = "" for c in s[::-1]: if c in "

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

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

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

boom | Owner: himanshu | Views: 201 | Comments: 1 | Open/ Source 22.92 KB

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

ToggleButton.html | Owner: shubh | Views: 269 | Comments: 0 | Open/ Source 1.0 KB

// Toggle Button to switch light theme to dark.. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta na

index.html | Owner: cody | Views: 185 | 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: 184 | Comments: 0 | Open/ Source 2.12 KB

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

LeetCode - Check If N and Its Double Exist - Python | Owner: abh | Views: 130 | Comments: 0 | Open/ Source 297 B

class Solution: def checkIfExist(self, arr: List[int]) -> bool: for i in range(len(arr)): for j in ra

index.html | Owner: cody | Views: 228 | Comments: 0 | Open/ Source 567 B

<!-- Based on Pure CSS Tooltip by Florin Pop (2019) see: https://www.florin-pop.com/blog/2019/05/pure-css-tooltip/ --> <!DOCTYP

Zoro | Owner: light | Views: 86 | Comments: 0 | Open/ Source 4.63 KB

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

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

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

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

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

Routine Checkup | Owner: djdj | Views: 5 | Comments: 0 | Open/ Source 5.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: 217 | Comments: 0 | Open/ Source 1.59 KB

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

index.html | Owner: cody | Views: 237 | Comments: 0 | Open/ Source 884 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: 141 | 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

is_armstrong.py | Owner: abh | Views: 291 | Comments: 0 | Open/ Source 314 B

def is_armstrong(n: int): n = str(n) p = len(n) s = 0 for d in n: s += int(d)**p return int(n) == s

index.html | Owner: cody | Views: 243 | Comments: 0 | Open/ Source 9.41 KB

<!-- Based on Learn How To Build A Website In 1 Hour! by Kyle Cook - Web Dev Simplified (2019) see: https://www.youtube.com/watc

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

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

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

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

sum.py | Owner: abh | Views: 819 | Comments: 2 | Open/ Source 314 B

def sum(*nums): s = 0 for i in nums: s += i return s def sum(*nums: int): s = 0 for n in nums:

Welcome ART | Owner: cody | Views: 291 | Comments: 0 | Open/ Source 2.81 KB

from sys import argv from os import system try: import requests except: system("pip install requests") ascii_art

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

LeetCode - Count the Digits That Divide a Number - Python | Owner: abh | Views: 100 | Comments: 0 | Open/ Source 140 B

class Solution: def countDigits(self, num: int) -> int: return len(list(filter(lambda n:not num%n,[int(n)for n in

index.html | Owner: khushi | Views: 362 | Comments: 0 | Open/ Source 4.12 KB

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

LeetCode - Hand of Straights - Python | Owner: abh | Views: 93 | Comments: 0 | Open/ Source 410 B

class Solution: def isNStraightHand(self, hand: List[int], groupSize: int) -> bool: if len(hand) % groupSize != 0:

index.html | Owner: cody | Views: 198 | Comments: 0 | Open/ Source 498 B

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

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

19.txt | Owner: coderai | Views: 219 | Comments: 0 | Open/ Source 910 B

7asg is a general-purpose programming language renowned for its simplicity, readability, and adaptability. It utilizes static t

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

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

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

index.html | Owner: cody | Views: 223 | Comments: 0 | Open/ Source 519 B

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

Spring Loder | Owner: djdj | Views: 18 | Comments: 0 | Open/ Source 1.65 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Rotating Spring Loop</title> <style> bod

LeetCode - Count Prefix and Suffix Pairs I - Python | Owner: abh | Views: 138 | Comments: 0 | Open/ Source 407 B

class Solution: def isPrefixAndSuffix(self, str1: str, str2: str): return str2.startswith(str1) and str2.endswith(

LeetCode - Valid Perfect Square - Go | Owner: abh | Views: 68 | Comments: 0 | Open/ Source 165 B

func isPerfectSquare(num int) bool { n := 1 for { s := n * n if s == num { return true } if s > num { br

23.txt | Owner: coderai | Views: 188 | 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

Calculator | Owner: cody | Views: 252 | Comments: 0 | Open/ Source 2.5 KB

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

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

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

Snake Game | Owner: sagar | Views: 99 | Comments: 0 | Open/ Source 3.11 KB

#include <stdio.h> #include <stdlib.h> #include <conio.h> // For _kbhit() and _getch() #include <windows.h> // For Sleep()

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

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

submit_button_not_working | Owner: light | Views: 157 | Comments: 0 | Open/ Source 1.37 KB

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

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

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

RBS Quiz Result | Owner: djdj | Views: 522 | Comments: 0 | Open/ Source 14.33 KB

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

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

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

pow.py | Owner: abh | Views: 301 | Comments: 0 | Open/ Source 120 B

def pow(x, y: int): p = 1 while y: p *= x y -= 1 return p def pow(x, y): return x ** y

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

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

index.html | Owner: cody | Views: 236 | Comments: 0 | Open/ Source 1.74 KB

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

Diagnosis | Owner: djdj | Views: 5 | Comments: 0 | Open/ Source 4.76 KB

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

LeetCode - Sum of Values at Indices With K Set Bits - Go | Owner: abh | Views: 85 | Comments: 0 | Open/ Source 381 B

func count_set_bit(n int) int { var count int for ;n>0; { if n % 2 == 1 { n-- count

amazonclone.html | Owner: cody | Views: 179 | Comments: 0 | Open/ Source 8.0 KB

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

Clock | Owner: djdj | Views: 43 | Comments: 0 | Open/ Source 3.29 KB

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

LeetCode - Last Stone Weight - Python | Owner: abh | Views: 51 | Comments: 0 | Open/ Source 394 B

class Solution: def lastStoneWeight(self, stones: list[int]) -> int: stones.sort() print(stones)

Loder 2 | Owner: djdj | Views: 33 | Comments: 0 | Open/ Source 1.36 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Lissajous Curve Animation</title> <style>

index.html | Owner: cody | Views: 195 | Comments: 0 | Open/ Source 723 B

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

is_consonant.py | Owner: abh | Views: 221 | Comments: 0 | Open/ Source 739 B

def is_consonant(char): consonants = [ "b", "c", "d", "f", "g", "h", "j", "k", "l", "m", "n", "p", "

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

LeetCode - Fibonacci Number - JavaScript | Owner: abh | Views: 169 | Comments: 1 | Open/ Source 309 B

/** * @param {number} n * @return {number} */ var fib = function(n) { if (n == 0) return 0; if (n == 1

LeetCode - Random Pick Index - Python | Owner: abh | Views: 115 | Comments: 0 | Open/ Source 438 B

from random import choice class Solution: def __init__(self, nums: List[int]): self.nums = nums def pi

index.html | Owner: cody | Views: 225 | 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: 274 | Comments: 0 | Open/ Source 1.23 KB

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

yas.html | Owner: abh | Views: 428 | 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

| Owner: itintern | Views: 12 | Comments: 0 | Open/ Source 5.68 KB

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

Instructions For Quiz | Owner: djdj | Views: 371 | Comments: 0 | Open/ Source 585 B

<h1>Instruction For Quiz</h1> <ol> <li>Each questions carries equal marks.</li> <li>To answer the questions write only the op

index.html | Owner: cody | Views: 156 | Comments: 0 | Open/ Source 482 B

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

jojo1.png | Owner: abh | Views: 183 | Comments: 0 | Open/ Source 0 B

Amazon Orders | Owner: djdj | Views: 314 | Comments: 0 | Open/ Source 923 B

<meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> a{ font-size: 50px; margin-top: 50px;

Multi-Dieminsion-Array.php | Owner: djdj | Views: 296 | Comments: 0 | Open/ Source 1.07 KB

<?php //Multi Dieminsion Array $md = array( array(2,5,7,8), array(1,2,3,1), array(5,6,7,2));

index.html | Owner: cody | Views: 191 | Comments: 0 | Open/ Source 2.14 KB

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

LeetCode - Remove Nth Node From End of List - Ruby | Owner: abh | Views: 71 | Comments: 0 | Open/ Source 404 B

def remove_nth_from_end(head, n) if not head or not head.next then return nil end len = 0 th = head while

index.html | Owner: cody | Views: 233 | Comments: 0 | Open/ Source 707 B

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

index.html | Owner: cody | Views: 214 | Comments: 0 | Open/ Source 875 B

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

index.html | Owner: cody | Views: 196 | Comments: 0 | Open/ Source 1.74 KB

<!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: 271 | Comments: 0 | Open/ Source 74 B

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

LeetCode - Number of Even and Odd Bits - Python | Owner: abh | Views: 92 | Comments: 0 | Open/ Source 305 B

class Solution: def evenOddBit(self, n: int) -> List[int]: ans = [0, 0] for i, v in enumerate(bin(n)[2:][

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