Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


/djdj/ITintern/Akhilkap124/task3/index.html
11 Views
0 Comments
File is locked
3.png /cody/swapnilsparsh/30DaysOfJavaScript/09 - Dice Roll/assets/3.png
190 Views
0 Comments
Media file
11.png /djdj/djupraity/djsangeet/11.png
194 Views
0 Comments
Media file
main.js /vinay5ain/coffee-website/assets/js/main.js
91 Views
0 Comments
/*=============== CHANGE BACKGROUND HEADER ===============*/
const scrollHeader = () => {
const header = document.getElement
roboto-v20-latin-700.ttf /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-700.ttf
289 Views
0 Comments
Media file
popper.min.js /cody/swapnilsparsh/30DaysOfJavaScript/91 - CRUD Application/js/popper.min.js
280 Views
0 Comments
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Bouncing Ball Animation/style.css
186 Views
0 Comments
body {
background-color: #333;
}

.wrapper {
display: flex;
align-items: center;
justify-content: center;
index.html /cody/vishal-dcode/Hoverboard/index.html
174 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Hacker Like Text Scramble Effect/style.css
236 Views
0 Comments
@import "https://fonts.googleapis.com/css?family=Roboto+Mono:500";

html,
body {
font-family: "Roboto Mono", monospace;
back
128.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/128.png
237 Views
0 Comments
Media file
rewrite.lua /abh/nvim/lua/helpers/rewrite.lua
474 Views
0 Comments
--[[ ReWrite ]]--


local M = {}

M.write_string = ""
M.write_mode = ""
M.last_writes = {}
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/finalhandler/README.md
70 Views
0 Comments
# finalhandler

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node
hangman.js /cody/swapnilsparsh/30DaysOfJavaScript/36 - Hangman/scripts/hangman.js
248 Views
0 Comments
class Hangman {
constructor(word, remainingGuesses){
this.word = word.toLowerCase().split('');
this.remainin
icard4.png /cody/swapnilsparsh/30DaysOfJavaScript/69 - Food Delivery Site/icard4.png
195 Views
0 Comments
Media file
thunder.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/thunder.jpg
162 Views
0 Comments
Media file
Brook /light/44jzwg9jaf
434 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
style.css.map /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/css/style.css.map
303 Views
0 Comments
{
"version": 3,
"mappings": "AAAA,AAAA,CAAC,CAAC;EACA,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,WAAW,EAAE,QAAQ;CACtB;;AAED
Apple.jfif /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/img/Apple.jfif
141 Views
0 Comments
Media file
20b85ec9.webp /sticker-archive/stickers/20b85ec9.webp
246 Views
0 Comments
Media file
script.js /cody/atherosai/ui/sidebar-06/script.js
241 Views
0 Comments
const expand_btn = document.querySelector(".expand-btn");

let activeIndex;

expand_btn.addEventListener("click", () => {
docu
profile-card.tsx /cody/atherosai/ui/react-examples/pages/profile-card.tsx
445 Views
0 Comments
import React from 'react';
import ProfileCard from '@components/ProfileCard';

const CustomSliderRangePage = () => {
return
style.scss /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Text Reveal On Card Hover/style.scss
307 Views
0 Comments
*,
*::before,
*::after {
margin: 0;
box-sizing: border-box;
}

html {
style.css /cody/bradtraversy/50projects50days/button-ripple-effect/style.css
150 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
style.css /cody/frontendcharm/Mini-Projects/MENUS/Fold Out Mobile Menu/style.css
201 Views
0 Comments
* {
margin: 0;
box-sizing: border-box;
font-family: HelveticaNeue, Helvetica, sans-serif;
}

nav {
color: white;
style.css /cody/swapnilsparsh/30DaysOfJavaScript/27 - Memory Matching Game/style.css
219 Views
0 Comments
* {
box-sizing: border-box;
font-family: "sans";
user-select:none; /*for the user not to pull the card with the mouse*/
}

Java Task 3 /itintern/JAVA0A/task-3.html
5 Views
0 Comments
File is locked
Count Inversions /prakhardoneria/geekstreak60/day5.py
81 Views
0 Comments
class Solution:
def inversionCount(self, arr):
def merge_and_count(temp_arr, left, mid, right):
i = left
Longest Subarray with Majority Greater than K /prakhardoneria/geekstreak60/day12.py
68 Views
0 Comments
class Solution:
def longestSubarray(self, arr, k):
n = len(arr)
prefix_sum = 0
first_occ = {}

Screenshot 2022-04-14 072814.png /cody/swapnilsparsh/30DaysOfJavaScript/123 - Dino Game/img/Screenshot 2022-04-14 072814.png
185 Views
0 Comments
Media file
main.js /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/js/main.js
258 Views
0 Comments
var imgNum = 0;
var rand = [2, 3, 4, 5, 6, 7, 8, 9];
var randNum;
var ind = [];

document.getElementById('img1').addEventListene
index.html /cody/atherosai/ui/sidebar-05/index.html
502 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https:
forest-resized.jpg /cody/atherosai/ui/cards-04/assets/forest-resized.jpg
242 Views
0 Comments
Media file