Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoqaeski
zoqaeski / test-homework.tex
Last active October 29, 2016 09:30
Test homework drawing PGF error
% vim: ft=tex
\RequirePackage{luatex85,shellesc}
\documentclass{scrartcl}
%% I use KOMA-script as I find it gives total control over a document structure.
%% Memoir would probably achieve the same results with marginally less pain, but
%% I'm not entirely sure I want to spend the time learning the other major custom
%% page classes.
%% KOMA options
#0 0x00007f8dd8f68295 in raise () from /usr/lib/libc.so.6
#1 0x00007f8dd8f696da in abort () from /usr/lib/libc.so.6
#2 0x00007f8dd8f61297 in __assert_fail_base () from /usr/lib/libc.so.6
#3 0x00007f8dd8f61342 in __assert_fail () from /usr/lib/libc.so.6
#4 0x0000000000513ee6 in op_replace (oap=oap@entry=0x7ffe76f7fb20, c=109)
at /build/neovim-git/src/nvim/ops.c:1689
#5 0x000000000050a9f0 in do_pending_operator (cap=cap@entry=0x7ffe76f7fb90, old_col=1,
gui_yank=gui_yank@entry=false)
at /build/neovim-git/src/nvim/normal.c:1965
#6 0x000000000050c69a in normal_finish_command (s=s@entry=0x7ffe76f7faf0)
Load Time Extension Stress Strain
0.007 0.8 0 0.293 0
0.008 0.9 0 0.333 0
0.005 1 0 0.224 0
0.008 1.1 0 0.313 0
0.007 1.2 0 0.275 0
0.007 1.3 0 0.305 0
0.009 1.4 0 0.35 0
0.009 1.5 0 0.379 0
0.008 1.6 0 0.309 0
@zoqaeski
zoqaeski / mpd.conf
Created May 3, 2015 11:06
My MPD configuration
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories #######################################################
#
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. This
# setting defaults to the XDG directory, otherwise the music directory will be
# be disabled and audio files will only be accepted over ipc socket (using
@zoqaeski
zoqaeski / dmesg
Last active August 29, 2015 14:10
HP laptop woes
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.17.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=82f402c1-8984-4a58-bfe9-8a8ae92365c1 rw resume=/dev/disk/by-uuid/79e00a84-c523-47bf-ac69-8ccf9b9102c0 radeon.dpm=1 radeon.modeset=1
[ 0.000000] tseg: 00afc00000
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.22 (GNU/Linux)
mQINBFLjgakBEAC001H7/FQSruOLCB9R8nLsyk4B9fMpi4wN+9TuXYpqhvDkz8RU
/MGqzAkyPG0i/GlmOb379IXYd4xufnFOrIYvlshWdWeN3242dsmE3JDuEdWiKG40
H0Y4YnF/QvB/JLqO8YwNnn1l239HyOJ/Yv6Z/8OtkDZ1fr94LCOmlNNOewOwzLnC
R9qRa6YEp7v9tu49E6JMfDZUrrXft9ZLfW9QTHdu6RhNi4lmez1/4IWJTsoqAhcq
/1nXMds+fzRQ1yb0Xy+8S3RsTpGQhgNfxBb5kDluRNNLQ9vuoz1Om09RnM1pT6Pb
P8HfJdVH2egiGyruSHsguLmtT3usifg2nptUCCuz1K3e9NJFXbqt8m8PMequTZ16
Gcp9XrYwa+QRf7pzfb0r9hytBMt6qJ+yBm4aBkwGIo5W9jzoyNArHBN1HsE/+QHn
15 Aug 2013, 11:23:41: Tracker: Starting tracker-miner-fs 0.16.2
15 Aug 2013, 11:23:41: Tracker: Using log file:'/home/robbie/.local/share/tracker/tracker-miner-fs.log'
15 Aug 2013, 11:23:41: Tracker: General options:
15 Aug 2013, 11:23:41: Tracker: Verbosity ............................ 3
15 Aug 2013, 11:23:41: Tracker: Sched Idle ........................... 2
15 Aug 2013, 11:23:41: Tracker: Initial Sleep ........................ 15
15 Aug 2013, 11:23:41: Tracker: Indexer options:
15 Aug 2013, 11:23:41: Tracker: Throttle level ....................... 0
15 Aug 2013, 11:23:41: Tracker: Indexing while on battery ............ yes (first time only = yes)
15 Aug 2013, 11:23:41: Tracker: Low disk space limit ................. 1%
@zoqaeski
zoqaeski / restart-upower.service
Last active December 20, 2015 16:29
Automatically restarts upower to work around libusbx bug.
[Unit]
Description=Restart upower to fix libusbx bug.
After=sleep.target
StopWhenUnneeded=yes
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart upower.service
[Install]
@zoqaeski
zoqaeski / authatieventsd.sh
Last active December 18, 2015 08:29
Modified authatieventsd.sh to support lightdm.
#!/bin/sh
#
# Control script grant/revoke access to X for the ATI External Events Daemon
#
# Distro maintainers may modify this reference script as necessary to conform
# to their distribution policies.
#
# Copyright (c) 2006, ATI Technologies Inc. All rights reserved.
#
@zoqaeski
zoqaeski / gist:5494150
Created May 1, 2013 07:24
Development tree
-------Upstream
\
1-
| \
| Issue 135---
2- \
| \ |
| Issue 200--- |
3- \|
| \ |