Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/swapnilsparsh/30DaysOfJavaScript/146 - Quiz App/index.html
435 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
index.html /cody/frontendcharm/Mini-Projects/MENUS/Hide & Seek Tab Bar Animation/index.html
419 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
/prakhardoneria/geekstreak60/day29.py
29 Views
0 Comments
from collections import deque

class Solution:
def topView(self, root):
if not root:
return []

d5cd6636.webp /sticker-archive/stickers/d5cd6636.webp
177 Views
0 Comments
Media file
Readme.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/Readme.md
245 Views
0 Comments
# Path-to-RegExp

Turn an Express-style path string such as `/user/:name` into a regular expression.

**Note:** This is a legacy
bootstrap.bundle.js /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/scripts/bootstrap.bundle.js
261 Views
0 Comments
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
script.js /cody/bradtraversy/50projects50days/split-landing-page/script.js
140 Views
0 Comments
const left = document.querySelector('.left')
const right = document.querySelector('.right')
const container = document.querySele
images (24).jpeg /cody/ShubhamRoy123/Windows-10/images (24).jpeg
246 Views
0 Comments
Media file
/prakhardoneria/geekstreak60/day29.py
29 Views
0 Comments
from collections import deque

class Solution:
def topView(self, root):
if not root:
return []

style.css /cody/bradtraversy/50projects50days/_project_starter_/style.css
155 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Oddly Satisfying Loader/index.html
453 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
/djdj/ITintern/Akhilkap124/task2/index.html
5 Views
0 Comments
File is locked
style.css /cody/vishal-dcode/Random Choice Picker/style.css
99 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
* {
margin: 0;
padding: 0;
b
Coding-World /light/final.html
619 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/package.json
36 Views
0 Comments
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.9.26",
"author": "Guillermo Rauch <guillermo@
project.pbxproj /cody/iCriptSnappie/flutter_portfolio/ios/Runner.xcodeproj/project.pbxproj
398 Views
0 Comments
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {

Maximum Product Subarray.py /prakhardoneria/GFG/Maximum Product Subarray.py
78 Views
0 Comments
class Solution:
def maxProduct(self, arr):
if not arr:
return 0

res = max(arr)

LeetCode - Max Consecutive Ones - Go /abh/lc/485.go
373 Views
0 Comments
func findMaxConsecutiveOnes(nums []int) int {
m := 0
cc := 0
for _, n := range nums {
if n != 1 {

script.js /cody/solygambas/html-css-javascript-projects/083-full screen image slider/script.js
268 Views
0 Comments
const slides = document.querySelectorAll(".slide");
const nextButton = document.getElementById("next");
const prevButton = docum
marker.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/marker.png
218 Views
0 Comments
Media file
typer.js /cody/swapnilsparsh/30DaysOfJavaScript/93 - Typer/typer.js
315 Views
0 Comments
/* global canvas ctx animation:writable gameLoop label loop paintCircle isIntersectingRectangleWithCircle generateRandomNumber g
app.js /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/app.js
261 Views
0 Comments
let input = document.getElementById('password')
let indicator = document.querySelector('.indication')
let weak = document.queryS
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/app.js
70 Views
0 Comments
const game = { timer: 0, start: null };

// Create Message Element
const message = document.createElement("div");
message.classL
win32_window.cpp /cody/iCriptSnappie/flutter_portfolio/windows/runner/win32_window.cpp
237 Views
0 Comments
#include "win32_window.h"

#include <dwmapi.h>
#include <flutter_windows.h>

#include "resource.h"

namespace {
4.png /cody/swapnilsparsh/30DaysOfJavaScript/208 - Pig Dice Game/assets/4.png
191 Views
0 Comments
Media file
index.html /cody/bradtraversy/50projects50days/expanding-cards/index.html
415 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
number.png /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/assets/number.png
209 Views
0 Comments
Media file
profiling_level.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/profiling_level.js
11 Views
0 Comments
'use strict';

const CommandOperation = require('./command');

class ProfilingLevelOperation extends CommandOperation {
constr
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/forwarded/index.js
163 Views
0 Comments
/*!
* forwarded
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

index.html /cody/atherosai/ui/toolbar-02/index.html
562 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toolbar Menu</title>
<meta nam
space_simulator.png /cody/atherosai/ui/tabs-04/assets/space_simulator.png
214 Views
0 Comments
Media file
img2.png /cody/lassiecoder/E-CommerceWebsite/img/img2.png
56 Views
0 Comments
Media file