This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==16396== Nulgrind, the minimal Valgrind tool | |
==16396== Copyright (C) 2002-2010, and GNU GPL'd, by Nicholas Nethercote. | |
==16396== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info | |
==16396== Command: xmms2d -v | |
==16396== Parent PID: 23835 | |
==16396== | |
--16396-- Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x2a | |
valgrind: m_debuginfo/readdwarf.c:2338 (copy_convert_CfiExpr_tree): Assertion 'srcix >= 0 && srcix < VG_(sizeXA)(srcxa)' failed. | |
==16396== at 0x3806A9D6: ??? (in /usr/lib/valgrind/none-amd64-linux) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdf@orion:~> tail -n 30 ~/.cache/xmms2/xmms2d.log 16:01 | |
14:40:05 INFO: ../src/xmms/xform.c:1476: Successfully setup chain for 'file:///usr/share/xmms2/silence-cellule_snippet.ogg' (1) containing gvfs:magic:vorbis:segment | |
14:41:16 INFO: ../src/xmms/log.c:55: Logging says bye bye :) | |
--- Starting new xmms2d --- | |
INFO: ../src/xmms/log.c:49: Initialized logging system :) | |
15:23:15 INFO: ../src/xmms/ipc.c:818: IPC listening on 'unix:///tmp/xmms-ipc-fdf'. | |
params.c:OpenConfFile() - Unable to open configuration file "/home/fdf/.smb/smb.conf": | |
Datei oder Verzeichnis nicht gefunden | |
params.c:OpenConfFile() - Unable to open configuration file "/home/fdf/.smb/smb.conf.append": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 36/379] cxx: src/clients/lib/xmmsclient++/client.cpp -> _build_/default/src/clients/lib/xmmsclient++/client_1.o | |
In file included from ../src/include/xmmsclient/xmmsclient++/result.h:23:0, | |
from ../src/include/xmmsclient/xmmsclient++/bindata.h:22, | |
from ../src/clients/lib/xmmsclient++/bindata.cpp:18: | |
../src/include/xmmsclient/xmmsclient++/coll.h:53:29: error: ‘XMMS_COLLECTION_TYPE_QUEUE’ was not declared in this scope | |
../src/include/xmmsclient/xmmsclient++/coll.h:54:29: error: ‘XMMS_COLLECTION_TYPE_PARTYSHUFFLE’ was not declared in this scope | |
In file included from ../src/include/xmmsclient/xmmsclient++/bindata.h:22:0, | |
from ../src/clients/lib/xmmsclient++/bindata.cpp:18: | |
../src/include/xmmsclient/xmmsclient++/result.h: In static member function ‘static Xmms::CollPtr Xmms::CollResult::createColl(xmmsv_coll_t*)’: | |
../src/include/xmmsclient/xmmsclient++/result.h:438:11: error: ‘XMMS_COLLECTION_TYPE_QUEUE’ was not declared in this scope |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/fdf/opt/anon-vc/xmms2/src/lib/s4/src/tools/s4/main.y: In function ‘yyparse’: | |
/home/fdf/opt/anon-vc/xmms2/src/lib/s4/src/tools/s4/main.y:125:5: warning: passing argument 1 of ‘add_or_del’ from incompatible pointer type [enabled by default] | |
/home/fdf/opt/anon-vc/xmms2/src/lib/s4/src/tools/s4/main.y:34:13: note: expected ‘int (*)(struct s4_t *, struct s4_transaction_t *, const char *, const struct s4_val_t *, const char *, const struct s4_val_t *, const char *)’ but argument is of type ‘int (*)(struct s4_transaction_t *, const char *, const struct s4_val_t *, const char *, const struct s4_val_t *, const char *)’ | |
/home/fdf/opt/anon-vc/xmms2/src/lib/s4/src/tools/s4/main.y:128:5: warning: passing argument 1 of ‘add_or_del’ from incompatible pointer type [enabled by default] | |
/home/fdf/opt/anon-vc/xmms2/src/lib/s4/src/tools/s4/main.y:34:13: note: expected ‘int (*)(struct s4_t *, struct s4_transaction_t *, const char *, const struct s4_val_t *, const char *, const struct s4_val_t *, const char *)’ but argument i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph example { | |
rankdir=LR; | |
bgcolor="#eeeeff"; | |
node [fontname=Arial, fontsize=10]; | |
edge [color=red, style=bold, fontsize=9]; | |
// Actors | |
{ | |
node [shape=custom, shapefile="actor.svg", | |
width=.352, height=0.77, fixedsize=true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# arguments: | |
# $1: title (mandatory) | |
# $2: program to run, no quotes in here! (mandatory) | |
# $3: explicit arguments to screen, you have to add -t title here yourself! (optional) | |
# $4: desired number for the new screen (optional) | |
# $5: screen command (!) to run, if already selected, e.g. eval 'stuff foo' (optional) | |
# use via e.g.: | |
# bind m screen screen-select-or-run mutt mutt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> GIT_CURL_VERBOSE=1 git fetch company | |
* Couldn't find host intern.company.com in the .netrc file; using defaults | |
* About to connect() to intern.company.com port 443 (#0) | |
* Trying xxx.xxx.xxx.xxx... * Connected to intern.company.com (xxx.xxx.xxx.xxx) port 443 (#0) | |
* found 2 certificates in /home/user/secret/company-cachain.pem | |
* gnutls_handshake() failed: A TLS warning alert has been received. | |
* Closing connection #0 | |
* Couldn't find host intern.company.com in the .netrc file; using defaults | |
* About to connect() to intern.company.com port 443 (#0) | |
* Trying xxx.xxx.xxx.xxx... * Connected to intern.company.com (xxx.xxx.xxx.xxx) port 443 (#0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/perl | |
# adapted from https://wiki.archlinux.org/index.php/Rxvt-unicode#Automatic_Script_Management | |
sub on_sel_grab { | |
my ($term, $time) = @_; | |
my $query = $term->selection; | |
$term->selection_grab ($time, 1); | |
$term->selection($query, 1); | |
return 0; | |
} |
NewerOlder