Skip to content

Instantly share code, notes, and snippets.

@liujed
liujed / github-auto-sso.user.js
Last active January 10, 2024 19:02 — forked from pozil/github-auto-sso.user.js
GitHub Auto SSO script for Tampermonkey
// ==UserScript==
// @name Auto-authenticate to organizations on Github
// @namespace https://jedliu.net
// @version 1.0.1
// @description Periodically authenticate to organizations on Github.
// @author Jed Liu
// @match https://github.com/*
// ==/UserScript==
@liujed
liujed / PKGBUILD
Last active January 5, 2018 23:17
python-thrift
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Contributor: Jed Liu <jed-archlinux.org@uma.litech.org>
pkgbase=python-thrift
pkgname=(python-thrift python2-thrift)
_pkgname=thrift
pkgver=0.11.0
pkgrel=1
pkgdesc='Python bindings for the Apache Thrift RPC system'
arch=(i686 x86_64)