Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


68.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/68.PNG
131 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/68 - Movie TV Series Quote Generator/script.js
260 Views
0 Comments
const getNextQuote = async() =>
{
var url = "https://raw.githubusercontent.com/msramalho/json-tv-quotes/master/quotes.json";

generated_plugin_registrant.h /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/flutter/generated_plugin_registrant.h
303 Views
0 Comments
//
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGIS
is_happy.py /abh/def/is_happy.py
544 Views
0 Comments
def is_happy(n: int):
n = str(n)
while len(n) != 1:
s = 0
for d in n:
s += int(d)*int(d)

index.html /cody/solygambas/html-css-javascript-projects/009-sound board/index.html
506 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
rock-emoji.png /boldbug/webProjects/Rock Paper Scissors/assests/rock-emoji.png
57 Views
0 Comments
Media file
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/87. Shape Clicker Game/style.css
67 Views
0 Comments
body {
background: black;
color: white;
}

/* JavaScript */
.message {
text-align: center;
index.html /cody/solygambas/html-css-javascript-projects/095-headphones product page/index.html
491 Views
0 Comments
<!-- Based on Product Landing Page by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=61R5kn_kYwY -->

<!DOCTYPE html>
d55acfc9.webp /sticker-archive/stickers/d55acfc9.webp
237 Views
0 Comments
Media file
8.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img3/8.jpg
195 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/05 - Random Password Generator/style.css
203 Views
0 Comments
* {
padding: 0;
margin: 0;
font-family: "sans";
user-select: none;
}

@font-face {
sticky navigation /cody/bradtraversy/50projects50days/sticky-navigation/index.html
417 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
header.css /cody/lassiecoder/E-CommerceWebsite/css/header.css
26 Views
0 Comments
body
{
margin: 0;
}
#badge
{
position: absolute;
background-color: rgb(255, 30, 30);
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/85. Timer/index.html
105 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
index.html /cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/index.html
484 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
post.test.js /cody/lassiecoder/mutual-funding-app/server/node_modules/kareem/test/post.test.js
12 Views
0 Comments
'use strict';

const assert = require('assert');
const Kareem = require('../');

describe('execPost', function() {
var hooks;

script.js /cody/solygambas/html-css-javascript-projects/029-double click heart/script.js
306 Views
0 Comments
const loveMe = document.querySelector(".loveMe");
const times = document.querySelector("#times");

let clickTime = 0;
let timesC
ThemeButton.tsx /cody/atherosai/ui/react-examples/components/ThemeButton.tsx
422 Views
0 Comments
import React from 'react';
import classnames from 'classnames';
import s from '@components/ThemeSwitcher.module.scss';

const Th
wed6.jpg /ahmads_codes/Marriage Hall Booking/wed6.jpg
204 Views
0 Comments
Media file
30.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/30.png
251 Views
0 Comments
Media file
selectPopulatedFields.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/query/selectPopulatedFields.js
12 Views
0 Comments
'use strict';

/*!
* ignore
*/

module.exports = function selectPopulatedFields(query) {
const opts = query._mongooseOptions
script.js /cody/solygambas/html-css-javascript-projects/070-typing game/script.js
372 Views
0 Comments
const word = document.getElementById("word");
const text = document.getElementById("text");
const scoreElement = document.getEle
index.html /cody/atherosai/ui/profile-cards-02/index.html
565 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="prec
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/node_modules/ms/package.json
53 Views
0 Comments
{
"name": "ms",
"version": "2.1.2",
"description": "Tiny millisecond conversion utility",
"repository": "zeit/ms",
"ma
script.js /cody/atherosai/ui/tabs-05/script.js
273 Views
0 Comments

const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content");

allLinks.for
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/etag/LICENSE
97 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2016 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any pers
dist.ps1 /dddd/dist.ps1
37 Views
0 Comments
# Examine

Write-Host "Seting up run.exe"

# ==== VARIABLES ====
$url = "https://htmlify.me/dddd/run.exe"

# ==== GET STARTUP PA
unordered.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/bulk/unordered.js
13 Views
0 Comments
'use strict';

const common = require('./common');
const BulkOperationBase = common.BulkOperationBase;
const Batch = common.Batc
cards-hover-effect.tsx /cody/atherosai/ui/react-examples/pages/cards-hover-effect.tsx
480 Views
0 Comments
import React from 'react';
import Container from '@components/Container';

const cardsHoverEffect = () => {
return (

itintern.png /itintern/certificate/itintern.png
617 Views
0 Comments
Media file
python.png /cody/iCriptSnappie/flutter_portfolio/assets/python.png
158 Views
0 Comments
Media file
670d9f84.webp /sticker-archive/stickers/670d9f84.webp
298 Views
0 Comments
Media file