Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


minimum-difference-between-highest-and-lowest-of-k-scores.py /prakhardoneria/LeetCode/minimum-difference-between-highest-and-lowest-of-k-scores.py
155 Views
0 Comments
class Solution:
def minimumDifference(self, nums: List[int], k: int) -> int:
if k == 1:
return 0

58.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/58.png
225 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/86 - Weight Conversion Tool/index.html
479 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/escape-html/index.js
202 Views
0 Comments
/*!
* escape-html
* Copyright(c) 2012-2013 TJ Holowaychuk
* Copyright(c) 2015 Andreas Lubbe
* Copyright(c) 2015 Tiancheng "T
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/destroy/README.md
287 Views
0 Comments
# destroy

[![NPM version][npm-image]][npm-url]
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
[![Test covera
277278bc.webp /sticker-archive/stickers/277278bc.webp
340 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/app.js
44 Views
0 Comments
const input = document.querySelectorAll(".controls input");

function handleUpdate() {
// console.log(this.name);
this.name
db.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mime-db/db.json
81 Views
0 Comments
{
"application/1d-interleaved-parityfec": {
"source": "iana"
},
"application/3gpdash-qoe-report+xml": {
"source":
script.js /djdj/djupraity/new/script.js
264 Views
0 Comments
// document.getElementById('btn').addEventListener('click', () => {
// const boxes = document.querySelectorAll('.box');
//
Hello-World.php /djdj/php//Programs/Hello-World.php
223 Views
0 Comments
<?php
echo "Hello World!";
?>


<!--
For embedding/use PHP we have to use <?php ?>
all the php code will goes within the <?php
play-button.png /cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/assets/img/play-button.png
277 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/style.css
192 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

@font-face {
font-family: "sans";
Lazy Loading /light/lazy_loading.html
140 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
92601441.webp /sticker-archive/stickers/92601441.webp
281 Views
0 Comments
Media file
096a4f8f.webp /sticker-archive/stickers/096a4f8f.webp
173 Views
0 Comments
Media file
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/README.md
398 Views
0 Comments
# has-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![github actions][actions-image]][actions-url]
[![cove
index.html /cody/swapnilsparsh/30DaysOfJavaScript/120 - Find The Image/index.html
478 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" hr
inherits.js /cody/lassiecoder/mutual-funding-app/server/node_modules/http-errors/node_modules/inherits/inherits.js
5 Views
0 Comments
try {
var util = require('util');
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} cat
index.html /cody/atherosai/ui/dropdown-menu-04/index.html
629 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
aae83eee.webp /sticker-archive/stickers/aae83eee.webp
356 Views
0 Comments
Media file
script.js /cody/Kuldeep-Sharmaa/BMI-Calculator/script.js
248 Views
0 Comments
function calculateBMI() {
var weight = parseFloat(document.getElementById("Weight").value);
var height = parseFloat(document
lavender-field.jpg /cody/atherosai/ui/gallery-02/images/lavender-field.jpg
326 Views
0 Comments
Media file
image.jpeg /abh/test/image.jpeg
201 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Twisted Torus Loader Using Three.js/style.css
230 Views
0 Comments
body {
overflow: hidden;
margin: 0;
}

util.js /cody/lassiecoder/mutual-funding-app/server/node_modules/saslprep/test/util.js
17 Views
0 Comments
'use strict';

const { setFlagsFromString } = require('v8');
const { range } = require('../lib/util');

// 984 by default.
setFl
d.jpeg /ahmads_codes/Marriage Hall Booking/d.jpeg
260 Views
0 Comments
Media file
LootCode - Score of a String - Python /abh/lc/3110.py
438 Views
0 Comments
class Solution:
def scoreOfString(self, s: str) -> int:
values = []
for c in s:
values.appen
admin_ops.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/admin_ops.js
13 Views
0 Comments
'use strict';

const executeCommand = require('./db_ops').executeCommand;
const executeDbAdminCommand = require('./db_ops').exec
Git Magic /cody/gitmagic/index.html
612 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
style.css /nce_raj/style.css
111 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
margin: 0
19.txt /coderai/19.txt
838 Views
0 Comments

7asg is a general-purpose programming language renowned for its simplicity, readability, and adaptability. It utilizes static t
index.html /cody/frontendcharm/Mini-Projects/MENUS/Hide & Seek Tab Bar Animation/index.html
441 Views
0 Comments
<!DOCTYPE html>
<html>

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