Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


D_Drum.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/D_Drum.wav
216 Views
0 Comments
Media file
66.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/66.PNG
205 Views
0 Comments
Media file
e64d5ff5.webp /sticker-archive/stickers/e64d5ff5.webp
242 Views
0 Comments
Media file
index.html /cody/vishal-dcode/Github Profile/index.html
153 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
isObject.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/isObject.js
12 Views
0 Comments
'use strict';

/*!
* Determines if `arg` is an object.
*
* @param {Object|Array|String|Function|RegExp|any} arg
* @api priva
Heart in Box /abh/hib.py
593 Views
0 Comments
frames = [
"""


manali.html /ahmads_codes/Marriage Hall Booking/manali.html
458 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
index.html /cody/vishal-dcode/SVG Eye Tracking Animation/index.html
186 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/saslprep/LICENSE
89 Views
0 Comments
Copyright (c) 2014 Dmitry Tsvettsikh

Permission is hereby granted, free of charge, to any person
obtaining a copy of this softw
index.html /cody/swapnilsparsh/30DaysOfJavaScript/99 - BlackJack Game/index.html
460 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

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

style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Sliding Radio Buttons/style.css
242 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
background: #151515;
impl.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/src/bcrypt/impl.js
14 Views
0 Comments
/**
* @type {number}
* @const
* @inner
*/
var BCRYPT_SALT_LEN = 16;

/**
style.css /cody/vishal-dcode/Background Slider/style.css
125 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
once.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/once.js
17 Views
0 Comments
'use strict';

module.exports = function once(fn) {
let called = false;
return function() {
if (called) {
return;

SECURITY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/SECURITY.md
278 Views
0 Comments
# Security Policies and Procedures

## Reporting a Bug

The `send` team and community take all security bugs seriously. Thank yo
zoom.png /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/assets/zoom.png
240 Views
0 Comments
Media file
implement-undo-redo.py /prakhardoneria/GFG/implement-undo-redo.py
158 Views
0 Comments
class Solution:
def __init__(self):
self.history = []
self.future = []

def append(self, x):
sel
tsconfig.json /biisal/biisal/tsconfig.json
13 Views
0 Comments
{
"compilerOptions": {
"target": "ES2017",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
index.html /cody/bradtraversy/50projects50days/testimonial-box-switcher/index.html
392 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
utils.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/express/lib/utils.js
166 Views
0 Comments
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
/djdj/2nd.html
875 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
Dbms Practicle File Q2 /djdj/dbms.sql
867 Views
0 Comments
Q.2 Write a SQl block to create a department table and add the constraints department name, department number and department hea
profile.jpg /cody/atherosai/ui/react-examples/public/images/profile.jpg
213 Views
0 Comments
Media file
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ee-first/package.json
181 Views
0 Comments
{
"name": "ee-first",
"description": "return the first event in a set of ee/event pairs",
"version": "1.1.1",
"author":
react.png /biisal/biisal/public/icons/react.png
11 Views
0 Comments
Media file
CHANGELOG.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/CHANGELOG.md
312 Views
0 Comments
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](htt
LeetCode - Single Number - Python /abh/lc/136.py
372 Views
0 Comments
class Solution:
def singleNumber(self, nums: List[int]) -> int:
return sorted(nums, key=lambda e:nums.count(e))[0]
img_illust_mikuv6.webp /abh/miku-v6.webp
72 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Elastic Image Accordion Using GSAP/style.css
231 Views
0 Comments
body {
height: 100vh;
display: grid;
place-items: center;
margin: 0;
background: linear-gradient(135deg, #295fd5, #9d8
/itintern/WDC/task2/index.html
15 Views
0 Comments
File is locked
utils.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/utils.js
12 Views
0 Comments
'use strict';
const MongoError = require('./core/error').MongoError;
const ReadPreference = require('./core/topologies/read_pref