Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


settings.svg /cody/atherosai/ui/sidebar-03/assets/settings.svg
305 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="#F8F7FD" fill="none"
LeetCode - Sorting the Sentence - Python /abh/lc/1859.py
376 Views
0 Comments
class Solution:
def sortSentence(self, s: str) -> str:
return " ".join([w[:-1] for w in sorted(s.split(), key=lamb
script.js /cody/atherosai/ui/snackbar-02/script.js
202 Views
0 Comments

const notification = document.querySelector('.notification');
const button = document.querySelector('.trigger-button');

const
app.js /cody/vishal-dcode/Progress Steps/app.js
51 Views
0 Comments
const progress = document.getElementById("progress");
const prev = document.getElementById("prev");
const next = document.getEle
dbms_index.pdf /djdj/dbms_index.pdf
621 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/116 - Simple Library Management/script.js
217 Views
0 Comments
displayNotes(); //As the browser open it show all the stored books

let libraryForm = document.getElementById('libraryForm');

l
b0cb50ef.webp /sticker-archive/stickers/b0cb50ef.webp
196 Views
0 Comments
Media file
pic10.jpg /cody/Shubhajiit/3D-Gallary/pic10.jpg
153 Views
0 Comments
Media file
autumn_forest.jpg /cody/atherosai/ui/parallax-01/assets/autumn_forest.jpg
210 Views
0 Comments
Media file
Music.js /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/Music.js
273 Views
0 Comments
let play = document.getElementById("Play");
let previous = document.getElementById("Previous");
let next = document.getElementBy
enemycar2.png /cody/swapnilsparsh/30DaysOfJavaScript/76 - Car Game/enemycar2.png
175 Views
0 Comments
Media file
cover.jpg /cody/Aryan-Barodwal/spotify-clone/songs/Bright_(mood)/cover.jpg
164 Views
0 Comments
Media file
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/unpipe/index.js
175 Views
0 Comments
/*!
* unpipe
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

e263b870.webp /sticker-archive/stickers/e263b870.webp
63 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 01/index.html
447 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
hdd.html /abh/qr-gift/hdd.html
246 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Download Hard Drive Space</title>
<link r
String.php /djdj/php/Programs/Programs/String.php
543 Views
0 Comments
<?php

$name = 'SabkaCode';
echo $name; //simple print name
echo "\n";
echo "The length of string ".strlen($name
app.js /cody/swapnilsparsh/30DaysOfJavaScript/85 - Menu Filter/app.js
293 Views
0 Comments
const menu = [
{
id: 1,
title: "buttermilk pancakes",
category: "breakfast",
price: 15.99,
img: "./images/
style.css /cody/swapnilsparsh/30DaysOfJavaScript/90 - Guess the Number/style.css
205 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

* {
padding: 0;
margin: 0;
box-
style.css /cody/solygambas/html-css-javascript-projects/088-promo code/style.css
179 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");

* {
box-sizing: border-box;
}

body {
background
index.html /cody/vishal-dcode/Drag N Drop/index.html
125 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /karbonsites/priyanshu20080/bingoit/style.css
28 Views
0 Comments
/* --- 1. BASE & THEME SETUP --- */
:root {
/* Light Theme Defaults */
--color-bg: #f9f9f9;
--color-surface: #ffffff
scrabble.png /cody/swapnilsparsh/30DaysOfJavaScript/24 - Word Counter/assets/scrabble.png
207 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/069-infinite scroll posts/index.html
519 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
array.c /abh/learning/c/BPPL/Phase-1/memory/array.c
182 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>

void print_int_array(int array[], int len) {
printf("[");
for (int i=0; i<l
3.png /cody/swapnilsparsh/30DaysOfJavaScript/208 - Pig Dice Game/assets/3.png
189 Views
0 Comments
Media file
popper.min.js /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/js/popper.min.js
219 Views
0 Comments
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Beautiful Aurora Effect/style.css
181 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");

:root {
--bg: #000000;
--clr-1: #0
style.css /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Menu Right/style.css
195 Views
0 Comments
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Barlow", sans-serif;
}

.wrapper {
README.md /cody/Khushigupta8/Hotel-Management-Webpage/README.md
301 Views
0 Comments
# Hotel-Management-Webpage
Hotel Booking Webpage: Dive into the world of HTML, CSS, and a touch of JavaScript with this college
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/proxy-addr/package.json
26 Views
0 Comments
{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "2.0.6",
"author": "Douglas Ch
Random Anime Profile /cody/swapnilsparsh/30DaysOfJavaScript/74 - Random Anime Profile/index.html
474 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed