Skip to content

Instantly share code, notes, and snippets.

@pranjalpokharel7
pranjalpokharel7 / lab_cover_page.tex
Last active March 4, 2021 07:06
Latex code to generate cover page for lab reports.
% This is a gist to generate cover page for lab reports.
% Based on the layout we usually need to use as engineering students.
% Output: https://drive.google.com/file/d/16eNLZ0Vcf6K79jPwpKj6qzJ1O54koLU8/view?usp=sharing
% Add Tribhuwan University (TU) logo named 'TU-logo.png' (jpg/pdf) inside './images/'
% directory relative to root. You can download and include your own logo in the
% directory (set paths + filename correctly).
% Adjust the logo scale factor from \newcommand\logoScaleFactor{<your-scale-factor>}
% The logo I have used can be downloaded from the following drive link -
% Logo: https://drive.google.com/file/d/1OVkWmZXikLdYjIFgPGpvKb8-1HHSFQS4/view?usp=sharing
@Atreyagaurav
Atreyagaurav / gogoanime.py
Last active June 29, 2023 16:18
Downloads as well as checks anime episodes from gogoanime.
#!/usr/bin/env python
import json
import os
import sys
from string import Template
from urllib.parse import urljoin
import subprocess
import time
import pycurl