Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


sessions.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/sessions.js
2 Views
0 Comments
'use strict';

const retrieveBSON = require('./connection/utils').retrieveBSON;
const EventEmitter = require('events');
const BS
laura.jpg /cody/atherosai/ui/table-03/assets/laura.jpg
162 Views
0 Comments
Media file
mingw-get-setup.exe /djdj/mingw-get-setup.exe
406 Views
0 Comments
Media file
65caa63b.webp /sticker-archive/stickers/65caa63b.webp
161 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/send/node_modules/http-errors/README.md
7 Views
0 Comments
# http-errors

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][node-url]
[![Node.js Version
blap.jpg /ahmads_codes/E-Commerce Hub/blap.jpg
153 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/50. Feedback/index.html
21 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
277278bc.webp /sticker-archive/stickers/277278bc.webp
164 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/149 - Snake Game Voice/index.html
434 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
key21.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key21.mp3
159 Views
0 Comments
Media file
README.md /cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/README.md
263 Views
0 Comments
<p align="center">
<img alt="" height="80" src="./img/notes.png">
</a>
</p>
<h1 align="center"> Sticky Notes</h1>

<div al
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/setprototypeof/index.js
170 Views
0 Comments
'use strict'
/* eslint no-proto: 0 */
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf
image4.jpg /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/img/nature/image4.jpg
129 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/isarray/README.md
13 Views
0 Comments

# isarray

`Array#isArray` for older browsers.

[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http:/
Q2620_Counter.js /djdj/me/problems/leetcode/Q2620_Counter.js
329 Views
0 Comments
var createCounter = function(n) {
let c = n;
return function() {
return c++;
};
};

style.css /cody/solygambas/html-css-javascript-projects/006-scroll animation/style.css
192 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body
style.css /cody/swapnilsparsh/30DaysOfJavaScript/11 - Color Picker/style.css
159 Views
0 Comments
* {
margin: 0;
padding: 0;
}

body {
background: #19172e;
font-family: "sans";
number.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/schema/number.js
3 Views
0 Comments
'use strict';

/*!
* Module requirements.
*/

const MongooseError = require('../error/index');
const SchemaNumberOptions = req
script.js /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/script.js
271 Views
0 Comments
fetch('https://icanhazdadjoke.com/slack')
.then(data=> data.json())
.then(jokeData=> {
//var test=0;
const jokeText=joke
18.png /djdj/djupraity/djsangeet/18.png
155 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/style.css
187 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}

@font-face {
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Minimal Dark Mode Toggle/style.css
196 Views
0 Comments
body {
margin: 0;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify
script.js /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/script.js
247 Views
0 Comments
const container = document.getElementById('container');
const randomWaveButton = document.getElementById('randomWave');
const ci
easy_align.lua /abh/nvim/lua/plugins/easy_align.lua
11 Views
0 Comments
return {
"junegunn/vim-easy-align",
config = function()
local map = vim.api.nvim_set_keymap
local opts =
File.html /amar/Pioo.html
454 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/99. Github Profile Clone/app.js
9 Views
0 Comments
const form = document.querySelector("form");
const input = document.querySelector("input");
const reposContainer = document.quer
auth_provider.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/auth/auth_provider.js
1 Views
0 Comments
'use strict';

const MongoError = require('../error').MongoError;

/**
* Creates a new AuthProvider, which dictates how to auth
AndroidManifest.xml /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/profile/AndroidManifest.xml
365 Views
0 Comments
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for developme
style.css /cody/swapnilsparsh/30DaysOfJavaScript/163 - Alarm App/style.css
181 Views
0 Comments
:root {
--bg-prim: #12181b;
--bg-sec: #383838;
--clr: #ffffff;
}
body {
font-family: 'Montserr
script.js /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/script.js
148 Views
0 Comments
const weatherApi = {
key: "828cc99e0335c9476a8f751b7c386d9a",
baseUrl: "https://api.openweathermap.org/data/2.5/weather"
}


LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/media-typer/LICENSE
6 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any person ob
style.css /cody/swapnilsparsh/30DaysOfJavaScript/88 - Ping Pong Game/style.css
178 Views
0 Comments
*{
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell