Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


script.js /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/script.js
206 Views
0 Comments
let button = document.getElementById('btn');

button.addEventListener('click', function(){
const gram = parseInt(document.ge
node.js /cody/lassiecoder/mutual-funding-app/server/node_modules/debug/node.js
11 Views
0 Comments
module.exports = require('./src/node');

script.js /cody/swapnilsparsh/30DaysOfJavaScript/10 - Emoji Switcher like Discord/script.js
233 Views
0 Comments
const btn = document.getElementById('emoji-btn');

const emojis = [];


const emojiAddFunction = async () => {

let res
logo-insta.png /cody/MuthuPandi-1963/Typing_Prowess/logo-insta.png
313 Views
0 Comments
Media file
OTP Generator.htm /shubh/OTP Generator.htm
749 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
temp.c /abh/learning/c/BPPL/Phase-2/sensor_input/temp.c
240 Views
0 Comments
/* I just created this simulation type, this wasn't a requirement */

#include <stdio.h>
#include <stdbool.h>
#include <stri
Day 21 /djdj/challange/day21.sql
46 Views
0 Comments
# Write your MySQL query statement below
select email from person
group by email
having count(email) > 1;
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/node_modules/safe-buffer/index.js
4 Views
0 Comments
/* eslint-disable node/no-deprecated-api */
var buffer = require('buffer')
var Buffer = buffer.Buffer

// alternative to using O
/itintern/WebDev/WDD/MadhuriSadashivLondhe/task-1.html
5 Views
0 Comments
File is locked
29428704.webp /sticker-archive/stickers/29428704.webp
53 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Shaking Button Animation On Hover/index.html
452 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
w01.png /cody/iCriptSnappie/flutter_portfolio/assets/projects/w01.png
135 Views
0 Comments
Media file
cover.jpg /cody/Aryan-Barodwal/spotify-clone/songs/Chill_(mood)/cover.jpg
182 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/027-toast notification/index.html
588 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
eye.svg /cody/atherosai/ui/input-01/eye.svg
356 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye" width="24" height="24" viewBox="0 0 24 24" stro
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Loading Spinner Animation/style.css
219 Views
0 Comments
body {
height: 100vh;
display: grid;
place-items: center;
background: #151515;
}

button {
index.html /cody/vishal-dcode/Scroll Animation/index.html
222 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
2b193f71.webp /sticker-archive/stickers/2b193f71.webp
92 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/036-hoverboard/index.html
499 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
Main.storyboard /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Base.lproj/Main.storyboard
389 Views
0 Comments
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" ve
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Color Changing Radio Slider/style.css
203 Views
0 Comments
* {
margin: 0;
padding: 0;
}

body {
background: #151515;
color: #fff;
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Elastic Image Accordion Using GSAP/index.html
435 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>E
image6.jpg /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/img/nature/image6.jpg
169 Views
0 Comments
Media file
DBMS Practical File /djdj/dbms.txt
1165 Views
0 Comments
Q1. Write a SQL block to display electricity bill for the consumer. Database should consist of consumer number, address, and un
style.css /cody/vishal-dcode/Loading Image/style.css
145 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", "Franklin Gothic Medium", "Arial Nar
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/forwarded/README.md
253 Views
0 Comments
# forwarded

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-ve
mquery.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/lib/mquery.js
10 Views
0 Comments
'use strict';

/**
* Dependencies
*/

var slice = require('sliced');
var assert = require('assert');
twitter.svg /cody/atherosai/ui/footer-01/assets/twitter.svg
373 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#111420" stroke-width="2"
script.js /cody/swapnilsparsh/30DaysOfJavaScript/26 - Calculator/script.js
279 Views
0 Comments
//
let display = document.getElementById('display');
let buttons = Array.from(document.getElementsByClassName('button'));
button
Sugar.jpg /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/images/Sugar.jpg
232 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Download Progress Micro Interaction/index.html
381 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>D
188.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/188.png
211 Views
0 Comments
Media file