Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Mr. /ubataecj/
0 Views
0 Comments
File is locked
b4168afd.webp /sticker-archive/stickers/b4168afd.webp
44 Views
0 Comments
Media file
getEmbeddedDiscriminatorPath.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/query/getEmbeddedDiscriminatorPath.js
23 Views
0 Comments
'use strict';

const cleanPositionalOperators = require('../schema/cleanPositionalOperators');
const get = require('../get');
co
index.html /cody/solygambas/html-css-javascript-projects/038-mobile tab navigation/index.html
603 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
ondblclick.html /shubh/javascript/ondblclick.html
726 Views
0 Comments
// ondblclick event using inline event handling
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta na
connect.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/connect.js
26 Views
0 Comments
'use strict';

const deprecate = require('util').deprecate;
const Logger = require('../core').Logger;
const MongoCredentials = r
/itintern/WDC/task1/index.html
29 Views
0 Comments
File is locked
index.html /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/index.html
676 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/solygambas/html-css-javascript-projects/097-terminal style landing page/style.css
241 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");

* {
box-sizing: border-box
hero-banner-1.jpg /cody/codewithsadee/glowing/assets/images/hero-banner-1.jpg
217 Views
0 Comments
Media file
Ryoga.png /amar/lookingupchibiarchive/Ryoga.png
32 Views
0 Comments
Media file
schema.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/schema.js
50 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const EventEmitter = require('events').EventEmitter;
const Kareem = require('kar
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Like Animation/index.html
524 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
4.jpg /djdj/youtube/animated_acc/images/4.jpg
232 Views
0 Comments
Media file
contact.html /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/contact.html
266 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
check-prime.js /demo/code/check-prime.js
371 Views
0 Comments
// program to check if a number is prime or not

// take input from the user
const number = parseInt(prompt("Enter a positive
index.html /cody/swapnilsparsh/30DaysOfJavaScript/148 - Side NavBar/index.html
615 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

telescope.png /srinaths/telescope.png
68 Views
0 Comments
Media file
made-an-opened-eyes-version-v0-782ghcbts5sg1.png /amar/lookingupchibiarchive/made-an-opened-eyes-version-v0-782ghcbts5sg1.png
33 Views
0 Comments
Media file
oppenheimer.jpg /cody/atherosai/ui/tabs-04/assets/oppenheimer.jpg
285 Views
0 Comments
Media file
left-collapse.svg /cody/atherosai/ui/sidebar-04/assets/left-collapse.svg
458 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-left" width="24" height="24" viewBox="0
using.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/using.js
29 Views
0 Comments
"use strict";
module.exports = function (Promise, apiRejection, tryConvertToPromise,
createContext, INTERNAL, debug) {
v
uranus.png /djdj/youtube/images/uranus.png
329 Views
0 Comments
Media file
logger.lua /abh/nvim/lua/helpers/logger.lua
543 Views
0 Comments
-- [[ logger.lua ]] --

local M = {}

function M.log()
local cr, cc = unpack(vim.api.nvim_win_get_cursor(0))

vim.cmd(":
b3e16849.webp /sticker-archive/stickers/b3e16849.webp
267 Views
0 Comments
Media file
ride.wav /cody/swapnilsparsh/30DaysOfJavaScript/01 - Drum Kit/sounds/ride.wav
295 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Rainbow Spinner/style.css
218 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: grid;
place-items: center;
height: 100vh;
LeetCode - Number of Laser Beams in a Bank - Python /abh/lc/2125.py
619 Views
0 Comments
class Solution:
def numberOfBeams(self, bank: List[str]) -> int:
beams = 0
pre_lesers = 0
for fl
Insert-Data-In-Table.php /djdj/php/Programs/Programs/Insert-Data-In-Table.php
639 Views
0 Comments
<?php

//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
$database
ae2fe7b7.webp /sticker-archive/stickers/ae2fe7b7.webp
20 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/src/bcrypt/prng/README.md
160 Views
0 Comments
Because of [reasonable security doubts](https://github.com/dcodeIO/bcrypt.js/issues/16), these files, which used to be
a part of
python_print.py /djdj/me/problems/hackerrank/python_print.py
652 Views
0 Comments
if __name__ == '__main__':
n = int(input())

for i in range(1,n+1):
print(i,end="")