Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.isstring/README.md
74 Views
0 Comments
# lodash.isstring v4.0.1

The [lodash](https://lodash.com/) method `_.isString` exported as a [Node.js](https://nodejs.org/) mod
py.png /djdj/ITintern 2.O/home3/images/py.png
132 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/43. Email Validation/index.html
147 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
index.html /karbonsites/prakhardoneria/0467cab5-a04a-47fe-84a4-cc1e0f87015f/index.html
118 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
roboto-v20-latin-regular.eot /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-regular.eot
386 Views
0 Comments
Media file
Icon-App-40x40@3x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
187 Views
0 Comments
Media file
script.js /cody/solygambas/html-css-javascript-projects/006-scroll animation/script.js
289 Views
0 Comments
const boxes = document.querySelectorAll(".box");

const checkBoxes = () => {
const triggerBottom = (window.innerHeight / 5) *
4abe14f5.webp /sticker-archive/stickers/4abe14f5.webp
86 Views
0 Comments
Media file
removeDeselectedForeignField.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/populate/removeDeselectedForeignField.js
12 Views
0 Comments
'use strict';

const get = require('../get');
const mpath = require('mpath');
const parseProjection = require('../projection/par
schema.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/schema.js
32 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const EventEmitter = require('events').EventEmitter;
const Kareem = require('kar
ui.png /cody/atherosai/ui/vertical-tabs-02/assets/ui.png
282 Views
0 Comments
Media file
startmenu.png /cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/src/startmenu.png
288 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/73 - Casino Slot Machine Game/script.js
282 Views
0 Comments
let value1 = document.getElementById("value1");
let value2 = document.getElementById("value2");
let value3 = document.getElement
mongo_client.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/mongo_client.js
13 Views
0 Comments
'use strict';

const ChangeStream = require('./change_stream');
const Db = require('./db');
const EventEmitter = require('events
Bb_Drum.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/Bb_Drum.wav
229 Views
0 Comments
Media file
vegie.jpg /khushi/Mine's Restaurant/vegie.jpg
203 Views
0 Comments
Media file
script.js /cody/solygambas/html-css-javascript-projects/038-mobile tab navigation/script.js
333 Views
0 Comments
const contents = document.querySelectorAll(".content");
const listItems = document.querySelectorAll("nav ul li");

const hideAll
Do you notice? /abh/updates/ssl-added.jpg
277 Views
3 Comments
Media file
mime.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/mime/mime.js
168 Views
0 Comments
var path = require('path');
var fs = require('fs');

function Mime() {
// Map of extension -> mime type
this.types = Object.
saveSubdocs.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/plugins/saveSubdocs.js
12 Views
0 Comments
'use strict';

const each = require('../helpers/each');

/*!
* ignore
*/

style.scss /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/css/style.scss
415 Views
0 Comments
*{
margin: 0;
padding: 0;
font-family: "Roboto";
}

body{
background-color: #eee;
index.html /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/index.html
580 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Expanding Share Button MI/style.css
224 Views
0 Comments
*,
::before,
::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

6ddf36e2.webp /sticker-archive/stickers/6ddf36e2.webp
15 Views
0 Comments
Media file
rain.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/sounds/rain.mp3
272 Views
0 Comments
Media file
index.html /cody/Aryan-Barodwal/spotify-clone/spotify-clone/login/index.html
395 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>login</title>
<script type="module" src="https://un
13.txt /coderai/13.txt
862 Views
0 Comments

* **Make it unique.** Your username should be something that is not already taken by another user. If it is, you will be prompt
LeetCode - Valid Anagram - Python /abh/lc/242.py
409 Views
0 Comments
class Solution:
def isAnagram(self, s: str, t: str) -> bool:
return sorted(s) == sorted(t)
index.html /cody/swapnilsparsh/30DaysOfJavaScript/89 - Projectile Motion Simulator/index.html
525 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/solygambas/html-css-javascript-projects/002-progress steps/style.css
199 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

:root {
--line-border-fill: #3498db;
--line-bord
constant.js /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/static/js/constant.js
279 Views
0 Comments
const CONSTANT = {
UNASSIGNED: 0,
GRID_SIZE: 9,
BOX_SIZE: 3,
NUMBERS: [1,2,3,4,5,6,7,8,9],
LEVEL_NAME: [

app.js /cody/swapnilsparsh/30DaysOfJavaScript/145 - Number Facts/app.js
259 Views
0 Comments
const form = document.querySelector('form');
const factDiv = document.querySelector('.number-fact');

form.addEventListener('sub