Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


a9cfed88.webp /sticker-archive/stickers/a9cfed88.webp
60 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/package.json
92 Views
0 Comments
{
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to supp
aww.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/99 - BlackJack Game/Static/sounds/aww.mp3
281 Views
0 Comments
Media file
purify.min.js /cody/atherosai/ui/table-03/dist/purify.min.js
262 Views
0 Comments
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
tr_typist_3.png /abh/portfolio/badges/tr_typist_3.png
288 Views
0 Comments
Media file
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/drivers/browser/objectid.js
19 Views
0 Comments

/*!
* [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
* @constructor NodeMongoDbObjectId
* @s
CHANGELOG.md /cody/lassiecoder/mutual-funding-app/server/node_modules/kareem/CHANGELOG.md
83 Views
0 Comments
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/con
sqrt.py /abh/def/sqrt.py
729 Views
0 Comments
def sqrt(n):
return n ** 0.5

def sqrt(n):
return n ** (1/2)

def sqrt(n :int):
i = 0
index.html /cody/atherosai/ui/pricing-02/index.html
624 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pricing Cards</title>
<meta n
281fce6e.webp /sticker-archive/stickers/281fce6e.webp
315 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/90 - Guess the Number/script.js
235 Views
0 Comments
`use strict`;
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;

const displayMessage = fu
script.js /cody/solygambas/html-css-javascript-projects/078-speak number guessing game/script.js
269 Views
0 Comments
const messageElement = document.getElementById("msg");

const randomNumber = getRandomNumber();

window.SpeechRecognition =
wi
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/negotiator/HISTORY.md
143 Views
0 Comments
0.6.2 / 2019-04-29
==================

* Fix sorting charset, encoding, and language with extra parameters

0.6.1 / 2016-05-02
LeetCode - Valid Perfect Square - Go /abh/lc/367.go
481 Views
0 Comments
func isPerfectSquare(num int) bool {
n := 1
for {
s := n * n
if s == num {
return true
}
if s > num {
792d59fa.webp /sticker-archive/stickers/792d59fa.webp
289 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/90. Construction Landing Page/index.html
137 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
aac5f487.webp /sticker-archive/stickers/aac5f487.webp
42 Views
0 Comments
Media file
Q2667_Create_Hello_World_Function.js /djdj/me/problems/leetcode/Q2667_Create_Hello_World_Function.js
378 Views
0 Comments
var createHelloWorld = function() {

return function(...args) {
return "Hello World"
}
};

js.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/74. Tabed Navigation/images/js.png
31 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/package.json
99 Views
0 Comments
{
"name": "mpath",
"version": "0.7.0",
"description": "{G,S}et object values using MongoDB-like path notation",
"main":
find-the-largest-area-of-square-inside-two-rectangle.py /prakhardoneria/LeetCode/find-the-largest-area-of-square-inside-two-rectangle.py
135 Views
0 Comments
class Solution:
def largestSquareArea(self, bottomLeft: List[List[int]], topRight: List[List[int]]) -> int:
max_side
Get_Cookies.php /djdj/php/Programs/Programs/Get_Cookies.php
590 Views
0 Comments
<?php
$ram = $_COOKIE['category'];
echo "cookie is: " .$ram;
?>
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Confirm Order Button MI/index.html
425 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
PC Kiosk.html /deweyduck6116/Inventory/PC Kiosk.html
208 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>PC Kiosk</title>
<script src="SearchDATFile.js"></script
Akhilkap124 /djdj/ITintern/Akhilkap124/input.css
182 Views
0 Comments
@tailwind base;
@tailwind components;
@tailwind utilities;

/* end */
34.txt /coderai/34.txt
873 Views
0 Comments

* **Name:** CoderAI
* **Industry:** Software Development
* **Headquarters:** San Francisco, California
* **Year Founded:** 2016
toStringTag.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/toStringTag.js
192 Views
0 Comments
'use strict';

var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')();

var inspect = require('../'
doncic_luka1280-1-1040x572.jpg /cody/swapnilsparsh/30DaysOfJavaScript/157 - 3D Image Preview/images/doncic_luka1280-1-1040x572.jpg
301 Views
0 Comments
Media file
main.js /cody/swapnilsparsh/30DaysOfJavaScript/91 - CRUD Application/js/main.js
290 Views
0 Comments
var productName = document.getElementById('productName');
var productCategory = document.getElementById( 'productCategory');
home.js /shubh/home.js
459 Views
0 Comments
sidenav = document.querySelector(".sidenav");
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = document.query
toggle-seasons-menu.js /cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/js/toggle-seasons-menu.js
265 Views
0 Comments
const openMenuBtn = document.querySelector(".toggle-menu"),
seasonsMenu = document.querySelector(".seasons");

openMenuBtn.add
spotifydown.com - Fuck My Way Out.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Angry_(mood)/spotifydown.com - Fuck My Way Out.mp3
240 Views
0 Comments
Media file