Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


6536956.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/31. Full Screen Navigation/images/6536956.jpg
45 Views
0 Comments
Media file
64.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/64.PNG
119 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Crazy Button Shape/style.css
165 Views
0 Comments
body {
background: #17181c;
display: grid;
place-items: center;
height: 100vh;
}

.div-container {
2a07b864.webp /sticker-archive/stickers/2a07b864.webp
211 Views
0 Comments
Media file
grid-template-areas.tsx /cody/atherosai/ui/react-examples/pages/grid-template-areas.tsx
362 Views
0 Comments
import React from 'react';
import Container from '@components/Container';

const cardsHoverEffect = () => {
return (

Makefile /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/debug/Makefile
333 Views
0 Comments
# get Makefile directory name: http://stackoverflow.com/a/5982798/376773
THIS_MAKEFILE_PATH:=$(word $(words $(MAKEFILE_LIST)),$(
catch_filter.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/catch_filter.js
4 Views
0 Comments
"use strict";
module.exports = function(NEXT_FILTER) {
var util = require("./util");
var getKeys = require("./es5").keys;
var tr
cer_250319_205313.pdf /djdj/djupraity/cer_250319_205313.pdf
297 Views
0 Comments
Media file
array.c /abh/learning/c/BPPL/Phase-1/memory/array.c
174 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>

void print_int_array(int array[], int len) {
printf("[");
for (int i=0; i<l
index.html /cody/atherosai/ui/footer-01/index.html
491 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 02</title>
<meta name=
script.js /cody/swapnilsparsh/30DaysOfJavaScript/158 - Maze Game/script.js
230 Views
0 Comments
function rand(max) {
return Math.floor(Math.random() * max);
}

function shuffle(a) {
for (let i = a.length - 1; i > 0; i--)
app.js /cody/swapnilsparsh/30DaysOfJavaScript/43 - Getting Started with APIs/app.js
208 Views
0 Comments
const cat_result = document.getElementById("gallery");
const errorData = document.getElementById("errorBox");


btn_generate.add
minimum-pair-removal-to-sort-array-ii.py /prakhardoneria/LeetCode/minimum-pair-removal-to-sort-array-ii.py
37 Views
0 Comments
class Solution:
def minimumPairRemoval(self, nums: List[int]) -> int:
n = len(nums)
sl = SortedList()

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.isboolean/LICENSE
25 Views
0 Comments
Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas
james.jpg /cody/atherosai/ui/drag-and-drop-01/assets/james.jpg
199 Views
0 Comments
Media file
Hello World in Java /demo/code/hello-world.java
811 Views
6 Comments
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
zoom.png /cody/swapnilsparsh/30DaysOfJavaScript/22 - Zoom Effect/assets/zoom.png
188 Views
0 Comments
Media file
84.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/84.PNG
164 Views
0 Comments
Media file
Urasion /djdj/urasion.c
563 Views
0 Comments
#include<stdio.h>
int main() {
// printf("%s",__FILE__ );
FILE *fp;
char ch;
fp = fopen(__FILE__,"r");
while((ch = getc(f
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/methods/LICENSE
21 Views
0 Comments
(The MIT License)

Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2015-2016 Douglas Christopher Wilso
Papa Meri Jaan Animal 128 Kbps.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/ncs/Papa Meri Jaan Animal 128 Kbps.mp3
148 Views
0 Comments
Media file
connection_pool.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/cmap/connection_pool.js
5 Views
0 Comments
'use strict';

const Denque = require('denque');
const EventEmitter = require('events').EventEmitter;
const Logger = require('..
style.css /cody/swapnilsparsh/30DaysOfJavaScript/145 - Number Facts/style.css
157 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-
F1.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/F1.wav
163 Views
0 Comments
Media file
index.html /cody/vishal-dcode/Drag N Drop/index.html
110 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/bradtraversy/50projects50days/password-strength-background/style.css
135 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: flex;
flex-direction: column;
align-items: center;
JsonWebTokenError.js /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/JsonWebTokenError.js
5 Views
0 Comments
var JsonWebTokenError = function (message, error) {
Error.call(this, message);
if(Error.captureStackTrace) {
Error.captu
manifest.json /cody/lassiecoder/mutual-funding-app/client/public/manifest.json
14 Views
0 Comments
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes"
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/38. keyCode/app.js
28 Views
0 Comments
const insert = document.getElementById("insert");

window.addEventListener("keydown", (event) => {
// console.log(event.key)
main.js /cody/swapnilsparsh/30DaysOfJavaScript/100 - Quote of The Day/js/main.js
220 Views
0 Comments
var httr = new XMLHttpRequest();
var quotes = [];
httr.open('GET', 'https://type.fit/api/quotes/');
httr.send();
httr.addEventL
app.js /cody/vishal-dcode/Password Generator/app.js
44 Views
0 Comments
const resultEl = document.getElementById("result");
const lengthEl = document.getElementById("length");
const uppercaseEl = docu
Readme.txt /cody/swapnilsparsh/30DaysOfJavaScript/72 - Typing Platform/Readme.txt
442 Views
0 Comments
Hello this my Project That is typeracer which is basically typing platform where users get to know
about their accuracy of typin