Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


helloworld.html /amar/helloworld.html
613 Views
0 Comments
<!DOCTYPE html>
<html>


<h2>
hello world from atp
</h2>
</html>
131.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/131.png
365 Views
0 Comments
Media file
cover.jpg /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Love_(mood)/cover.jpg
278 Views
0 Comments
Media file
charset.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/negotiator/lib/charset.js
185 Views
0 Comments
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
utils.h /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/runner/utils.h
510 Views
0 Comments
#ifndef RUNNER_UTILS_H_
#define RUNNER_UTILS_H_

#include <string>
#include <vector>

// Creates a console for the process, and
Ado.jpeg /amar/lookingupchibiarchive/Ado.jpeg
70 Views
0 Comments
Media file
AdachiGreiV2.png /amar/lookingupchibiarchive/AdachiGreiV2.png
49 Views
0 Comments
Media file
black.jpg /cody/ShubhamRoy123/Windows-10/black.jpg
323 Views
0 Comments
Media file
sendmessage.jpg /tanishkak/sendmessage.jpg
313 Views
0 Comments
Media file
to-do/index.css /deepika/to-do/index.css
417 Views
0 Comments
*{
margin:0;
padding:0;
font-family: 'poppins', sans-serif;
box-sizing:border-box;
}
.container{
widt
Release.xcconfig /cody/iCriptSnappie/flutter_portfolio/ios/Flutter/Release.xcconfig
618 Views
0 Comments
#include "Generated.xcconfig"

image.h /abh/learning/c/BPPL/Phase-3/image-filter/image.h
390 Views
0 Comments
#include <stdbool.h>
#include <gdk-pixbuf/gdk-pixbuf.h>

#ifndef IMAGE_H
#define IMAGE_H

typedef struct {
unsigned c
FUNDING.yml /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/get-intrinsic/.github/FUNDING.yml
331 Views
0 Comments
# These are supported funding model platforms

github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
script.js /cody/bradtraversy/50projects50days/testimonial-box-switcher/script.js
200 Views
0 Comments
const testimonialsContainer = document.querySelector('.testimonials-container')
const testimonial = document.querySelector('.tes
roboto-v20-latin-900.woff2 /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-900.woff2
472 Views
0 Comments
Media file
crs.jpg /ahmads_codes/E-Commerce Hub/crs.jpg
144 Views
0 Comments
Media file
build.gradle.kts /cody/iCriptSnappie/flutter_portfolio/android/build.gradle.kts
517 Views
0 Comments
allprojects {
repositories {
google()
mavenCentral()
}
}

val newBuildDir: Directory = rootProject.layou
index.html /cody/atherosai/ui/sidebar-01/index.html
646 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconne
encrypt_caesar_cipher.py /abh/def/encrypt_caesar_cipher.py
752 Views
0 Comments
def encrypt_caesar_cipher(text, shift):
cipher = ""
for char in text:
if char.isalpha():
offset = 65
script.js /cody/atherosai/ui/accordion-01/script.js
290 Views
0 Comments

//? This code is for animating details
//? of summary component and slightly modified
//? https://css-tricks.com/how-to-animat
hero3-com.png /biisal/biisal/public/hero3-com.png
7 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/style.css
251 Views
0 Comments
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url("https://code.ionicframework.com/ionicon
127.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/127.png
337 Views
0 Comments
Media file
LeetCode - Find the Encrypted String - Python /abh/lc/3210.py
511 Views
0 Comments
class Solution:
def getEncryptedString(self, s: str, k: int) -> str:
return "".join([s[(i+k)%len(s)] for i in rang
BufferList.js /cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/lib/internal/streams/BufferList.js
26 Views
0 Comments
'use strict';

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("
taa.jpg /tanishkak/taa.jpg
358 Views
0 Comments
Media file
index.html /cody/bradtraversy/50projects50days/drink-water/index.html
602 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
spotifydown.com - Feel My Love.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Diljit/spotifydown.com - Feel My Love.mp3
347 Views
0 Comments
Media file
BUTTONCSS.HTML /dakshbadal1379/BUTTONCSS.HTML
741 Views
0 Comments
<html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
22.png /djdj/djupraity/djsangeet/22.png
264 Views
0 Comments
Media file
script.js /cody/solygambas/html-css-javascript-projects/099-parallax website/script.js
313 Views
0 Comments
let controller = new ScrollMagic.Controller();
let timeline = new TimelineMax();

timeline
.to(".rock", 10, { y: -300 })
.to
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/app.js
86 Views
0 Comments
const input = document.querySelectorAll(".controls input");

function handleUpdate() {
// console.log(this.name);
this.name