Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/The Nintendo 64 (N64) 3D Logo Using Three.js/style.css
230 Views
0 Comments
body {
margin: 0;
overflow: hidden;
}

canvas {
width: 100%;
height: 100%
styles.css /vinay5ain/coffee-website/assets/css/styles.css
145 Views
0 Comments
/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:w
SabkaCode /djdj/sabkacode.png
614 Views
0 Comments
Media file
distinct.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/distinct.js
31 Views
0 Comments
'use strict';

const Aspect = require('./operation').Aspect;
const defineAspects = require('./operation').defineAspects;
const C
style.css /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/style.css
206 Views
0 Comments

body {
color: white;
overflow: hidden !important;
}

.mymain {
height: 90vh;
index.html /cody/vishal-dcode/Dad Jokes/index.html
362 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/176 - Dot Target Game/preview.gif
262 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/README.md
196 Views
0 Comments
# buffer-equal-constant-time

Constant-time `Buffer` comparison for node.js. Should work with browserify too.

[![Build Status]
18.txt /coderai/18.txt
967 Views
0 Comments

**About:**

Coderai is an AI-powered coding assistant that helps developers write better code, faster.

**Profile Highlights:**
script.js /cody/solygambas/html-css-javascript-projects/018-background slider/script.js
312 Views
0 Comments
const body = document.body;
const slides = document.querySelectorAll(".slide");
const leftButton = document.getElementById("left
MikuBaumkuchen.png /amar/lookingupchibiarchive/MikuBaumkuchen.png
44 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/style.css
229 Views
0 Comments
* {
box-sizing: border-box;
}
body {

font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direct
TetoLiarMacaronRussia.png /amar/lookingupchibiarchive/TetoLiarMacaronRussia.png
43 Views
0 Comments
Media file
key22.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key22.mp3
325 Views
0 Comments
Media file
LeetCode - Sqrt(x) - Go /abh/lc/69.go
440 Views
0 Comments
func mySqrt(x int) int {
for n := range x+1 {
if n*n >= x || (n+1)*(n+1) > x {
return n
}
}
return 0
}
String.php /djdj/php/Programs/Programs/String.php
687 Views
0 Comments
<?php

$name = 'SabkaCode';
echo $name; //simple print name
echo "\n";
echo "The length of string ".strlen($name
style.css /cody/solygambas/html-css-javascript-projects/029-double click heart/style.css
248 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

* {
box-sizing: border-box;
}

body {
font-fam
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/test/index.js
171 Views
0 Comments
'use strict';

var test = require('tape');

var hasPropertyDescriptors = require('../');

var sentinel = {};

index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/setprototypeof/index.d.ts
251 Views
0 Comments
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;

b9d5eaa6.webp /sticker-archive/stickers/b9d5eaa6.webp
289 Views
0 Comments
Media file
Clock /djdj/youtube/clock.html
529 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/package.json
306 Views
0 Comments
{
"name": "object-inspect",
"version": "1.13.1",
"description": "string representations of objects in node and the browser
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/style.css
88 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

body {
height: 100vh;
Icon-App-40x40@1x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
196 Views
0 Comments
Media file
LeetCode - Number of Recent Calls - Go /abh/lc/933.go
444 Views
0 Comments
type RecentCounter struct {
pings []int
}


func Constructor() RecentCounter {
var rc RecentCounter
return rc
ui.png /djdj/ITintern 2.O/home3/images/ui.png
188 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/215 - Lorem Ipsum Generator/style.css
223 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;

}

body {
toyota.png /cody/atherosai/ui/table-02/assets/toyota.png
287 Views
0 Comments
Media file
index_socials.html /cody/atherosai/ui/dropdown-menu-05/index_socials.html
509 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Glowing Gradient Effect On Mouse Move/style.css
216 Views
0 Comments
body {
background-color: #151515;
height: 100vh;
margin: 0;
overflow: hidden;
}

@keyframes rotate {
notFound.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/error/notFound.js
27 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const MongooseError = require('./');
const util = require('util');
offer-banner-2.jpg /cody/codewithsadee/glowing/assets/images/offer-banner-2.jpg
257 Views
0 Comments
Media file