Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/style.css
202 Views
0 Comments
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}

@font-face {
font-family: "sans";
app.js /cody/vishal-dcode/Password Strength Background/app.js
101 Views
0 Comments
const bg = document.getElementById("bg");
const password = document.getElementById("password");

password.addEventListener("inpu
post.test.js /cody/lassiecoder/mutual-funding-app/server/node_modules/kareem/test/post.test.js
11 Views
0 Comments
'use strict';

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

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

HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/HISTORY.md
47 Views
0 Comments
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/con
Multi-Dieminsion-Array.php /djdj/php/Programs/Multi-Dieminsion-Array.php
700 Views
0 Comments
<?php
//Multi Dieminsion Array
$md = array(
array(2,5,7,8),
array(1,2,3,1),
array(5,6,7,2));

app_icon.ico /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/runner/resources/app_icon.ico
218 Views
0 Comments
Media file
d31b7859.webp /sticker-archive/stickers/d31b7859.webp
255 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Grid Style/style.css
138 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
--clr-prima
images.jpg /cody/MuthuPandi-1963/Typing_Prowess/images.jpg
204 Views
0 Comments
Media file
LeetCode - N-ary Tree Preorder Traversal - Go /abh/lc/589.go
362 Views
0 Comments
/**
* Definition for a Node.
* type Node struct {
* Val int
* Children []*Node
* }
*/

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/89. Random User/index.html
90 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
wrap.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/src/wrap.js
8 Views
0 Comments
//? if (typeof ISAAC === 'undefined') ISAAC = false;
/*
Copyright (c) 2012 Nevins Bartolomeo <nevins.bartolomeo@gmail.com>
Cop
dakshbadal1379 /dakshbadal1379/cdm.html
543 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Register</title>
<link rel="icon" type="image/x-icon" href="download.png">
<link re
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/bl/README.md
51 Views
0 Comments
# bl *(BufferList)*

[![Build Status](https://travis-ci.org/rvagg/bl.svg?branch=master)](https://travis-ci.org/rvagg/bl)

**A No
style.css /cody/bradtraversy/50projects50days/blurry-loading/style.css
139 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

* {
box-sizing: border-box;
}

body {
font-family: 'Ubuntu',
icon-server.svg /djdj/ITintern 2.O/home3/images/icon-server.svg
188 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="8" y="12" width="48" height="12" rx="2" fill="#e9f1fb"/><re
Card Flip /djdj/youtube/Cardflip.html
479 Views
0 Comments
<style>
body{
background-color: black;
}
.card{
display:flex;
align-items: center;
position: relative;
dell.jpg /ahmads_codes/E-Commerce Hub/dell.jpg
207 Views
0 Comments
Media file
options_operation.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/options_operation.js
12 Views
0 Comments
'use strict';

const OperationBase = require('./operation').OperationBase;
const handleCallback = require('../utils').handleCall
applyHooks.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/model/applyHooks.js
9 Views
0 Comments
'use strict';

const symbols = require('../../schema/symbols');
const promiseOrCallback = require('../promiseOrCallback');

/*!

26d1ab0d.webp /sticker-archive/stickers/26d1ab0d.webp
204 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/12 - Custom QR Code/script.js
222 Views
0 Comments
const href = "https://swapnilsparsh.github.io/";
const size = 250;

new QRCode(document.querySelector("#qr"), {
text: href,

sun.png /djdj/youtube/images/sun.png
232 Views
0 Comments
Media file
calc.html /kartik/calc.html
715 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
manali3.jpg /ahmads_codes/Marriage Hall Booking/manali3.jpg
190 Views
0 Comments
Media file
redirect.js /djdj/redirect.html
694 Views
0 Comments
<script>
location.href="https://dj.000.pe"
</script>
style.css /cody/vishal-dcode/Github Profile/style.css
88 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
pad
spe.jpg /ahmads_codes/E-Commerce Hub/spe.jpg
125 Views
0 Comments
Media file
mechinarium.png /cody/atherosai/ui/tabs-04/assets/mechinarium.png
189 Views
0 Comments
Media file
History.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/History.md
245 Views
0 Comments
0.1.7 / 2015-07-28
==================

* Fixed regression with escaped round brackets and matching groups.

0.1.6 / 2015-06-19
double.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/double.js
3 Views
0 Comments
/**
* A class representation of the BSON Double type.
*
* @class
* @param {number} value the number we want to represent as
index.html /cody/swapnilsparsh/30DaysOfJavaScript/118 - Ball Game/index.html
444 Views
0 Comments
<!DOCTYPE html>
<html lang="en" onclick="jump()">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" conte