Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Find the closest pair from two arrays /prakhardoneria/geekstreak60/day15.py
134 Views
0 Comments
class Solution:
def findClosestPair(self, arr1, arr2, x):
n = len(arr1)
m = len(arr2)

# Ini
cover.jpg /cody/Aryan-Barodwal/spotify-clone/songs/karan aujla/cover.jpg
254 Views
0 Comments
Media file
history.html /karbonsites/prakhardoneria/0467cab5-a04a-47fe-84a4-cc1e0f87015f/history.html
181 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/style.css
196 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

@font-face {
font-family: "sans";
universe.jpg /cody/atherosai/ui/login-01/universe.jpg
260 Views
0 Comments
Media file
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/package.json
243 Views
0 Comments
{
"name": "has-symbols",
"version": "1.0.3",
"description": "Determine if the JS environment has Symbol support. Supports spe
contact_section.dart /cody/iCriptSnappie/flutter_portfolio/lib/widgets/contact_section.dart
315 Views
0 Comments
import 'package:flutter/material.dart';
import 'package:my_portfolio/constants/colors.dart';
import 'package:my_portfolio/consta
index.html /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/index.html
599 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

Makefile /abh/learning/c/RCU/src/wc/Makefile
212 Views
0 Comments

wc: main.c
gcc main.c -o wc

clean:
rm wc

Moye Moye - MobCup.Com.Co.mp3 /khushi/Instagram/Moye Moye - MobCup.Com.Co.mp3
335 Views
0 Comments
Media file
Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/ncs/Saari Duniya Jalaa Denge Animal 128 Kbps.mp3
262 Views
0 Comments
Media file
LeetCode - Counting Words With a Given Prefix - Python /abh/lc/2185.py
424 Views
0 Comments
class Solution:
def prefixCount(self, words: List[str], pref: str) -> int:
return len(list(filter(lambda e:e.start
image to lua /amar/image-to-lua.html
772 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
item-6.jpeg /cody/swapnilsparsh/30DaysOfJavaScript/85 - Menu Filter/images/item-6.jpeg
246 Views
0 Comments
Media file
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/forwarded/HISTORY.md
79 Views
0 Comments
0.1.2 / 2017-09-14
==================

* perf: improve header parsing
* perf: reduce overhead when no `X-Forwarded-For` head
Akhilkap124 /djdj/ITintern/Akhilkap124/script.js
272 Views
0 Comments
let html = document.querySelector("html")
let toggle = document.querySelector("#toggle")

toggle.addEventListener('click', ()
login.php /djdj/php/Programs/Programs/System/hash_password/login.php
569 Views
0 Comments
<?php
// if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){
// header("location:welcome.php");
//
script.js /cody/bradtraversy/50projects50days/mobile-tab-navigation/script.js
166 Views
0 Comments
const contents = document.querySelectorAll('.content')
const listItems = document.querySelectorAll('nav ul li')

listItems.forEa
Longest Subarray with Majority Greater than K /prakhardoneria/geekstreak60/day12.py
142 Views
0 Comments
class Solution:
def longestSubarray(self, arr, k):
n = len(arr)
prefix_sum = 0
first_occ = {}

Ramulo Ramulo - Ala Vaikunthapurramuloo.m4a /djdj/songs/Ramulo Ramulo - Ala Vaikunthapurramuloo.m4a
339 Views
0 Comments
Media file
card-1.png /cody/atherosai/ui/cards-03/assets/card-1.png
311 Views
0 Comments
Media file
208.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/208.png
278 Views
0 Comments
Media file
stats.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/stats.js
20 Views
0 Comments
'use strict';

const Aspect = require('./operation').Aspect;
const CommandOperation = require('./command');
const defineAspects
active-states.jpg /cody/swapnilsparsh/30DaysOfJavaScript/62 - IP Address Tracker/screenshots/active-states.jpg
253 Views
0 Comments
Media file
3c5ea494.webp /sticker-archive/stickers/3c5ea494.webp
301 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/destroy/package.json
91 Views
0 Comments
{
"name": "destroy",
"description": "destroy a stream if possible",
"version": "1.0.4",
"author": {
"name": "Jonatha
style.css /cody/vishal-dcode/Netflix Navigation/style.css
96 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
36dcb013.webp /sticker-archive/stickers/36dcb013.webp
178 Views
0 Comments
Media file
index.html /cody/bradtraversy/50projects50days/blurry-loading/index.html
420 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
contetDetails.css /cody/lassiecoder/E-CommerceWebsite/css/contetDetails.css
30 Views
0 Comments
body
{
margin: 0;
text-transform: capitalize;
font-family: 'Lato', sans-serif;
font-weight: 100;
}

index.html /cody/bradtraversy/50projects50days/background-slider/index.html
473 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
README.md /ravi4/blog/README.md
40 Views
0 Comments
<div align="center">

# SimpleBlog - A Blog Website

SimpleBlog is a completely responsive personal blog website that is compati