This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Fix Kibana monitoring nodes links | |
// @version 0.1 | |
// @description Allows node links to be clicked in Kibana Monitoring without getting "node/cluster not found" | |
// @author Zach "theY4Kman" Kanzler | |
// @match https://mon.kibana.perchsecurity.com/app/monitoring | |
// @require https://cdn.jsdelivr.net/npm/[email protected]/js/rison.min.js | |
// @require http://code.jquery.com/jquery-3.4.1.min.js | |
// @grant unsafeWindow | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma semicolon 1 | |
#include <sourcemod> | |
#define PLUGIN_VERSION "2.3.0" | |
public Plugin:myinfo = { | |
name = "Triggers", | |
author = "theY4Kman", | |
description = "Advanced commandlist.txt functionality", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
parserClass="org.idea_sp.parser.SourcePawnParser" | |
extends="com.intellij.extapi.psi.ASTWrapperPsiElement" | |
psiClassPrefix="SourcePawn" | |
psiImplClassSuffix="Impl" | |
psiPackage="org.idea_sp.psi" | |
psiImplPackage="org.idea_sp.psi.impl" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import threading | |
class StaticContentNamedPipe(threading.Thread, str): | |
"""Facilitates passing in-memory content to a spawned process as a named pipe (Linux only) | |
>>> import subprocess | |
>>> with StaticContentNamedPipe("my content") as named_pipe: | |
... proc = subprocess.run(["cat", named_pipe], pass_fds=[named_pipe], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pygobject | |
dbus-python | |
python-xlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strings ./dll/bakkesmod.dll 2>&1 \ | |
| \grep -E '^(Common|Uncommon|Rare|Very ?rare|Import|Exotic|Black ?market|Premium|Limited|Legacy)$' | |
Common | |
Rare | |
Very rare | |
Uncommon | |
Black market | |
Premium | |
Import |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Enable paste on Quest | |
// @version 0.1 | |
// @description Enable paste on Quest diagnostics input fields | |
// @updateURL https://gist.github.com/theY4Kman/8054da715976e1765655da4236ec4f6f/raw/quest-paste.user.js | |
// @match https://myquest.questdiagnostics.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from _typeshed import Incomplete | |
from collections.abc import Generator | |
from typing import Any, Generic, Type, TypeVar | |
from sqlalchemy.orm.query import Query | |
from sqlalchemy.orm.session import Session | |
from . import utils as utils | |
from .model import DefaultMeta as DefaultMeta, Model as Model |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@task | |
def perchy(c): | |
"""Perchy Print""" | |
perchy = '''\ | |
*::: | |
*:::::: | |
*:::::::::: | |
*::::::::::::: | |
*::::::::::::::: | |
*:::::::::::::::::: |