Skip to content

Instantly share code, notes, and snippets.

View luqasn's full-sized avatar

Lucas Romero luqasn

View GitHub Profile
@luqasn
luqasn / zendesk_date_copy.user.js
Last active April 24, 2023 07:55
Zendesk Timestamp Copy Helper
// ==UserScript==
// @name Zendesk Timestamp Copier
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Lucas Romero
// @match https://*.zendesk.com/agent/tickets/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=zendesk.com
// @grant none
// ==/UserScript==
@luqasn
luqasn / qmk.md
Last active December 9, 2022 19:00
My QMK stuff

For handwired Skeletyl, pretending to be a Sweep:

#define DIRECT_PINS { \
    { F4, F7, D3, D4, E6 }, \
    { F5, B1, D1, C6, B4 }, \
    { F6, B3, D0, D7, B5 }, \
    { B6, B2, NO_PIN, NO_PIN, NO_PIN } \
}

#define DIRECT_PINS_RIGHT { \
#!/usr/bin/env bash
#
# DNS Switcher
# The list of DNS options should be defined on this file
#
# rewrite of https://github.com/matryer/bitbar-plugins/blob/master/Network/dnsswitcher.1d.sh
# by M Saiqul Haq (@saiqulhaq)
#
# <xbar.title>DNS Switcher</xbar.title>
# <xbar.version>v2.1.7-beta</xbar.version>