HTMLify your dreams

Filter Options:
| Owner: amar | Views: 339 | Comments: 0 | Open/ Source 0 B

question paper.html | Owner: sachinthakur | Views: 293 | Comments: 0 | Open/ Source 3.21 KB

<!DOCTYPE html> <html> <head> <title>Question Paper</title> <style> body { font-family: Arial,

LeetCode - Excel Sheet Column Title - Go | Owner: abh | Views: 96 | Comments: 0 | Open/ Source 383 B

func convertToTitle(columnNumber int) string { var bs []int for ;columnNumber!=0; { d := columnNumber%26

Files.php | Owner: djdj | Views: 125 | 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: 203 | Comments: 0 | Open/ Source 329 B

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

rahul verma html program.html | Owner: rahul_verma_coder | Views: 249 | Comments: 0 | Open/ Source 8.37 KB

<!DOCTYPE html> <html> <head> <title>my</title> </head> <body> <p align="right">my name is rah

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: 224 | Comments: 0 | Open/ Source 1.06 KB

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

DBMS Assignment | Owner: djdj | Views: 1016 | Comments: 0 | Open/ Source 5.76 MB

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: 260 | Comments: 0 | Open/ Source 4.95 KB

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Drag & drop</title> <link rel=

| 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

First | Owner: shivam | Views: 2 | Comments: 0 | Open/ Source 16 B

<h1> Hello </h1>

LeetCode - Crawler Log Folder - Go | Owner: abh | Views: 73 | Comments: 0 | Open/ Source 313 B

func minOperations(logs []string) int { depth := 0 for _, o := range logs { if o == "../" { if d

Achievements | Owner: abh | Views: 540 | Comments: 0 | Open/ Source 5.56 KB

<!DOCTYPE html> <html> <head> <title>Achievements - Aman Babu Hemant</title> <meta name="viewport" content="width=de

Nenem.html | Owner: amar | Views: 348 | Comments: 0 | Open/ Source 4.19 KB

<!DOCTYPE html> <html> <head> <title>Basic Snake HTML Game</title> <meta charset="UTF-8"> <style> html, body {

LeetCode - Element Appearing More Than 25% In Sorted Array - Python | Owner: abh | Views: 7 | Comments: 0 | Open/ Source 337 B

class Solution: def findSpecialInteger(self, arr: List[int]) -> int: l = len(arr) t = l / 4 freq

sortable list | Owner: cody | Views: 223 | Comments: 0 | Open/ Source 971 B

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

conferm-delete.html | Owner: abh | Views: 271 | 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

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

LeetCode - Chunk Array - JavaScript | Owner: abh | Views: 158 | Comments: 0 | Open/ Source 391 B

/** * @param {Array} arr * @param {number} size * @return {Array} */ var chunk = function(arr, size) { const chunk

Java Task 1 | Owner: itintern | Views: 10 | 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">

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

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

Files.php | Owner: djdj | Views: 275 | 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 704 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: 153 | Comments: 0 | Open/ Source 1.2 KB

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

| Owner: djdj | Views: 75 | Comments: 0 | Open/ Source 2.62 KB

<!DOCTYPE html> <html lang="hi"> <head> <meta charset="UTF-8"> <title>भारतीय खोजें और पश्चिमी श्रेय</title> <style>

insertElement.html | Owner: shubh | Views: 292 | Comments: 0 | Open/ Source 1.1 KB

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

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

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

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

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

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

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

index.html | Owner: cody | Views: 177 | Comments: 0 | Open/ Source 341 B

<!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

index.html | Owner: cody | Views: 172 | Comments: 0 | Open/ Source 370 B

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

Q1378_Replace_Employee_ID_With_The_Unique_Idendifier.sql | Owner: djdj | Views: 304 | Comments: 0 | Open/ Source 93 B

select unique_id,name from Employees left join EmployeeUNI on Employees.id = EmployeeUNI.id;

digital_sum.py | Owner: abh | Views: 290 | Comments: 0 | Open/ Source 255 B

def digital_sum(n: int): s = 0 while n: s += n % 10 n //= 10 return s def digital_sum(n: int):

LeetCode - Fibonacci Number - Rust | Owner: abh | Views: 314 | Comments: 1 | Open/ Source 354 B

impl Solution { pub fn fib(n: i32) -> i32 { if (n == 0){ return 0; } if (n == 1){

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

<!DOCTYPE html> <head> <meta charset="UTF-8"> <title>Typer</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1

quiz.html | Owner: cody | Views: 200 | Comments: 0 | Open/ Source 2.52 KB

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

welcome.php | Owner: djdj | Views: 220 | Comments: 0 | Open/ Source 150 B

<?php session_start(); if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ echo "welcome ".$_SESSION[

edgemax.html | Owner: cody | Views: 126 | Comments: 0 | Open/ Source 1.33 KB

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

41.txt | Owner: coderai | Views: 227 | Comments: 0 | Open/ Source 1.95 KB

**Title:** SEO and Content Marketing Professional **Contact:** @coderai **Summary:** Highly accomplished SEO and Content Mar

index.html | Owner: cody | Views: 145 | Comments: 0 | Open/ Source 2.55 KB

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

LeetCode - Single Number - Python | Owner: abh | Views: 108 | 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]

paren.html | Owner: dakshbadal1379 | Views: 318 | Comments: 0 | Open/ Source 1.17 KB

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

index.html | Owner: cody | Views: 219 | Comments: 0 | Open/ Source 2.55 KB

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

LeetCode - Separate the Digits in an Array - Python | Owner: abh | Views: 310 | Comments: 0 | Open/ Source 483 B

class Solution: def separateDigits(self, nums: List[int]) -> List[int]: saprated = [] for num in nums:

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

rahul verma c language program by vivek jain sir ji.c | Owner: rahul_verma_coder | Views: 167 | Comments: 0 | Open/ Source 21.96 KB

QUESTION 1 /* CALL BY value_ SWAP THE VALUE OF THE TWO VARIABLE */ #include<stdio.h> #include<conio.h> void main(){ int a

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

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

OT All questions | Owner: djdj | Views: 703 | Comments: 6 | Open/ Source 7.54 MB

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

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

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

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

index.html | Owner: cody | Views: 205 | Comments: 0 | Open/ Source 712 B

<!DOCTYPE html> <html lang="en"> <head> <meta charset="uts-8"> <title>OLX Clone</title> <link rel="stylesheet" href=

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

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

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

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

index.html | Owner: cody | Views: 164 | Comments: 0 | Open/ Source 373 B

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

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

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

LeetCode - Make The String Great - Go | Owner: abh | Views: 81 | Comments: 0 | Open/ Source 400 B

func abs(n int) int { if n < 0 { return -n } return n } func makeGood(s string) string { var stac

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

LeetCode - Number of Employees Who Met the Target - Go | Owner: abh | Views: 98 | Comments: 0 | Open/ Source 201 B

func numberOfEmployeesWhoMetTarget(hours []int, target int) int { var ans int for _, hour := range hours { if

Quiz App | Owner: cody | Views: 209 | Comments: 0 | Open/ Source 1.26 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: 164 | Comments: 0 | Open/ Source 389 B

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

Visiting Cards | Owner: djdj | Views: 8 | Comments: 0 | Open/ Source 28.36 KB

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

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

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

index.html | Owner: cody | Views: 201 | Comments: 0 | Open/ Source 3.93 KB

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

pri2.html | Owner: priyanka | Views: 329 | 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

| Owner: itintern | Views: 7 | Comments: 0 | Open/ Source 7.23 KB

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

LeetCode - Defanging an IP Address - Go | Owner: abh | Views: 98 | Comments: 0 | Open/ Source 249 B

func defangIPaddr(address string) string { var defanged string for _, c := range address { if c == '.' {

index.html | Owner: cody | Views: 204 | Comments: 0 | Open/ Source 1.41 KB

<html> <head> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/main.css

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

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

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

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

index.html | Owner: cody | Views: 218 | Comments: 0 | Open/ Source 851 B

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

LeetCode - Contains Duplicate II - Go | Owner: abh | Views: 86 | Comments: 0 | Open/ Source 258 B

func containsNearbyDuplicate(nums []int, k int) bool { for i:=0; i<len(nums); i++ { for j:=1; j<=k && i+j<len(nums

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

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

index.html | Owner: cody | Views: 213 | Comments: 0 | Open/ Source 605 B

<!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.76 KB

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

MySQL-Databases-Connection.php | Owner: djdj | Views: 290 | Comments: 0 | Open/ Source 556 B

<?php //Database Connection /*There are two ways to connect to My SQL Database 1. MySQLi extension (for use only m

LeetCode - Apply Discount Every n Orders - Go | Owner: abh | Views: 71 | Comments: 0 | Open/ Source 1.09 KB

type Cashier struct { customers_done int n int discount int products []int prices []int } func Co

index.html | Owner: cody | Views: 199 | Comments: 0 | Open/ Source 570 B

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

HEXADECIMAL TO DECIMAL BY SWITCH CASE | Owner: sunny_jain | Views: 212 | Comments: 0 | Open/ Source 909 B

//hexadecimal to decimal by using switch case #include<math.h> #include<stdio.h> #include<string.h> int main() { char

Create Button in Js | Owner: djdj | Views: 421 | Comments: 0 | Open/ Source 588 B

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

Form.php | Owner: djdj | Views: 266 | Comments: 0 | Open/ Source 5.47 KB

<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c

nav.php | Owner: djdj | Views: 241 | Comments: 0 | Open/ Source 3.86 KB

<?php session_start(); ?> <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="">SabkaCo

index.html | Owner: cody | Views: 243 | Comments: 0 | Open/ Source 504 B

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

38.txt | Owner: coderai | Views: 195 | Comments: 0 | Open/ Source 1.56 KB

The **[r/l8gc](https://www.reddit.com/r/l8gc/)** subreddit is a community for discussing the latest news and developments in th

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

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

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

<!-- Based on CSS Grid Layout With Image Span by Brad Traversy (2020) see: https://www.youtube.com/watch?v=-qOe8lBAChE --> <!DO

chat.html | Owner: djdj | Views: 227 | Comments: 0 | Open/ Source 6.0 KB

<!DOCTYPE html> <html> <head> <meta name="viewpor" content="width=device-width, initial-scale=1.0"> <title>IPChat</tit

whr.py | Owner: abh | Views: 285 | Comments: 0 | Open/ Source 56 B

def whr(waist: "cm", hip: "cm"): return waist / hip

index.html | Owner: cody | Views: 163 | Comments: 0 | Open/ Source 565 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: 200 | Comments: 0 | Open/ Source 1.4 KB

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

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

33.txt | Owner: coderai | Views: 213 | 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

is_perfect_square.py | Owner: abh | Views: 265 | Comments: 0 | Open/ Source 79 B

def is_perfect_square(n): sqrt = int(n ** 0.5) return sqrt * sqrt == n

Puzzle For You | Owner: abh | Views: 183 | Comments: 0 | Open/ Source 12.09 KB

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

index.html | Owner: cody | Views: 146 | Comments: 0 | Open/ Source 595 B

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

Insert-Data-In-Table.php | Owner: djdj | Views: 278 | Comments: 0 | Open/ Source 1.53 KB

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

virtual piano | Owner: cody | Views: 236 | Comments: 0 | Open/ Source 967 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: 180 | Comments: 0 | Open/ Source 699 B

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

Login.php | Owner: djdj | Views: 91 | Comments: 0 | Open/ Source 4.06 KB

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

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: 251 | 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: 219 | Comments: 0 | Open/ Source 1.2 KB

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

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

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

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

vibration.html | Owner: demo | Views: 319 | Comments: 0 | Open/ Source 683 B

<!DOCTYPE html> <html> <head> <title>Vibration Button</title> </head> <body> <button id="vibrateButton">Vibrate<

| Owner: itintern | Views: 5 | Comments: 0 | Open/ Source 7.26 KB

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

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

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

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

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

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

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

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

Snake Game in Go lang | Owner: abh | Views: 135 | Comments: 0 | Open/ Source 5.16 KB

// Snake game package main import ( "fmt" "math/rand" "time" "github.com/eiannone/keyboard" "strconv" ) t

48.txt | Owner: coderai | Views: 167 | Comments: 0 | Open/ Source 947 B

**Description:** CoderAI is a subreddit dedicated to artificial intelligence as it relates to coding. It is a place for people

Java Task 4 | Owner: itintern | Views: 3 | Comments: 0 | Open/ Source 7.1 KB

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

check-prime.js | Owner: demo | Views: 154 | Comments: 0 | Open/ Source 787 B

// program to check if a number is prime or not // take input from the user const number = parseInt(prompt("Enter a positive

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

LeetCode - Add Two Integers - Ruby | Owner: abh | Views: 373 | Comments: 1 | Open/ Source 119 B

# @param {Integer} num1 # @param {Integer} num2 # @return {Integer} def sum(num1, num2) return num1 + num2 end

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

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

index.html | Owner: cody | Views: 238 | Comments: 0 | Open/ Source 829 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: 155 | Comments: 0 | Open/ Source 723 B

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

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

js4.html | Owner: demo | Views: 368 | Comments: 0 | Open/ Source 1.64 KB

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

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