HTMLify your dreams

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

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

LeetCode - Create Target Array in the Given Order - Python | Owner: abh | Views: 281 | Comments: 0 | Open/ Source 223 B

class Solution: def createTargetArray(self, nums: List[int], index: List[int]) -> List[int]: target = []

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

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

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

Snake.html | Owner: amar | Views: 325 | Comments: 0 | Open/ Source 5.33 KB

<canvas id="gc" width="600" height="600"></canvas> <script> window.onload=function() { canv=document.getElementById("gc");

LeetCode - Big Countries | Owner: abh | Views: 300 | Comments: 0 | Open/ Source 89 B

SELECT name, population, area FROM world WHERE area >= 3000000 or population >= 25000000;

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

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

git-clone.html | Owner: abh | Views: 276 | Comments: 0 | Open/ Source 1.51 KB

<!DOCTYPE html> <html> <head> <title>Git Clone</title> {% include 'stylesheet.html' %} <style> </style> </h

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

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

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

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

index_socials.html | Owner: cody | Views: 220 | Comments: 0 | Open/ Source 1.74 KB

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

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

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

init.lua | Owner: abh | Views: 82 | Comments: 0 | Open/ Source 1.98 KB

--[[ init.lua ]]-- local scheme_switcher = require("scheme-switcher") -- Error Mesages and wornigs vim.diagnostic.config({

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

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

Last.html | Owner: amar | Views: 15 | Comments: 1 | Open/ Source 3.62 KB

index.html | Owner: cody | Views: 151 | Comments: 0 | Open/ Source 1.45 KB

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

LeetCode - Add Two Integers - JavaScript | Owner: abh | Views: 186 | Comments: 0 | Open/ Source 142 B

/** * @param {number} num1 * @param {number} num2 * @return {number} */ var sum = function(num1, num2) { return nu

new.html | Owner: itintern | Views: 152 | Comments: 0 | Open/ Source 9.62 KB

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

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

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

INTERNETLIVE.HTML | Owner: dakshbadal1379 | Views: 306 | Comments: 0 | Open/ Source 951 B

<html> <head> <title> Yahoo Internet</title> </head> <body bgcolor="aqua"> <marquee bgcolor="yellow" behavior="alternate"

index.html | Owner: cody | Views: 152 | Comments: 0 | Open/ Source 429 B

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

Honey-Singh-2.jpg | Owner: abh | Views: 219 | Comments: 0 | Open/ Source 0 B

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

login.html | Owner: abh | Views: 260 | Comments: 0 | Open/ Source 769 B

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

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: 211 | Comments: 0 | Open/ Source 1.95 KB

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

| Owner: hiipp | Views: 234 | Comments: 0 | Open/ Source 3 B

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

bs5.html | Owner: demo | Views: 312 | Comments: 0 | Open/ Source 2.61 KB

<!DOCTYPE html> <html> <head> <title>Bootstrap Form Demo</title> <!-- Include Bootstrap CSS from a CDN --> <lin

28.txt | Owner: coderai | Views: 217 | Comments: 0 | Open/ Source 1.5 KB

**Knowledge and Information:** * **Answer questions:** Get answers to questions about a wide range of topics. * **Weather fore

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

app.py | Owner: abh | Views: 248 | Comments: 0 | Open/ Source 24.99 KB

#HTMLify from flask import * from flask_migrate import * from random import randint, shuffle from hashlib import md5 from os im

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

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

link.html | Owner: dakshbadal1379 | Views: 301 | Comments: 0 | Open/ Source 718 B

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

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

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

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

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

what's_your_name.py | Owner: djdj | Views: 270 | Comments: 0 | Open/ Source 120 B

def print_full_name(first_name,last_name): print("Hello",first_name,last_name,end='! You just delved into python.')

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

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

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

are_anagrams.py | Owner: abh | Views: 361 | 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)

Crop Image | Owner: cody | Views: 198 | Comments: 0 | Open/ Source 935 B

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

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

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

LeetCode - Robot Bounded In Circle - Dart | Owner: abh | Views: 56 | Comments: 0 | Open/ Source 2.19 KB

class Solution { bool isRobotBounded(String instructions) { List<int> direction = [0, 1], cordinates = [0, 0];

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

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

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

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

Q1837_Sum_of_Digits_in_Base_K.py | Owner: djdj | Views: 275 | Comments: 0 | Open/ Source 169 B

class Solution(object): def sumBase(self, n, k): s=0 while n > 0: r = n%k s = s+r

web_page_for_group_entry | Owner: light | Views: 169 | 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

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

index.html | Owner: cody | Views: 185 | Comments: 0 | Open/ Source 1.34 KB

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

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

<!Doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Dictionary App</title> <meta name="viewport" c

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

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

<!-- media-edit.html --> <form action="/action/edit-media" method="POST"> <input type="hidden" name="oldname" value="{{ path[ses

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

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

Q43_Multiply_Strings.py | Owner: djdj | Views: 247 | Comments: 0 | Open/ Source 104 B

def multiply(self, num1, num2): num1 = int(num1) num2 = int(num2) a = num1 * num2 return str(a)

sticky navigation | Owner: cody | Views: 228 | Comments: 0 | Open/ Source 2.11 KB

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

Alarm App | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 1.1 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: 281 | Comments: 0 | Open/ Source 70 B

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

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

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

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

index.html | Owner: cody | Views: 221 | Comments: 0 | Open/ Source 752 B

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Block Runner game</title> <script src="https://cdnj

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

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

LeetCode - Excel Sheet Column Number - Go | Owner: abh | Views: 59 | Comments: 0 | Open/ Source 179 B

func titleToNumber(columnTitle string) int { p := 1 var n int for i:=len(columnTitle)-1; i>=0; i++ { c = columnTitle[i]

index.html | Owner: cody | Views: 249 | Comments: 0 | Open/ Source 453 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Transactions Table</title> <m

Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql | Owner: djdj | Views: 280 | 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;

roman_to_int.py | Owner: abh | Views: 264 | 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

demo02 | Owner: light | Views: 98 | Comments: 0 | Open/ Source 2.42 KB

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

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

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

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

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

game.html | Owner: cody | Views: 197 | Comments: 0 | Open/ Source 814 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: 149 | Comments: 0 | Open/ Source 772 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: 202 | Comments: 0 | Open/ Source 677 B

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

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

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

rcck3uh1ux.html | Owner: dakshbadal1379 | Views: 145 | 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: khushi | Views: 188 | Comments: 0 | Open/ Source 1.14 KB

<!DOCTYPE html> <html> <head> <title>OCTANET || TASK2</title> <link href="todo.css" rel="stylesheet"> </head>

Amazon Orders | Owner: djdj | Views: 293 | 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;

index.html | Owner: cody | Views: 200 | Comments: 0 | Open/ Source 1.37 KB

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

index.html | Owner: cody | Views: 207 | Comments: 0 | Open/ Source 1.76 KB

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

index.html | Owner: djdj | Views: 16 | Comments: 0 | Open/ Source 10.26 KB

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

| Owner: amar | Views: 331 | Comments: 0 | Open/ Source 0 B

LeetCode - Single Number - Python | Owner: abh | Views: 100 | Comments: 0 | Open/ Source 128 B

class Solution: def singleNumber(self, nums: List[int]) -> int: return sorted(nums, key=lambda e:nums.count(e))[0]

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

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

image to pdf quality | Owner: amar | Views: 96 | Comments: 0 | Open/ Source 5.33 KB

<!DOCTYPE html> <html> <head> <title>Image to PDF Converter</title> <style> #uploadBox { border: 2px dashed

index.html | Owner: itintern | Views: 8 | Comments: 0 | Open/ Source 6.73 KB

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

LeetCode - To Be Or Not To Be - JavaScript | Owner: abh | Views: 190 | Comments: 0 | Open/ Source 572 B

/** * @param {string} val * @return {Object} */ var expect = function(val) { return {"toBe": function (v

LeetCode - Reverse Only Letters - Python | Owner: abh | Views: 301 | Comments: 0 | Open/ Source 393 B

class Solution: def reverseOnlyLetters(self, s: str) -> str: s = list(s) chars = "qwertyuiopasdfghjklzxcv

window.html | Owner: cody | Views: 113 | Comments: 0 | Open/ Source 631 B

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

LeetCode - Minimum Recolors to Get K Consecutive Black Blocks - Go | Owner: abh | Views: 90 | Comments: 0 | Open/ Source 314 B

func minimumRecolors(blocks string, k int) int { m := len(blocks) for i:=0; i<len(blocks)-k+1; i++ { c := 0

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

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

Hello.html | Owner: shivam | Views: 248 | Comments: 0 | Open/ Source 16 B

<h1> Hello </h1>

Q584_Find_Customer_Referee.sql | Owner: djdj | Views: 291 | Comments: 0 | Open/ Source 71 B

select name from Customer where referee_id is null or referee_id != 2;

index.html | Owner: cody | Views: 191 | Comments: 0 | Open/ Source 718 B

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

pri2.html | Owner: priyanka | Views: 325 | Comments: 0 | Open/ Source 807 B

<HTML> <HEAD> <TITLE>style sheets</TITLE> <style type="text/css"> table,td,th{Border-style:solid;Border-width:4;Border-color

LeetCode - Find Followers Count - MySQL | Owner: abh | Views: 295 | Comments: 0 | Open/ Source 103 B

SELECT user_id, count(follower_id) as followers_count FROM Followers GROUP BY user_id ORDER BY user_id;

is_vowel.py | Owner: abh | Views: 273 | 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

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

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

setup.py | Owner: abh | Views: 235 | Comments: 0 | Open/ Source 1020 B

from os import system from sys import version_info as ver ver = ver.major from random import randint try: from app import a

LeetCode - Count Elements With Maximum Frequency - Python | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 348 B

class Solution: def maxFrequencyElements(self, nums: List[int]) -> int: freq = {} h = 0 for n in

needhelp.html | Owner: amar | Views: 235 | Comments: 4 | Open/ Source 9.13 KB

getAttribute.html | Owner: shubh | Views: 265 | Comments: 0 | Open/ Source 804 B

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

telescope.lua | Owner: abh | Views: 52 | Comments: 0 | Open/ Source 126 B

return { "nvim-telescope/telescope.nvim", dependencies = { "nvim-lua/plenary.nvim" } }

| Owner: itintern | Views: 63 | Comments: 0 | Open/ Source 10.54 KB

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

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

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

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

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

index.html | Owner: cody | Views: 171 | Comments: 0 | Open/ Source 1.55 KB

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

cbrt.py | Owner: abh | Views: 359 | Comments: 0 | Open/ Source 37 B

def cbrt(n): return n ** (1/3)

index.html | Owner: cody | Views: 177 | 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: 222 | Comments: 0 | Open/ Source 5.1 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: 202 | Comments: 0 | Open/ Source 376 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: 198 | Comments: 0 | Open/ Source 636 B

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

dakshbadal1379 | Owner: dakshbadal1379 | Views: 162 | Comments: 0 | Open/ Source 2.65 KB

<!DOCTYPE html> <html> <head> <title>Register</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link

LeetCode - Two Sum II - Input Array Is Sorted - Python | Owner: abh | Views: 89 | Comments: 0 | Open/ Source 472 B

class Solution: def twoSum(self, numbers: List[int], target: int) -> List[int]: last_i = None for i in ra

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

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

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

<!DOCTYPE html> <html lang="en" onclick="jump()"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" conte

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

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

index_socials.html | Owner: cody | Views: 193 | Comments: 0 | Open/ Source 3.51 KB

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

LeetCode - Find the Index of the First Occurrence in a String - Python | Owner: abh | Views: 107 | Comments: 0 | Open/ Source 153 B

class Solution: def findKthNumber(self, n: int, k: int) -> int: l = sorted(map(lambda e:str(e), range(1, n+1)))

index.html | Owner: abh | Views: 263 | Comments: 0 | Open/ Source 6.31 KB

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

Files2.php | Owner: djdj | Views: 271 | Comments: 0 | Open/ Source 556 B

<?php echo "welcome"; $file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te

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

flask flask_sqlalchemy flask_migrate requests pygments

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

hehe.html | Owner: amar | Views: 342 | Comments: 1 | Open/ Source 374 B

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

excel.html | Owner: cody | Views: 120 | Comments: 0 | Open/ Source 1.48 KB

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

LeetCode - Binary Tree Postorder Traversal - Go | Owner: abh | Views: 70 | Comments: 0 | Open/ Source 446 B

/** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Right *Tree

LeetCode - Make Two Arrays Equal by Reversing Subarrays - Python | Owner: abh | Views: 117 | Comments: 0 | Open/ Source 131 B

class Solution: def canBeEqual(self, target: List[int], arr: List[int]) -> bool: return sorted(target) == sorted(a

30.txt | Owner: coderai | Views: 189 | Comments: 0 | Open/ Source 1.81 KB

* **Information:** I can provide you with information on a wide range of topics, including current events, history, science, an