Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Q2667_Create_Hello_World_Function.js /djdj/me/problems/leetcode/Q2667_Create_Hello_World_Function.js
356 Views
0 Comments
var createHelloWorld = function() {

return function(...args) {
return "Hello World"
}
};

style.css /cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/style.css
246 Views
0 Comments
body{
overflow: hidden;
background: url(https://images.pexels.com/photos/235985/pexels-photo-235985.jpeg?auto=compress&cs=tiny
login.html /tanishkak/login.html
707 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Folding Cube Loader/index.html
380 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
index.html /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/index.html
441 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
rick-roll.mp4 /abh/qr-gift/rick-roll.mp4
451 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/166 - Coin Game/style.css
206 Views
0 Comments
grid {
display: grid;
grid: repeat(8, 1fr)/repeat(10, 1fr);
margin: 10px auto 0;
position: relative;
cursor: pointer;

melissa.jpg /cody/atherosai/ui/table-03/assets/melissa.jpg
273 Views
0 Comments
Media file
script.js /cody/bradtraversy/50projects50days/drag-n-drop/script.js
158 Views
0 Comments
const fill = document.querySelector('.fill')
const empties = document.querySelectorAll('.empty')

fill.addEventListener('dragsta
script.js /cody/solygambas/html-css-javascript-projects/041-verify account UI/script.js
281 Views
0 Comments
const codes = document.querySelectorAll(".code");

codes[0].focus();

codes.forEach((code, index) => {
code.addEventListener("
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/express/lib/router/index.js
191 Views
0 Comments
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
hello-world.py /demo/code/hello-world.py
682 Views
1 Comments
print("Hello, World!")
script.js /cody/bradtraversy/50projects50days/double-click-heart/script.js
159 Views
0 Comments
const loveMe = document.querySelector('.loveMe')
const times = document.querySelector('#times')

let clickTime = 0
let timesClic
README.md /cody/swapnilsparsh/30DaysOfJavaScript/203- N Queen Visualizer/README.md
295 Views
0 Comments
# N-Queen Visualiser

- The N-Queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/19. Color Toggler/app.js
29 Views
0 Comments
let toggler = document.getElementById("switch");

toggler.addEventListener("click", () => {
// if (toggler.checked === true)
topology.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/sdam/topology.js
18 Views
0 Comments
'use strict';
const Denque = require('denque');
const EventEmitter = require('events');
const ServerDescription = require('./ser
cart-01.jpg /khushi/E com Website/assets/images/cart-01.jpg
152 Views
0 Comments
Media file
roboto-v20-latin-700.woff2 /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-700.woff2
291 Views
0 Comments
Media file
script.js /cody/bradtraversy/50projects50days/auto-text-effect/script.js
189 Views
0 Comments
const textEl = document.getElementById('text')
const speedEl = document.getElementById('speed')
const text = 'We Love Programmin
product-04.jpg /khushi/E com Website/assets/images/product-04.jpg
182 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/script.js
282 Views
0 Comments
/*
@ cm = computer player
@ us = User Player
@ Cannon = can
*/
let userCanX = 185;
let userCanY = 0;
let fireTime
rain.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/rain.jpg
154 Views
0 Comments
Media file
LeetCode - Element Appearing More Than 25% In Sorted Array - Python /abh/lc/1287.py
294 Views
0 Comments
class Solution:
def findSpecialInteger(self, arr: List[int]) -> int:
l = len(arr)
t = l / 4
freq
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/objectid.js
4 Views
0 Comments
// Custom inspect property name / symbol.
var inspect = 'inspect';

var utils = require('./parser/utils');

/**
* Machine id.

style.css /cody/atherosai/ui/accordion-04/style.css
172 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

:root {
--white: #FFF;
--background: #060D23;

Home.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Home.js
10 Views
0 Comments
import React from 'react'
import {Link} from 'react-router-dom'
import Fundingdata from '../Jsondata/Fundingdata.json'

const Ho
155.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/155.png
197 Views
0 Comments
Media file
ab67706f000000026125e14e8384f5312339e67e.jpeg /cody/Aryan-Barodwal/spotify-clone/img/ab67706f000000026125e14e8384f5312339e67e.jpeg
179 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/006-scroll animation/index.html
497 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
index.html /cody/atherosai/ui/pricing-02/index.html
537 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pricing Cards</title>
<meta n
long.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/long.js
2 Views
0 Comments
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Li
about.html /karbonsites/echikumbi07/the-cloud/about.html
8 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia