Skip to content

Instantly share code, notes, and snippets.

View mshahin364's full-sized avatar

Shahinur Islam mshahin364

  • Bangladesh
View GitHub Profile
@mshahin364
mshahin364 / README.md
Created November 8, 2024 04:32 — forked from eesur/README.md
d3 | legend scroll

Testing legend with scroll for an overtly long legend. Test has simple fade out of lines on click of legend item, and moves the legend on roll over of bar lines. Use the slider to increase/decrease the lines and keys in legend.

@mshahin364
mshahin364 / deep-equals.ts
Created October 6, 2024 13:13 — forked from jsdevtom/deep-equals.ts
fast deep equals in TypeScript
const isArray = Array.isArray;
const keyList = Object.keys;
const hasProp = Object.prototype.hasOwnProperty;
export function isDeeplyEqual<T extends any>(a: T, b: T): boolean {
if (a === b) { return true; }
if (a && b && typeof a === 'object' && typeof b === 'object') {
const arrA = isArray(a)
@mshahin364
mshahin364 / index.html
Created September 19, 2024 09:02
Interactive Pie Chart w/ Legend (D3.js)
<div class="title-holder">
<h1 class="title">Language Use in India</h1>
<p class="subtitle">Calculated in the Millions</p>
<p class="font">Uncheck labels to recalculate.</p>
</div>
<div id="chart"></div>
<footer>
<ul class="footer">
@mshahin364
mshahin364 / index.html
Created January 11, 2023 07:21
Quill templating
<div class="row" style="padding:1rem;">
<div class="col-sm-3">
<select class="custom-select ql-insertCustomTags">
<option value="">Guest</option>
<option value="first_name" data-marker="[first_name]" data-title="FIRST NAME" data-colour="warning">First Name</option>
<option value="last_name" data-marker="[last_name]" data-title="LAST NAME" data-colour="warning">Last Name</option>
<option value="full_name" data-marker="[full_name]" data-title="FULL NAME" data-colour="warning">Full Name</option>
</select>
<p>
<div id="editor"></div>
@mshahin364
mshahin364 / index.html
Created May 20, 2022 08:14 — forked from alexkrolick/index.html
React-Quill Custom Format w/Parchment Demo
<div class="app">
</div>
@mshahin364
mshahin364 / index.html
Created May 18, 2022 11:42
Quill templating
<div class="row" style="padding:1rem;">
<div class="col-sm-3">
<select class="custom-select ql-insertCustomTags">
<option value="">Guest</option>
<option value="first_name" data-marker="[first_name]" data-title="FIRST NAME" data-colour="warning">First Name</option>
<option value="last_name" data-marker="[last_name]" data-title="LAST NAME" data-colour="warning">Last Name</option>
<option value="full_name" data-marker="[full_name]" data-title="FULL NAME" data-colour="warning">Full Name</option>
</select>
<p>
<div id="editor"></div>
@mshahin364
mshahin364 / 10-final-cloning-medium.markdown
Created May 17, 2022 09:16
10 - Final - Cloning Medium
<div class="progress">
<div class="determinate"></div>
</div>
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="Title" align="center">
<h1>Hello</h1>
@mshahin364
mshahin364 / code.md
Created January 10, 2020 10:42 — forked from gopalindians/code.md
Jetbrains IntelliJ IDEA 2019.2.4 Activation code

Please make fork of this, as this can be removed by Github.com sooner or later.

CATF44LT7C-eyJsaWNlbnNlSWQiOiJDQVRGNDRMVDdDIiwibGljZW5zZWVOYW1lIjoiVmxhZGlzbGF2IEtvdmFsZW5rbyIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNlbnNlUmVzdHJpY3Rpb24iOiJGb3IgZWR1Y2F0aW9uYWwgdXNlIG9ubHkiLCJjaGVja0NvbmN1cnJlbnRVc2UiOmZhbHNlLCJwcm9kdWN0cyI6W3siY29kZSI6IklJIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiQUMiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJEUE4iLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJQUyIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IkdPIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiRE0iLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJDTCIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJTMCIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJDIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiUkQiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJQQyIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJNIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiV1MiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJEQiIsI