Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/preview.gif
157 Views
0 Comments
Media file
LandingPageStyle.css /shubh/LandingPageStyle.css
255 Views
0 Comments
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

body {
background-image: url("LPBGI.jpg");
script.js /cody/swapnilsparsh/30DaysOfJavaScript/167 - Math Game/script.js
244 Views
0 Comments
angular.module('app', []).controller('GameCtrl', ['$scope', '$timeout', function($scope, $timeout){
$scope.variables = {};
$sc
nav.php /djdj/php/Programs/Programs/System/hash_password/nav.php
470 Views
0 Comments
<?php
session_start();
?>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="">SabkaCo
typer.js /cody/swapnilsparsh/30DaysOfJavaScript/93 - Typer/typer.js
273 Views
0 Comments
/* global canvas ctx animation:writable gameLoop label loop paintCircle isIntersectingRectangleWithCircle generateRandomNumber g
quickbrown.txt /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/tests/quickbrown.txt
8 Views
0 Comments
Sentences that contain all letters commonly used in a language
--------------------------------------------------------------

M
south.jpg /khushi/Mine's Restaurant/south.jpg
214 Views
0 Comments
Media file
purify.min.js /cody/atherosai/ui/table-02/dist/purify.min.js
203 Views
0 Comments
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
facebook.svg /cody/atherosai/ui/react-examples/public/icons/facebook.svg
208 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" s
pause.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.png
200 Views
0 Comments
Media file
LeetCode - Sum of Good Numbers - Go /abh/lc/3452.go
319 Views
0 Comments
func sumOfGoodNumbers(nums []int, k int) int {
var sum int
for i, _ := range nums {
var good bool = true

liliya.jpg /cody/atherosai/ui/table-03/assets/liliya.jpg
162 Views
0 Comments
Media file
style.css /shubh/style.css
314 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
size.dart /cody/iCriptSnappie/flutter_portfolio/lib/constants/size.dart
160 Views
0 Comments
const double kMinDesktopWidth = 600.0;
const double kMedDesktopWidth = 800.0;
README.md /huxn-webdev/HTML-CSS-JavaScript-100-Projects/README.md
38 Views
0 Comments
# HTML, CSS & JAVASCRIPT 100+ PROJECTS 👇

# [Watch me build 100 Projects](https://www.youtube.com/playlist?list=PLSDeUiTMfxW7lm7
Q2667_Create_Hello_World_Function.js /djdj/me/problems/leetcode/Q2667_Create_Hello_World_Function.js
345 Views
0 Comments
var createHelloWorld = function() {

return function(...args) {
return "Hello World"
}
};

index.html /cody/solygambas/html-css-javascript-projects/061-custom video player/index.html
354 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
preview.jpg /cody/swapnilsparsh/30DaysOfJavaScript/136 - Block Runner/preview.jpg
136 Views
0 Comments
Media file
README.md /cody/swapnilsparsh/30DaysOfJavaScript/89 - Projectile Motion Simulator/README.md
300 Views
0 Comments
# Projectile-Motion-Simulator
Simple simulator to projectile motion;

## Website Link
https://projectile-motion-simulator.netlif
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/proxy-addr/README.md
207 Views
0 Comments
# proxy-addr

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][
250924 /0_0_0_1/warnings/25/09/24.txt
85 Views
0 Comments
The agent is compromised.
red.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/sounds/red.mp3
154 Views
0 Comments
Media file
Day 16 /djdj/challange/day16.sql
12 Views
0 Comments
/*
https://www.hackerrank.com/challenges/weather-observation-station-11/problem
*/

SELECT DISTINCT CITY
FROM STATION
WHERE LEF
complete-package.svg /cody/atherosai/ui/pricing-02/assets/complete-package.svg
341 Views
0 Comments
<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="71"
Get-Method.php /djdj/php/Programs/Get-Method.php
619 Views
0 Comments
<?php
if($_SERVER['REQUEST_METHOD'] == 'GET'){//if (isset($_GET)){
$name = $_GET['name'];
$email = $_GET['em
150.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/150.png
181 Views
0 Comments
Media file
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/express/lib/router/index.js
5 Views
0 Comments
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
hangman-game.png /cody/swapnilsparsh/30DaysOfJavaScript/36 - Hangman/assets/hangman-game.png
147 Views
0 Comments
Media file
Form.php /djdj/php/Programs/Programs/Form.php
556 Views
0 Comments
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" c
style.css /karbonsites/xiyaciv811/ui/style.css
32 Views
0 Comments
/* --- Global & Reset --- */
:root {
--color-bg: #121212;
--color-surface: #1e1e1e;
--color-text-primary: #e0e0e0;

README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/README.md
193 Views
0 Comments
## Pure JS character encoding conversion [![Build Status](https://travis-ci.org/ashtuchkin/iconv-lite.svg?branch=master)](https:
favicon.png /cody/swapnilsparsh/30DaysOfJavaScript/42 - Simple Form Validation/assets/favicon.png
165 Views
0 Comments
Media file