Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


desktop.png /cody/codewithsadee/glowing/readme-images/desktop.png
179 Views
0 Comments
Media file
script.js /cody/solygambas/html-css-javascript-projects/017-movie app/script.js
315 Views
0 Comments
const KEY = "3fd2be6f0c70a2a598f084ddfb75487c";
// For educational purposes only - DO NOT USE in production
// Request your own
script.js /cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/script.js
232 Views
0 Comments
(function(window){

var Game = {

init: function(){
this.c = document.getElementById("game");
this.c.width = this.c.width;

File.html /amar/Pioo.html
616 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
index.html /cody/swapnilsparsh/30DaysOfJavaScript/149 - Snake Game Voice/index.html
521 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
signupform.html /dakshbadal1379/signupform.html
648 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Register</title>
<link rel="icon" type="image/x-icon" href="download.png">
<link re
props.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/props.js
15 Views
0 Comments
"use strict";
module.exports = function(
Promise, PromiseArray, tryConvertToPromise, apiRejection) {
var util = require("./u
app.js /cody/vishal-dcode/Drag N Drop/app.js
91 Views
0 Comments
const empties = document.querySelectorAll(".empty");
const fill = document.querySelector(".fill");

fill.addEventListener("drags
style.css /cody/vishal-dcode/Rotating Navigation/style.css
141 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
* {
margin: 0;
padding: 0;
}
b
c4471a0e.webp /sticker-archive/stickers/c4471a0e.webp
336 Views
0 Comments
Media file
pareny.css /dakshbadal1379/pareny.css
371 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
color: #fff;

}
body{
style.css.map /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Intro Text Animation/style.css.map
351 Views
0 Comments
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAQ;AAER;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AA
sns_links.dart /cody/iCriptSnappie/flutter_portfolio/lib/constants/sns_links.dart
248 Views
0 Comments
class SnsLinks {
static const String github = "https://github.com";
static const String linkedin = "https://linkedin.com";

index.html /cody/solygambas/html-css-javascript-projects/007-split landing page/index.html
530 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
LeetCode - Binary Tree Postorder Traversal - Go /abh/lc/145.go
376 Views
0 Comments
/**
* Definition for a binary tree node.
* type TreeNode struct {
* Val int
* Left *TreeNode
* Right *Tree
do-while-loop.php /djdj/php//Programs/do-while-loop.php
198 Views
0 Comments
<?php
//do while loop
$a = 0;
do {
echo $a;
$a++;
} while ($a <= 10);
?>
profile.png /cody/atherosai/ui/profile-cards-04/assets/profile.png
300 Views
0 Comments
Media file
derederesemeri.m4a /djdj/songs/derederesemeri.m4a
374 Views
0 Comments
Media file
icons (6).png /cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/src/icons (6).png
297 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/90 - Guess the Number/style.css
274 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

* {
padding: 0;
margin: 0;
box-
index.js /cody/swapnilsparsh/30DaysOfJavaScript/205 - Domain Availability/index.js
254 Views
0 Comments
const search = document.querySelector('.search')
const searchBtn = document.querySelector('.search-btn')
const loader = document
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/cmap/connection.js
13 Views
0 Comments
'use strict';

const EventEmitter = require('events');
const MessageStream = require('./message_stream');
const MongoError = req
script.js /karbonsites/amanbabuhemant/test/script.js
78 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
// Simple JS to demonstrate interaction logic, though CSS handles most
srinagarvenue2.jpg /ahmads_codes/Marriage Hall Booking/srinagarvenue2.jpg
256 Views
0 Comments
Media file
Dragon.jfif /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/img/Dragon.jfif
132 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Fog Overlay On Button Hover/style.css
167 Views
0 Comments
:root {
--height: 100px;
--width: 200px;
}

* {
margin: 0;
padding: 0;
find_and_modify.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/find_and_modify.js
14 Views
0 Comments
'use strict';

const OperationBase = require('./operation').OperationBase;
const applyRetryableWrites = require('../utils').appl
Day 37 /djdj/challange/day37.sql
79 Views
0 Comments
# Write your MySQL query statement below
select product_name, year, price
from Sales
inner join Product
where Sales.product_i
LeetCode - Reverse Prefix of Word - Go /abh/lc/2000.go
432 Views
0 Comments
func reversePrefix(word string, ch byte) string {
var stack []rune
for _i, c := range word {
stack = append(s
Heart.html /amar/Heart.html
746 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Radial Toggle Social Icons/index.html
499 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
flutter_window.h /cody/iCriptSnappie/flutter_portfolio/windows/runner/flutter_window.h
277 Views
0 Comments
#ifndef RUNNER_FLUTTER_WINDOW_H_
#define RUNNER_FLUTTER_WINDOW_H_

#include <flutter/dart_project.h>
#include <flutter/flutter_v