Skip to content

Instantly share code, notes, and snippets.

View duke79's full-sized avatar

duke79 duke79

View GitHub Profile
@duke79
duke79 / main.js
Created September 27, 2021 10:40 — forked from pulkit-singh-shipsy/main.js
fur elise on deployment
// ==UserScript==
// @name Deployment - fur elise
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://jenkins.shipsy.in/blue/organizations/jenkins/*
// @icon https://www.google.com/s2/favicons?domain=shipsy.in
// @grant none
// ==/UserScript==
@duke79
duke79 / main.css
Last active October 18, 2021 13:23 — forked from pulkit-singh-shipsy/main.css
Github Projects
.project-pane {
width: 100% !important
}
.lh-default {
line-height: 0.9 !important;
}
.Link--primary.js-project-card-details-external-link {
font-size: 12px;
}
.p-3 {
@duke79
duke79 / IntelIJTrialReset.bat
Created January 15, 2019 05:23
How to Reset InteIIiJ IDEA Evaluation Key in Windows
cd "C:%HOMEPATH%\.IntelliJIdea*\config"
rmdir "eval" /s /q
del "options\options.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
:: It is Highly Advised to Purchase the JetBrain Softwares
:: This is only for the case You just want to Extend the
:: Trial Period and Evaluate the IDE for some more Time