HTMLify your dreams
<!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
The MIT License (MIT)
Copyright (c) 2016 Zeit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a co
Copyright (c) 2016 Zeit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a co
'use strict';
/*!
* Module dependencies.
*/
const EventEmitter = require('events').EventEmitter;
const Kareem = require('kar
/*!
* Module dependencies.
*/
const EventEmitter = require('events').EventEmitter;
const Kareem = require('kar
<?php
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){
header("location:logi
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){
header("location:logi
const balance = document.getElementById("balance");
const moneyPlus = document.getElementById("money-plus");
const moneyMinus =
const moneyPlus = document.getElementById("money-plus");
const moneyMinus =
impl Solution {
pub fn add_digits(num: i32) -> i32 {
if(num==0){
return 0;
}
return (num
pub fn add_digits(num: i32) -> i32 {
if(num==0){
return 0;
}
return (num
class Solution(object):
def multiply(self, num1, num2):
num1 = int(num1)
num2 = int(num2)
a = num1 *
def multiply(self, num1, num2):
num1 = int(num1)
num2 = int(num2)
a = num1 *
html {
color-scheme: dark;
background: #151515;
}
h1 {
text-align: center;
font-size: 16vmin;
color-scheme: dark;
background: #151515;
}
h1 {
text-align: center;
font-size: 16vmin;
_stream_transform.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/lib/_stream_transform.js
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaini
//
// Permission is hereby granted, free of charge, to any person obtaini
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.749 6C15.749 6.9945
<path d="M15.749 6C15.749 6.9945
const textEl = document.getElementById('text')
const speedEl = document.getElementById('speed')
const text = 'We Love Programmin
const speedEl = document.getElementById('speed')
const text = 'We Love Programmin
meditation.mp3
/cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/assets/audio/meditation.mp3
Media file
# Path-to-RegExp
Turn an Express-style path string such as `/user/:name` into a regular expression.
**Note:** This is a legacy
Turn an Express-style path string such as `/user/:name` into a regular expression.
**Note:** This is a legacy
<!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
implementation.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/implementation.js
'use strict';
/* eslint no-invalid-this: 1 */
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
var toStr
/* eslint no-invalid-this: 1 */
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
var toStr
<?php
$add = false;
$update = false;
$delete = false;
// Connecting to the Db
$servername = "localhost";
$add = false;
$update = false;
$delete = false;
// Connecting to the Db
$servername = "localhost";
'use strict';
var hasPropertyDescriptors = require('has-property-descriptors')();
var GetIntrinsic = require('get-intrinsic');
var hasPropertyDescriptors = require('has-property-descriptors')();
var GetIntrinsic = require('get-intrinsic');
<!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">
const container = document.getElementById('container')
const colors = ['#e74c3c', '#8e44ad', '#3498db', '#e67e22', '#2ecc71']
co
const colors = ['#e74c3c', '#8e44ad', '#3498db', '#e67e22', '#2ecc71']
co
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
<html>
<head>
<title>frame</title></head>
<form>
<body bgcolor="lightcyan">
Name:<input type="text" Name ="firstname"size
* {
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
import React, {useState} from 'react'
import {Link, useHistory} from 'react-router-dom'
import Materialize from 'materialize-css
import {Link, useHistory} from 'react-router-dom'
import Materialize from 'materialize-css
def char_frequency(string):
freq = {}
for c in string:
freq[c] = freq.get(c,0)+1
return freq
freq = {}
for c in string:
freq[c] = freq.get(c,0)+1
return freq
<iframe src="https://planner5d.onelink.me/stDT/tkluh4yr" style="width:100%;height:100%;border:none;" allowfullscreen></iframe>