Skip to content

Instantly share code, notes, and snippets.

View RXminuS's full-sized avatar

Rik RXminuS

  • Sourcegraph
  • Sweden
  • 15:40 (UTC +02:00)
  • LinkedIn in/riknauta
View GitHub Profile
@RXminuS
RXminuS / surround-quotes-word.ahk
Created October 21, 2020 10:42
Surround Quotes - AutoHotkey script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive ahk_exe WINWORD.exe
:*:"::
tmp = %ClipboardAll%
Clipboard =
@RXminuS
RXminuS / train_gensim.py
Created February 1, 2019 00:53
Gensim Bug
from typing import Dict, Iterable, List, Any
import json
import argparse
import logging
import multiprocessing
import os
import shutil
import sys
sys.path.insert(0, os.path.dirname(
@RXminuS
RXminuS / 1-config.yaml
Created February 8, 2017 09:12
AutoScaling, Load-Balanced, gRPC Micro-Service Kubernetes Configuration
--
apiVersion: v1
kind: ConfigMap
metadata:
name: linkerd-config
namespace: app
data:
config.yaml: |-
admin:
port: 9990