HTMLify your dreams
/* default styling for the document */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* setting the fonts and back
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* setting the fonts and back
sbcs-codec.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-codec.js
"use strict";
var Buffer = require("safer-buffer").Buffer;
// Single-byte codec. Needs a 'chars' string parameter that contains
var Buffer = require("safer-buffer").Buffer;
// Single-byte codec. Needs a 'chars' string parameter that contains
index.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/test/index.js
'use strict';
var test = require('tape');
var v = require('es-value-fixtures');
var forEach = require('for-each');
var inspect
var test = require('tape');
var v = require('es-value-fixtures');
var forEach = require('for-each');
var inspect
MIT License
Copyright (c) 2025 Shubhajit Basak
Permission is hereby granted, free of charge, to any person obtaining a copy
of
Copyright (c) 2025 Shubhajit Basak
Permission is hereby granted, free of charge, to any person obtaining a copy
of
<!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"
bootstrap.bundle.js
/cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/scripts/bootstrap.bundle.js
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
# SEARCH GITHUB PROFILE
This template can be used in any website for the user to search the Github Profile/User to see the
1. P
This template can be used in any website for the user to search the Github Profile/User to see the
1. P
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
/* for touch screen */
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
/* for touch screen */
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
font-family
* {
box-sizing: border-box;
}
body {
font-family
html{
height: 100%;
}
body{
background: linear-gradient(to right, #8f2d7b, #8894a2);
color: white;
font-family:
height: 100%;
}
body{
background: linear-gradient(to right, #8f2d7b, #8894a2);
color: white;
font-family:
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
body .darkmode {
display: inline-block;
font-size: 2rem;
padding: 1rem 1rem 0.75rem 1rem;
cursor: pointer;
}
body .darkm
display: inline-block;
font-size: 2rem;
padding: 1rem 1rem 0.75rem 1rem;
cursor: pointer;
}
body .darkm
index.html
/cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js copy/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
style.css
/cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Changing Background Gradient Animation/style.css
* {
box-sizing: border-box;
}
html,
body {
margin: 0 auto;
height: 100%;
box-sizing: border-box;
}
html,
body {
margin: 0 auto;
height: 100%;
*,
*:before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*:before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
def convertTemperature(self, celsius):
f = 1.8 * celsius + 32
k = celsius + 273.15
return [k,f]
f = 1.8 * celsius + 32
k = celsius + 273.15
return [k,f]
/**
* Export lib/mongoose
*
*/
'use strict';
body {
margin: 0;
padding: 30px;
/* padding: 0px; */
/* display: none; */
justify-content: center;
margin: 0;
padding: 30px;
/* padding: 0px; */
/* display: none; */
justify-content: center;
class Solution:
def countSubarrays(self, arr, k):
def countAtMost(limit):
if limit < 0:
def countSubarrays(self, arr, k):
def countAtMost(limit):
if limit < 0:
/**
* Module dependencies.
* @ignore
*/
// Test if we're in Node via presence of "global" not absence of "window"
// to supp
* Module dependencies.
* @ignore
*/
// Test if we're in Node via presence of "global" not absence of "window"
// to supp
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root {
--left-bg-color: rgba(87, 8
:root {
--left-bg-color: rgba(87, 8
# Write your MySQL query statement below
SELECT user_id, email
FROM Users
WHERE email REGEXP '^[A-Za-z0-9_]+@[A-Za-z]+.com';
SELECT user_id, email
FROM Users
WHERE email REGEXP '^[A-Za-z0-9_]+@[A-Za-z]+.com';
const toggle = document.getElementById("toggle");
const nav = document.getElementById("nav");
toggle.addEventListener("click",
const nav = document.getElementById("nav");
toggle.addEventListener("click",
style.css
/cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Layered Text Effect On Hover/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";