Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Q2427_Number_of_Common_Factors.py /djdj/me/problems/leetcode/Q2427_Number_of_Common_Factors.py
469 Views
0 Comments
class Solution(object):
def commonFactors(self, a, b):
c=0
for i in range(1,a+b):
if a%i==0 and
161.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/161.png
177 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/44. Interchangeable Background Color/app.js
14 Views
0 Comments
const btns = document.querySelectorAll(".btn");

btns.forEach((btn) => {
btn.addEventListener("click", () => {
number = bt
01.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/01.png
172 Views
0 Comments
Media file
key7.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key7.mp3
174 Views
0 Comments
Media file
style.css /khushi/E com Website/assets/css/style.css
208 Views
0 Comments
/*-----------------------------------*\
#style.css
\*-----------------------------------*/

/**
* copyright 2022 codewithsade
values.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/values.js
166 Views
0 Comments
'use strict';

var inspect = require('../');
var test = require('tape');
var mockProperty = require('mock-property');
var hasSym
199.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/199.png
175 Views
0 Comments
Media file
bulb.html /shubh/bulb.html
609 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
impl.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/src/bcrypt/impl.js
5 Views
0 Comments
/**
* @type {number}
* @const
* @inner
*/
var BCRYPT_SALT_LEN = 16;

/**
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/29. Select Menu/style.css
14 Views
0 Comments
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}

header {
width: 100%;
index.html /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Background Focus Effect/index.html
345 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
style.css /cody/bradtraversy/50projects50days/drawing-app/style.css
130 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
de49877c.webp /sticker-archive/stickers/de49877c.webp
183 Views
0 Comments
Media file
Java Task 2 /itintern/JAVA0A/task-2.html
5 Views
0 Comments
File is locked
Readme.md /cody/lassiecoder/mutual-funding-app/server/node_modules/escape-html/Readme.md
6 Views
0 Comments

# escape-html

Escape string for use in HTML

## Example

```js
handleImmutable.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/query/handleImmutable.js
4 Views
0 Comments
'use strict';

const StrictModeError = require('../../error/strict');

module.exports = function handleImmutable(schematype, str
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Flying Rocket Loader/index.html
397 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
4.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/94. Hoodie/images/Product/4.png
24 Views
0 Comments
Media file
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/http-errors/HISTORY.md
215 Views
0 Comments
2.0.0 / 2021-12-17
==================

* Drop support for Node.js 0.6
* Remove `I'mateapot` export; use `ImATeapot` instead

big5-added.json /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/encodings/tables/big5-added.json
9 Views
0 Comments
[
["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],
["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],
["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆
app.js /cody/vishal-dcode/Rotating Navigation/app.js
123 Views
0 Comments
const open = document.querySelector("#open");
const close = document.querySelector("#close");
const container = document.querySe
style.css /cody/solygambas/html-css-javascript-projects/059-form validator/style.css
205 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

:root {
--main-color: #3498db;
--success-col
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/debug/src/index.js
1 Views
0 Comments
/**
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/

if (typeof process === 'undefi
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/depd/package.json
7 Views
0 Comments
{
"name": "depd",
"description": "Deprecate all the things",
"version": "1.1.2",
"author": "Douglas Christopher Wilson <
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Elastic Input Validation MI/index.html
413 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>E
script.js /cody/atherosai/ui/tabs-03/script.js
218 Views
0 Comments

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

allLinks.for
autumn_forest.jpg /cody/atherosai/ui/parallax-01/assets/autumn_forest.jpg
183 Views
0 Comments
Media file
hero-banner-1.jpg /khushi/E com Website/assets/images/hero-banner-1.jpg
192 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Particles Cursor Using Three.js/style.css
153 Views
0 Comments
body,
html,
#app {
margin: 0;
width: 100%;
height: 100%;
}

updateValidators.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/updateValidators.js
4 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const ValidationError = require('../error/validation');
const cleanPositionalOpe
nerdtree.lua /abh/nvim/lua/plugins/nerdtree.lua
353 Views
0 Comments
return {
{
"scrooloose/nerdtree",
keys = {
{ "<F2>", ":NERDTreeToggle<CR>", mode = "n", desc = "