Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


D.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/D.wav
145 Views
0 Comments
Media file
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/LICENSE
10 Views
0 Comments
Copyright (c) 2011 Alexander Shtuchkin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this sof
style.css /cody/bradtraversy/50projects50days/feedback-ui-design/style.css
129 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {
box-sizing: border-box;
}

body {
backg
LeetCode - Convert Binary Number in a Linked List to Integer - Go /abh/lc/1290.go
294 Views
0 Comments
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
func ge
Scope-Local-Global-Variable.php /djdj/php/Programs/Programs/Scope-Local-Global-Variable.php
562 Views
0 Comments
<?php
$a = 50; // Global Variable

function paste(){
$a = 10; // Local Variable
echo $a. "\n";
g
LeetCode - Fibonacci Number - Python /abh/lc/509.py
530 Views
0 Comments
class Solution:
def fib(self, n: int) -> int:
if n == 0:
return 0
if n == 1:
re
style.css /cody/atherosai/ui/tabs-03/style.css
137 Views
0 Comments

body {
font-family: 'Poppins';
background-color: #dfdfdf;
display: flex;
justify-content: center;
align-ite
cros.jpg /ahmads_codes/E-Commerce Hub/cros.jpg
183 Views
0 Comments
Media file
style.css /cody/vishal-dcode/CSS Loader/style.css
64 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 30px;
background-color: #eee;
widget_test.dart /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/test/widget_test.dart
233 Views
0 Comments
// This is a basic Flutter widget test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// util
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Add To Cart Interaction/index.html
379 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
popper.min.js /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/js/popper.min.js
262 Views
0 Comments
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/index.js
158 Views
0 Comments
/*!
* fresh
* Copyright(c) 2012 TJ Holowaychuk
* Copyright(c) 2016-2017 Douglas Christopher Wilson
* MIT Licensed
*/

'use
index.html /cody/vishal-dcode/FAQ with Accordion/index.html
89 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
carrot.jfif /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/img/carrot.jfif
72 Views
0 Comments
Media file
geo_haystack_search.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/geo_haystack_search.js
5 Views
0 Comments
'use strict';

const Aspect = require('./operation').Aspect;
const defineAspects = require('./operation').defineAspects;
const O
Q577_Employee_Bonus.sql /djdj/me/problems/leetcode/Q577_Employee_Bonus.sql
530 Views
0 Comments
select name,bonus from employee
left join bonus
on bonus.empId = employee.empId
where bonus<1000 or bonus is null;

04.png /cody/iCriptSnappie/flutter_portfolio/assets/projects/04.png
113 Views
0 Comments
Media file
logout.php /djdj/php//Programs/System/logout.php
205 Views
0 Comments
<?php
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){
header("location:logi
download.png /cody/ShubhamRoy123/Windows-10/download.png
299 Views
0 Comments
Media file
LeetCode - Search Insert Position - Go /abh/lc/35.go
329 Views
1 Comments
func searchInsert(nums []int, target int) int {
for i, v := range nums {
if target <= v {
return i

style.css /cody/bradtraversy/50projects50days/insect-catch-game/style.css
111 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

* {
box-sizing: border-box;
}

body {
b
win32_window.h /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/runner/win32_window.h
217 Views
0 Comments
#ifndef RUNNER_WIN32_WINDOW_H_
#define RUNNER_WIN32_WINDOW_H_

#include <windows.h>

#include <functional>
#include <memory>
#in
chennaivenue3.jpg /ahmads_codes/Marriage Hall Booking/chennaivenue3.jpg
139 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/047-testimonial box switcher/style.css
189 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {
box-sizing: border-box;
}

body {
back
logo.png /cody/atherosai/ui/signup-03/assets/logo.png
208 Views
0 Comments
Media file
F_Drum.wav /cody/swapnilsparsh/30DaysOfJavaScript/92 - Casio/Music_Note/F_Drum.wav
143 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/js/script.js
208 Views
0 Comments
const balance = document.getElementById('balance');
const money_plus = document.getElementById('money-plus');
const money_minus
bbb722c8.webp /sticker-archive/stickers/bbb722c8.webp
184 Views
0 Comments
Media file
edgemax.html /cody/ShubhamRoy123/Windows-10/edgemax.html
330 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/methods/README.md
224 Views
0 Comments
# Methods

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-vers
ui.c /abh/learning/c/BPPL/Phase-3/file_search/ui.c
110 Views
0 Comments
#include "ui.h"
#include "search.h"
#include <ncurses.h>

void ui(SearchResult sr) {
char **rs=sr.results;
int