Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


marker.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/marker.png
190 Views
0 Comments
Media file
f2170f4a.webp /sticker-archive/stickers/f2170f4a.webp
213 Views
0 Comments
Media file
Chatgpt.py /amar/Chatgpt.py
845 Views
0 Comments
import gradio as gr
import openai
from kivy.core.clipboard import Clipboard

prompt = "Send a message"

def chat(promp
array.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/types/array.js
9 Views
0 Comments
/*!
* Module dependencies.
*/

'use strict';

const CoreMongooseArray = require('./core_array');
const Document = require('../
script.js /cody/swapnilsparsh/30DaysOfJavaScript/130 - Get Mouse Position/script.js
232 Views
0 Comments
let output = document.getElementById("output");
window.addEventListener("mousemove",(e)=>{
let xPos=e.clientX;
let yPos=
c0ca99e3.webp /sticker-archive/stickers/c0ca99e3.webp
140 Views
0 Comments
Media file
ch10.jpg /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/images/ch10.jpg
177 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/55. Two Sides Scroll/app.js
21 Views
0 Comments
const sliderContainer = document.querySelector(".slider-container");
const slidRight = document.querySelector(".right-slid");
co
Kurchi Madathapetti.m4a /djdj/songs/Kurchi Madathapetti.m4a
304 Views
0 Comments
Media file
main.js /cody/swapnilsparsh/30DaysOfJavaScript/06 - Calendar/main.js
222 Views
0 Comments
dycalendar.draw({
target: '#dycalendar',
type: 'month',
dayformat : 'full',
monthformat: 'full',
highlightta
style.css /karbonsites/poheva4505/game/style.css
25 Views
0 Comments
/* Global Styles */
body {
margin: 0;
overflow: hidden;
background-color: #1e272e; /* Dark Slate/Space Blue for mode
login.php /djdj/php//Programs/System/hash_password/login.php
177 Views
0 Comments
<?php
// if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){
// header("location:welcome.php");
//
index.html /cody/solygambas/html-css-javascript-projects/088-promo code/index.html
420 Views
0 Comments
<!-- Based on Build a CSS Christmas Present that Opens & Closes by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube
index.html /cody/swapnilsparsh/30DaysOfJavaScript/20 - Levitate Board/index.html
427 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/raw-body/index.js
175 Views
0 Comments
/*!
* raw-body
* Copyright(c) 2013-2014 Jonathan Ong
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/

package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/package.json
170 Views
0 Comments
{
"name": "cookie",
"description": "HTTP server cookie parsing and serialization",
"version": "0.5.0",
"author": "Roman
type.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/schema/operators/type.js
11 Views
0 Comments
'use strict';

/*!
* ignore
*/

module.exports = function(val) {
if (typeof val !== 'number' && typeof val !== 'string') {
single.dart /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/lib/single.dart
343 Views
0 Comments
import 'dart:async';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:shared_preferences/shar
index.html /cody/bradtraversy/50projects50days/netflix-mobile-navigation/index.html
389 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial
lavender-field.jpg /cody/atherosai/ui/accordion-03/images/lavender-field.jpg
215 Views
0 Comments
Media file
The Moon /abh/js/yam/index.html
871 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The MOON</title>
<meta name="viewport" co
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/74. Tabed Navigation/style.css
30 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

a {
color: #000;
FUNDING.yml /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/.github/FUNDING.yml
206 Views
0 Comments
# These are supported funding model platforms

github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/66. Animated Search Bar/style.css
27 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}

body {
pexels-nao-triponez-129207.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/92. Coffee/Images/pexels-nao-triponez-129207.jpg
28 Views
0 Comments
Media file
style.css /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/9adab887-4fca-415c-9c66-04859ca0a646/style.css
33 Views
0 Comments
:root {
--color-primary: #1e8449; /* Deep Forest Green */
--color-secondary: #2ecc71; /* Bright Mint Green */
--colo
script.js /cody/bradtraversy/50projects50days/notes-app/script.js
149 Views
0 Comments
const addBtn = document.getElementById('add')

const notes = JSON.parse(localStorage.getItem('notes'))

if(notes) {
notes.fo
Brook /light/44jzwg9jaf
385 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/64. Gradient Generator/app.js
25 Views
0 Comments
let color1 = document.querySelector(".c1");
let color2 = document.querySelector(".c2");
let gradientCont = document.querySelecto
mic.png /cody/swapnilsparsh/30DaysOfJavaScript/131 - Guess Number by Speech/img/mic.png
200 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/On Hover Image Reveal Animation/index.html
392 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
Post-Method.php /djdj/php/Programs/Programs/Post-Method.php
543 Views
0 Comments
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){
$name = $_POST['name'];
$email = $_POST