Skip to content

Instantly share code, notes, and snippets.

View Absolucy's full-sized avatar
👀
looking for a job

Lucy Absolucy

👀
looking for a job
View GitHub Profile
@Absolucy
Absolucy / visualstudio2019Key.txt
Created August 30, 2020 10:51
Visual Studio 2019 Product Key
Visual Studio 2019 Product Key
[Please Star this gist]
Follow My Account --> https://github.com/ch-kashif @ch-kashif
Lets do a code together
Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk
@Absolucy
Absolucy / lib_rs_fixer.js
Last active July 8, 2020 19:21
A userscript to fix lib.rs's titles to respect snake_case.
// ==UserScript==
// @name lib_rs_fixer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fixes lib.rs disrespecting snake_case crate names.
// @author aspen <[email protected]>
// @match https://lib.rs/crates/*
// @grant none
// @require https://code.jquery.com/jquery-3.x-git.slim.min.js
// ==/UserScript==