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
@ayan-b
ayan-b / 16EC8020_32_40_56_Term-Paper.pdf
Last active June 12, 2020 06:05
Emitter Follower (CC) Hybrid-pi Model
Loading
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 / 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="[email protected]" data-semver="4.1.3" rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
<script data-require="[email protected]" data-semver="4.1.3"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
@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 / division1_56b3e0587030.pdf
Last active February 6, 2022 19:59
Quora Programming Challenge 2021
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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],