HTMLify your dreams
style.css
/cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/The Nintendo 64 (N64) 3D Logo Using Three.js/style.css
body {
margin: 0;
overflow: hidden;
}
canvas {
width: 100%;
height: 100%
margin: 0;
overflow: hidden;
}
canvas {
width: 100%;
height: 100%
/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:w
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:w
distinct.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/distinct.js
'use strict';
const Aspect = require('./operation').Aspect;
const defineAspects = require('./operation').defineAspects;
const C
const Aspect = require('./operation').Aspect;
const defineAspects = require('./operation').defineAspects;
const C
body {
color: white;
overflow: hidden !important;
}
.mymain {
height: 90vh;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
README.md
/cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/README.md
# buffer-equal-constant-time
Constant-time `Buffer` comparison for node.js. Should work with browserify too.
[![Build Status]
Constant-time `Buffer` comparison for node.js. Should work with browserify too.
[![Build Status]
**About:**
Coderai is an AI-powered coding assistant that helps developers write better code, faster.
**Profile Highlights:**
const body = document.body;
const slides = document.querySelectorAll(".slide");
const leftButton = document.getElementById("left
const slides = document.querySelectorAll(".slide");
const leftButton = document.getElementById("left
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direct
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direct
func mySqrt(x int) int {
for n := range x+1 {
if n*n >= x || (n+1)*(n+1) > x {
return n
}
}
return 0
}
for n := range x+1 {
if n*n >= x || (n+1)*(n+1) > x {
return n
}
}
return 0
}
<?php
$name = 'SabkaCode';
echo $name; //simple print name
echo "\n";
echo "The length of string ".strlen($name
$name = 'SabkaCode';
echo $name; //simple print name
echo "\n";
echo "The length of string ".strlen($name
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
* {
box-sizing: border-box;
}
body {
font-fam
* {
box-sizing: border-box;
}
body {
font-fam
index.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/test/index.js
'use strict';
var test = require('tape');
var hasPropertyDescriptors = require('../');
var sentinel = {};
var test = require('tape');
var hasPropertyDescriptors = require('../');
var sentinel = {};
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;
export = setPrototypeOf;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
{
"name": "object-inspect",
"version": "1.13.1",
"description": "string representations of objects in node and the browser
"name": "object-inspect",
"version": "1.13.1",
"description": "string representations of objects in node and the browser
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100vh;
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
Media file
type RecentCounter struct {
pings []int
}
func Constructor() RecentCounter {
var rc RecentCounter
return rc
pings []int
}
func Constructor() RecentCounter {
var rc RecentCounter
return rc
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
<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
body {
background-color: #151515;
height: 100vh;
margin: 0;
overflow: hidden;
}
@keyframes rotate {
background-color: #151515;
height: 100vh;
margin: 0;
overflow: hidden;
}
@keyframes rotate {
'use strict';
/*!
* Module dependencies.
*/
const MongooseError = require('./');
const util = require('util');
/*!
* Module dependencies.
*/
const MongooseError = require('./');
const util = require('util');