Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/content-disposition/LICENSE
377 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2017 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any pers
script.js /cody/swapnilsparsh/30DaysOfJavaScript/97 - Captcha Generator/script.js
305 Views
0 Comments
const captcha = document.querySelector('.captcha'),
reloadbtn = document.querySelector('.reload'),
inputText = document.queryS
index.html /karbonsites/echikumbi07/the-cloud/index.html
56 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
LeetCode - Check If Digits Are Equal in String After Operations I - Go /abh/lc/3461.go
406 Views
0 Comments
func hasSameDigits(s string) bool {
for ;len(s)!=2; {
var t string
for i:=0; i<len(s)-1; i++ {

RunnerTests.swift /cody/iCriptSnappie/flutter_portfolio/ios/RunnerTests/RunnerTests.swift
230 Views
0 Comments
import Flutter
import UIKit
import XCTest

class RunnerTests: XCTestCase {

func testExample() {
// If you add code to the
App.test.js /cody/lassiecoder/mutual-funding-app/client/src/App.test.js
15 Views
0 Comments
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';

test('renders learn react
style.css /cody/solygambas/html-css-javascript-projects/055-glass dashboard/style.css
212 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
--main-bg-color: #65dfc9;
--secondary-bg-color: #6cdbeb;
}

/itintern/WDD/task-1.html
13 Views
0 Comments
File is locked
utility.css /cody/Aryan-Barodwal/spotify-clone/utility.css
195 Views
0 Comments
.border {
border: 2px solid red;
margin: 3px;
}

.invert {
filter: invert(1);
}
text.js /cody/lassiecoder/mutual-funding-app/server/node_modules/body-parser/lib/types/text.js
8 Views
0 Comments
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

index.html /cody/solygambas/html-css-javascript-projects/091-chat interface/index.html
536 Views
0 Comments
<!-- Based on Chat Interface by Florin Pop (2019)
see: https://www.florin-pop.com/blog/2019/04/chat-interface/ -->

<!DOCTYPE ht
main.dart /cody/iCriptSnappie/flutter_portfolio/lib/main.dart
259 Views
0 Comments
import 'package:flutter/material.dart';
import 'package:my_portfolio/pages/home_page.dart';

void main() {
runApp(const MyApp(
djsangeet.png /djdj/djupraity/djsangeet/djsangeet.png
516 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/app.js
309 Views
0 Comments

const inputfields = document.querySelector("#getData");
const resume = document.getElementById("resume");
let inputshow = true;
arithmetic_operation.py /djdj/me/problems/hackerrank/arithmetic_operation.py
511 Views
0 Comments
a = int(input())
b = int(input())
print(a+b)
print(a-b)
print(a*b)

LeetCode - Rotate List - Go /abh/lc/61.go
319 Views
0 Comments
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
func ro
index.html /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/index.html
437 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
chatbot.c /abh/learning/c/BPPL/Phase-3/chatbot/chatbot.c
239 Views
0 Comments
#include <stdlib.h>
#include "chatbot.h"

char *ChatBot_chat(ChatBot *chatbot, char *message) {
if (message == NULL || m
Image Carousel /djdj/image-carousel.html
314 Views
0 Comments
<div class="wp-elementor-carousel-wrap">
<div class="wp-elementor-carousel">
<div class="wp-carousel-item">
<img
style.css /cody/swapnilsparsh/30DaysOfJavaScript/161 - Personal Assistant/style.css
182 Views
0 Comments
/* Felix */
.personal-assistant {
position: relative;
margin-top: 100px;
display: flex;
align-items: center;
justify-conten
custom-slider-range.tsx /cody/atherosai/ui/react-examples/pages/custom-slider-range.tsx
422 Views
0 Comments
import React from 'react';
import CustomSliderRange from '@components/CustomSliderRange';

const CustomSliderRangePage = () => {
script.js /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/js/script.js
296 Views
0 Comments
//https://api.github.com/users/user_name/repos
//
const user_img = document.querySelector(".user_img");
const userName = documen
app.js /cody/swapnilsparsh/30DaysOfJavaScript/202 - TaskManagement/app.js
219 Views
0 Comments
document.addEventListener('DOMContentLoaded', (event) => {
var dragSrcEl = null;
function handleDragStart(e) {

melissa.jpg /cody/atherosai/ui/table-03/assets/melissa.jpg
298 Views
0 Comments
Media file
Word Definition /cody/swapnilsparsh/30DaysOfJavaScript/103 - Word Definition/index.html
431 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed
about-coffee.png /vinay5ain/coffee-website/assets/img/about-coffee.png
135 Views
0 Comments
Media file
alex.jpg /cody/atherosai/ui/table-03/assets/alex.jpg
229 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/38. keyCode/app.js
90 Views
0 Comments
const insert = document.getElementById("insert");

window.addEventListener("keydown", (event) => {
// console.log(event.key)
style.css /cody/vishal-dcode/Custom Cursor on Hover/style.css
102 Views
0 Comments
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
cursor: none;
overflow-x: hidden;
script.js /cody/atherosai/ui/burger-menu-01/script.js
214 Views
0 Comments
const toggleMenu = () => {
const navigation = document.querySelector(".navigation");

const burgerMenu = document.querySelec
39.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/39.png
242 Views
0 Comments
Media file
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/setprototypeof/index.js
186 Views
0 Comments
'use strict'
/* eslint no-proto: 0 */
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf