HTMLify your dreams

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

Q1667_Fix_Names_in_a_Table.sql | Owner: djdj | Views: 221 | Comments: 0 | Open/ Source 107 B

SELECT user_id, CONCAT(UPPER(LEFT(name,1)),LOWER(SUBSTRING(name,2))) AS name FROM Users ORDER BY user_id;

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

README.md | Owner: djdj | Views: 270 | Comments: 0 | Open/ Source 341 B

- šŸ‘‹ Hi, Iā€™m @upraity - šŸ‘€ Iā€™m interested in programmimg - šŸŒ± Iā€™m currently learning language - šŸ’žļø Iā€™m looking to collaborate on ..

index.html | Owner: cody | Views: 188 | Comments: 0 | Open/ Source 3.83 KB

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

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

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

index.html | Owner: cody | Views: 100 | Comments: 0 | Open/ Source 1010 B

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

LeetCode - Remove All Occurrences of a Substring - Python | Owner: abh | Views: 4 | Comments: 0 | Open/ Source 181 B

class Solution: def removeOccurrences(self, s: str, part: str) -> str: while part in s: s = s.replace

LeetCode - Add Two Integers - Rust | Owner: abh | Views: 227 | Comments: 0 | Open/ Source 101 B

impl Solution { pub fn sum(num1: i32, num2: i32) -> i32 { return num1 + num2; } }

excelmax.html | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 1.34 KB

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

PY0B T1 | Owner: itintern | Views: 12 | Comments: 0 | Open/ Source 5.59 KB

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

index.html | Owner: cody | Views: 77 | Comments: 0 | Open/ Source 419 B

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

LeetCode - Sorting the Sentence - Python | Owner: abh | Views: 33 | Comments: 0 | Open/ Source 146 B

class Solution: def sortSentence(self, s: str) -> str: return " ".join([w[:-1] for w in sorted(s.split(), key=lamb

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

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

is_palindrome.py | Owner: abh | Views: 195 | Comments: 0 | Open/ Source 606 B

#Check the given string, number or list is palindrome or not. def is_palindrome(n: int) -> bool: r = 0 t = n while

LeetCode - Check If N and Its Double Exist - Python | Owner: abh | Views: 54 | 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

ticket.py | Owner: abh | Views: 209 | Comments: 4 | Open/ Source 1.31 KB

from requests import get, post def get_token(): r = get("https://helpdesk.agrauniv.online/Home/NewTicket") html = r

index.html | Owner: cody | Views: 72 | Comments: 0 | Open/ Source 1.51 KB

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

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

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

nav.php | Owner: djdj | Views: 63 | 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: 205 | Comments: 0 | Open/ Source 903 B

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

| Owner: djdj | Views: 11 | Comments: 0 | Open/ Source 2.56 KB

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

check-odd-or-even.cpp | Owner: demo | Views: 240 | Comments: 0 | Open/ Source 224 B

#include <iostream> using namespace std; int main() { int n; cout << "Enter an integer: "; cin >> n; if ( n

ir.html | Owner: djdj | Views: 255 | Comments: 0 | Open/ Source 2.53 KB

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

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

Bunk pr chaloge? | Owner: abh | Views: 306 | Comments: 0 | Open/ Source 3.24 KB

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

opdppfdg7z.pdf | Owner: djdj | Views: 19 | Comments: 0 | Open/ Source 5.74 MB

index.html | Owner: cody | Views: 167 | Comments: 0 | Open/ Source 7.28 KB

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

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

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

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

conferm-delete.html | Owner: abh | Views: 190 | Comments: 0 | Open/ Source 530 B

<!--conferm-delete.html--> <h1>Do you really want to delete the file {{ file.name }} at {{ file.path }}?</h1> {% if file.type in

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

LeetCode - Maximum Score After Splitting a String - Python | Owner: abh | Views: 29 | Comments: 0 | Open/ Source 301 B

class Solution: def maxScore(self, s: str) -> int: maxscore = 0 for i in range(1, len(s)): l

index.html | Owner: cody | Views: 158 | Comments: 0 | Open/ Source 1.39 KB

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

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

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

index.html | Owner: cody | Views: 169 | Comments: 0 | Open/ Source 686 B

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Text to Speech Converter</title> <

LeetCode - Find N Unique Integers Sum up to Zero - Go | Owner: abh | Views: 15 | Comments: 0 | Open/ Source 220 B

func sumZero(n int) []int { var ans []int if n%2==1 { ans = append(ans, 0) } for i:=1;len(ans)!=n;i

| Owner: djdj | Views: 327 | Comments: 0 | Open/ Source 1.03 KB

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

rb.html | Owner: djdj | Views: 254 | 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 - Longest Common Prefix - Python | Owner: abh | Views: 7 | Comments: 0 | Open/ Source 477 B

class Solution: def longestCommonPrefix(self, strs: List[str]) -> str: p = "" i = 0 while True:

node.Style.html | Owner: shubh | Views: 177 | Comments: 0 | Open/ Source 741 B

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

index.html | Owner: khushi | Views: 383 | Comments: 0 | Open/ Source 1.42 KB

<div id="main"> <h1>DATE pr chle ?</h1> <button id="yes" onclick="yes()"> Yes </button> <button id="no" onmouseov

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

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

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

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

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

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

index.html | Owner: cody | Views: 133 | Comments: 0 | Open/ Source 3.07 KB

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Bomb Throw</title> <link rel="stylesheet" href="htt

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

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

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 1.77 KB

<!DOCTYPE HTML> <html> <head> <link rel="stylesheet" href="./assets/css/bootstrap.css"> <link rel="styleshee

| Owner: itintern | Views: 15 | Comments: 0 | Open/ Source 3.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: 129 | 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

index.html | Owner: cody | Views: 82 | Comments: 0 | Open/ Source 781 B

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

index_socials.html | Owner: cody | Views: 156 | Comments: 0 | Open/ Source 2.77 KB

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Profile Card</title> <meta name="viewp

Demo Showcase | Owner: demo | Views: 488 | 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

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

LeetCode - Merge k Sorted Lists - Python | Owner: abh | Views: 15 | Comments: 0 | Open/ Source 880 B

# Definition for singly-linked list. # class ListNode: # def __init__(self, val=0, next=None): # self.val = val

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

LeetCode - Counting Bits - Go | Owner: abh | Views: 7 | Comments: 0 | Open/ Source 303 B

func one_count(n int) int { var count int for ;n!=0; { if n%2==1 { count++ } n

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

innerHtml.html | Owner: shubh | Views: 193 | Comments: 0 | Open/ Source 620 B

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

33.txt | Owner: coderai | Views: 136 | Comments: 0 | Open/ Source 1.26 KB

I hope this email finds you well. Thank you for reaching out and expressing your interest in my recent posts. I'm always happy

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

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

galery-05 | Owner: cody | Views: 158 | Comments: 0 | Open/ Source 1.21 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Swiper demo</title> <meta name="viewp

index_socials.html | Owner: cody | Views: 141 | Comments: 0 | Open/ Source 2.1 KB

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

LeetCode - Check Distances Between Same Letters - Python | Owner: abh | Views: 3 | Comments: 0 | Open/ Source 235 B

class Solution: def checkDistances(self, s: str, distance: List[int]) -> bool: for l in sorted(set(s)):

LeetCode - Valid Parentheses - Python | Owner: abh | Views: 28 | Comments: 0 | Open/ Source 467 B

class Solution: def isValid(self, s: str) -> bool: stack = [] m = { ')': '(', '

index.html | Owner: cody | Views: 90 | Comments: 0 | Open/ Source 449 B

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

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

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

LeetCode - Counting Words With a Given Prefix - Python | Owner: abh | Views: 30 | 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

For-Loop.php | Owner: djdj | Views: 150 | Comments: 0 | Open/ Source 80 B

<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>

about.html | Owner: demo | Views: 282 | 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 - Convert Date to Binary - Python | Owner: abh | Views: 24 | Comments: 0 | Open/ Source 138 B

class Solution: def convertDateToBinary(self, date: str) -> str: return "-".join([bin(int(e))[2:] for e in date.sp

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

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

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

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

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

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

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

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

LeetCode - Sort the People - Python | Owner: abh | Views: 28 | Comments: 0 | Open/ Source 174 B

class Solution: def sortPeople(self, names: List[str], heights: List[int]) -> List[str]: return [names[heights.ind

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

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

index.html | Owner: cody | Views: 85 | Comments: 0 | Open/ Source 543 B

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

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

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

index.html | Owner: cody | Views: 269 | Comments: 0 | Open/ Source 13.97 KB

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

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 5.71 KB

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

index.html | Owner: anshu | Views: 41 | 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

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

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

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

home.html | Owner: shubh | Views: 241 | Comments: 0 | Open/ Source 6.49 KB

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

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

index.html | Owner: cody | Views: 156 | Comments: 0 | Open/ Source 7.53 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: 162 | Comments: 0 | Open/ Source 8.35 KB

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

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

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

LeetCode - Words Subsets - Python | Owner: abh | Views: 0 | Comments: 0 | Open/ Source 492 B

class Solution: def wordSubsets(self, words1: List[str], words2: List[str]) -> List[str]: uniwords = [] f

home.html | Owner: abh | Views: 178 | Comments: 0 | Open/ Source 1.59 KB

<!DOCTYPE html> <html> <head> <title>HTMLify your dreams</title> {% include "stylesheet.html" %} </head> <body> <h1>

index.html | Owner: cody | Views: 145 | Comments: 0 | Open/ Source 2.99 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: 92 | Comments: 0 | Open/ Source 1.31 KB

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

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

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

registration.html | Owner: abh | Views: 179 | Comments: 0 | Open/ Source 389 B

<!-- registration.html --> <form action="/action/registration" method="POST"> <input type="text" name="username" placeholder="us

LeetCode - Max Consecutive Ones - Python | Owner: abh | Views: 6 | Comments: 0 | Open/ Source 294 B

class Solution: def findMaxConsecutiveOnes(self, nums: List[int]) -> int: m = 0 cc = 0 for n in

| Owner: djdj | Views: 134 | Comments: 1 | Open/ Source 14.72 KB

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

LeetCode - Remove Duplicates from Sorted Array - Go | Owner: abh | Views: 4 | Comments: 0 | Open/ Source 279 B

func removeDuplicates(nums []int) int { l := len(nums) for i:=0; i<l-1; i++ { if nums[i] == nums[i+1] {

index.html | Owner: djdj | Views: 223 | Comments: 0 | Open/ Source 9.0 KB

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

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

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

index.html | Owner: cody | Views: 87 | Comments: 0 | Open/ Source 512 B

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

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

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

kkkk | Owner: rahul_verma_coder | Views: 131 | Comments: 0 | Open/ Source 29.26 KB

Level 1 <!DOCTYPE html> <html> <head> <title>level 1</title> </head> <body><div style="color : red;">

index.html | Owner: cody | Views: 149 | Comments: 0 | Open/ Source 11.58 KB

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

qcfc.py | Owner: abh | Views: 299 | Comments: 2 | Open/ Source 2.36 KB

#quiz ans cheker for college #07/10/2023 def ans(): return open("ans.txt").read().split("\n")[:-1] def std(no):

index.html | Owner: cody | Views: 154 | Comments: 0 | Open/ Source 420 B

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

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

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

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

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

index.html | Owner: cody | Views: 136 | Comments: 0 | Open/ Source 680 B

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

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

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

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

Beautiful Card | Owner: cody | Views: 199 | Comments: 0 | Open/ Source 1.06 KB

<!DOCTYPE html> <html> <head> <style> body { font-family: 'Arial', sans-serif; display: flex; a

LeetCode - Find the Maximum Achievable Number - Python | Owner: abh | Views: 40 | Comments: 0 | Open/ Source 106 B

class Solution: def theMaximumAchievableX(self, num: int, t: int) -> int: return num + (t*2)

Get_Cookies.php | Owner: djdj | Views: 146 | Comments: 0 | Open/ Source 71 B

<?php $ram = $_COOKIE['category']; echo "cookie is: " .$ram; ?>

index.html | Owner: cody | Views: 167 | Comments: 0 | Open/ Source 2.43 KB

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

12.txt | Owner: coderai | Views: 116 | Comments: 0 | Open/ Source 1.48 KB

IBM Watson is an artificial intelligence (AI) platform developed by IBM. It is designed to process and analyze large amounts of

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

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

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

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

Q1148_Article_Views_I.sql | Owner: djdj | Views: 248 | Comments: 4 | Open/ Source 88 B

select distinct author_id as id from views where author_id = viewer_id order by id asc;

index.html | Owner: cody | Views: 137 | Comments: 0 | Open/ Source 929 B

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

LeetCode - Count the Digits That Divide a Number - Python | Owner: abh | Views: 9 | 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

Beauty Calculator | Owner: abh | Views: 163 | Comments: 0 | Open/ Source 5.22 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Calculating Your Beauty</title> <meta nam

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

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

subway.html | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 1.38 KB

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