Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/solygambas/html-css-javascript-projects/056-image comparison slider/index.html
499 Views
0 Comments
<!-- Awesome Vanilla Javascript Image Slider! by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=ee8y1IV6pOI -->
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Crazy Button Shape/index.html
464 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
Info.plist /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Info.plist
387 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyL
Q1068_Product_Sales_Analysis_I.sql /djdj/me/problems/leetcode/Q1068_Product_Sales_Analysis_I.sql
637 Views
0 Comments
select product_name,year,price from sales
inner join product
on sales.product_id = product.product_id;

package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/package.json
28 Views
0 Comments
{
"name": "jsonwebtoken",
"version": "8.5.1",
"description": "JSON Web Token implementation (symmetric and asymmetric)",

heeriye_by_arijit_sing.mp3 /khushi/Something||Special/heeriye_by_arijit_sing.mp3
493 Views
0 Comments
Media file
encrypt_caesar_cipher.py /abh/def/encrypt_caesar_cipher.py
641 Views
0 Comments
def encrypt_caesar_cipher(text, shift):
cipher = ""
for char in text:
if char.isalpha():
offset = 65
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/package.json
64 Views
0 Comments
{
"name": "mpath",
"version": "0.7.0",
"description": "{G,S}et object values using MongoDB-like path notation",
"main":
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/167 - Math Game/preview.gif
194 Views
0 Comments
Media file
require_optional_tests.js /cody/lassiecoder/mutual-funding-app/server/node_modules/require_optional/test/require_optional_tests.js
11 Views
0 Comments
var assert = require('assert'),
require_optional = require('../'),
nestedTest = require('./nestedTest');

describe('Require
index.html /cody/swapnilsparsh/30DaysOfJavaScript/47 - Caesar Cipher/index.html
483 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

2min.png /cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/assets/img/2min.png
235 Views
0 Comments
Media file
Calculator /cody/swapnilsparsh/30DaysOfJavaScript/26 - Calculator/index.html
506 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed
Release.xcconfig /cody/iCriptSnappie/flutter_portfolio/ios/Flutter/Release.xcconfig
413 Views
0 Comments
#include "Generated.xcconfig"

123.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/123.png
224 Views
0 Comments
Media file
LeetCode - Insert Delete GetRandom O(1) - Python /abh/lc/380.py
624 Views
0 Comments
from random import choice
class RandomizedSet:

def __init__(self):
self.values = []

def insert(self, val
CHANGELOG.md /cody/lassiecoder/mutual-funding-app/server/node_modules/kareem/CHANGELOG.md
57 Views
0 Comments
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/con
utf7.js /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/encodings/utf7.js
12 Views
0 Comments
"use strict";
var Buffer = require("safer-buffer").Buffer;

// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
//
bower.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sift/bower.json
28 Views
0 Comments
{
"name": "sift",
"version": "3.2.0",
"authors": [
"Craig Condon <craig.j.condon@gmail.com>"
],
"description": "mo
e831e9e2.webp /sticker-archive/stickers/e831e9e2.webp
230 Views
0 Comments
Media file
JavaCodingPack-0.4.1.exe /djdj/JavaCodingPack-0.4.1.exe
262 Views
0 Comments
Media file
search.htm /amar/search.htm
472 Views
0 Comments
<!doctype html><html itemscope="" itemtype="http://schema.org/SearchResultsPage" lang="hi"><head><meta charset="UTF-8"><meta con
index.html /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Slide In Social Icons/index.html
506 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
app.css /cody/swapnilsparsh/30DaysOfJavaScript/207 - Movie Rating Project/assets/styles/app.css
221 Views
0 Comments
* {
box-sizing: border-box;
}

html {
font-family: sans-serif;
}

Dil se Dil - Sita Ramam.m4a /djdj/songs/Dil se Dil - Sita Ramam.m4a
361 Views
0 Comments
Media file
index.html /abh/js/ptgm/index.html
657 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
72e61ef7.webp /sticker-archive/stickers/72e61ef7.webp
317 Views
0 Comments
Media file
f87132a1.webp /sticker-archive/stickers/f87132a1.webp
235 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Wavy Heart Animation With Reflection /index.html
443 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>W
wheel.png /cody/swapnilsparsh/30DaysOfJavaScript/03 - Random Color Generator/assets/wheel.png
219 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/isarray/README.md
92 Views
0 Comments

# isarray

`Array#isArray` for older browsers.

[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http:/
payroll excel assignement 2 - dj.xlsx /djdj/djassign/payroll excel assignement 2 - dj.xlsx
238 Views
0 Comments
Media file