Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


script.js /cody/swapnilsparsh/30DaysOfJavaScript/191 - Dot Connect Game/script.js
276 Views
0 Comments
const initialState = {
player: 'yellow',
winner: false,
board: [[0,0,0,0,0,0,0],
[0,0,0,0,0,0,0],
[0,0
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/77. Random Cat Images/index.html
140 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
chatgpt2.jpg /cody/MuthuPandi-1963/Typing_Prowess/chatgpt2.jpg
221 Views
0 Comments
Media file
spotifydown.com - I Ain't Worried.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Bright_(mood)/spotifydown.com - I Ain't Worried.mp3
232 Views
0 Comments
Media file
portfolio/badges/pe_award_03.png /abh/portfolio/badges/pe_award_03.png
397 Views
0 Comments
Media file
ionicons.min.css /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/fonts/ionicons.min.css
198 Views
0 Comments
@charset "UTF-8";/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.
test.js /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/test.js
15 Views
0 Comments
var alloc = require('buffer-alloc')
var tape = require('tape')
var bitfield = require('./')

tape('set and get', function (t) {

app.js /cody/vishal-dcode/Animated Countdown/app.js
77 Views
0 Comments
const nums = Array.from(document.querySelectorAll(".nums span"));
const counter = document.querySelector(".counter");
const fina
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/bytes/LICENSE
116 Views
0 Comments
(The MIT License)

Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2015 Jed Watson <jed.watson@me.com>
summer.jpg /cody/atherosai/ui/accordion-03/images/summer.jpg
262 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Random Image Feed/style.css
81 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
font-fam
favicon.png /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/images/favicon.png
251 Views
0 Comments
Media file
D_Drum.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/D_Drum.wav
234 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/52. Rounded Navbar/app.js
76 Views
0 Comments
document.querySelector(".navbar-btn").addEventListener("click", () => {
document.querySelector(".navbar-wrapper").classList.to
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Crazy Button Shape/style.css
174 Views
0 Comments
body {
background: #17181c;
display: grid;
place-items: center;
height: 100vh;
}

.div-container {
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/mime-db/package.json
217 Views
0 Comments
{
"name": "mime-db",
"description": "Media Type Database",
"version": "1.52.0",
"contributors": [
"Douglas Christoph
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/unpipe/HISTORY.md
322 Views
0 Comments
1.0.0 / 2015-06-14
==================

* Initial release

LeetCode - Number of Laser Beams in a Bank - C# /abh/lc/2125.cs
587 Views
1 Comments
public class Solution {
public int NumberOfBeams(string[] bank) {
int pre_lesers = 0;
int beams = 0;

Hththththththththt.html /amar/Ththththhtth.html
505 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
index.html /cody/swapnilsparsh/30DaysOfJavaScript/167 - Math Game/index.html
508 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Math Game</title>
<link rel='stylesheet' href='http
History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/cookie-signature/History.md
108 Views
0 Comments
1.0.6 / 2015-02-03
==================

* use `npm test` instead of `make test` to run tests
* clearer assertion messages when ch
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Scroll Down Mouse Icon Animation/style.css
199 Views
0 Comments
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}

.mouse-icon {
Icon-App-60x60@3x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
91 Views
0 Comments
Media file
LeetCode - Number of Ways to Split Array - Python /abh/lc/2270.py
493 Views
0 Comments
class Solution:
def waysToSplitArray(self, nums: List[int]) -> int:
c = 0
ls = 0
rs = sum(nums)
script.js /cody/swapnilsparsh/30DaysOfJavaScript/184 - Pattern Generator/script.js
268 Views
0 Comments
const angleInput = document.querySelector('[data-input="range"]')
const thicknessInput = document.querySelector('[data-input="th
index.html /cody/solygambas/html-css-javascript-projects/037-pokedex/index.html
505 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/50projects50days/feedback-ui-design/script.js
141 Views
0 Comments
const ratings = document.querySelectorAll('.rating')
const ratingsContainer = document.querySelector('.ratings-container')
const
Git Magic CSS /cody/gitmagic/css
850 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url('https://fonts.googleapis
LeetCode - Guess Number Higher or Lower - Go /abh/lc/374.go
380 Views
0 Comments
/**
* Forward declaration of guess API.
* @param num your guess
* @return -1 if num is higher than the picked nu
Capture.PNG /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/Capture.PNG
222 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/048-random image generator/style.css
197 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/LICENSE
446 Views
0 Comments
(The MIT License)

Copyright (c) 2012 TJ Holowaychuk
Copyright (c) 2014-2022 Douglas Christopher Wilson

Permission is hereby gr