Skip to content

Instantly share code, notes, and snippets.

@IEF
IEF / crossover-howtocompile.md
Created January 3, 2024 07:58 — forked from sarimarton/crossover-howtocompile.md
CodeWeavers CrossOver - How to compile from source! for macOS

UPDATE 2023-01-22 21:34:33

This guide was last tested on an Intel MacBook 2017. Since then it's unmaintained and won't be updated (I quit the game and bought a life-time crossover licence).


This has been forked from https://gist.github.com/Alex4386/4cce275760367e9f5e90e2553d655309

For the latest discussion, see the comments there.

@IEF
IEF / foh.yaml
Last active September 26, 2023 18:09
Friends of Hue HA Blueprint
blueprint:
name: Friends of Hue 2 wippen MQTT
domain: automation
description: Zigbee Green Power switches
input:
# Trigger settings
device:
name: Wippen
selector:
@IEF
IEF / keybase.md
Created May 1, 2014 10:55
KeyBase Verification

Keybase proof

I hereby claim:

  • I am IEF on github.
  • I am ief (https://keybase.io/ief) on keybase.
  • I have a public key whose fingerprint is E7C3 A52C CB8C D2B5 7308 EB25 2CFD 50AD 3646 4A5E

To claim this, I am signing this object:

@IEF
IEF / hlscroll.pl
Created April 15, 2012 22:58 — forked from eevee/hlscroll.pl
scroll to next/prev hilighted line in irssi
use strict;
use Irssi qw(command_bind MSGLEVEL_HILIGHT);
use vars qw($VERSION %IRSSI);
# Recommended key bindings: alt+pgup, alt+pgdown:
# /bind meta2-5;3~ /scrollback prev
# /bind meta2-6;3~ /scrollback next
$VERSION = '0.02';
%IRSSI = (