Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


LeetCode - Counting Bits - Go /abh/lc/338.go
382 Views
0 Comments
func one_count(n int) int {
var count int
for ;n!=0; {
if n%2==1 {
count++
}
n
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/drivers/node-mongodb-native/objectid.js
17 Views
0 Comments

/*!
* [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
* @constructor NodeMongoDbObjectId
* @s
style.css /cody/vishal-dcode/Good, Cheap, Fast Checkboxes/style.css
88 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
}
bod
style.css /cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/style.css
170 Views
0 Comments
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
margin: 0;
padding: 0;
box-sizing: border-b
Aarti-Kunj-Bihari-Ki-Anup-Jalota.mp3 /djdj/songs/Aarti-Kunj-Bihari-Ki-Anup-Jalota.mp3
272 Views
0 Comments
Media file
LeetCode - Find the Encrypted String - Python /abh/lc/3210.py
428 Views
0 Comments
class Solution:
def getEncryptedString(self, s: str, k: int) -> str:
return "".join([s[(i+k)%len(s)] for i in rang
Best Navigation Bar /djdj/youtube/nextnavbar.html
664 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
style.css /cody/atherosai/ui/profile-cards-01/style.css
192 Views
0 Comments


:root {
--background: #2C2C2C;
}

* {
margin: 0;
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/08. Creative Cards/02. Card 2/index.html
97 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
eye.svg /cody/atherosai/ui/input-01/eye.svg
415 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye" width="24" height="24" viewBox="0 0 24 24" stro
LeetCode - Find Elements in a Contaminated Binary Tree - Python /abh/lc/1261.py
372 Views
0 Comments
# @leet start
# Definition for a binary tree node.
# class TreeNode:
# def __init__(self, val=0, left=None, right=None):
portfolio/badges/gh_pullshark.png /abh/portfolio/badges/gh_pullshark.png
387 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Check Cross Toggle Icon MI/index.html
433 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
mongos.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/topologies/mongos.js
27 Views
0 Comments
'use strict';

const TopologyBase = require('./topology_base').TopologyBase;
const MongoError = require('../core').MongoError;
c
login.html /dakshbadal1379/login.html
505 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Register</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
generated_plugin_registrant.cc /cody/iCriptSnappie/flutter_portfolio/windows/flutter/generated_plugin_registrant.cc
456 Views
0 Comments
//
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

76d5bad2.webp /sticker-archive/stickers/76d5bad2.webp
302 Views
0 Comments
Media file
Q507_Perfect_Number.py /djdj/me/problems/leetcode/Q507_Perfect_Number.py
612 Views
0 Comments
bool checkPerfectNumber(int num){
int i,s=0;
for(i=1;i<num/2+1;i++)
{
if(num%i==0){
s=s+i;

2 /djdj/aktu/2.html
3 Views
0 Comments
File is locked
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/29. Select Menu/style.css
87 Views
0 Comments
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}

header {
width: 100%;
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/isarray/README.md
129 Views
0 Comments

# isarray

`Array#isArray` for older browsers.

[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http:/
blog-2.jpg /cody/codewithsadee/glowing/assets/images/blog-2.jpg
229 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/041-verify account UI/style.css
217 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;700&display=swap");

* {
box-sizing: border-box;
}

body {
Foreach-Loop.php /djdj/php/Programs/Foreach-Loop.php
843 Views
0 Comments
<?php
// foreach loop in php
$arr = array('Apple','Banana','Grapes','Mango');

//this is a simply a for loop that us
main.cpp /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/runner/main.cpp
411 Views
0 Comments
#include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>

#include "flutter_window.h"
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/string_decoder/package.json
34 Views
0 Comments
{
"name": "string_decoder",
"version": "1.1.1",
"description": "The string_decoder module from Node core",
"main": "lib/
index.html /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 01/index.html
525 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
image (2).png /amar/umeassets/image (2).png
1580 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Incrementing Counter/style.css
98 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
* {
margin: 0;
padding: 0;
b
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/utils-merge/package.json
41 Views
0 Comments
{
"name": "utils-merge",
"version": "1.0.1",
"description": "merge() utility function",
"keywords": [
"util"
],

/prakhardoneria/geekstreak60/day34.py
95 Views
0 Comments
class Solution:
def largestBst(self, root):
self.max_size = 0

def traverse(node):
if no
index.html /cody/solygambas/html-css-javascript-projects/084-fluid image lightbox/index.html
507 Views
0 Comments
<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=4SQXOA8Z