Skip to content

Instantly share code, notes, and snippets.

View ha7ilm's full-sized avatar
🇭🇺

András Retzler ha7ilm

🇭🇺
  • Belgium
  • 06:12 (UTC -12:00)
View GitHub Profile

How to debug any (non-Qt) executable with QtCreator

  1. Create .gdbinit in the same directory as executable, with the following contents:
set breakpoint pending on
b main
  1. Run this:

How to compile and install Mixxx from source on Ubuntu 14.04?

You need to do this if you need the freshest version of Mixxx. However, it might have bugs. Consider installing the stable version from the repository.

First, clone the repo:

git clone https://github.com/mixxxdj/mixxx.git
cd mixxx

Next, install all of the dependencies detailed at:

@ha7ilm
ha7ilm / w520_battery.md
Last active March 26, 2018 07:28
Fix for broken W520 battery clips

I've broken the clips of my Thinkpad's aftermarket battery.

These clips hold the battery in the laptop. Without those, it can slide out, so the battery is not much useful. They were very weak indeed (probabily because the battery is not an original one, but I don't know because this is the only one I disassembled).

I've fixed it with some stick-on velcro (that has glue on its other side).

This should be very cheap, and you are likely to find it in the nearest fabric store.

The velcro seems to keep the battery in the laptop quite stable.

Custom battery module for polybar

I made this hack as the built-in battery module failed to display the battery status correctly after waking up from suspend.

[module/custom-battery]
type = custom/script
exec = acpi -b | cut -d' ' -f3-5 | sed 's/Unknown/Charging/g' | sed 's/^/  /'
tail = true
interval = 30

How to make formulas appear larger in Jupyter notebooks? Just add \Large to the beginning of the formula block.

E.g. $\Large \sigma$

@ha7ilm
ha7ilm / 61-zbook-kbd.hwdb
Last active July 17, 2019 15:45
HP Zbook 15v hbdw file for keyboard
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*:pvr*
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pn*:pvr*
KEYBOARD_KEY_a0=mute
KEYBOARD_KEY_ae=volumedown
KEYBOARD_KEY_b0=volumeup
KEYBOARD_KEY_90=previoussong
KEYBOARD_KEY_99=nextsong
KEYBOARD_KEY_a2=playpause
KEYBOARD_KEY_81=f20
@ha7ilm
ha7ilm / ju.m
Last active October 18, 2019 12:41
ju - Autojump for MATLAB
% Copyright 2019 Andras Retzler <randras@sdr.hu>
%
% Permission is hereby granted, free of charge, to any person obtaining a copy of this software
% and associated documentation files (the "Software"), to deal in the Software without restriction,
% including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
%and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
% subject to the following conditions:
%
% The above copyright notice and this permission notice shall be included in all copies or substantial
% portions of the Software.
@ha7ilm
ha7ilm / i3.conf
Last active October 22, 2021 16:11
Prompt to rename current workspace in i3 so that the new name starts with the number of the current workspace, e.g. "1:term"
bindsym $mod+u exec i3-input -F "rename workspace to \"$(i3-msg -t get_workspaces | jq -r \"map(select(.focused))[0].num\"):%s\"" -P 'New name for this workspace: '
@ha7ilm
ha7ilm / e55bt.md
Last active December 4, 2019 09:53

JBL E55BT

I had a problem with my new bluetooth headphones JBL E55BT.

When connected to my Linux PC, there was an unacceptable background noise and I could hear the audio driver switch on and off even during silent periods inside music.

Solution: The headphones have a separate volume control, which can be adjusted with the buttons on the device. (This is not connected to the mixer volume on the PC.) By default, that was adjusted to maximum for some reason. Turning it down and adjusting a higher volume with Pulseaudio helped to reduce the noise to an acceptable level.

Match whole word in Google Docs search & replace

To match all the asdf enable regexp and type this in the search box: \basdf\b