Skip to content

Instantly share code, notes, and snippets.

View Nithin005's full-sized avatar

Mcleaan Nithin L Nithin005

View GitHub Profile
@Nithin005
Nithin005 / ledfx.txt
Last active May 14, 2022 08:54
ledfx raspberry pi 1 installation
#install ledfx
pip3 install ledfx
#install missing dependencies
sudo apt-get install libatlas-base-dev
sudo apt-get install ffmpeg
#add this to .ledfx/config.yaml for exposing website to other devices
HOST: 0.0.0.0
@Nithin005
Nithin005 / lecturenotes-dl-tampermonkey.user.js
Last active June 27, 2023 05:43
A TamperMonkey Script for downloading PDF from lecturenotes.in for free
// ==UserScript==
// @name lecturenotes-dl
// @version 0.1
// @description Download PDF from lecturenotes
// @author nithin005
// @include https://lecturenotes.in/notes/*
// @require https://raw.githubusercontent.com/MrRio/jsPDF/master/dist/jspdf.umd.min.js
// @resource IMPORTED_CSS https://raw.githubusercontent.com/Nithin005/lecturenotes.in-chrome-extension/master/styles.css
// @grant GM_getResourceText
// @grant GM_addStyle