Skip to content

Instantly share code, notes, and snippets.

+ readonly argv0=aurcheck
+ argv0=aurcheck
+ readonly 'PS4=+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
+ PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
+(/usr/bin/aurcheck:4): main(): set -o pipefail
+(/usr/bin/aurcheck:6): main(): declare -i geq=0 cmp=0 ver=1
+(/usr/bin/aurcheck:97): main(): readonly -f list_repo_equal quickcheck aurver syncver list_repo trap_exit usage
+(/usr/bin/aurcheck:99): main(): source /usr/share/makepkg/util.sh
++(/usr/share/makepkg/util.sh:21): source(): [[ -n '' ]]
++(/usr/share/makepkg/util.sh:22): source(): LIBMAKEPKG_UTIL_SH=1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>AudioAllowAACPass</key>
<true />
<key>AudioAllowAC3Pass</key>
<true />
<key>AudioAllowDTSHDPass</key>
@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
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- \|
| \ |
@zoqaeski
zoqaeski / config.diff
Last active December 16, 2015 15:29
Config differences
diff --git a/etc/xdg/luakit/rc.lua b/home/robbie/.config/luakit/rc.lua
index c03a6bd..f2b0e7c 100644
--- a/etc/xdg/luakit/rc.lua
+++ b/home/robbie/.config/luakit/rc.lua
@@ -145,6 +145,9 @@ require "go_input"
require "go_next_prev"
require "go_up"
+-- Extra plugins
+require "plugins"