Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View deluxghost's full-sized avatar
🤷‍♂️
Huh?

deluxghost deluxghost

🤷‍♂️
Huh?
View GitHub Profile
@deluxghost
deluxghost / cVimrc
Last active January 28, 2017 12:44
cVimrc
set noautofocus
set nochangelog
set smoothscroll
set defaultnewtabpage
let previousmatchpattern="((?!last)((?:上|前)一?(?:页|章|頁)|(?:较新|較新)文章|prev(ious)?|newer|back|«|less|<|‹| )+)"
let nextmatchpattern="((?!first)((?:下|后)一?(?:页|章|頁)|(?:早期|較早)文章|(?:加载|加載|载入|載入|展开|展開)(?:更多|全文)|next|older|more|>|›|»|forward| )+)"
let mapleader = ","
let searchengine bing = "http://www.bing.com/search?q=%s"
Param([string]$BzipDir = '.')
Get-ChildItem -Path $BzipDir -File -Recurse | ForEach-Object ($_) {
$File = $_.FullName
& '.\bin\7z.exe' u -tbzip2 "$File.bz2" "$File"
}
@deluxghost
deluxghost / tf2ref.py
Last active July 19, 2018 15:32
TF2 Metal Calculator
# -*- coding: utf-8 -*-
# LICENSE: GPLv3
from __future__ import unicode_literals
from collections import OrderedDict
import decimal
from decimal import Decimal as D
from decimal import ROUND_DOWN
import re
import sys
import traceback
@deluxghost
deluxghost / Tweak.ahk
Last active July 29, 2019 04:58
Windows AHK Tweak
#Persistent
#InstallKeybdHook
#SingleInstance force
SetWorkingDir %A_ScriptDir%
CoordMode, Mouse, Screen
SetTitleMatchMode, 3
DetectHiddenWindows, On
SetTimer, NoExtWarning, 50
@deluxghost
deluxghost / decay.cmd
Last active October 22, 2019 10:23
Game Stuff
euukraine visafree // unlock secret map
// -noforcemparms // fix mouse acc
@deluxghost
deluxghost / HeaderEditor.json
Created February 6, 2021 06:06
Header Editor
{
"request": [
{
"enable": true,
"name": "Ludum Dare",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://www\\.ludumdare\\.com/(.*)$",
"exclude": "",
"isFunction": false,