HTMLify your dreams
{
"name": "utils-merge",
"version": "1.0.1",
"description": "merge() utility function",
"keywords": [
"util"
],
"name": "utils-merge",
"version": "1.0.1",
"description": "merge() utility function",
"keywords": [
"util"
],
# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
<html>
<head>
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
class Knight extends Piece {
constructor(position, name) {
super(position, 'knight', name);
}
getAllowedMoves() {
const
constructor(position, name) {
super(position, 'knight', name);
}
getAllowedMoves() {
const
'use strict';
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('ic
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('ic
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
/*
https://www.hackerrank.com/challenges/
revising-the-select-query/problem
*/
SELECT *
FROM CITY
WHERE population > 100000
https://www.hackerrank.com/challenges/
revising-the-select-query/problem
*/
SELECT *
FROM CITY
WHERE population > 100000
const angleInput = document.querySelector('[data-input="range"]')
const thicknessInput = document.querySelector('[data-input="th
const thicknessInput = document.querySelector('[data-input="th
(function() {
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;
ipaddr = {}
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;
ipaddr = {}
dbcs-data.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/encodings/dbcs-data.js
"use strict";
// Description of supported double byte encodings and aliases.
// Tables are not require()-d until they are neede
// Description of supported double byte encodings and aliases.
// Tables are not require()-d until they are neede
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
Copyright (c) 2015, Scott Motte
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific
All rights reserved.
Redistribution and use in source and binary forms, with or without
modific
const menuBtn = document.getElementById("menu");
const sidebar = document.getElementById("sidebar");
const content = document.ge
const sidebar = document.getElementById("sidebar");
const content = document.ge
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
* {
margin: 0;
<?php
//dates in php
echo date("d"). "\n"; //Print date of today : 24
echo date("j"). "\n"; //Print dat
//dates in php
echo date("d"). "\n"; //Print date of today : 24
echo date("j"). "\n"; //Print dat
/*!
* statuses
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use stri
* statuses
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use stri
<?php
$a = 5;
$b = 2000;
$c = 2016;
if($a > 2){
echo "a is greater than 2\n";
}
$a = 5;
$b = 2000;
$c = 2016;
if($a > 2){
echo "a is greater than 2\n";
}