Skip to content

Instantly share code, notes, and snippets.

View ayan-b's full-sized avatar
🎯
Focusing

Ayan Banerjee ayan-b

🎯
Focusing
View GitHub Profile
import pandas as pd
df = pd.DataFrame({
"Column1": [1, 2, 3, 4, 5, 6, 7, 8],
"Column2": [9, 10, 11, 12, 13, 14, 15, 16],
"Column3": [17, 18, 19, 20, 21, 22, 23, 24],
"Column4": [25, 26, 27, 28, 29, 30, 31, 32],
"Column5": [33, 34, 35, 36, 37, 38, 39, 40],
"Column6": [41, 42, 43, 44, 45, 46, 47, 48],
"Column7": [49, 50, 51, 52, 53, 54, 55, 56],
@ayan-b
ayan-b / division1_56b3e0587030.pdf
Last active February 6, 2022 19:59
Quora Programming Challenge 2021
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ayan-b
ayan-b / Solutions to Blind Curated 75.md
Last active July 27, 2021 08:47
Solutions to Blind Curated 75
@ayan-b
ayan-b / index.html
Created July 19, 2020 13:23
jQuery TODO
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>jQuery Todo App</title>
<link data-require="bootstrap@3.3.6" data-semver="4.1.3" rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
<script data-require="bootstrap@3.3.6" data-semver="4.1.3"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
@ayan-b
ayan-b / 16EC8020_32_40_56_Term-Paper.pdf
Last active June 12, 2020 06:05
Emitter Follower (CC) Hybrid-pi Model
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ayan-b
ayan-b / edited-faq.png
Last active January 20, 2021 20:56
Modified FAQ
edited-faq.png
@ayan-b
ayan-b / extra.css
Last active April 24, 2024 05:48
Simple GDPR footer using JS Cookies for static websites
#gdpr {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #e6e6e6;
opacity: 0.85;
text-align: center;
}
@ayan-b
ayan-b / c-cpp-oops.md
Last active January 24, 2024 19:27
C, C++ & OOPS for Interviews
@ayan-b
ayan-b / 📊 Weekly development breakdown
Last active September 2, 2019 20:00
📊 Weekly development breakdown
C++ 1 hr 37 mins ███████░░░░░ 57.0%
CMake 51 mins ████░░░░░░░░ 30.2%
Markdown 9 mins █░░░░░░░░░░░ 5.5%
Bash 6 mins ░░░░░░░░░░░░ 3.7%
Text 3 mins ░░░░░░░░░░░░ 2.2%