HTMLify your dreams
{
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to supp
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to supp
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
objectid.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/drivers/browser/objectid.js
/*!
* [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
* @constructor NodeMongoDbObjectId
* @s
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/con
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/con
def sqrt(n):
return n ** 0.5
def sqrt(n):
return n ** (1/2)
def sqrt(n :int):
i = 0
return n ** 0.5
def sqrt(n):
return n ** (1/2)
def sqrt(n :int):
i = 0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pricing Cards</title>
<meta n
`use strict`;
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;
const displayMessage = fu
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;
const displayMessage = fu
const messageElement = document.getElementById("msg");
const randomNumber = getRandomNumber();
window.SpeechRecognition =
wi
const randomNumber = getRandomNumber();
window.SpeechRecognition =
wi
0.6.2 / 2019-04-29
==================
* Fix sorting charset, encoding, and language with extra parameters
0.6.1 / 2016-05-02
==================
* Fix sorting charset, encoding, and language with extra parameters
0.6.1 / 2016-05-02
func isPerfectSquare(num int) bool {
n := 1
for {
s := n * n
if s == num {
return true
}
if s > num {
n := 1
for {
s := n * n
if s == num {
return true
}
if s > num {
<!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"
Q2667_Create_Hello_World_Function.js
/djdj/me/problems/leetcode/Q2667_Create_Hello_World_Function.js
var createHelloWorld = function() {
return function(...args) {
return "Hello World"
}
};
return function(...args) {
return "Hello World"
}
};
{
"name": "mpath",
"version": "0.7.0",
"description": "{G,S}et object values using MongoDB-like path notation",
"main":
"name": "mpath",
"version": "0.7.0",
"description": "{G,S}et object values using MongoDB-like path notation",
"main":
find-the-largest-area-of-square-inside-two-rectangle.py
/prakhardoneria/LeetCode/find-the-largest-area-of-square-inside-two-rectangle.py
class Solution:
def largestSquareArea(self, bottomLeft: List[List[int]], topRight: List[List[int]]) -> int:
max_side
def largestSquareArea(self, bottomLeft: List[List[int]], topRight: List[List[int]]) -> int:
max_side
<?php
$ram = $_COOKIE['category'];
echo "cookie is: " .$ram;
?>
$ram = $_COOKIE['category'];
echo "cookie is: " .$ram;
?>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>PC Kiosk</title>
<script src="SearchDATFile.js"></script
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>PC Kiosk</title>
<script src="SearchDATFile.js"></script
@tailwind base;
@tailwind components;
@tailwind utilities;
/* end */
@tailwind components;
@tailwind utilities;
/* end */
* **Name:** CoderAI
* **Industry:** Software Development
* **Headquarters:** San Francisco, California
* **Year Founded:** 2016
toStringTag.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/toStringTag.js
'use strict';
var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')();
var inspect = require('../'
var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')();
var inspect = require('../'
doncic_luka1280-1-1040x572.jpg
/cody/swapnilsparsh/30DaysOfJavaScript/157 - 3D Image Preview/images/doncic_luka1280-1-1040x572.jpg
Media file
var productName = document.getElementById('productName');
var productCategory = document.getElementById( 'productCategory');
var productCategory = document.getElementById( 'productCategory');
sidenav = document.querySelector(".sidenav");
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = document.query
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = document.query
toggle-seasons-menu.js
/cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/js/toggle-seasons-menu.js
const openMenuBtn = document.querySelector(".toggle-menu"),
seasonsMenu = document.querySelector(".seasons");
openMenuBtn.add
seasonsMenu = document.querySelector(".seasons");
openMenuBtn.add