Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Do you notice? /abh/updates/ssl-added.jpg
259 Views
3 Comments
Media file
Page Replacment Algotithems in Python /abh/pra.py
615 Views
2 Comments
# Page Replacment Smulator

def FIFO(string: list["anything"], frames=3):
page = [None]*frames
pages = []
statu
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/README.md
6 Views
0 Comments
bcrypt.js
=========
Optimized bcrypt in JavaScript with zero dependencies. Compatible to the C++ [bcrypt](https://npmjs.org/pack
app.js /cody/swapnilsparsh/30DaysOfJavaScript/36 - Hangman/scripts/app.js
218 Views
0 Comments
let game1
const puzzleDIV = document.querySelector('#puzzle');
const remainingDIV = document.querySelector('#guesses');

window.
delete_one.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/delete_one.js
2 Views
0 Comments
'use strict';

const OperationBase = require('./operation').OperationBase;
const deleteCallback = require('./common_functions').
get-own-property-symbols.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/shams/get-own-property-symbols.js
147 Views
0 Comments
'use strict';

var test = require('tape');

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
test('has nativ
recyclebinicon.png /cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/src/recyclebinicon.png
234 Views
0 Comments
Media file
Q181_Employees_Earning_More_Than_Their_Managers.sql /djdj/me/problems/leetcode/Q181_Employees_Earning_More_Than_Their_Managers.sql
505 Views
0 Comments
SELECT e.name AS Employee FROM Employee e, Employee a
WHERE e.managerID = a.id AND e.salary > a.salary;

Contents.json /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
100 Views
0 Comments
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchImage.png",
"scale" : "1x"
},
{
amritshar.html /ahmads_codes/Marriage Hall Booking/amritshar.html
364 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Glowing Gradient Text Effect/style.css
163 Views
0 Comments
@property --k {
syntax: "<number>";
initial-value: 0;
inherits: false;
}
html {
height: 100%;
}
favicon.png /cody/swapnilsparsh/30DaysOfJavaScript/12 - Custom QR Code/assets/favicon.png
157 Views
0 Comments
Media file
instagram.svg /cody/atherosai/ui/socials-01/icons/instagram.svg
315 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
Q595_Big_Countries.sql /djdj/me/problems/leetcode/Q595_Big_Countries.sql
539 Views
0 Comments
select name,population,area from World
where area >= 3000000 or population >= 25000000;

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/16. Auto Text/index.html
27 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
35.txt /coderai/35.txt
670 Views
0 Comments

* **Writing:** I can help you write stories, poems, songs, and other creative content. I can also help you with writing tasks s
indes.html /dakshbadal1379/indes.html
516 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
timespan.js /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/timespan.js
2 Views
0 Comments
var ms = require('ms');

module.exports = function (time, iat) {
var timestamp = iat || Math.floor(Date.now() / 1000);

if (
Manisha.html /amar/Manisha.html
59 Views
0 Comments
File is locked
CODEOWNERS /cody/lassiecoder/mutual-funding-app/server/node_modules/ecdsa-sig-formatter/CODEOWNERS
4 Views
0 Comments
* @omsmith

hello_world.c /abh/learning/c/BPPL/Phase-1/hello_world/hello_world.c
134 Views
0 Comments
#include <stdio.h>

void main() {
printf("Hello Wolrld");
printf(" ");
printf("[ABH]\n");
}

Theme Changes /djdj/youtube/theme.html
379 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
80.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/80.PNG
135 Views
0 Comments
Media file
index.html /cody/vishal-dcode/Pokedex/index.html
245 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/08 - Number Counter/font/sans.ttf
194 Views
0 Comments
Media file
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/cookie/LICENSE
5 Views
0 Comments
(The MIT License)

Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
Copyright (c) 2015 Douglas Christopher Wilson <do
call_get.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/call_get.js
2 Views
0 Comments
"use strict";
var cr = Object.create;
if (cr) {
var callerCache = cr(null);
var getterCache = cr(null);
callerCache[
boo.mp3 /cody/bradtraversy/50projects50days/sound-board/sounds/boo.mp3
133 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/174 - Sticky Notes/css/style.css
143 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/cs
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/methods/HISTORY.md
235 Views
0 Comments
1.1.2 / 2016-01-17
==================

* perf: enable strict mode

1.1.1 / 2014-12-30
==================

portfolio with kimi /devwajahat/kimi-portfolio-with-ai/script.js
32 Views
0 Comments
// GLOBALS
let scene, camera, renderer, ghostModel;
let scrollProgress = 0;
let isLoaded = false;

// INIT
window.addEventListen
extend-node.js /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/lib/extend-node.js
2 Views
0 Comments
"use strict";
var Buffer = require("buffer").Buffer;
// Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer