I hereby claim:
- I am uggedal on github.
- I am uggedal (https://keybase.io/uggedal) on keybase.
- I have a public key whose fingerprint is 0426 5DDB 12D0 5F16 5DCA 54C7 3F53 D5E3 2C87 DEAA
To claim this, I am signing this object:
diff --git a/src/player/PlayerComponent.cpp b/src/player/PlayerComponent.cpp | |
index c020bb2ef24d..434d80f840ff 100644 | |
--- a/src/player/PlayerComponent.cpp | |
+++ b/src/player/PlayerComponent.cpp | |
@@ -261,7 +261,7 @@ void PlayerComponent::setQtQuickWindow(QQuickWindow* window) | |
/////////////////////////////////////////////////////////////////////////////////////////////////// | |
void PlayerComponent::setWindow(QQuickWindow* window) | |
{ | |
- QString vo = "libmpv"; | |
+ QString vo = "opengl-cb"; |
diff --git a/.SRCINFO b/.SRCINFO | |
index 967eec0bbe97..979dbcfc29ae 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,14 +1,14 @@ | |
pkgbase = vit | |
pkgdesc = A terminal interface for Taskwarrior with Vim key bindings and colorization support | |
- pkgver = 1.2 | |
- pkgrel = 2 | |
- url = http://taskwarrior.org/projects/taskwarrior/wiki/Vit |
#!/usr/bin/env python | |
import re | |
import sys | |
import csv | |
import datetime | |
now = datetime.datetime.now() | |
def dt(s): |
#!/usr/bin/env python | |
import sys | |
with open(sys.argv[1]) as f: | |
i = 0 | |
date = None | |
name = None | |
points = None |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# Install-BoxstarterPackage -PackageName https://gist.github.com/uggedal/c81df964840f9213e3caeef0b53a8af9/raw -DisableReboots | |
## | |
## Windows Settings | |
## | |
Disable-BingSearch | |
Disable-GameBarTips |
# make: | |
# Creates a Void Linux docker container with qutebrowser. | |
# make run: | |
# Runs qutebrowser in aforementioned container | |
REPO = http://muslrepo.voidlinux.eu/ | |
XBPS_INSTALL = usr/bin/xbps-install | |
ROOTFS = rootfs | |
PACKAGES = base-system-busybox | |
PACKAGES += dbus | |
PACKAGES += ca-certificates |
#!/bin/sh | |
repos='system/core system/extras external/libselinux external/f2fs-tools' | |
[ $# -eq 2 ] || exit 1 | |
from=android-$1 | |
to=android-$2 | |
for r in $repos; do | |
if ! [ -d "$(basename $r)/.git" ]; then |
3.00: 2011-07-22 -> 2011-08-05 = 14 days | |
3.01: 2011-10-24 -> 2011-11-11 = 18 days | |
3.02: 2012-01-04 -> 2012-01-12 = 8 days | |
3.03: 2012-03-18 -> 2012-04-02 = 14 days | |
3.04: 2012-05-20 -> 2012-06-01 = 12 days | |
3.05: 2012-07-21 -> 2012-08-09 = 19 days | |
3.06: 2012-09-30 -> 2012-10-07 = 7 days | |
3.07: 2012-12-11 -> 2012-12-17 = 6 days | |
3.08: 2013-02-18 -> 2013-02-28 = 10 days | |
3.09: 2013-04-29 -> 2013-05-08 = 9 days |
I hereby claim:
To claim this, I am signing this object:
Hetzner PX90 | |
------------ | |
Xeon E5-1650 v2 12 core, 64GB RAM, RAID-1 spinning disks | |
# with cached distfiles: | |
time ./xbps-src -j12 pkg linux3.17 | |
real 11m20.842s | |
user 101m34.859s | |
sys 7m0.581s |