Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


182.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/182.png
230 Views
0 Comments
Media file
1891bda3.webp /sticker-archive/stickers/1891bda3.webp
253 Views
0 Comments
Media file
LeetCode - Add Two Integers - JavaScript /abh/lc/2235.js
328 Views
0 Comments
/**
* @param {number} num1
* @param {number} num2
* @return {number}
*/
var sum = function(num1, num2) {
return nu
app.js /cody/vishal-dcode/Custom Cursor/app.js
66 Views
0 Comments
const cursorDot = document.querySelector("[data-cursor-dot]"),
cursorOutline = document.querySelector("[data-cursor-outline]")
index.html /karbonsites/prakhardoneria/p2p-chat/index.html
116 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
LeetCode - Number of Senior Citizens - Python /abh/lc/2678.py
423 Views
0 Comments
class Solution:
def countSeniors(self, details: List[str]) -> int:
return len(list(filter(lambda p: p>60, [int(p[1
TypeScript.svg /biisal/biisal/public/icons/TypeScript.svg
14 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256"><rect width="256" height="256
queryhelpers.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/queryhelpers.js
11 Views
0 Comments
'use strict';

/*!
* Module dependencies
*/

const checkEmbeddedDiscriminatorKeyProjection =
require('./helpers/discriminato
profile.jpg /cody/atherosai/ui/toolbar-02/assets/profile.jpg
234 Views
0 Comments
Media file
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.includes/LICENSE
107 Views
0 Comments
Copyright jQuery Foundation and other contributors <https://jquery.org/>

Based on Underscore.js, copyright Jeremy Ashkenas,
Doc
js4.html /demo/render/js4.html
755 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
brain.png /cody/atherosai/ui/vertical-tabs-02/assets/brain.png
298 Views
0 Comments
Media file
style.css /cody/bradtraversy/50projects50days/good-cheap-fast/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
ch2.jpg /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/images/ch2.jpg
238 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/methods/package.json
66 Views
0 Comments
{
"name": "methods",
"description": "HTTP methods that node supports",
"version": "1.1.2",
"contributors": [
"Dougla
men-pro.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/men-pro.jpg
4 Views
0 Comments
Media file
Readme.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie-signature/Readme.md
327 Views
0 Comments

# cookie-signature

Sign and unsign cookies.

## Example

```js
index.html /cody/swapnilsparsh/30DaysOfJavaScript/145 - Number Facts/index.html
462 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
customer_srs.html /devwajahat/v-grep-docs/customer_srs.html
75 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/15. Background Color Changer/app.js
96 Views
0 Comments
const btn = document.getElementById("btn");
let hex = document.getElementById("hexCode");

function randomColor() {
let letter
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/range-parser/index.js
164 Views
0 Comments
/*!
* range-parser
* Copyright(c) 2012-2014 TJ Holowaychuk
* Copyright(c) 2015-2016 Douglas Christopher Wilson
* MIT License
digit.html /dakshbadal1379/digit.html
39 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
cef8084e.webp /sticker-archive/stickers/cef8084e.webp
255 Views
0 Comments
Media file
Dice Game /cody/swapnilsparsh/30DaysOfJavaScript/129 - Dice Game/index.html
428 Views
0 Comments
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Dice Game</title>
</head>
<body>
index.html /cody/atherosai/ui/menu-03/index.html
549 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Parallax Effect On Image Hover/index.html
410 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
Q342_Power_of_Four.py /djdj/me/problems/leetcode/Q342_Power_of_Four.py
627 Views
1 Comments
def isPowerOfTwo(self, n):
for i in range(0,31):
if n == 4**i:
return 1
return 0

check (1).png /deepika/to-do/check (1).png
360 Views
0 Comments
Media file
innerHtml.html /shubh/javascript/innerHtml.html
619 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
index.js /cody/swapnilsparsh/30DaysOfJavaScript/157 - 3D Image Preview/index.js
268 Views
0 Comments
var radius = 240;
var autoRotate = true;
var rotateSpeed = -60;
var imgWidth = 120;
var imgHeight = 170;

v
2.jpg /ahmads_codes/Marriage Hall Booking/2.jpg
220 Views
0 Comments
Media file
Profile Pic /djdj/projects7/profilepic.html
7 Views
0 Comments
File is locked