Skip to content

Instantly share code, notes, and snippets.

View vampirepapi's full-sized avatar
🤨
Roses are red, Violets are blue, Unexpected { On line 22.

Shubham Sourabh vampirepapi

🤨
Roses are red, Violets are blue, Unexpected { On line 22.
View GitHub Profile
import sys
import os

NOP = 0x90
offsets_and_values = {
    0x00030170: 0x00,
    0x000A94D0: NOP, 0x000A94D1: NOP, 0x000A94D2: NOP, 0x000A94D3: NOP, 0x000A94D4: NOP, 0x000A94D5: NOP, 0x000A94D6: NOP, 0x000A94D7: NOP, 0x000A94D8: NOP, 0x000A94D9: NOP, 0x000A94DA: NOP, 0x000A94DB: NOP, 0x000A94DC: NOP, 0x000A94DD: NOP, 0x000A94DE: NOP, 0x000A94DF: NOP, 0x000A94E0: NOP, 0x000A94E1: NOP, 0x000A94E2: NOP, 0x000A94E3: NOP, 0x000A94E4: NOP, 0x000A94E5: NOP, 0x000A94E6: NOP, 0x000A94E7: NOP, 0x000A94E8: NOP, 0x000A94E9: NOP, 0x000A94EA: NOP, 0x000A94EB: NOP, 0x000A94EC: NOP, 0x000A94ED: NOP, 0x000A94EE: NOP, 0x000A94EF: NOP, 0x000A94F0: NOP, 0x000A94F1: NOP, 0x000A94F2: NOP, 0x000A94F3: NOP, 0x000A94F4: NOP, 0x000A94F5: NOP, 0x000A94F6: NOP, 0x000A94F7: NOP, 0x000A94F8: NOP, 0x000A94F9: NOP, 0x000A94FA: NOP, 0x000A94FB: NOP, 0x000A94FC: NOP, 0x000A94FD: NOP, 0x000A94FE: NOP, 0x000A94FF: NOP, 0x000A9500: NOP, 0x000A9501: NOP, 0x000A9502: NOP, 0x000A9503: NOP, 0x000A9504: NOP, 0x000A9505: NOP, 0x000A9506: NO
@vampirepapi
vampirepapi / instahyre-auto-apply.js
Created March 16, 2026 14:43
Instahyre Auto-Apply Script - Automatically applies to all matching jobs on Instahyre with bulk-apply popup handling, pagination, and a floating status panel.
// ============================================
// INSTAHYRE AUTO-APPLY SCRIPT
// ============================================
// Paste this in browser console (F12 → Console)
// on https://www.instahyre.com/candidate/opportunities/
//
// Features:
// - Opens each job listing and clicks "Apply"
// - Handles bulk-apply popups (selects all similar jobs)
// - Auto-advances through the job detail modal
@vampirepapi
vampirepapi / SmartGit Trial Reset
Created March 5, 2026 19:01
SmartGit Trial Reset
# Resetting the SmartGit Trial on Different Operating Systems
The specific location of the configuration files varies by operating system.
## Windows
Delete:
- `C:\Users\Your-name\AppData\Roaming\syntevo`
## macOS
Delete:
## Beyond Compare Trial Reset!
> ⚠️ Disclaimer
> This document is for **educational purposes only**.
> Modifying registry entries related to software licensing or trials may violate the software’s license agreement and is **not recommended**.
### Background
Beyond Compare stores per-user configuration and state data in the Windows Registry under:
@vampirepapi
vampirepapi / settings.json
Created November 22, 2024 06:01
vscode minimal configs
/*
* VS Code Settings Configuration
*
* This configuration file customizes VS Code's appearance and behavior with:
* - Custom font settings (JetBrains Mono for editor and terminal)
* - Minimal UI with hidden elements and custom layouts
* - Editor customizations (line height, padding, cursor behavior)
* - Custom window styling with transparent title bar
* - Background image settings for editor and sidebar
* - Disabled features for a cleaner interface
@vampirepapi
vampirepapi / Intel(R) Dual Band Wireless-AC 3168 | Slow Wifi - FIX
Created February 21, 2024 14:47
Intel(R) Dual Band Wireless-AC 3168 | Slow Wifi - FIX
In advanced network card settings, make sure that the mode set for 802.11n/ac is set to 802.11ac, BUT for 802.11a/b/g, its' set to "5G 802.11a".
Then retest and report back on performance.
@vampirepapi
vampirepapi / settings.json
Last active December 1, 2023 15:03
VSCode - settings.json ext java version + background
{
"workbench.colorTheme": "Catppuccin Macchiato",
"background.fullscreen": {
"images": ["file:///C:/Sakura_Nene_CPP.jpg"], // urls of your images
"opacity": 0.90, // 0.85 ~ 0.95 recommended
"size": "cover", // also css, `cover` to self-adaption (recommended),or `contain`、`200px 200px`
"position": "center", // alias to `background-position`, default `center`
"interval": 0 // seconds of interval for carousel, default `0` to disabled.
},
set number " Show line numbers
set linebreak " Break lines at word (requires Wrap lines)
set showbreak=+++ " Wrap-broken line prefix
set textwidth=100 " Line wrap (number of cols)
set showmatch " Highlight matching brace
set visualbell " Use visual bell (no beeping)
set hlsearch " Highlight all search results
set smartcase " Enable smart-case search
set ignorecase " Always case-insensitive
- copy your personal access token
- go to repo folder, open .git folder here
- now open .config file
- make your [remote "origin"], url = https://"TOKEN HERE"@github.com/username/repository name.git like this.
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
"class": "sidebar_heading",
"color": "#707a8c",