Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


432f7259.webp /sticker-archive/stickers/432f7259.webp
164 Views
0 Comments
Media file
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/156 - Color Rainfall/preview.gif
144 Views
0 Comments
Media file
single.dart /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/lib/single.dart
306 Views
0 Comments
import 'dart:async';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:shared_preferences/shar
getVirtual.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/populate/getVirtual.js
2 Views
0 Comments
'use strict';

module.exports = getVirtual;

/*!
* ignore
*/

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/12. Image Bg Text/index.html
18 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
index.html /cody/swapnilsparsh/30DaysOfJavaScript/117 - Palindrome Checker/index.html
400 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
cart.js /cody/lassiecoder/E-CommerceWebsite/cart.js
2 Views
0 Comments
console.clear();

if(document.cookie.indexOf(',counter=')>=0)
{
let counter = document.cookie.split(',')[1].split('=')[1]

header.css /cody/lassiecoder/E-CommerceWebsite/css/header.css
6 Views
0 Comments
body
{
margin: 0;
}
#badge
{
position: absolute;
background-color: rgb(255, 30, 30);
script.js /cody/swapnilsparsh/30DaysOfJavaScript/81 - Flipbook/script.js
242 Views
0 Comments
$('#album').turn({gradients: true, acceleration: true});

26.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/26.png
180 Views
0 Comments
Media file
202.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/202.png
172 Views
0 Comments
Media file
music.svg /cody/Aryan-Barodwal/spotify-clone/img/music.svg
206 Views
0 Comments
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6.5" cy="18.5" r="3.
Day 1 HackerRank SQl /djdj/challange/day1.sql
35 Views
0 Comments
/*
https://www.hackerrank.com/challenges/
revising-the-select-query/problem
*/

SELECT *
FROM CITY
WHERE population > 100000
img-2.png /cody/ShaifArfan/one-page-website-html-css-project/img/img-2.png
4 Views
0 Comments
Media file
index_exists.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/index_exists.js
3 Views
0 Comments
'use strict';

const OperationBase = require('./operation').OperationBase;
const handleCallback = require('../utils').handleCall
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/font/sans.ttf
207 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Gooey Toggle/index.html
389 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
jason.jpg /cody/atherosai/ui/dropdown-menu-02/assets/jason.jpg
195 Views
0 Comments
Media file
Readme.md /cody/lassiecoder/mutual-funding-app/server/node_modules/safer-buffer/Readme.md
5 Views
0 Comments
# safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript style guide][standard-image]][st
script.js /cody/solygambas/html-css-javascript-projects/097-terminal style landing page/script.js
269 Views
0 Comments
const about = document.querySelector("#about");
const contact = document.querySelector("#contact");
const aboutContent = documen
LeetCode - Max Consecutive Ones - Go /abh/lc/485.go
283 Views
0 Comments
func findMaxConsecutiveOnes(nums []int) int {
m := 0
cc := 0
for _, n := range nums {
if n != 1 {

style.css /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Social Icon Popup Hover/style.css
144 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
margin: 0;
padding: 0;
box-sizing
Doraemon_Image3.png /shubh/Doraemon_Image3.png
308 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/app.js
234 Views
0 Comments
//generate random numbers
let firstNumber = parseInt(Math.random()*10);
let secondNumber = parseInt(Math.random()*10);

//get th
README.md /huxn-webdev/HTML-CSS-JavaScript-100-Projects/README.md
32 Views
0 Comments
# HTML, CSS & JAVASCRIPT 100+ PROJECTS 👇

# [Watch me build 100 Projects](https://www.youtube.com/playlist?list=PLSDeUiTMfxW7lm7
LeetCode - Add Two Integers - Python /abh/lc/2235.py
477 Views
0 Comments
class Solution:
def sum(self, num1: int, num2: int) -> int:
return num1 + num2
cover.jpg /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Funky_(mood)/cover.jpg
151 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/202 - TaskManagement/style.css
168 Views
0 Comments
:root {
--bg: #ebf0f7;
--header: #fbf4f6;
--text: #2e2e2f;
--white: #fff;
--light-grey: #c4cad3;
style.css /cody/vishal-dcode/Hidden Search/style.css
74 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
game.html /cody/swapnilsparsh/30DaysOfJavaScript/79 - The Bet Game/game.html
412 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/d5fba049-3dbe-4bc4-a834-49e7467fb2bb/script.js
17 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
// Simple JS to demonstrate interaction logic, though CSS handles most
index.html /cody/swapnilsparsh/30DaysOfJavaScript/203 - PortfoliO/index.html
416 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon1.ico