Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/swapnilsparsh/30DaysOfJavaScript/124 - Lyrics Search App/index.html
407 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="uts-8">
<title>OLX Clone</title>
<link rel="stylesheet" href=
images (25).jpeg /cody/ShubhamRoy123/Windows-10/images (25).jpeg
165 Views
0 Comments
Media file
subarrays-with-at-most-k-distinct-integers.py /prakhardoneria/GFG/subarrays-with-at-most-k-distinct-integers.py
72 Views
0 Comments
class Solution:
def countAtMostK(self, arr, k):
if k == 0:
return 0

n = len(arr)

Picsart_24-07-03_21-43-47-908.jpg /cody/ShubhamRoy123/Windows-10/Picsart_24-07-03_21-43-47-908.jpg
334 Views
0 Comments
Media file
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/body-parser/LICENSE
39 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug
style.css /cody/frontendcharm/Mini-Projects/404 ERROR PAGE/Page Not Found MI/style.css
197 Views
0 Comments
html,
body {
height: 100%;
margin: 0;
}

html {
font-size: 62.5%;
LeetCode - Create Hello World Function - JavaScript /abh/lc/2667.js
320 Views
0 Comments
/**
* @return {Function}
*/
var createHelloWorld = function() {

return function(...args) {
return "Hell
mime /cody/lassiecoder/mutual-funding-app/server/node_modules/.bin/mime
42 Views
0 Comments
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
connection_pool.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/cmap/connection_pool.js
9 Views
0 Comments
'use strict';

const Denque = require('denque');
const EventEmitter = require('events').EventEmitter;
const Logger = require('..
d4b4559e.webp /sticker-archive/stickers/d4b4559e.webp
250 Views
0 Comments
Media file
script.js /cody/bradtraversy/50projects50days/notes-app/script.js
154 Views
0 Comments
const addBtn = document.getElementById('add')

const notes = JSON.parse(localStorage.getItem('notes'))

if(notes) {
notes.fo
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/44. Interchangeable Background Color/index.html
99 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
contact.jpg /djdj/contact.jpg
109 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/index.html
468 Views
0 Comments
<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=4SQXOA8Z
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Animated Loading Screen/index.html
479 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
Arjan Vailly Animal 128 Kbps.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/cs/Arjan Vailly Animal 128 Kbps.mp3
215 Views
0 Comments
Media file
index.html /khushi/E com Website/index.html
517 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
style.css /djdj/youtube/animated_acc/style.css
186 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

*,
*::before,
*::after{
margin: 0;
script.js /cody/swapnilsparsh/30DaysOfJavaScript/189 - Fractal Tree Visualizer/script.js
259 Views
0 Comments
//GLOBAL VARIABLES
var context, canvas;
const len = 150;

//CREATES THE BUTTON

//CREATES THE SLIDER
var slider = document.creat
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/get-intrinsic/index.js
189 Views
0 Comments
'use strict';

var undefined;

var $SyntaxError = SyntaxError;
var $Function = Function;
var $TypeError = TypeError;

style.css /cody/swapnilsparsh/30DaysOfJavaScript/168 - Word Guess/style.css
211 Views
0 Comments
/* Variabes */
/* Mixin's */
body {
background: #2ed4d7;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvet
eachAsync.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/cursor/eachAsync.js
9 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const promiseOrCallback = require('../promiseOrCallback');

generators.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/generators.js
9 Views
0 Comments
"use strict";
module.exports = function(Promise,
apiRejection,
INTERNAL,

are_anagrams.py /abh/def/are_anagrams.py
649 Views
0 Comments
def are_anagrams(s1, s2):
if len(s1) != len(s2):
return False
for c in s1:
if s1.count(c) != s2.count(c)
custom-radio.tsx /cody/atherosai/ui/react-examples/pages/custom-radio.tsx
436 Views
0 Comments
import React from 'react';
import Container from '@components/Container';


const CustomRadio = () => {
return <>
<Con
search.svg /cody/Aryan-Barodwal/spotify-clone/img/search.svg
396 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" data-encore-id="icon" role="img" aria-hidden="true" class="Svg-sc-ytk21e-0 iYxpxA search
159.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/159.png
198 Views
0 Comments
Media file
upload.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/gridfs-stream/upload.js
9 Views
0 Comments
'use strict';

var core = require('../core');
var crypto = require('crypto');
var stream = require('stream');
var util = require
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/11 - Color Picker/font/sans.ttf
248 Views
0 Comments
Media file
style.css.map /cody/frontendcharm/Mini-Projects/LOADERS/Loading Text Animation/style.css.map
314 Views
0 Comments
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAGA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;E
sbcs-codec.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-codec.js
185 Views
0 Comments
"use strict";
var Buffer = require("safer-buffer").Buffer;

// Single-byte codec. Needs a 'chars' string parameter that contains
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/merge-descriptors/README.md
63 Views
0 Comments
# Merge Descriptors

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][tr