Skip to content

Instantly share code, notes, and snippets.

View Naiml007's full-sized avatar
🤒
Out sick

Naimur Islam Naiml007

🤒
Out sick
View GitHub Profile
@Naiml007
Naiml007 / dinosaur-game-chrome.markdown
Created July 20, 2022 04:54
Dinosaur Game Chrome
@Naiml007
Naiml007 / index.pug
Created August 27, 2022 16:25
Navigation PageDesign/Lesson
sectio.nav
h1 FRONTEND TRENDS
h3.span.loader
span.m B
span.m E
span.m N
span.m E
span.m F
span.m I
span.m T
@Naiml007
Naiml007 / glassmorphism-creative-cloud-app-redesign.markdown
Last active September 5, 2022 05:58
Glassmorphism Creative Cloud App Redesign
@Naiml007
Naiml007 / glassmorphism-creative-cloud-app-redesign.markdown
Created September 5, 2022 05:50
Glassmorphism Creative Cloud App Redesign
@Naiml007
Naiml007 / index.html
Created December 23, 2022 12:22
Variable Longshadow with Gradients Mixin
<div class="content">
<h1 class="title">
<span class="title-part line-1">Variable</span>
<span class="title-part line-2">Spread</span>
<span class="title-part line-3">Long Shadows</span>
<span class="title-part line-4">With</span>
<span class="title-part line-5">Gradients</span>
</h1>
</div>
@Naiml007
Naiml007 / index.html
Created December 24, 2022 15:01
Pure CSS Text Animation
<h1>
<span>a</span>
<span>r</span>
<span>l</span>
<span>i</span>
<span>n</span>
<span>a</span>
</br>
<span>c</span>
<span>o</span>
@Naiml007
Naiml007 / canvas-crash-course-code.markdown
Created December 31, 2022 08:43
Canvas Crash Course Code
@Naiml007
Naiml007 / quark_music.js
Created May 19, 2023 16:14 — forked from sr229/quark_music.js
full music bot written in eris. at this moment it only supports playing in one guild at a time, but this can be fixed very easily.
'use strict';
const Eris = require("eris");
const ytdl = require('ytdl-core');
var bot = new Eris.CommandClient("token", {}, {
description: "The Quantum MusicBot.",
owner: "Gus",
prefix: "q!"
});
@Naiml007
Naiml007 / ease_copy_1.0.3.lua
Created June 27, 2024 10:15 — forked from CHFR-wide/ease_copy_1.0.3.lua
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------
@Naiml007
Naiml007 / ease_copy_1.0.3.lua
Created June 27, 2024 10:15 — forked from CHFR-wide/ease_copy_1.0.3.lua
Script for saving and applying easing presets within davinci fusion
-- Easecopy v1.0.3
-- Changelog:
-- v1.0.3 : Makes the script composition-agnostic
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script
----------------------
-- UI_MANAGER SETUP --
----------------------