Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/vishal-dcode/Live User Filter/style.css
80 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold.py /prakhardoneria/LeetCode/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold.py
171 Views
0 Comments
class Solution:
def maxSideLength(self, mat: List[List[int]], threshold: int) -> int:
m, n = len(mat), len(mat[0])

Count Inversions /prakhardoneria/geekstreak60/day5.py
151 Views
0 Comments
class Solution:
def inversionCount(self, arr):
def merge_and_count(temp_arr, left, mid, right):
i = left
whole1.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img1/whole1.jpg
268 Views
0 Comments
Media file
getVirtual.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/populate/getVirtual.js
13 Views
0 Comments
'use strict';

module.exports = getVirtual;

/*!
* ignore
*/

index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Sliding Radio Buttons/index.html
427 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
20231114_074833418.jpg /amar/Moogra/20231114_074833418.jpg
296 Views
0 Comments
Media file
Info.plist /cody/iCriptSnappie/flutter_portfolio/macos/Runner/Info.plist
441 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyL
assert.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/assert.js
18 Views
0 Comments
"use strict";
module.exports = (function(){
var AssertionError = (function() {
function AssertionError(a) {
this.con
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/merge-descriptors/index.js
15 Views
0 Comments
/*!
* merge-descriptors
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/


Important topics /djdj/imp.html
1315 Views
0 Comments
<head>
<title>Imp Quetions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
t
index.d.ts /cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts
44 Views
0 Comments
declare module "safe-buffer" {
export class Buffer {
length: number
write(string: string, offset?: number, length?: nu
Part 2 /djdj/ecommmerce/part2.html
21 Views
0 Comments
File is locked
CMakeLists.txt /cody/iCriptSnappie/flutter_portfolio/linux/runner/CMakeLists.txt
540 Views
0 Comments
cmake_minimum_required(VERSION 3.13)
project(runner LANGUAGES CXX)

# Define the application target. To change its name, change
banner-1.jpg /khushi/E com Website/assets/images/banner-1.jpg
255 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/40. Accordions/app.js
79 Views
0 Comments
const itemHeaders = document.querySelectorAll(".accordion-item-header");

itemHeaders.forEach((accordion) => {
accordion.addEv
main.c /abh/learning/c/RCU/grep/main.c
139 Views
0 Comments
/* grep */

#include <stdio.h>
#include <regex.h>
#include <unistd.h>
#include <string.h>
#include <stdbool.h>
#include <
LeetCode - Find the Largest Almost Missing Integer - Go /abh/lc/3471.go
476 Views
0 Comments
func contain(target int, array []int) bool {
for _, v := range array {
if v == target {
return true

beach.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/sounds/beach.mp3
275 Views
0 Comments
Media file
black-king.png /cody/69PercentFat/Js-Chess/img/black-king.png
253 Views
0 Comments
Media file
style.css.map /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/css/style.css.map
343 Views
0 Comments
{
"version": 3,
"mappings": "AAAA,AAAA,CAAC,CAAC;EACA,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,WAAW,EAAE,QAAQ;CACtB;;AAED
index.html /cody/solygambas/html-css-javascript-projects/040-3d boxes background/index.html
523 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/font/sans.ttf
266 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Different Animations In Motion/style.css
197 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

new-product-4.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/new-product-4.jpg
48 Views
0 Comments
Media file
LeetCode - Design Browser History - Go /abh/lc/1472.go
368 Views
0 Comments
// @leet start

type BrowserHistoryNode struct {
Url string
Back *BrowserHistoryNode
Forward *BrowserHistoryNode
}

LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/LICENSE
446 Views
0 Comments
Copyright (c) 2011 Alexander Shtuchkin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this sof
3.webp /thkr/3.webp
27 Views
0 Comments
Media file
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/25. Progress Steps/style.css
65 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

:root {
--primary-color: rgb(210, 55, 55);
fd270bed.webp /sticker-archive/stickers/fd270bed.webp
1 Views
0 Comments
Media file
style.css /cody/atherosai/ui/gallery-02/style.css
183 Views
0 Comments

:root {
--background: #3C343D;
--background-card: #6B626C;
}

* {
margin: 0;
style.css /cody/atherosai/ui/scrolling-02/style.css
187 Views
0 Comments


@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

:root {
--accent: #9fe870;
--accent-hover