I hereby claim:
- I am ehfive on github.
- I am eh5 (https://keybase.io/eh5) on keybase.
- I have a public key ASAUyeUtjxJDMzKXgcgAI5L_h2VdZ1INC1oCPD-P4UqDYwo
To claim this, I am signing this object:
/** | |
* Macros | |
*/ | |
macro_rules! offset_of { | |
($Container:ty, $($fields:tt).+) => {{ | |
// avoid dereferencing null pointer | |
let container = ::core::mem::align_of::<$Container>() as *const $Container; | |
let member = ::core::ptr::addr_of!((*container).$($fields).+); | |
member.cast::<u8>().offset_from(container.cast::<u8>()) as usize | |
}}; |
#!/usr/bin/env bash | |
DIFFPROG="${DIFFPROG:-vimdiff}" | |
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-"$HOME/.config"}" | |
pw_datadir=/usr/share/pipewire | |
pw_confdir="/etc/pipewire" | |
#pw_confdir="$XDG_CONFIG_HOME/pipewire" |
/* START mastodon emoji scaling by @[email protected] */ | |
.account__header__content, | |
.reply-indicator__content, | |
.status__content:not(.status__content--collapsed) { | |
overflow: unset; | |
} | |
.account__header__content .emojione, | |
.reply-indicator__content .emojione, | |
.status__content:not(.status__content--collapsed) .emojione { |
I hereby claim:
To claim this, I am signing this object:
Thank you for your interest in contributing to open source software projects (“Blogment”) made available by Blogment IO or its affiliates (“Blogment IO”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Blogment IO in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
Copyright License. You hereby grant, and agree to grant, to Blogment IO a non-exclusive
_pkgname=vlc | |
pkgname=vlc-ncm | |
_vlcver=3.0.12 | |
# optional fixup version including hyphen | |
_vlcfixupver= | |
pkgver=${_vlcver}${_vlcfixupver//-/.r} | |
pkgrel=1 | |
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' | |
url='https://www.videolan.org/vlc/' | |
arch=('x86_64') |
#!/usr/bin/env python2 | |
## From bluez (GPL2) | |
import dbus | |
SERVICE_NAME = "org.bluez" | |
ADAPTER_INTERFACE = SERVICE_NAME + ".Adapter1" | |
DEVICE_INTERFACE = SERVICE_NAME + ".Device1" |
# /etc/udev/rules.d/20-bt-auto-enable-a2dp.rules | |
# hxss | |
SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/home/replace-it/bt-auto-enable-a2dp.sh" |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Get user_json from LLproxy</title> | |
</head> | |
<body> | |
<script> | |
function Jump2MainPage() { | |
location = "https://llsifteambuilder.herokuapp.com/build_team/" |