Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/lassiecoder/mutual-funding-app/client/public/index.html
141 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://www.bigtricks.in/wp-co
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/proxy-addr/index.js
16 Views
0 Comments
/*!
* proxy-addr
* Copyright(c) 2014-2016 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

index.html /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/index.html
513 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/README.md
301 Views
0 Comments
# side-channel
Store information about any JS value in a side channel. Uses WeakMap if available.

mystyle.css /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/mystyle.css
263 Views
0 Comments
body{
background-color: #355586;
margin: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items:
style.css /cody/bradtraversy/50projects50days/pokedex/style.css
197 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');

* {
box-sizing: border-box;
}

body {
bac
30DaysOfJavaScript.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/30DaysOfJavaScript.png
214 Views
0 Comments
Media file
snip1.png /cody/swapnilsparsh/30DaysOfJavaScript/142 - Magic 8 Ball/snips/snip1.png
207 Views
0 Comments
Media file
LeetCode - Hamming Distance - Go /abh/lc/461.go
450 Views
0 Comments
func int_to_binary(n int) string {
var b string = ""
for ;n!=0; {
if n % 2 == 0 {
b = "0" + b

Scope-Local-Global-Variable.php /djdj/php//Programs/Scope-Local-Global-Variable.php
200 Views
0 Comments
<?php
$a = 50; // Global Variable

function paste(){
$a = 10; // Local Variable
echo $a. "\n";
g
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/body-parser/README.md
73 Views
0 Comments
# body-parser

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][travis-i
mango.jfif /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/img/mango.jfif
185 Views
0 Comments
Media file
icon.svg /cody/Aryan-Barodwal/spotify-clone/spotify-clone/img/icon.svg
303 Views
0 Comments
<svg role="img" viewBox="0 0 78 24" aria-label="Spotify" aria-hidden="false" height="24" data-encore-id="logoSpotify" class="Svg
FUNDING.yml /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/.github/FUNDING.yml
275 Views
0 Comments
# These are supported funding model platforms

github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/range-parser/README.md
121 Views
0 Comments
# range-parser

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version
69.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/69.PNG
225 Views
0 Comments
Media file
shin5.jpg /tanishkak/shin5.jpg
297 Views
0 Comments
Media file
ic_launcher.png /cody/iCriptSnappie/flutter_portfolio/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
110 Views
0 Comments
Media file
maximize-area-of-square-hole-in-grid.py /prakhardoneria/LeetCode/maximize-area-of-square-hole-in-grid.py
183 Views
0 Comments
class Solution:
def maximizeSquareHoleArea(self, n: int, m: int, hBars: List[int], vBars: List[int]) -> int:
def get
HanumanChalisa-HanuMan.mp3 /djdj/songs/HanumanChalisa-HanuMan.mp3
224 Views
0 Comments
Media file
G.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/G.wav
255 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Image Card Stack Hover Effect/style.css
208 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
margin: 0;
padding: 0;

preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/preview.gif
211 Views
0 Comments
Media file
pause-button.png /cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/assets/img/pause-button.png
231 Views
0 Comments
Media file
img-2.png /cody/ShaifArfan/one-page-website-html-css-project/img/img-2.png
11 Views
0 Comments
Media file
uk.png /cody/atherosai/ui/scrolling-02/assets/uk.png
289 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/ipaddr.js/package.json
76 Views
0 Comments
{
"name": "ipaddr.js",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"version": "1.9
176.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/176.png
237 Views
0 Comments
Media file
style.css /cody/vishal-dcode/SVG Eye Tracking Animation/style.css
115 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700
OS Assignment 2 /djdj/os2.pdf
1164 Views
0 Comments
Media file
ipaddr.js.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ipaddr.js/lib/ipaddr.js.d.ts
214 Views
0 Comments
declare module "ipaddr.js" {
type IPv4Range = 'unicast' | 'unspecified' | 'broadcast' | 'multicast' | 'linkLocal' | 'loopbac
core_array.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/types/core_array.js
18 Views
0 Comments
'use strict';

const Document = require('../document');
const EmbeddedDocument = require('./embedded');
const MongooseError = re