Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


IMG_20240703_211422.jpg /cody/ShubhamRoy123/Windows-10/IMG_20240703_211422.jpg
140 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Dots & Ring Loader - With Dark Mode/index.html
400 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
user-files.html /abh/HTMLify/templates/user-files.html
782 Views
0 Comments
<!-- user-files.html -->
{% for file in files %}
{{ loop.index }}<a href=" {{ file.path }}">{{ file.name }}</a> {{ file.size }}<
DonQuixote2.png /amar/lookingupchibiarchive/DonQuixote2.png
27 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/encodeurl/package.json
151 Views
0 Comments
{
"name": "encodeurl",
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
"vers
2a08cfcb.webp /sticker-archive/stickers/2a08cfcb.webp
433 Views
0 Comments
Media file
login.html /tanishkak/login.html
876 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/56. Followers/index.html
216 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
Remove All Target from array with O(n) /abh/kkskc/2.py
706 Views
0 Comments
def remove_target(target, array):
array = array.copy()
ofset = 0
for i in range(len(array)):
if array[i]
info.json /cody/Aryan-Barodwal/spotify-clone/songs/Dark_(mood)/info.json
372 Views
0 Comments
{
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/schema/objectid.js
28 Views
0 Comments
/*!
* Module dependencies.
*/

'use strict';

const SchemaObjectIdOptions = require('../options/SchemaObjectIdOptions');
const
LeetCode - Find Elements in a Contaminated Binary Tree - Python /abh/lc/1261.py
447 Views
0 Comments
# @leet start
# Definition for a binary tree node.
# class TreeNode:
# def __init__(self, val=0, left=None, right=None):
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/187 - Candy Crush/styles.css
281 Views
0 Comments
body {
background-image: url("candy-crush-background.png");
max-width: 100vh;
display: flex;
}

.grid {

Piece.js /cody/69PercentFat/Js-Chess/pieces/Piece.js
257 Views
0 Comments
class Piece {
constructor(position, rank, name) {
this.position = position;
this.rank = rank;
this.name = name;

LeetCode - Separate the Digits in an Array - Python /abh/lc/2553.py
687 Views
0 Comments
class Solution:
def separateDigits(self, nums: List[int]) -> List[int]:
saprated = []
for num in nums:

img3.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/images/img3.jpg
31 Views
0 Comments
Media file
dj assignment excel sumif.xlsx /djdj/djassign/dj assignment excel sumif.xlsx
320 Views
0 Comments
Media file
3.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img3/3.jpg
255 Views
0 Comments
Media file
home.css /shubh/home.css
430 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
style.css /cody/solygambas/html-css-javascript-projects/016-drink water/style.css
228 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

:root {
--border-color: #144fc6
Stronger (feat. Kesha) Sam Feldt.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Uplifting_(mood)/Stronger (feat. Kesha) Sam Feldt.mp3
312 Views
0 Comments
Media file
about2.jpg /shubh/about2.jpg
407 Views
0 Comments
Media file
userReducer.js /cody/lassiecoder/mutual-funding-app/client/src/reducer/userReducer.js
35 Views
0 Comments
export const initialState = null;

export const reducer = (state, action) => {
if(action.type === 'USER') {
return a
README.md /cody/swapnilsparsh/30DaysOfJavaScript/192 - Wall Breaker Game/README.md
504 Views
0 Comments
# Break the Wall Game

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

# Screenshots
![image](https://user-images.githubuserc
start.js /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/start.js
219 Views
0 Comments
function rpsGame(humanChoice) {

let myChoice = number(humanChoice);
let comChoice = random();

let final=re
While-loop.php /djdj/php/Programs/Programs/While-loop.php
856 Views
0 Comments
<?php
//while loop
$i = 1;
while($i<=10){
echo $i. "\n";
$i++;
}
?>
style.css /cody/vishal-dcode/CSS Loader/style.css
144 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 30px;
background-color: #eee;
script.js /cody/swapnilsparsh/30DaysOfJavaScript/208 - Sorting visualizer/script.js
323 Views
0 Comments
const n = 9; //number of bars to sort
const array = [];
init();

//generate random numbers
function init() {
for (let i = 0; i
README.md /cody/Shubhajiit/3D-Gallary/README.md
389 Views
0 Comments
# 3D-Gallary
You can download.. modify and Grow it!!

LeetCode - Max Consecutive Ones - Go /abh/lc/485.go
544 Views
0 Comments
func findMaxConsecutiveOnes(nums []int) int {
m := 0
cc := 0
for _, n := range nums {
if n != 1 {

script.js /cody/swapnilsparsh/30DaysOfJavaScript/209 - Speech-Number-Guess game/script.js
216 Views
0 Comments
const msgEl = document.getElementById('msg');

const randomNum = getRandomNumber();

console.log('Number:', randomNum);

window.
Play Date Lilly Brooks .mp3 /cody/Aryan-Barodwal/spotify-clone/songs/ncs/Play Date Lilly Brooks .mp3
335 Views
0 Comments
Media file