Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Day 91 /djdj/challange/day91.php
93 Views
0 Comments
class Solution {

/**
* @param Integer[] $nums
* @param Integer $n
* @return Integer[]
*/
function s
fa8543ff.webp /sticker-archive/stickers/fa8543ff.webp
364 Views
0 Comments
Media file
gradle.properties /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/gradle.properties
640 Views
0 Comments
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true
org.gradle.caching=true
gradle.user.home=/home/us
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/connection.js
27 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

const ChangeStream = require('./cursor/ChangeStream');
const EventEmitter = requ
touch slider /cody/solygambas/html-css-javascript-projects/053-touch slider/index.html
565 Views
0 Comments
<!-- Based on Build a Touch Slider with HTML, CSS & JavaScript by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=5bx
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/methods/LICENSE
182 Views
0 Comments
(The MIT License)

Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2015-2016 Douglas Christopher Wilso
project.schema.ts /biisal/biisal/lib/schema/project.schema.ts
92 Views
0 Comments
import mongoose from "mongoose";
import { ProjectInterface } from "./project.types";

export * from "./project.types";

const Pr
logo.png /ravi4/Jewelry-Store-eCommerce/assets/img/logo.png
87 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/176 - Dot Target Game/script.js
254 Views
0 Comments
$(document).ready(function() {

let totalPoints = 0;
let points = 0;

$('[class$="-circle"]').on('click', 'span', function(e)
collection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/collection.js
27 Views
0 Comments
'use strict';

const deprecate = require('util').deprecate;
const deprecateOptions = require('./utils').deprecateOptions;
const
3d092e20.webp /sticker-archive/stickers/3d092e20.webp
186 Views
0 Comments
Media file
image to pdf quality /amar/imagetopdfquality.html
543 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Image to PDF Converter</title>
<style>
#uploadBox {
border: 2px dashed
PRINT HALLOW DIAMOND PATTERN BY FOR LOOP IN C /sunny_jain/PRINT_HALLOW_DIAMOND_PATTERN_BY_FORLOOP.C
572 Views
2 Comments
// using for loop
#include <stdio.h>

int main()
{
int n = 5, rows, columns;
for (rows = 1; rows<= n; rows++) {

single-pro-thumb-4.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/single-pro-thumb-4.jpg
49 Views
0 Comments
Media file
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/merge-descriptors/README.md
421 Views
0 Comments
# Merge Descriptors

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][tr
LeetCode - Sort the People - Python /abh/lc/2418.py
529 Views
0 Comments
class Solution:
def sortPeople(self, names: List[str], heights: List[int]) -> List[str]:
return [names[heights.ind
hello-world.m /demo/code/hello-world.m
866 Views
0 Comments
(=<`:9876Z4321UT.-Q+*)M'&%$H"""'~}|Bzyxwvutsrqponmlkjihgfedcba`_^][
ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-, +*
is_leap_year.py /abh/def/is_leap_year.py
650 Views
0 Comments
def is_leap_year(year):
if not year % 100:
return not year % 400
return not year % 4

sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/40 - Gradient Generator/font/sans.ttf
309 Views
0 Comments
Media file
Diva2.png /amar/lookingupchibiarchive/Diva2.png
24 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Github Profile/style.css
137 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
pad
once.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/once.js
30 Views
0 Comments
'use strict';

module.exports = function once(fn) {
let called = false;
return function() {
if (called) {
return;

style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Bubbles On Button Click/style.css
213 Views
0 Comments
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/setprototypeof/LICENSE
433 Views
0 Comments
Copyright (c) 2015, Wes Todd

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without f
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/merge-descriptors/index.js
179 Views
0 Comments
/*!
* merge-descriptors
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/


README.md /cody/iCriptSnappie/flutter_portfolio/README.md
346 Views
0 Comments
# my_portfolio

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/debug/LICENSE
65 Views
0 Comments
(The MIT License)

Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>

Permission is hereby granted, free of charge, to any
errors.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/cmap/errors.js
27 Views
0 Comments
'use strict';
const MongoError = require('../core/error').MongoError;

/**
* An error indicating a connection pool is closed
*
script.js /karbonsites/poheva4505/game/script.js
71 Views
0 Comments
class GameObject {
constructor(x, y, width, height, color) {
this.x = x;
this.y = y;
this.width = wi
collection_ops.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/collection_ops.js
24 Views
0 Comments
'use strict';

const applyWriteConcern = require('../utils').applyWriteConcern;
const Code = require('../core').BSON.Code;
const
stories-horizontal-scroller.tsx /cody/atherosai/ui/react-examples/pages/stories-horizontal-scroller.tsx
696 Views
0 Comments

f60a8185.webp /sticker-archive/stickers/f60a8185.webp
90 Views
0 Comments
Media file