Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


LeetCode - License Key Formatting - Python /abh/lc/482.py
271 Views
0 Comments
class Solution:
def licenseKeyFormatting(self, s: str, k: int) -> str:
while "-" in s:
s = s.replace(
B.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/B.wav
128 Views
0 Comments
Media file
Best Navigation Bar /djdj/youtube/nextnavbar.html
486 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
bootstrap.min.js /ahmads_codes/E-Commerce Hub/bootstrap.min.js
102 Views
0 Comments
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/boot
1.png /cody/swapnilsparsh/30DaysOfJavaScript/208 - Pig Dice Game/assets/1.png
146 Views
0 Comments
Media file
Rum.html /amar/Rum.html
97 Views
0 Comments
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8" />
<title>Always forever</title>
<style>
/* --- Basic page / card ---
Loop /djdj/4th.html
671 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
f93db543.webp /sticker-archive/stickers/f93db543.webp
178 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/90 - Guess the Number/index.html
363 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/statuses/HISTORY.md
210 Views
0 Comments
2.0.1 / 2021-01-03
==================

* Fix returning values from `Object.prototype`

2.0.0 / 2020-04-19
==================

index.html /cody/solygambas/html-css-javascript-projects/038-mobile tab navigation/index.html
442 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
style.scss /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Responsive Parallax Image Gallery/style.scss
243 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.gallery-track {
background: #000;
C_Drum.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/C_Drum.wav
130 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 12/index.html
399 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
LeetCode - Flipping an Image - Python /abh/lc/832.py
238 Views
0 Comments
class Solution:
def flipAndInvertImage(self, image: list[list[int]]) -> list[list[int]]:
for i in range(len(image)
profile.jpg /cody/atherosai/ui/profile-cards-02/assets/profile.jpg
199 Views
0 Comments
Media file
timers.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/timers.js
5 Views
0 Comments
"use strict";
module.exports = function(Promise, INTERNAL, debug) {
var util = require("./util");
var TimeoutError = Promise.Tim
flutter_window.h /cody/iCriptSnappie/flutter_portfolio/windows/runner/flutter_window.h
200 Views
0 Comments
#ifndef RUNNER_FLUTTER_WINDOW_H_
#define RUNNER_FLUTTER_WINDOW_H_

#include <flutter/dart_project.h>
#include <flutter/flutter_v
style.css /cody/Kuldeep-Sharmaa/Calculator/style.css
148 Views
0 Comments
* {
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/index.html
26 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Engraved Dark Theme Toggle/index.html
342 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
script.js /cody/solygambas/html-css-javascript-projects/017-movie app/script.js
279 Views
0 Comments
const KEY = "3fd2be6f0c70a2a598f084ddfb75487c";
// For educational purposes only - DO NOT USE in production
// Request your own
right-collapse.svg /cody/atherosai/ui/sidebar-04/assets/right-collapse.svg
313 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-right" width="24" height="24" viewBox="
do-while-loop.php /djdj/php/Programs/Programs/do-while-loop.php
520 Views
0 Comments
<?php
//do while loop
$a = 0;
do {
echo $a;
$a++;
} while ($a <= 10);
?>
pic10.jpg /cody/Shubhajiit/3D-Gallary/pic10.jpg
131 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/02 - Clock/index.html
423 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

script.js /cody/swapnilsparsh/30DaysOfJavaScript/53 - Notes Taking App/script.js
273 Views
0 Comments
const notesContainer = document.getElementById("app");
const addNoteButton = notesContainer.querySelector(".add-note");

let del
bg.jpeg /cody/swapnilsparsh/30DaysOfJavaScript/118 - Ball Game/game/bg.jpeg
140 Views
0 Comments
Media file
key6.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key6.mp3
156 Views
0 Comments
Media file
parse.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/qs/test/parse.js
156 Views
0 Comments
'use strict';

var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('ic
circular.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/example/circular.js
156 Views
0 Comments
'use strict';

var inspect = require('../');
var obj = { a: 1, b: [3, 4] };
obj.c = obj;
console.log(inspect(obj));

README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/raw-body/README.md
11 Views
0 Comments
# raw-body

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-ver