Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


tests.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/tests.js
193 Views
0 Comments
'use strict';

// eslint-disable-next-line consistent-return
module.exports = function runSymbolTests(t) {
t.equal(typeof Symbo
blog-preview.tsx /biisal/biisal/components/blog-preview.tsx
13 Views
0 Comments
import Link from 'next/link';
import { getblogPost } from '@/lib/actions/blogs';
import { JetBrainsMono } from '@/fonts';
import
NotBeforeError.js /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/NotBeforeError.js
12 Views
0 Comments
var JsonWebTokenError = require('./JsonWebTokenError');

var NotBeforeError = function (message, date) {
JsonWebTokenError.cal
index.html /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/index.html
521 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Galaxy Button/index.html
414 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
History.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie-signature/History.md
256 Views
0 Comments
1.0.6 / 2015-02-03
==================

* use `npm test` instead of `make test` to run tests
* clearer assertion messages when ch
spotifydown.com - Tu Jaane Na.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Chill_(mood)/spotifydown.com - Tu Jaane Na.mp3
192 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/safe-buffer/package.json
14 Views
0 Comments
{
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
"version": "5.1.2",
"author": {
"name": "Feross
style.css /karbonsites/kadens4293/youtube/style.css
48 Views
0 Comments
/* --- Default Theme: Dark Mode Professional & Animated --- */

:root {
--color-bg: #121212;
--color-surface: #1e1e1e;

app_icon_512.png /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
201 Views
0 Comments
Media file
a9d25c7f.webp /sticker-archive/stickers/a9d25c7f.webp
179 Views
0 Comments
Media file
product-03.jpg /cody/codewithsadee/glowing/assets/images/product-03.jpg
157 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/204 - Password Strength Checker/app.js
261 Views
0 Comments
let input = document.getElementById('password')
let indicator = document.querySelector('.indication')
let weak = document.queryS
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/27 - Memory Matching Game/font/sans.ttf
252 Views
0 Comments
Media file
ic_launcher.png /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
181 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/script.js
241 Views
0 Comments
/** Declare the required variable with DOM elements. */
const yearField = document.getElementById('year');
const monthField = do
/devwajahat/kimi-portfolio-with-ai/style.css
59 Views
0 Comments
/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&display=swap');

/* VARIABLE
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/12. Image Bg Text/style.css
54 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

* {
margin: 0;
padding: 0;
box-sizing
index.html /vinay5ain/digital_clock/index.html
204 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
LeetCode - Merge k Sorted Lists - Python /abh/lc/23.py
371 Views
0 Comments
# Definition for singly-linked list.
# class ListNode:
# def __init__(self, val=0, next=None):
# self.val = val

setup.py /abh/HTMLify/setup.py
648 Views
0 Comments
from os import system
from sys import version_info as ver
ver = ver.major
from random import randint
try:
from app import a
history.html /karbonsites/prakhardoneria/0467cab5-a04a-47fe-84a4-cc1e0f87015f/history.html
120 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
Session_Logout.php /djdj/php//Programs/Session/Session_Logout.php
153 Views
0 Comments
<?php
session_start();
session_unset();
session_destroy();
echo "you are logged out";
?>
What Other People Say Sam .mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Dark_(mood)/What Other People Say Sam .mp3
229 Views
0 Comments
Media file
aed13761.webp /sticker-archive/stickers/aed13761.webp
12 Views
0 Comments
Media file
index.html /karbonsites/prakhardoneria/20d64f39-a670-4410-af80-65a17c58c67c/b459d3e3-35d4-4600-a19f-f2d7f6384223/index.html
87 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
Sat Apr 23 2022 10_32_09 PM.webm /cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/Sat Apr 23 2022 10_32_09 PM.webm
247 Views
0 Comments
Media file
symbol.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/symbol.js
4 Views
0 Comments
// Custom inspect property name / symbol.
var inspect = Buffer ? require('util').inspect.custom || 'inspect' : 'inspect';

/**

blog-preview.tsx /biisal/biisal/components/blog/blog-preview.tsx
9 Views
0 Comments
"use client";

import ReactMarkdown from 'react-markdown';
import { JetBrainsMono } from '@/fonts';
import { cn } from '@/lib/ut
style.dart /cody/iCriptSnappie/flutter_portfolio/lib/styles/style.dart
213 Views
0 Comments
import 'package:flutter/material.dart';
import 'package:my_portfolio/constants/colors.dart';

BoxDecoration kHearderDecoration =
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/type-is/LICENSE
409 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug
Function.php /djdj/php//Programs/Function.php
183 Views
0 Comments
<?php
//Function in php
$ram = [90, 88, 85, 95, 91];
$sum = marks($ram); // function call
$ave = avera($ram);//