Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


script.js /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/script.js
262 Views
0 Comments

var start = document.getElementById('start');
var reset = document.getElementById('reset');
var pause = document.getElementById
index.html /cody/vishal-dcode/Responsive Accordion/index.html
266 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/forwarded/index.js
30 Views
0 Comments
/*!
* forwarded
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

index.html /karbonsites/userid/index.html
326 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
Day 60 /djdj/challange/day60
127 Views
0 Comments
class Solution {
public:
vector<int> twoSum(vector<int>& nums, int target) {
for(int i=0;i<nums.size();i++){

6b17b20c.webp /sticker-archive/stickers/6b17b20c.webp
427 Views
0 Comments
Media file
max-sum-subarray-of-size.py /prakhardoneria/GFG/max-sum-subarray-of-size.py
278 Views
0 Comments
class Solution:
def maxSubarraySum(self, arr, k):
n = len(arr)
if n < k:
return 0


lcov.info /cody/lassiecoder/mutual-funding-app/server/node_modules/sift/coverage/lcov.info
112 Views
0 Comments
TN:
SF:/Users/crcn/Developer/public/sift.js/sift.js
FN:10,(anonymous_1)
FN:17,isFunction
FN:24,isArray
FN:31,comparable
FN:43,ge
wrong.mp3 /cody/bradtraversy/50projects50days/sound-board/sounds/wrong.mp3
284 Views
0 Comments
Media file
script.js /karbonsites/prakhardoneria/20d64f39-a670-4410-af80-65a17c58c67c/b459d3e3-35d4-4600-a19f-f2d7f6384223/script.js
73 Views
0 Comments
let scene, camera, renderer, particles, geometry, material, controls;
let clock = new THREE.Clock();
let expansionFactor = 1.0;

index.html /cody/atherosai/ui/dropdown-menu-03/index.html
786 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 03</title>
<link rel=
security.html /karbonsites/halejal874/hydro/security.html
122 Views
0 Comments
<!DOCTYPE html><html lang='en'><head><meta charset='UTF-8'><title>Clearance | H-Zero</title><link rel='stylesheet' href='style.c
index.html /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/index.html
675 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

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

LeetCode - Max Sum of a Pair With Equal Sum of Digits - Python /abh/lc/2342.py
443 Views
0 Comments
class Solution:
def digit_sum(self, num) -> int:
s = 0
for d in str(num):
s += int(d)

style.scss /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Drag And Drop Tabs/style.scss
398 Views
0 Comments
:root {
--background: #edeef7;
--gray: #edeef7;
--white: #ffffff;
--poppins: "Poppins", sans-serif;
--shadow-opacity:
style.css /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/style.css
249 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: #19172e;
height: 100vh;
package-lock.json /cody/Khushigupta8/Hotel-Management-Webpage/package-lock.json
360 Views
0 Comments
{
"name": "khushi",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name":
06.png /cody/iCriptSnappie/flutter_portfolio/assets/projects/06.png
249 Views
0 Comments
Media file
documentarray.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/types/documentarray.js
24 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const CoreMongooseArray = require('./core_array');
const Document = require('../
index.html /cody/atherosai/ui/profile-cards-01/index.html
601 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<meta name="view
Day 66 /djdj/challange/day66.py
105 Views
0 Comments
class Solution(object):
def permute(self, nums):
"""
:type nums: List[int]
:rtype: List[List[int]]

menu.c /abh/learning/c/BPPL/Phase-2/combo_menu/menu.c
296 Views
0 Comments
#include <ncurses.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


char *get_item_name(int *number) {

index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Hopping Radio Button MI/index.html
388 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
Mako.png /amar/lookingupchibiarchive/Mako.png
42 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 04/style.css
220 Views
0 Comments
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
}

.hamburger {
index.html /cody/atherosai/ui/socials-01/index.html
557 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Buttons</title>
<meta

ipaddr.js.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ipaddr.js/lib/ipaddr.js.d.ts
238 Views
0 Comments
declare module "ipaddr.js" {
type IPv4Range = 'unicast' | 'unspecified' | 'broadcast' | 'multicast' | 'linkLocal' | 'loopbac
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/LICENSE
476 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>

Permission is hereby granted, fr
c53e4367.webp /sticker-archive/stickers/c53e4367.webp
221 Views
0 Comments
Media file
amritshar.html /ahmads_codes/Marriage Hall Booking/amritshar.html
575 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
README.md /ravi4/diving/README.md
133 Views
0 Comments
# The Caribbean Diving Encyclopedia 2025

<p align="center">
<img alt="License: MIT" src="https://img.shields.io/badge/License
style.css /karbonsites/amanbabuhemant/test/style.css
107 Views
0 Comments
:root {
--color-primary: #1e8449; /* Deep Forest Green */
--color-secondary: #2ecc71; /* Bright Mint Green */
--colo