Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


nodeify.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/nodeify.js
27 Views
0 Comments
"use strict";
module.exports = function(Promise) {
var util = require("./util");
var async = Promise._async;
var tryCatch = util
URLify a given string /prakhardoneria/GFG/URLify a given string.py
172 Views
0 Comments
class Solution:
def URLify(self, s):
return s.replace(" ", "%20")
LeetCode - Longest Substring Without Repeating Characters - Go /abh/lc/3.go
443 Views
0 Comments
func contain_duplicate(s string) bool {
for _, c := range s {
var count int
for _, cc := range s {
if c == cc {

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

const OperationBase = require('./operation').OperationBase;
const Aspect = require('./operation').Aspect;
const d
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Different Animations In Motion/style.css
215 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

style.css /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/style.css
214 Views
0 Comments
body{
margin:0;
background:#222;
}
svg{
width:100%;
height:100%;
position:fixed;
3.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img2/3.jpg
279 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/002-progress steps/style.css
223 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

:root {
--line-border-fill: #3498db;
--line-bord
ch10.jpg /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/images/ch10.jpg
283 Views
0 Comments
Media file
amritvenue2.jpg /ahmads_codes/Marriage Hall Booking/amritvenue2.jpg
317 Views
0 Comments
Media file
Readme.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/Readme.md
364 Views
0 Comments
# Bytes utility

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][ci-ima
MacneNanaImmortal2.png /amar/lookingupchibiarchive/MacneNanaImmortal2.png
52 Views
0 Comments
Media file
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/gopd/README.md
325 Views
0 Comments
# gopd <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![github actions][actions-image]][actions-url]
[![coverage]
style.css /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/style.css
261 Views
0 Comments
body {
max-height: 100vh;
background-color: #19172e;
}

#piano {
margin: auto;
margin-top: 30vh;
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/29. Select Menu/style.css
126 Views
0 Comments
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}

header {
width: 100%;
Day 99 /djdj/challange/day99.php
157 Views
0 Comments
class Solution {

/**
* @param Integer[] $nums
* @return Integer[]
*/
function getConcatenation($nums) {

inte.js /dakshbadal1379/inte.js
79 Views
0 Comments
let p = document.getElementById("principal");
let r = document.getElementById("rate");
let t = document.getElementById("time")
style.css /cody/bradtraversy/50projects50days/kinetic-loader/style.css
187 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #2c3e50;
display: flex;
align-items: center;
index.html /cody/atherosai/ui/tabs-03/index.html
726 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs</title>
<meta name="view
index.html /cody/swapnilsparsh/30DaysOfJavaScript/149 - Snake Game Voice/index.html
598 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
IMG_20240627_233811.png /cody/ShubhamRoy123/Windows-10/IMG_20240627_233811.png
333 Views
0 Comments
Media file
Piece.js /cody/69PercentFat/Js-Chess/pieces/Piece.js
257 Views
0 Comments
class Piece {
constructor(position, rank, name) {
this.position = position;
this.rank = rank;
this.name = name;

admin-controls.tsx /biisal/biisal/components/blog/admin-controls.tsx
71 Views
0 Comments
"use client";

import { deleteBlogPost } from "@/lib/actions/blogs";
import { Button } from "@/components/ui/button";
import { u
code-points.js /cody/lassiecoder/mutual-funding-app/server/node_modules/saslprep/lib/code-points.js
34 Views
0 Comments
'use strict';

const { range } = require('./util');

/**
* A.1 Unassigned code points in Unicode 3.2
* @link https://tools.iet
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/string_decoder/node_modules/safe-buffer/LICENSE
180 Views
0 Comments
The MIT License (MIT)

Copyright (c) Feross Aboukhadijeh

Permission is hereby granted, free of charge, to any person obtaining
manifest.json /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/web/manifest.json
419 Views
0 Comments
{ "name": "myapp", "short_name": "myapp", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color
app.js /cody/vishal-dcode/Random Choice Picker/app.js
111 Views
0 Comments
// This code selects elements from the DOM and assigns them to variables
const tagsEl = document.getElementById("tags");
const t
AndroidManifest.xml /cody/iCriptSnappie/flutter_portfolio/android/app/src/profile/AndroidManifest.xml
482 Views
0 Comments
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for developme
indore.html /ahmads_codes/Marriage Hall Booking/indore.html
584 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/atherosai/ui/comments-01/style.css
199 Views
0 Comments
:root {
--background: #ECF0F4;
--white: white;
--gray-light: #FAFBFC;
--gray-borders: #ECF1F4;
--gray-dark:
3.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img2/3.jpg
279 Views
0 Comments
Media file
Doraemon_Image6.png /shubh/html css project/Doraemon_Image6.png
382 Views
0 Comments
Media file