Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


images.jpg /cody/MuthuPandi-1963/Typing_Prowess/images.jpg
271 Views
0 Comments
Media file
collection-1.jpg /khushi/E com Website/assets/images/collection-1.jpg
252 Views
0 Comments
Media file
Day 56 /djdj/challange/day56.sql
99 Views
0 Comments
# Write your MySQL query statement below
select s.employee_id from Salaries as s
where s.employee_id NOT IN (select e.employee_i
script.js /cody/frontendcharm/Mini-Projects/LOADERS/Spinning Torus Knot Using Three.js/script.js
310 Views
0 Comments
import * as THREE from "https://cdn.skypack.dev/three@0.133.1/build/three.module";
import { OrbitControls } from "https://cdn.sk
ionicons.svg /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/fonts/ionicons.svg
401 Views
0 Comments
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg
index.html /cody/vishal-dcode/Expanding Cards/index.html
347 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
clouds.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/clouds.jpg
113 Views
0 Comments
Media file
ic_launcher.png /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
233 Views
0 Comments
Media file
bootstrap.css.map /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/assets/css/bootstrap.css.map
370 Views
0 Comments
{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_reboot.scss","../../scs
script.js /karbonsites/halejal874/hydro/script.js
69 Views
0 Comments
const qrImg = document.getElementById('qr-code'); if (qrImg) { const randomData = Math.random().toString(36).substring(7); qrImg
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge/LICENSE
426 Views
0 Comments
The MIT License (MIT)

Copyright (c) 2013-2017 Jared Hanson

Permission is hereby granted, free of charge, to any person obtaini
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/100. Wikipedia Clone/app.js
83 Views
0 Comments
const searchForm = document.getElementById("search-form");
const searchInput = document.getElementById("search-input");
const se
you1.png /abh/js/yam/you1.png
426 Views
0 Comments
Media file
pic4.jpg /cody/Shubhajiit/3D-Gallary/pic4.jpg
257 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/096-cloud hosting service/index.html
641 Views
0 Comments
<!-- Based on Build a Responsive Website by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->

<!DOCTYPE
Color Picker /abh/learning/c/BPPL/Phase-3/color-picker/main.c
274 Views
0 Comments
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdkevents.h>
#include <stdio.h>

// main color
unsig
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/01.bg-video/style.css
79 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}

.hero {
Miyabi.webp /amar/lookingupchibiarchive/Miyabi.webp
21 Views
0 Comments
Media file
FunniBunny.png /amar/lookingupchibiarchive/FunniBunny.png
21 Views
0 Comments
Media file
script.js /cody/bradtraversy/50projects50days/content-placeholder/script.js
161 Views
0 Comments
const header = document.getElementById('header')
const title = document.getElementById('title')
const excerpt = document.getElem
LeetCode - Maximum Nesting Depth of the Parentheses - Go /abh/lc/1614.go
501 Views
0 Comments
func maxDepth(s string) int {
var depth, max_depth int
for _, c := range s {
if c == '(' {
depth
lgin.jpg /ahmads_codes/E-Commerce Hub/lgin.jpg
296 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/35 - Decimal To Binary/style.css
226 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "sans";
}

@font-face {
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/cmap/connection.js
23 Views
0 Comments
'use strict';

const EventEmitter = require('events');
const MessageStream = require('./message_stream');
const MongoError = req
w01.png /cody/iCriptSnappie/flutter_portfolio/assets/projects/w01.png
203 Views
0 Comments
Media file
Get_Cookies.php /djdj/php//Programs/Get_Cookies.php
219 Views
0 Comments
<?php
$ram = $_COOKIE['category'];
echo "cookie is: " .$ram;
?>
types.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mime/types.json
50 Views
0 Comments
{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["a
LeetCode - Number of Unequal Triplets in Array - Go /abh/lc/2475.go
421 Views
0 Comments
func unequalTriplets(nums []int) int {
l := len(nums)
var count int
for i:=0; i<l-2; i++ {
for j:=i+1; j<l-1; j++ {

error.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/error.js
23 Views
0 Comments
'use strict';

const MongoNetworkError = require('./core').MongoNetworkError;

// From spec@https://github.com/mongodb/specifica
Q1009_Complement_of_Base_10_Integer.py /djdj/me/problems/leetcode/Q1009_Complement_of_Base_10_Integer.py
647 Views
0 Comments
def bitwiseComplement(self, num):
if num==0:
return 1
s = []
while num > 0:
r =
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/ee-first/README.md
92 Views
0 Comments
# EE First

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]]
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/objectid.js
15 Views
0 Comments
// Custom inspect property name / symbol.
var inspect = 'inspect';

var utils = require('./parser/utils');

/**
* Machine id.