Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


webpack.base.config.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/webpack.base.config.js
13 Views
0 Comments
'use strict';

module.exports = {
module: {
rules: [
{
test: /\.js$/,
include: [
desktop.png /cody/codewithsadee/glowing/readme-images/desktop.png
140 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/24. Copy and Move/index.html
80 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/content-type/package.json
204 Views
0 Comments
{
"name": "content-type",
"description": "Create and parse HTTP Content-Type header",
"version": "1.0.5",
"author": "Dou
profile.jpg /cody/atherosai/ui/table-01/assets/profile.jpg
193 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/76 - Car Game/style.css
254 Views
0 Comments
* {
margin: 0;
padding: 0;
background-color: rgb(118, 189, 159);
}

/* html, body {
height: 100%;
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/finalhandler/README.md
237 Views
0 Comments
# finalhandler

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node
style.css /cody/swapnilsparsh/30DaysOfJavaScript/203- N Queen Visualizer/style.css
225 Views
0 Comments
* {
box-sizing: border-box;
}

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
LeetCode - Count Good Triplets - Ruby /abh/lc/1150.rb
334 Views
0 Comments
# @leet start
# @param {Integer[]} arr
# @param {Integer} a
# @param {Integer} b
# @param {Integer} c
# @return {Integer}

ghamandkartanhaji.MP3 /djdj/songs/ghamandkartanhaji.MP3
196 Views
0 Comments
Media file
JavaCodingPack-0.4.1.exe /djdj/JavaCodingPack-0.4.1.exe
251 Views
0 Comments
Media file
black-bishop.png /cody/69PercentFat/Js-Chess/img/black-bishop.png
208 Views
0 Comments
Media file
If-else.php /djdj/php/Programs/Programs/If-else.php
612 Views
0 Comments
<?php
$a = 5;
$b = 2000;
$c = 2016;

if($a > 2){
echo "a is greater than 2\n";
}
style.css /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Fill Text On Hover/style.css
256 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");

body {
display: flex;
height: 100vh;
j
ipaddr.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ipaddr.js/lib/ipaddr.js
185 Views
0 Comments
(function() {
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;

ipaddr = {}
script.js /karbonsites/amanbabuhemant/test/script.js
49 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
// Simple JS to demonstrate interaction logic, though CSS handles most
22.txt /coderai/22.txt
628 Views
0 Comments

* **समान प्रश्न पूछने से बचें:** यदि किसी और ने पहले ही आपका प्रश्न पूछा है, तो उसे दोहराने से बचें। इसके बजाय, मौजूदा टिप्पणी
146.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/146.png
205 Views
0 Comments
Media file
Icon-App-40x40@3x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
147 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/10 - Emoji Switcher like Discord/script.js
231 Views
0 Comments
const btn = document.getElementById('emoji-btn');

const emojis = [];


const emojiAddFunction = async () => {

let res
qrcode.png /itintern/certificate/qrcode.png
588 Views
0 Comments
Media file
1.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img3/1.jpg
183 Views
0 Comments
Media file
12.txt /coderai/12.txt
751 Views
0 Comments

IBM Watson is an artificial intelligence (AI) platform developed by IBM. It is designed to process and analyze large amounts of
style.css /shubh/html css project/style.css
300 Views
0 Comments
body{
background-color: black;
background-image: url("BackgroundImage.png");
background-size: cover;
}
p{
color:
StringMethods.js /shubh/javascript/StringMethods.js
252 Views
0 Comments
//String Methods
//str.toUpperCase()
let str="Shubh";
console.log(str.toUpperCase());

//str.toLowerCase()
let str="Shubh";
cons
style.css /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/style.css
248 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.app {
height: 100vh;
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Neumorphic Toggle Switch/style.css
193 Views
0 Comments
:root {
--primary-light: #8abdff;
--primary: #6d5dfc;
--primary-dark: #5b0eeb;
--white: #ffffff;
--greyLight-1: #e4ebf
Home 3 /djdj/ITintern 2.O/home3/index.html
86 Views
0 Comments
File is locked
build.gradle.kts /cody/iCriptSnappie/flutter_portfolio/android/app/build.gradle.kts
236 Views
0 Comments
plugins {
id("com.android.application")
id("kotlin-android")
// The Flutter Gradle Plugin must be applied after the
script.js /cody/swapnilsparsh/30DaysOfJavaScript/177 - Hangman Game/script.js
271 Views
0 Comments
/*
Script by Mike Mcgrath- http://website.lineone.net/~mike_mcgrath
Featured on JavaScript Kit (http://javascriptkit
/djdj/djupraity/flower/new.html
5 Views
0 Comments
File is locked
9f64d5d3.webp /sticker-archive/stickers/9f64d5d3.webp
58 Views
0 Comments
Media file