Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/express/LICENSE
55 Views
0 Comments
(The MIT License)

Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2013-2014 Roman Shtylman <shtylman+
style.css /cody/frontendcharm/Mini-Projects/MENUS/Circular Material Menu MI/style.css
201 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #222224;
height: 100vh;
width: 100vw;
style.scss /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Check Cross Toggle Icon MI/style.scss
284 Views
0 Comments
$color: #fff;

html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}

* {
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/toidentifier/package.json
55 Views
0 Comments
{
"name": "toidentifier",
"description": "Convert a string of words to a JavaScript identifier",
"version": "1.0.0",
"au
inspector-log.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/debug/src/inspector-log.js
186 Views
0 Comments
module.exports = inspectorLog;

// black hole
const nullStream = new (require('stream').Writable)();
nullStream._write = () => {
blue.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/sounds/blue.mp3
224 Views
0 Comments
Media file
len.py /abh/def/len.py
573 Views
0 Comments
def len(obj) -> int:
c = 0
while obj:
c += 1
obj = obj[1:]
return c

def len(obj) -> int:
style.css /cody/solygambas/html-css-javascript-projects/015-incrementing counter/style.css
228 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");

* {
box-sizing: border-box;
}

body {
bac
p2.jpg /ahmads_codes/Marriage Hall Booking/p2.jpg
188 Views
0 Comments
Media file
cfdf761e.webp /sticker-archive/stickers/cfdf761e.webp
263 Views
0 Comments
Media file
index.html /cody/vishal-dcode/Button Ink Effect/index.html
249 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/bradtraversy/50projects50days/random-image-generator/style.css
138 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
tsconfig.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sift/tsconfig.json
63 Views
0 Comments
{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"module": "commonjs",
"allowSyntheticDefau
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Colorful Ripple Effect/style.css
202 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin:
circular.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/example/circular.js
163 Views
0 Comments
'use strict';

var inspect = require('../');
var obj = { a: 1, b: [3, 4] };
obj.c = obj;
console.log(inspect(obj));

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 {
home-coffee.png /vinay5ain/coffee-website/assets/img/home-coffee.png
125 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/11. Scrollbar/index.html
76 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
141.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/141.png
225 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/CheckCross Custom Toggle/style.css
197 Views
0 Comments
body {
background: #87aade;
display: grid;
place-items: center;
height: 100vh;
}

* {
script.js /cody/atherosai/ui/drag-and-drop-01/script.js
220 Views
0 Comments
const dragAndDropItems = document.getElementById(
'team-members'
);

new Sortable(dragAndDropItems, {
animation: 350,

LeetCode - Print in Order - Python /abh/lc/1114.py
382 Views
0 Comments
from time import sleep

class Foo:
def __init__(self):
self.last_print = 0


def first(self, printFirst:
style.css /cody/bradtraversy/50projects50days/mobile-tab-navigation/style.css
139 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
box-sizing: border-box;
}

body {
backgr
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/node_modules/ms/package.json
16 Views
0 Comments
{
"name": "ms",
"version": "2.1.2",
"description": "Tiny millisecond conversion utility",
"repository": "zeit/ms",
"ma
style.css /cody/swapnilsparsh/30DaysOfJavaScript/110 - Pixel to em Converter/style.css
186 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
padding: 0;
margin: 0;

csavatar.png /cody/MuthuPandi-1963/Typing_Prowess/csavatar.png
251 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/013-random choice picker/style.css
251 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

* {
box-sizing: border-box;
}

body {
background
AlertBox.html /shubh/javascript/AlertBox.html
683 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/57 - Quiz App/css/styles.css
187 Views
0 Comments
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}

section{
width: 100%;
index.html /cody/atherosai/ui/menu-03/index.html
536 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
jupiter.png /djdj/youtube/images/jupiter.png
235 Views
0 Comments
Media file
readme /cody/swapnilsparsh/30DaysOfJavaScript/145 - Number Facts/readme
401 Views
0 Comments