Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


README.md /cody/swapnilsparsh/30DaysOfJavaScript/192 - Wall Breaker Game/README.md
380 Views
0 Comments
# Break the Wall Game

- Press up Arrow Key Left/Right Arrow Key to Move

# Screenshots
![image](https://user-images.githubuserc
one.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/90. Construction Landing Page/Images/one.jpg
82 Views
0 Comments
Media file
Projects 7 /djdj/projects7/index.html
12 Views
0 Comments
File is locked
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/buffer-equal-constant-time/package.json
67 Views
0 Comments
{
"name": "buffer-equal-constant-time",
"version": "1.0.1",
"description": "Constant-time comparison of Buffers",
"main"
project_section.dart /cody/iCriptSnappie/flutter_portfolio/lib/widgets/project_section.dart
259 Views
0 Comments
import 'package:flutter/material.dart';
import 'package:my_portfolio/constants/colors.dart';
import 'package:my_portfolio/utils/
index.html /cody/solygambas/html-css-javascript-projects/075-breakout game/index.html
605 Views
0 Comments
<!-- References: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API -->
<!-- https://developer.mozilla.org/en-US/docs/W
rotate.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/rotate.png
263 Views
0 Comments
Media file
Doraemon_Image5.png /shubh/html css project/Doraemon_Image5.png
304 Views
0 Comments
Media file
product-05.jpg /khushi/E com Website/assets/images/product-05.jpg
202 Views
0 Comments
Media file
font-awesome.css /ravi4/Jewelry-Store-eCommerce/assets/css/vendor/font-awesome.css
7 Views
0 Comments
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Fon
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/05. Top 5 Creative Buttons/btn4/style.css
36 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

.container {
height: 100vh;
86.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/86.PNG
125 Views
0 Comments
Media file
LeetCode - Big Countries /abh/lc/595.sql
556 Views
0 Comments
SELECT name, population, area FROM world WHERE area >= 3000000 or population >= 25000000;
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/vary/package.json
224 Views
0 Comments
{
"name": "vary",
"description": "Manipulate the HTTP Vary header",
"version": "1.1.2",
"author": "Douglas Christopher W
script.js /cody/atherosai/ui/menu-01/script.js
230 Views
0 Comments

const toggleMenu = () => {
const burgerMenu = document.querySelector(".menu-icon");
const src = burgerMenu.getAttribute
minimum-pair-removal-to-sort-array-i.py /prakhardoneria/LeetCode/minimum-pair-removal-to-sort-array-i.py
150 Views
0 Comments
class Solution:
def minimumPairRemoval(self, nums: List[int]) -> int:
operations = 0

while True:

index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bytes/index.js
15 Views
0 Comments
/*!
* bytes
* Copyright(c) 2012-2014 TJ Holowaychuk
* Copyright(c) 2015 Jed Watson
* MIT Licensed
*/

'use strict';
style.css /cody/solygambas/html-css-javascript-projects/039-password strength background/style.css
208 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: flex;
flex-direction: column;
align-items: center;
separate-squares-i.py /prakhardoneria/LeetCode/separate-squares-i.py
160 Views
0 Comments
class Solution:
def separateSquares(self, squares: List[List[int]]) -> float:
total_area = sum(s[2] * s[2] for s in
maximal-rectangle.py /prakhardoneria/LeetCode/maximal-rectangle.py
175 Views
0 Comments
class Solution:
def maximalRectangle(self, matrix: List[List[str]]) -> int:
if not matrix or not matrix[0]:

stylec.css /dakshbadal1379/stylec.css
68 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
background-color: black;
index.html /cody/swapnilsparsh/30DaysOfJavaScript/20 - Levitate Board/index.html
466 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.html /cody/solygambas/html-css-javascript-projects/023-kinetic loader/index.html
624 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
license.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/send/node_modules/ms/license.md
232 Views
0 Comments
The MIT License (MIT)

Copyright (c) 2020 Vercel, Inc.

Permission is hereby granted, free of charge, to any person obtaining a
9771808e.webp /sticker-archive/stickers/9771808e.webp
255 Views
0 Comments
Media file
Wikipedia.html /cody/ShubhamRoy123/Windows-10/Wikipedia.html
423 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=
LeetCode - Divide Array Into Equal Pairs - Go /abh/lc/2206.go
359 Views
0 Comments
func divideArray(nums []int) bool {
pairs := make(map[int]int)
for _, n := range nums {
c, f := pairs[n]

index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/content-type/index.js
161 Views
0 Comments
/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

thumb.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/thumb.png
74 Views
0 Comments
Media file
form.tsx /biisal/biisal/components/ui/form.tsx
26 Views
0 Comments
"use client"

import * as React from "react"
import * as LabelPrimitive from "@radix-ui/react-label"
import { Slot } from "@radi
bench.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/bench.js
15 Views
0 Comments

var mpath = require('./')
var Bench = require('benchmark');
var sha = require('child_process').exec("git log --pretty=format:'%
index.html /cody/bradtraversy/50projects50days/rotating-nav-animation/index.html
448 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in