Skip to content

Instantly share code, notes, and snippets.

View byt3h3ad's full-sized avatar
😴

Adhiraj Dutta byt3h3ad

😴
View GitHub Profile
{
"compilerOptions": {
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
@byt3h3ad
byt3h3ad / index.css
Created May 31, 2023 17:58
basic css
html {
color-scheme: light dark;
}
body {
font-family: system-ui;
font-size: 1.125rem;
line-height: 1.6;
}
@byt3h3ad
byt3h3ad / 3d-step-counter-card.markdown
Created November 25, 2022 07:30
3D step counter card 🚶
{
"linkedin": "linkedin.com/in/byt3h3ad",
"discord": "bytehead#1571",
"leetcode": "leetcode.com/byt3h3ad",
"codeforces": "codeforces.com/profile/bytehead",
"codechef": "codechef.com/users/bytehead",
"dev.to": "dev.to/byt3h3ad"
}

Keybase proof

I hereby claim:

  • I am byt3h3ad on github.
  • I am bytehead (https://keybase.io/bytehead) on keybase.
  • I have a public key ASCO015CBItzEG9W29Q9xOgL16r_EBRXpCP5KPrRBCCCiQo

To claim this, I am signing this object:

#include<bits/stdc++.h>
int main()
{ int num, k=0;
for(int a=1; a<10; a++)
{ for (int b=0;b<10;b++)
{ for (int c=0;c<10;c++)
{ for (int d=0;d<10;d++)
{ for (int e=0; e<10; e++)
{ num = a*10000 + b*1000 +c*100 + d*10 + e;
for(int i=0; i<=5; i++)