Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


separate-squares-ii.py /prakhardoneria/LeetCode/separate-squares-ii.py
134 Views
0 Comments
from typing import List

class Solution:
def separateSquares(self, squares: List[List[int]]) -> float:
x_coords = se
wtopagu js /cody/wtopglau/main.js
353 Views
0 Comments
// retrieve the data
// used https://api.jquery.com/jquery.getjson/ as a resource
$.getJSON("data.json", function(data) {

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/index.html
96 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/require_optional/README.md
89 Views
0 Comments
# require_optional
Work around the problem that we do not have a optionalPeerDependencies concept in node.js making it a hassle
index.html /cody/swapnilsparsh/30DaysOfJavaScript/43 - Getting Started with APIs/index.html
485 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
r to n converter.html /sachinthakur/r to n converter.html
633 Views
0 Comments
<!DOCTYPE html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
style.css /karbonsites/projectjintoag/dlpro/style.css
58 Views
0 Comments
/* --- Global & Reset --- */
:root {
/* Material Design 3 Color Palette - Dark Theme Inspired */
--md3-sys-color-primary
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/98. Meal Finder/index.html
96 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
README.md /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/README.md
358 Views
0 Comments
# myapp

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

script.js /cody/bradtraversy/50projects50days/live-user-filter/script.js
167 Views
0 Comments
const result = document.getElementById('result')
const filter = document.getElementById('filter')
const listItems = []

getData(
script.js /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/script.js
307 Views
0 Comments
// taking input element
const celsius =document.getElementById('celsius');
const fahrenheit =document.getElementById('fahrenheit
images (26).jpeg /cody/ShubhamRoy123/Windows-10/images (26).jpeg
162 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Sliding Tabs MI/index.html
603 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
LeetCode - Merge Sorted Array - Python /abh/lc/88.py
496 Views
0 Comments
class Solution:
def merge(self, nums1: List[int], m: int, nums2: List[int], n: int) -> None:
"""
Do not r
kick.png /learnearn-fun/HTML-Projects/Drum Kit Starting Files/images/kick.png
34 Views
0 Comments
Media file
shares dj.xlsx /djdj/djassign/shares dj.xlsx
230 Views
0 Comments
Media file
Piece.js /cody/69PercentFat/Js-Chess/pieces/Piece.js
223 Views
0 Comments
class Piece {
constructor(position, rank, name) {
this.position = position;
this.rank = rank;
this.name = name;

style.css /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/assets/css/style.css
173 Views
0 Comments
html{
height: 100%;
}
body{
background-color: #283748;
text-align: center;
color: #efefef;
overflow-x: hidde
index.html /cody/bradtraversy/50projects50days/content-placeholder/index.html
482 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/regexp-clone/README.md
86 Views
0 Comments
#regexp-clone
==============

Clones RegExps with flag and `lastIndex` preservation.

```js
const regexpClone = require('regexp-
index.html /cody/swapnilsparsh/30DaysOfJavaScript/102 - Minesweeper Game/index.html
436 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="I
spotifydown.com - Starry Night (1).mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Funky_(mood)/spotifydown.com - Starry Night (1).mp3
202 Views
0 Comments
Media file
about.html /karbonsites/contactusinedu/p2p-chat--forked-/about.html
101 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
calculator.c /abh/learning/c/BPPL/Phase-1/functions/calculator.c
226 Views
0 Comments
#include <stdio.h>

typedef struct {
int (*add)(int, int);
int (*sub)(int, int);
int (*div)(int, int);
int
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/69. Deciaml To Binary Converter/app.js
84 Views
0 Comments
let result = document.querySelector(".result-btn");

result.addEventListener("click", decimal);

function decimal() {
let deci
Zoro /light/text02.html
471 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
bench.log /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/bench.log
86 Views
0 Comments

popper.min.js /cody/swapnilsparsh/30DaysOfJavaScript/120 - Find The Image/js/popper.min.js
236 Views
0 Comments
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
key2.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key2.mp3
219 Views
0 Comments
Media file
LICENSE.txt /cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/LICENSE.txt
68 Views
0 Comments
Copyright (c) 2013, GoInstant Inc., a salesforce.com company
All rights reserved.

Redistribution and use in source and binary f
castFilterPath.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/query/castFilterPath.js
8 Views
0 Comments
'use strict';

const isOperator = require('./isOperator');

module.exports = function castFilterPath(query, schematype, val) {

184.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/184.png
225 Views
0 Comments
Media file