HTMLify your dreams

Filter Options:
LeetCode - Display the First Three Rows - Python | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 110 B

import pandas as pd def selectFirstRows(employees: pd.DataFrame) -> pd.DataFrame: return employees[:3]

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

31.txt | Owner: coderai | Views: 214 | Comments: 0 | Open/ Source 1.69 KB

**Purpose:** A community for discussing Artificial Intelligence (AI) and Machine Learning (ML) **Additional Information:** *

index.html | Owner: cody | Views: 206 | Comments: 0 | Open/ Source 942 B

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

is_isogram.py | Owner: abh | Views: 287 | Comments: 0 | Open/ Source 190 B

def is_isogram(s): s = s.lower() for c in s: if s.count(c) > 1: return False return True def is

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

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

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

display-date-and-time.html | Owner: demo | Views: 313 | Comments: 0 | Open/ Source 86 B

const currentDate = new Date(); console.log(`Current Date and Time: ${currentDate}`);

index.html | Owner: cody | Views: 222 | Comments: 0 | Open/ Source 470 B

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

LeetCode - Assign Cookies - Python | Owner: abh | Views: 250 | Comments: 0 | Open/ Source 311 B

class Solution: def findContentChildren(self, g: List[int], s: List[int]) -> int: g.sort() s.sort()

Miku | Owner: amar | Views: 233 | 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

cookies.php | Owner: djdj | Views: 114 | Comments: 0 | Open/ Source 102 B

<?php //Cookies setcookie('category','name',time() + 86400,'/'); echo 'cookies is set'; ?>

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

TRX Manager | Owner: abh | Views: 238 | Comments: 0 | Open/ Source 5.1 KB

from datetime import date from os import system, listdir from sys import argv class Transaction: def __init__(self,

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

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

rcck3uh1ux.html | Owner: dakshbadal1379 | Views: 150 | 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

is_perfect_square.py | Owner: abh | Views: 622 | Comments: 0 | Open/ Source 926 B

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

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

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

index.html | Owner: cody | Views: 239 | Comments: 0 | Open/ Source 1.62 KB

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

ALISHAMATHUR007 | Owner: djdj | Views: 4 | Comments: 0 | Open/ Source 2.75 KB

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

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

47.txt | Owner: coderai | Views: 225 | Comments: 0 | Open/ Source 933 B

**Body:** r/4wrw is a subreddit on Reddit that is dedicated to the discussion of the video game "4 Wheel Rumble". The subreddi

LeetCode - Intersection of Two Linked Lists - Go | Owner: abh | Views: 66 | Comments: 0 | Open/ Source 357 B

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

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

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

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

auto text effect | Owner: cody | Views: 212 | Comments: 0 | Open/ Source 578 B

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

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

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

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

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

index.html | Owner: cody | Views: 214 | 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: 161 | Comments: 0 | Open/ Source 1.22 KB

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

triangle_number.py | Owner: abh | Views: 237 | 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

Files.php | Owner: djdj | Views: 274 | Comments: 0 | Open/ Source 1.47 KB

<?php //for read the file readfile('yoursfile.txt'); //for only read the file echo readfile('yoursfil

index.html | Owner: cody | Views: 208 | Comments: 0 | Open/ Source 1.05 KB

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

is_consonant.py | Owner: abh | Views: 271 | Comments: 0 | Open/ Source 1007 B

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

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

Loder 3 | Owner: djdj | Views: 25 | Comments: 0 | Open/ Source 1.81 KB

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

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

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

courses-intership.html | Owner: shubh | Views: 4 | Comments: 0 | Open/ Source 6.56 KB

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

index.html | Owner: cody | Views: 154 | Comments: 0 | Open/ Source 4.81 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: 150 | 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

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

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

preview feature | Owner: abh | Views: 750 | Comments: 1 | Open/ Source 5.59 KB

<!DOCTYPE html> <html> <head> <title>Editing - updates/preview-feature.html</title> <meta name="viewport" content="wi

LeetCode - Print in Order - Python | Owner: abh | Views: 103 | Comments: 0 | Open/ Source 867 B

from time import sleep class Foo: def __init__(self): self.last_print = 0 def first(self, printFirst:

index.html | Owner: cody | Views: 236 | Comments: 0 | Open/ Source 349 B

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

eventObject.html | Owner: shubh | Views: 265 | Comments: 0 | Open/ Source 768 B

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

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

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

bisection_method.py | Owner: djdj | Views: 318 | Comments: 0 | Open/ Source 709 B

from math import* def fun(x): return(x**3-4*x-9) def bisection(x0,x1): i=1 for _ in range(max): x2 =

NIOS Sr.Secondary (Block-2) | Owner: light | Views: 130 | Comments: 0 | Open/ Source 5.03 KB

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

String.php | Owner: djdj | Views: 156 | Comments: 0 | Open/ Source 1.28 KB

<?php $name = 'SabkaCode'; echo $name; //simple print name echo "\n"; echo "The length of string ".strlen($name

welcome.php | Owner: djdj | Views: 104 | Comments: 0 | Open/ Source 1.25 KB

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

No body loves you | Owner: abh | Views: 608 | Comments: 0 | Open/ Source 282 B

<head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <title>Nobody loves you</title> <center>

index.html | Owner: cody | Views: 176 | Comments: 0 | Open/ Source 2.44 KB

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

Signup.php | Owner: djdj | Views: 265 | Comments: 0 | Open/ Source 6.28 KB

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

mean.py | Owner: abh | Views: 269 | Comments: 0 | Open/ Source 303 B

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

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

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

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

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

Full JavaScript | Owner: djdj | Views: 126 | Comments: 0 | Open/ Source 6.87 KB

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

index.html | Owner: cody | Views: 176 | Comments: 0 | Open/ Source 1.0 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: 135 | 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

LeetCode - Number of Senior Citizens - Python | Owner: abh | Views: 154 | Comments: 0 | Open/ Source 155 B

class Solution: def countSeniors(self, details: List[str]) -> int: return len(list(filter(lambda p: p>60, [int(p[1

T2 | Owner: itintern | Views: 8 | 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">

double vertical slider | Owner: cody | Views: 212 | Comments: 0 | Open/ Source 2.48 KB

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

LeetCode - Find Customer Referee - MySQL | Owner: abh | Views: 285 | Comments: 0 | Open/ Source 70 B

SELECT name FROM Customer WHERE referee_id != 2 OR referee_id IS NULL;

joke | Owner: light | Views: 113 | Comments: 0 | Open/ Source 1.22 KB

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

index.html | Owner: cody | Views: 161 | 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: 233 | Comments: 0 | Open/ Source 3.42 KB

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

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

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

top 500 anime question | Owner: amar | Views: 4 | Comments: 0 | Open/ Source 122.67 KB

[ { "title": "Naruto", "questions": [ { "question": "Who is the main character of Naruto?",

index.html | Owner: cody | Views: 228 | Comments: 0 | Open/ Source 861 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: 250 | Comments: 0 | Open/ Source 2.55 KB

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

58.txt | Owner: coderai | Views: 242 | Comments: 0 | Open/ Source 2.08 KB

**1. Knowledge and Expertise Exchange:** * Establish regular webinars or workshops to share research findings, industry insigh

| Owner: djdj | Views: 4 | 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 - Counting Words With a Given Prefix - Python | Owner: abh | Views: 110 | Comments: 0 | Open/ Source 149 B

class Solution: def prefixCount(self, words: List[str], pref: str) -> int: return len(list(filter(lambda e:e.start

windows.html | Owner: cody | Views: 137 | Comments: 0 | Open/ Source 2.73 KB

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

Privacy Policy | Owner: djdj | Views: 169 | Comments: 0 | Open/ Source 2.51 KB

<meta name="viewport" content= "width=device-width, initial-scale=1.0"> <style> p{ font-size:15px; } </style> <h2>Privacy

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

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

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

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

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

AlertBox.html | Owner: shubh | Views: 296 | Comments: 0 | Open/ Source 389 B

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

vcbcgpt.py | Owner: abh | Views: 1 | Comments: 0 | Open/ Source 615 B

from moviepy.editor import VideoFileClip # Input video file and output compressed file input_file = 'input_video.mp4' outpu

Q231_Power_of_two.py | Owner: djdj | Views: 265 | Comments: 0 | Open/ Source 95 B

def isPowerOfTwo(self, n): for i in range(0,31): if n == 2**i: return 1 return 0

LeetCode - Get Maximum in Generated Array - Go | Owner: abh | Views: 68 | Comments: 0 | Open/ Source 342 B

func getMaximumGenerated(n int) int { if n == 0 { return 0 } arr := []int{0, 1} for len(arr) < n + 1 { l := len(ar

51.txt | Owner: coderai | Views: 206 | Comments: 0 | Open/ Source 1.99 KB

## Key Features: - **Language Generation:** Generates human-like text, including articles, stories, poems, and code. - **Inform

LeetCode - Implement Stack using Queues - Go | Owner: abh | Views: 93 | Comments: 0 | Open/ Source 715 B

type MyStack struct { values []int len int } func Constructor() MyStack { var stack MyStack return stack }

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

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

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

web_page_for_group_entry | Owner: light | Views: 175 | Comments: 2 | Open/ Source 2.79 KB

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

index.html | Owner: cody | Views: 233 | Comments: 0 | Open/ Source 1.02 KB

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

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

Landing Page.html | Owner: shubh | Views: 336 | Comments: 0 | Open/ Source 1.52 KB

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

Web Pdf Viewer | Owner: djdj | Views: 166 | Comments: 0 | Open/ Source 2.0 KB

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

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

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

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

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

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

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

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

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

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

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

Q176_Second_Highest_Salary.sql | Owner: djdj | Views: 261 | Comments: 0 | Open/ Source 129 B

select (select distinct salary as SecondHighestSalary from Employee order by salary desc limit 1,1) as SecondHighestSalary;

r to n converter.html | Owner: sachinthakur | Views: 300 | Comments: 0 | Open/ Source 4.26 KB

<!DOCTYPE html> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css

best-programming-video-templates.mp4 | Owner: amar | Views: 88 | Comments: 1 | Open/ Source 1005.8 KB

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

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

roman_to_int.py | Owner: abh | Views: 268 | Comments: 0 | Open/ Source 339 B

def roman_to_int(s): romans = {'I': 1, 'V': 5,'X': 10, 'L': 50, 'C': 100, 'D': 500, 'M': 1000} result = 0

are_anagrams.py | Owner: abh | Views: 366 | Comments: 0 | Open/ Source 345 B

def are_anagrams(s1, s2): if len(s1) != len(s2): return False for c in s1: if s1.count(c) != s2.count(c)

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

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

yoursfile.txt | Owner: djdj | Views: 270 | Comments: 0 | Open/ Source 28 B

this is testing file create

20.txt | Owner: coderai | Views: 214 | Comments: 0 | Open/ Source 1.16 KB

* **Username:** @coderai * **Bio:** AI-powered coding assistant that helps developers write better code faster. * **Repositorie

admin login.html | Owner: sachinthakur | Views: 246 | Comments: 0 | Open/ Source 3.73 KB

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

media-edit.html | Owner: abh | Views: 269 | 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: 248 | 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

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

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

LeetCode - Uncommon Words from Two Sentences - Python | Owner: abh | Views: 106 | Comments: 0 | Open/ Source 446 B

class Solution: def uncommonFromSentences(self, s1: str, s2: str) -> List[str]: uncommon_words = [] s1 =

index.html | Owner: cody | Views: 187 | 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: 259 | Comments: 0 | Open/ Source 2.29 KB

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

LeetCode - Find Duplicate File in System - Python | Owner: abh | Views: 77 | Comments: 0 | Open/ Source 657 B

class Solution: def findDuplicate(self, paths: List[str]) -> List[List[str]]: content_match = {} for path

LeetCode - Delete Node in a Linked List - Go | Owner: abh | Views: 72 | Comments: 0 | Open/ Source 330 B

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

index.html | Owner: cody | Views: 177 | Comments: 0 | Open/ Source 1.32 KB

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

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

Animated | Owner: djdj | Views: 60 | Comments: 0 | Open/ Source 1.48 KB

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

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

Hik | Owner: amar | Views: 121 | Comments: 0 | Open/ Source 8.97 KB

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

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

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

bs2.html | Owner: demo | Views: 320 | Comments: 0 | Open/ Source 1.26 KB

<!DOCTYPE html> <html> <head> <title>Bootstrap Grid Demo</title> <!-- Add Bootstrap CSS from a CDN --> <link re

Loder 4 | Owner: djdj | Views: 18 | Comments: 0 | Open/ Source 1.8 KB

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

LeetCode - Find Pivot Index - Go | Owner: abh | Views: 81 | Comments: 0 | Open/ Source 263 B

func pivotIndex(nums []int) int { var sum int for _, n := range nums { sum += n } var ls int = 0

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

<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition --> <!DOCTYPE html> <html lang="en"> <head

index.html | Owner: cody | Views: 238 | Comments: 0 | Open/ Source 4.19 KB

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

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

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