Skip to content

Instantly share code, notes, and snippets.

View kentfredric's full-sized avatar
🤔

Kent Fredric kentfredric

🤔
View GitHub Profile
Index: t/03crosstable_leak.t
===================================================================
--- t/03crosstable_leak.t (revision 0)
+++ t/03crosstable_leak.t (revision 0)
@@ -0,0 +1,44 @@
+#! /usr/bin/perl -w
+
+use strict;
+use warnings;
+use Test::More tests => 5;
Index: t/03crosstable_leak.t
===================================================================
--- t/03crosstable_leak.t (revision 0)
+++ t/03crosstable_leak.t (revision 0)
@@ -0,0 +1,46 @@
+#! /usr/bin/perl -w
+
+use strict;
+use warnings;
+use Test::More tests => 6;
$x = array( 1 => 2, 2 => 3 );
foreach ( $x as $i => $v ){
print "\$x is $i => $v \n";
}
dzil changelog init
# created ./changedb.sqlite
# injected changedb.sqlite into MANIFEST.SKIP
# injected [ModuleChanges] into dist.ini
dzil changelog import --parser=Freeform
# Populated changedb.sql from ./Changes
EDITOR=vim dzil changelog add
# insert a changelog entry
dzil changelog add -m 'Some message that can also go in Git'
rm ./Changes
package Gentoo::MirrorList;
# ABSTRACT: A programmatic way to access Gentoo.org Mirror Metadata
use strict;
use warnings;
use Moose;
use App::Cache;
use namespace::autoclean;
use Gentoo::MirrorList::Mirror;
>>> Unpacking source...
>>> Unpacking glib-2.22.2.tar.bz2 to /var/tmp/portage/dev-libs/glib-2.22.2/work
>>> Source unpacked in /var/tmp/portage/dev-libs/glib-2.22.2/work
>>> Preparing source in /var/tmp/portage/dev-libs/glib-2.22.2/work/glib-2.22.2 ...
* Applying glib-2.18.1-workaround-gio-test-failure-without-userpriv.patch ...
 [ ok ]
* Applying glib-2.12.12-fbsd.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/glib-2.22.2/work/glib-2.22.2 ...
>>> Unpacking source...
>>> Unpacking openssh-5.3p1.tar.gz to /var/tmp/portage/net-misc/openssh-5.3_p1-r1/work
* Applying openssh-4.7_p1-GSSAPI-dns.patch ...
 [ ok ]
* Applying openssh-4.7p1-selinux.diff ...
 [ ok ]
* Applying openssh-5.2_p1-autoconf.patch ...
 [ ok ]
* Running eautoreconf in '/var/tmp/portage/net-misc/openssh-5.3_p1-r1/work/openssh-5.3p1' ...
* Running autoconf ...
#!/usr/bin/perl
use strict;
use warnings;
my (@after) = ( q{ }, q{,}, q{.}, qq{\n} );
my (@suffixes) = (qw{ \t \n \r \f \a \e });
#push @suffixes, map { sprintf '\0%o', $_ } 0 .. 255;
#push @suffixes, map { sprintf '\x%x', $_ } 0 .. 255;
#push @suffixes, map { sprintf '\x{%x}', $_ } 255 .. 1024;
push @suffixes, map { sprintf '\c%s', chr( $_ + ord('A') ) } 0 .. 25;
My traceroute [v0.75]
ember (0.0.0.0) Mon Nov 16 16:15:08 2009
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Last Avg Best Wrst StDev
1. dsldevice.lan 0.0% 31 29.2 49.4 4.2 100.1 29.6
2. ip210-55-69-232.kc.net.nz 0.0% 31 40.1 40.8 39.8 46.5 1.3
3. ???
4. xe6-0-0-10.akbr5.global-gateway.net.nz 0.0% 31 57.3 59.7 56.7 116.8 10.8
5. xe0-0-0-2.akbr4.global-g
03:35:07 <kent\n> I have a bug that I've been seeing since at least 1.8 that I can't seem to track down, and I can't work it out. Its possible its something gentoo are doing, but I can't see where if it is ( bibletime is built raw from upstream sources, no patches, same for sword )
03:35:16 <kent\n> many dictionaries fail to be usable
03:35:29 <kent\n> as in, they only show their first entry in the dictionary browser
03:35:39 <kent\n> KJVD exhibits this problem
03:35:46 <kent\n> WebstersDict does not
03:36:28 <kent\n> BibleTime 2.3.3, SWORD library version 1.6.0, This program uses Qt Open Source Edition version 4.5.3.
03:37:06 <jotik> Hi kent\n!
03:37:09 <kent\n> my initial thought was it was a zLD vs RawLD problem, but upon manually converting the RawLD to zLD , the problem still persists
03:37:21 <kent\n> hi jotik :)
03:38:22 <jotik> I'm on a similar Gentoo system.