Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


script.js /cody/bradtraversy/50projects50days/progress-steps/script.js
183 Views
0 Comments
const progress = document.getElementById('progress')
const prev = document.getElementById('prev')
const next = document.getEleme
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/content-disposition/node_modules/safe-buffer/package.json
29 Views
0 Comments
{
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
"version": "5.1.2",
"author": {
"name": "Feross
f5s02uC.png /abh/f5s02uC.png
10 Views
0 Comments
File is locked
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/sift/README.md
170 Views
0 Comments
## validate objects & filter arrays with mongodb queries
[![Build Status](https://secure.travis-ci.org/crcn/sift.js.png)](https:
sonner.tsx /biisal/biisal/components/ui/sonner.tsx
89 Views
0 Comments
"use client"

import { useTheme } from "next-themes"
import { Toaster as Sonner } from "sonner"

type ToasterProps = React.Compo
Mc /djdj/mc.html
1116 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
ch6.jpg /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/images/ch6.jpg
299 Views
0 Comments
Media file
boultt.jpg /ahmads_codes/E-Commerce Hub/boultt.jpg
286 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/MENUS/Full Page Navigation/index.html
455 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/path-to-regexp/package.json
47 Views
0 Comments
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "0.1.7",
"files": [
"i
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/index.d.ts
261 Views
0 Comments
declare const _exports: (o: {}, p: PropertyKey) => p is never;
export = _exports;
//# sourceMappingURL=index.d.ts.map
style.css /cody/swapnilsparsh/30DaysOfJavaScript/94 - Windows 11 Clone/style.css
306 Views
0 Comments
*{
margin: 0;
padding: 0;
}

body{
/* background-image: url('bg.jpeg');
background-size: cover; */
LeetCode - Check if the Sentence Is Pangram - Python /abh/lc/1832.py
499 Views
0 Comments
class Solution:
def checkIfPangram(self, sentence: str) -> bool:
return len(set(sentence)) == 26
107.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/107.PNG
263 Views
0 Comments
Media file
bootstrap.min.css /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/css/bootstrap.min.css
283 Views
0 Comments
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
node.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/debug/src/node.js
9 Views
0 Comments
/**
* Module dependencies.
*/

var tty = require('tty');
var util = require('util');

/**
64925219-1FD0-454B-9D05-B15C059ECF8E.webp /amar/lookingupchibiarchive/64925219-1FD0-454B-9D05-B15C059ECF8E.webp
46 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Bouncing Ball Animation/index.html
556 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Changing Background Gradient Animation/style.css
198 Views
0 Comments
* {
box-sizing: border-box;
}

html,
body {
margin: 0 auto;
height: 100%;
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/content-type/HISTORY.md
400 Views
0 Comments
1.0.5 / 2023-01-29
==================

* perf: skip value escaping when unnecessary

1.0.4 / 2017-09-11
==================

script.js /cody/bradtraversy/50projects50days/pokedex/script.js
211 Views
0 Comments
const poke_container = document.getElementById('poke-container')
const pokemon_count = 150
const colors = {
fire: '#FDDFDF',
f0wn0tgiuj.js /amar/umeassets/f0wn0tgiuj.js
118 Views
0 Comments
//YsCHpnZEhIOYt7svECQuP4JLCDyMoLczmCjVd4opdSNDtf5qqRXKjhPBsEmD3ZYmnMOeZEPqu0WUfbd8Ya5sj8aoVc0xwTjgceBVC1D7eOtA4LHOpExjCXy2vi3nql
Bishop.js /cody/69PercentFat/Js-Chess/pieces/Bishop.js
270 Views
0 Comments
class Bishop extends Piece {
constructor(position, name) {
super(position, 'bishop', name);
}

getAllowedMoves() {
return
Web capture_10-4-2022_71211_127.0.0.1.jpeg /cody/swapnilsparsh/30DaysOfJavaScript/122 - GitHub/img/Web capture_10-4-2022_71211_127.0.0.1.jpeg
227 Views
0 Comments
Media file
App.jpg /shubh/App.jpg
248 Views
0 Comments
Media file
833d1282.webp /sticker-archive/stickers/833d1282.webp
29 Views
0 Comments
Media file
Page Replacment Algotithems in Python /abh/pra.py
818 Views
2 Comments
# Page Replacment Smulator

def FIFO(string: list["anything"], frames=3):
page = [None]*frames
pages = []
statu
aggregate.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/aggregate.js
26 Views
0 Comments
'use strict';

const CommandOperationV2 = require('./command_v2');
const MongoError = require('../core').MongoError;
const maxWi
Veg-Manchurian-2.jpg /khushi/Mine's Restaurant/Veg-Manchurian-2.jpg
248 Views
0 Comments
Media file
Delete-The-Record.php /djdj/php//Programs/Delete-The-Record.php
165 Views
0 Comments
<?php

// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "f
index.html /cody/swapnilsparsh/30DaysOfJavaScript/15 - Joke Generator/index.html
640 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

MainKhiladi-Selfiee.mp3 /djdj/songs/MainKhiladi-Selfiee.mp3
255 Views
0 Comments
Media file