Skip to content

Instantly share code, notes, and snippets.

View nishnik's full-sized avatar

Nishant Nikhil nishnik

View GitHub Profile
// ==UserScript==
// @name Change filename for arxiv downloads
// @namespace https://arxiv.org/
// @version 1.0
// @description Changes filename for the PDF link, so that once you open it in pdf js it downloads as "paper_name.pdf" instead of "year_month.identifier.pdf"
// @author Nishant Nikhil
// @match https://*.arxiv.org/abs/*
// @grant none
// ==/UserScript==
@nishnik
nishnik / environment_training.yml
Last active June 4, 2022 12:10
Environment Training
name: training_internal
channels:
- rapidsai-nightly
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_llvm
- abseil-cpp=20210324.2=h9c3ff4c_0
- absl-py=1.0.0=pyhd8ed1ab_0
@nishnik
nishnik / ScreenerCharts.js
Last active February 8, 2023 08:11
Create charts from the table data in screener.in
// ==UserScript==
// @name Screener Charts
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Create Charts for Screener
// @author You
// @match https://www.screener.in/company/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=screener.in
// @grant none
// ==/UserScript==