Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


MikuPrideFlagAgender.jpg /amar/lookingupchibiarchive/MikuPrideFlagAgender.jpg
23 Views
0 Comments
Media file
b0cb50ef.webp /sticker-archive/stickers/b0cb50ef.webp
293 Views
0 Comments
Media file
LeetCode - Longest Substring Without Repeating Characters - Go /abh/lc/3.go
405 Views
0 Comments
func contain_duplicate(s string) bool {
for _, c := range s {
var count int
for _, cc := range s {
if c == cc {

package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sift/package.json
57 Views
0 Comments
{
"name": "sift",
"description": "mongodb query style array filtering",
"version": "7.0.1",
"repository": "crcn/sift.js"
url_parser.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/url_parser.js
26 Views
0 Comments
'use strict';

const ReadPreference = require('./core').ReadPreference,
parser = require('url'),
f = require('util').format,
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/93. The Art/style.css
115 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Ope
happy.png /cody/vishal-dcode/Split Landing Page/happy.png
200 Views
0 Comments
Media file
script.js /cody/atherosai/ui/accordion-02/script.js
247 Views
0 Comments
const mainItems = document.querySelectorAll(
'.main-item'
);

mainItems.forEach((mainItem) => {
mainItem.addEventListener('c
desktop.png /cody/codewithsadee/glowing/readme-images/desktop.png
198 Views
0 Comments
Media file
index.html /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/9adab887-4fca-415c-9c66-04859ca0a646/index.html
136 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
index.html /cody/vishal-dcode/Expanding Cards/index.html
346 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/package.json
108 Views
0 Comments
{
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to supp
global.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/global.js
204 Views
0 Comments
'use strict';

var inspect = require('../');

var test = require('tape');
var globalThis = require('globalthis')();

test('globa
MikuPrideFlagAroAce.jpg /amar/lookingupchibiarchive/MikuPrideFlagAroAce.jpg
17 Views
0 Comments
Media file
resource.h /cody/iCriptSnappie/flutter_portfolio/windows/runner/resource.h
277 Views
0 Comments
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Runner.rc
//
#define IDI_APP_ICON
Fenomeno.jpeg /amar/lookingupchibiarchive/Fenomeno.jpeg
20 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/index.html
555 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Analog Digital clock</title>
<link rel="stylesheet"
wrong.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/sounds/wrong.mp3
281 Views
0 Comments
Media file
bk1.jpg /shubh/bk1.jpg
375 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/07 - Dynamic Form Field/style.css
196 Views
0 Comments
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}

body {
background-color: #19172e;
font-family: "sans";
09.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/09.png
210 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Sliced Effect On Button Hover/index.html
459 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
func.py /abh/def/TESTS/func.py
636 Views
0 Comments
TESTCASES = [
{ # test case structure
"positional": ("arguments", "in", "tuples",), # Positional arguments as Tupl
26d1ab0d.webp /sticker-archive/stickers/26d1ab0d.webp
281 Views
0 Comments
Media file
LeetCode - Swapping Nodes in a Linked List - Go /abh/lc/1721.go
401 Views
0 Comments
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/

contact.png /itintern/contact.png
279 Views
0 Comments
Media file
spotifydown.com - Fuck My Way Out.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Angry_(mood)/spotifydown.com - Fuck My Way Out.mp3
254 Views
0 Comments
Media file
aed13761.webp /sticker-archive/stickers/aed13761.webp
63 Views
0 Comments
Media file
xxd /abh/learning/c/RCU/xxd/main.c
671 Views
0 Comments
/* xxd */

#include <stdio.h>
#include <unistd.h>

void change_color(char c){
if (!isatty(fileno(stdout))) return;

factorial.py /abh/def/factorial.py
684 Views
0 Comments
#Calculate the factorial of given number

def factorial(n: int) -> int:
if n == 0:
return 1
return factorial(n-1
style.css /cody/frontendcharm/Mini-Projects/LOADERS/On The Way Loading MI/style.css
298 Views
0 Comments
body {
background: #151515;
overflow: hidden;
display: grid;
place-items: center;
height: 100vh;
}

style.css /cody/bradtraversy/50projects50days/quiz-app/style.css
173 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');

* {
box-sizing: border-box;
}

bod