Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Rainbow Gradient Glowing Effect/style.css
169 Views
0 Comments
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

spotifydown.com - Starry Night (1).mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Funky_(mood)/spotifydown.com - Starry Night (1).mp3
137 Views
0 Comments
Media file
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/drivers/node-mongodb-native/connection.js
7 Views
0 Comments
/*!
* Module dependencies.
*/

'use strict';

const MongooseConnection = require('../../connection');
const STATES = require('
github.svg /cody/atherosai/ui/footer-03/assets/github.svg
326 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24
Icon-App-60x60@2x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
105 Views
0 Comments
Media file
images (17).jpeg /cody/ShubhamRoy123/Windows-10/images (17).jpeg
234 Views
0 Comments
Media file
LeetCode - Longest Substring Without Repeating Characters - Go /abh/lc/3.go
272 Views
0 Comments
func contain_duplicate(s string) bool {
for _, c := range s {
var count int
for _, cc := range s {
if c == cc {

main.css /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/css/main.css
216 Views
0 Comments
/* first section */
.fst-section{
display: flex;
justify-content: center;
width: 100%;
}
.container2{
padding:
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/require_optional/HISTORY.md
18 Views
0 Comments
1.0.1 03-02-2016
================
* Fix dependency resolution issue when a component in peerOptionalDependencies is installed at
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/39. Tabs/app.js
31 Views
0 Comments
function getTab(el) {
const active = document.querySelector(".active");
const visible = document.querySelector(".content-vis
hourglass.png /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/assets/hourglass.png
178 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/style.css
195 Views
0 Comments

#city{
background: url(cityImage.jpg);
background-size: cover;
background-repeat: no-repeat;
width: auto;
h
ChatBot /abh/learning/c/BPPL/Phase-3/chatbot/main.c
170 Views
0 Comments
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ui.h"
#include "chatbot.h"

char *mirror_chat(char *m
notes.c /abh/learning/c/BPPL/Phase-1/file_io/notes.c
163 Views
0 Comments
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

typedef struct {
char title[30];
char desc[1024];
} N
top 500 anime question /amar/justadataset.txt
4 Views
0 Comments
File is locked
style.css /karbonsites/sfameer786/world-site/style.css
23 Views
0 Comments
/* --- CSS Reset & Base Styles (Default Theme: Modern Dark/Minimalist) --- */
:root {
--color-bg: #0f0f0f; /* Deep Charcoal
bson.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/browser_build/bson.js
5 Views
0 Comments
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
mod
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/LICENSE
356 Views
0 Comments
The MIT License (MIT)

Copyright (c) Feross Aboukhadijeh

Permission is hereby granted, free of charge, to any person obtaining
courses-internship.css /shubh/courses-internship.css
175 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
profiling_level.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/profiling_level.js
5 Views
0 Comments
'use strict';

const CommandOperation = require('./command');

class ProfilingLevelOperation extends CommandOperation {
constr
logo.png /cody/codewithsadee/glowing/assets/images/logo.png
151 Views
0 Comments
Media file
encrypt_caesar_cipher.py /abh/def/encrypt_caesar_cipher.py
564 Views
0 Comments
def encrypt_caesar_cipher(text, shift):
cipher = ""
for char in text:
if char.isalpha():
offset = 65
margherita.jpg /khushi/Mine's Restaurant/margherita.jpg
255 Views
0 Comments
Media file
/itintern/WDC/task2/index.js
210 Views
0 Comments
sidenav = document.querySelector(".sidenav");
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = docume
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Add-Remove Button Interaction/style.css
181 Views
0 Comments
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}

body {
min-height: 100vh;
display: grid;
index.html /karbonsites/contactusinedu/p2p-chat--forked-/index.html
50 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<title>P2P Chat Online</title>
<link rel="stylesheet" href="style.css">
<scr
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/forwarded/package.json
162 Views
0 Comments
{
"name": "forwarded",
"description": "Parse HTTP X-Forwarded-For header",
"version": "0.2.0",
"contributors": [
"Do
index.html /cody/frontendcharm/Mini-Projects/LOGOS/New Twitter Logo Clone/index.html
355 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
app.js /cody/vishal-dcode/Hidden Search/app.js
72 Views
0 Comments
const icon = document.querySelector("i");
const input = document.querySelector("input");

icon.addEventListener("click", () => {
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/42 - Simple Form Validation/styles.css
185 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

:root {
--error-color: #dc3545;
--success-co
style.css /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/style.css
173 Views
0 Comments
* {
box-sizing: border-box;
}

@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/serve-static/LICENSE
32 Views
0 Comments
(The MIT License)

Copyright (c) 2010 Sencha Inc.
Copyright (c) 2011 LearnBoost
Copyright (c) 2011 TJ Holowaychuk
Copyright (c)