Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/style.css
175 Views
0 Comments
* {
box-sizing: border-box;
}

@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
ic_launcher.png /cody/iCriptSnappie/flutter_portfolio/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
138 Views
0 Comments
Media file
Calculating the H-Index /prakhardoneria/geekstreak60/day8.py
22 Views
0 Comments
class Solution:
def hIndex(self, citations):
n = len(citations)
buckets = [0] * (n + 1)

for
handleIdOption.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/schema/handleIdOption.js
6 Views
0 Comments
'use strict';

const addAutoId = require('./addAutoId');

module.exports = function handleIdOption(schema, options) {
if (opti
script.js /cody/atherosai/ui/accordion-04/script.js
202 Views
0 Comments
//? This code is for animating details
//? of summary component and slightly modified
//? https://css-tricks.com/how-to-animate-
/shadprot/transmissions/250923.txt
107 Views
0 Comments
Lost packet detected. Attempting recovery...
Retry code: 7F-A2-C3
utils.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/utils.js
13 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const ms = require('ms');
const mpath = require('mpath');
Contact.html /djdj/ut/Gym Website/Contact.html
411 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
35.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/35.png
217 Views
0 Comments
Media file
logo-insta.png /cody/MuthuPandi-1963/Typing_Prowess/logo-insta.png
305 Views
0 Comments
Media file
LeetCode - Find Customer Referee - MySQL /abh/lc/584.sql
480 Views
0 Comments
SELECT name FROM Customer WHERE referee_id != 2 OR referee_id IS NULL;
launch_background.xml /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/drawable/launch_background.xml
414 Views
0 Comments
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:androi
tokens.h /abh/learning/c/BPPL/Phase-2/command_parser/tokens.h
149 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>

#ifndef VARIABLE_H
#define VARIABLE_H

// Variable
LeetCode - Divide Array Into Equal Pairs - Go /abh/lc/2206.go
293 Views
0 Comments
func divideArray(nums []int) bool {
pairs := make(map[int]int)
for _, n := range nums {
c, f := pairs[n]

64.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/64.PNG
119 Views
0 Comments
Media file
Day 29 /djdj/challange/day29.sql
27 Views
0 Comments
# Write your MySQL query statement below
SELECT customer_number FROM Orders
GROUP BY customer_number
ORDER BY COUNT(*) desc limi
156.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/156.png
192 Views
0 Comments
Media file
Python Task 4 /itintern/PY0A/task-4.html
5 Views
0 Comments
File is locked
eye.svg /cody/atherosai/ui/input-02/eye.svg
322 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
calc.html /kartik/calc.html
671 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/media-typer/HISTORY.md
220 Views
0 Comments
0.3.0 / 2014-09-07
==================

* Support Node.js 0.6
* Throw error when parameter format invalid on parse

0.2.0 / 2
bootstrap.css.map /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/assets/css/bootstrap.css.map
244 Views
0 Comments
{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_reboot.scss","../../scs
LeetCode - Squares of a Sorted Array - Python /abh/lc/977.py
503 Views
0 Comments
class Solution:
def sortedSquares(self, nums: List[int]) -> List[int]:
return list(sorted(map(lambda a:a*a, nums))
minimize-maximum-pair-sum-in-array.py /prakhardoneria/LeetCode/minimize-maximum-pair-sum-in-array.py
41 Views
0 Comments
class Solution:
def minPairSum(self, nums: List[int]) -> int:
nums.sort()
max_sum = 0
n = len(nums)

131.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/131.png
215 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/index.html
412 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta na
style.scss /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Dark Neon Toggle Switch/style.scss
282 Views
0 Comments
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}

$hue: 223;
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/readme.md
280 Views
0 Comments
<h1>Utility Can</h1>

✅ Grayscale<br>
✅ Blur<br>
✅ Saturate<br>
✅ Contrast<br>
✅ Hue<br>
✅ Invert<br>
bootstrap.min.css /ahmads_codes/E-Commerce Hub/bootstrap.min.css
143 Views
0 Comments
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter,
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Dark Mode Toggle Icon/index.html
383 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
34.txt /coderai/34.txt
699 Views
0 Comments

* **Name:** CoderAI
* **Industry:** Software Development
* **Headquarters:** San Francisco, California
* **Year Founded:** 2016
index.html /cody/swapnilsparsh/30DaysOfJavaScript/47 - Caesar Cipher/index.html
447 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

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