Skip to content

Instantly share code, notes, and snippets.

View 0x1211's full-sized avatar
๐Ÿ”

0x1211 0x1211

๐Ÿ”
View GitHub Profile
@rutger1140
rutger1140 / function.php
Last active October 24, 2017 13:28
Get link to other language for post in MultilingualPress (MLP) WordPress plugin
<?php
// Usage
// $linked = lwp_get_language_link($siteid, $postid);
// $link = $linked['link'];
// $title = $linked['title'];
// Return
// array['link'] for link to post
@tiegz
tiegz / apa_1616_ir_codes.txt
Last active December 16, 2020 02:18
APA 1616 LED Remote IR Codes
# http://sztyled.en.made-in-china.com/product/SqUmJxylhbhK/China-24-Key-Infrared-RGB-Manual-Flash-Controller-APA-1616-.html
# or
# http://www.dhgate.com/store/product/advanced-micro-control-unit-24-keys-rgb-led/128629434.html
IR Receiver Notes
F700FF BRIGHT HI
F7807F BRIGHT LO
F7408F OFF
F7C03F ON
F720DF R1
@atcuno
atcuno / gist:3425484ac5cce5298932
Last active April 5, 2025 06:45
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

@staltz
staltz / introrx.md
Last active April 16, 2025 07:21
The introduction to Reactive Programming you've been missing
@isaacs
isaacs / comma-first-var.js
Created April 6, 2010 19:24
A better coding convention for lists and object literals in JavaScript
// See comments below.
// This code sample and justification brought to you by
// Isaac Z. Schlueter, aka isaacs
// standard style
var a = "ape",
b = "bat",
c = "cat",
d = "dog",