HTMLify your dreams
/* eslint-disable node/no-deprecated-api */
'use strict'
var buffer = require('buffer')
var Buffer = buffer.Buffer
var safer =
'use strict'
var buffer = require('buffer')
var Buffer = buffer.Buffer
var safer =
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
* {
box-sizing: border-box;
}
* {
box-sizing: border-box;
}
'use client';
import { FC, useEffect, useRef } from 'react';
import { motion, useSpring } from 'motion/react';
interface Posit
import { FC, useEffect, useRef } from 'react';
import { motion, useSpring } from 'motion/react';
interface Posit
favicon.png
/cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/assets/favicon.png
Media file
test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)
.PHONY: test
# fresh
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-versio
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-versio
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
:root {
--primary-color: #22254b;
:root {
--primary-color: #22254b;
TokenExpiredError.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/TokenExpiredError.js
var JsonWebTokenError = require('./JsonWebTokenError');
var TokenExpiredError = function (message, expiredAt) {
JsonWebTokenE
var TokenExpiredError = function (message, expiredAt) {
JsonWebTokenE
<!DOCTYPE html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" conten
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" conten
:root { --bg-color: #f8fafc; --card-bg: #ffffff; --text-color: #1e293b; --text-muted: #64748b; --primary: #0284c7; --primary-hov
{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"keywor
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"keywor
<?php
//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
//create
//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
//create
Icon-App-29x29@1x.png
/cody/PrakharDoneria/Tic-Tac-Toe-Flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
Media file
def is_divisible_by(num, div):
return num % div != 0
def is_divisible_by(num, div):
return num / div == 0
return num % div != 0
def is_divisible_by(num, div):
return num / div == 0
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
# Change Log
All notable changes to this project will be documented in this file.
## [3.0.0]
### Changed
- **BREAKING**: `jwt.v
All notable changes to this project will be documented in this file.
## [3.0.0]
### Changed
- **BREAKING**: `jwt.v
FUNDING.yml
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/get-intrinsic/.github/FUNDING.yml
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql
/djdj/me/problems/leetcode/Q1050_Actor_and_Directors)Who_Cooperated_At_Least_Three_Times.sql
select actor_id,director_id from ActorDirector
group by actor_id, director_id
Having count(actor_id = director_id) >=3;
group by actor_id, director_id
Having count(actor_id = director_id) >=3;