Skip to content

Instantly share code, notes, and snippets.

View adityavijay21's full-sized avatar
🔥
Cooking Up Chaos

Aditya Vijay adityavijay21

🔥
Cooking Up Chaos
View GitHub Profile
@peterhurford
peterhurford / install_xelatex_on_mac.txt
Last active April 16, 2025 19:41
How to install latex and xelatex on Mac so that Jupyter "Download as PDF" will work
brew install pandoc
brew tap homebrew/cask
brew install --cask basictex
eval "$(/usr/libexec/path_helper)"
# Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin`
sudo tlmgr update --self
sudo tlmgr install texliveonfly
sudo tlmgr install xelatex
sudo tlmgr install adjustbox
sudo tlmgr install tcolorbox
@CodeMyUI
CodeMyUI / index.html
Created September 5, 2018 23:49
rémi's pop-up
<div class="modal">
<p class="message">Look at this fancy pop-up</p>
<div class="options">
<button class="btn">Yes</button>
<button class="btn">No</button>
</div>
</div>
@mmikhan
mmikhan / 1.1.c
Last active February 20, 2022 14:50
Write a program that will print your mailing address in the following form:
//
// main.c
// midterm
//
// Created by Md Mazedul Islam Khan on 3/21/15.
// Copyright (c) 2015 Md Mazedul Islam Khan. All rights reserved.
//
#include <stdio.h>
@theskumar
theskumar / resume.html
Created February 21, 2012 17:02
html: resume Template (Basic)
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">