I hereby claim:
- I am deepanchal on github.
- I am deepanchal (https://keybase.io/deepanchal) on keybase.
- I have a public key ASA-ycoSGthT-HbGe3OwNvuBs-JOezXqFgOgwQcM93pr9Ao
To claim this, I am signing this object:
Hello |
// Copy paste these lines in javascript console to hide answers from canvas quizzes | |
document.querySelectorAll('.answer_arrow, .wrong_answer, div.user_points, input[type="radio"]').forEach(item=>item.remove()); | |
document.querySelectorAll('.answers .answer').forEach(item=>item.setAttribute('style', 'opacity: 1')); |
import pyautogui | |
import webbrowser | |
import time | |
import tkinter as tk | |
from tkinter import messagebox | |
url = "https://zbib.org/" | |
instructions = "This bot needs to have access to you keyboard and mouse to function.\nPlease don't mess with keyboard or cursor while this bot is running\nTo use this bot, copy and paste all your article(references) website links in the textbox.\nPlease make sure that every link is on newline or else bot won't work.\nDon't worry, its just a bot, not A.I. ;)\n" |
.m-0 { margin: 0; } | |
.p-0 { padding: 0; } | |
.mt-0 { margin-top: 0; } | |
.pt-0 { padding-top: 0; } | |
.mr-0 { margin-right: 0; } | |
.pr-0 { padding-right: 0; } | |
.mb-0 { margin-bottom: 0; } | |
.pb-0 { padding-bottom: 0; } | |
.ml-0 { margin-left: 0; } | |
.pl-0 { padding-left: 0; } |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
I hereby claim:
To claim this, I am signing this object:
asdf
is a tool version manager. All tool version definitions are contained within one file (.tool-versions
) which you can check in to your project's Git repository to share with your team, ensuring everyone is using the exact same versions of tools.
Reference: https://asdf-vm.com/guide/introduction.html
# Get editor completions based on the config schema | |
"$schema" = 'https://starship.rs/config-schema.json' | |
format = """ | |
$username\ | |
$hostname\ | |
$localip\ | |
$shlvl\ | |
$singularity\ | |
$kubernetes\ |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Catppuccin Mocha</string> | |
<key>semanticClass</key> | |
<string>theme.dark.catppuccin-mocha</string> | |
<key>uuid</key> | |
<string>627ce890-fabb-4d39-9819-7be71f4bdca7</string> |