Skip to content

Instantly share code, notes, and snippets.

View abhigyantrips's full-sized avatar
🤙

Abhigyan Trips abhigyantrips

🤙
View GitHub Profile
@abhigyantrips
abhigyantrips / HadoopDFSFileReadWrite.java
Created March 19, 2025 18:44
A file from my Big Data Analytics program elective, so I can come back and revise it before the exam. (Yes, they make us write code in the exam.)
package org.myorg;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
@abhigyantrips
abhigyantrips / manipal.svg
Created December 1, 2024 14:30
I couldn't find a simple SVG of Manipal anywhere, so I did it myself. This is for anyone who needs it (for projects and stuff).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abhigyantrips
abhigyantrips / docusaurus-css-variables.css
Last active March 10, 2025 03:15
This is a list of all CSS variables for Docusaurus (@docusaurus/preset-classic), which uses Infima (https://infima.dev/) as its styling framework.
/*
Docusaurus CSS Variables.
I'm making this since I wanted to customize my Docusaurus site theme, but couldn't find a proper list of all Infima CSS variables
the static site generator uses. Thus, I basically copied the root of my site's CSS (along with other vars I found), and made a list
of them that categorizes the vars.
TABLE OF CONTENTS: