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 | |
use strict; | |
use warnings; | |
use 5.008001; | |
use WWW::Mechanize; | |
use Getopt::Long; | |
use File::Slurp qw(slurp); | |
use Pod::Usage; | |
my %options; |
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
ncmpcpp invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0 | |
ncmpcpp cpuset=/ mems_allowed=0 | |
Pid: 16052, comm: ncmpcpp Tainted: P 2.6.37-ARCH #1 | |
Call Trace: | |
[<c10c6640>] dump_header.clone.5+0x80/0x1e0 | |
[<c11a5b59>] ? ___ratelimit+0x89/0x110 | |
[<c10c699c>] oom_kill_process+0x5c/0x260 | |
[<c10c68e5>] ? oom_badness+0xc5/0x120 | |
[<c10c6f1f>] out_of_memory+0xbf/0x1e0 | |
[<c10c6de8>] ? try_set_zonelist_oom+0xc8/0xe0 |
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
-Subproject commit 762bfa79795146ee44d50d4ce8b3e36efcb603b8â | |
+Subproject commit 762bfa79795146ee44d50d4ce8b3e36efcb603b8-dirtyâ |
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
·> perl domain_gen | |
gäng.se | |
åter.se | |
över.se | |
avlel.se | |
böjel.se | |
blåel.se | |
döpel.se | |
eggel.se | |
födel.se |
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 | |
use strict; | |
use warnings FATAL => 'all'; | |
my @fruits = qw(orange apple pear pineapple blueberry); | |
for my $i(keys(@fruits)) { | |
printf("%d: %s\n", $i + 1, $fruits[$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
set bind-tty-special-chars on | |
set blink-matching-paren on | |
set byte-oriented off | |
#set completion-ignore-case on | |
set convert-meta off | |
set disable-completion off | |
set echo-control-characters on | |
set enable-keypad off | |
set enable-meta-key on | |
set history-preserve-point off |
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
Date: Fri, 15 Apr 2011 15:01:11 -0000 | |
From: "Arch Linux: Recent news updates: Gaetan Bisson" <[email protected]> | |
To: [email protected] | |
Subject: [arch-announce] nvidia-173xx and nvidia-96xx removed from [extra] | |
Reply-To: Arch Linux Announcements <[email protected]> | |
User-Agent: rss2email | |
Gaetan Bisson wrote: | |
The nvidia-173xx and nvidia-96xx driver packages have been removed from our |
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 | |
use strict; | |
use warnings FATAL => 'all'; | |
my $module = 'IO::File'; | |
my @modules = @ARGV; | |
if(!@modules) { | |
@modules = qw( |
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
#include <stdio.h> | |
#include <stdlib.h> | |
int main(int argc, char *argv[]) { | |
return 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
usb 1-3.4.7: USB disconnect, address 37 | |
usb 1-3.4.3: new high speed USB device using ehci_hcd and address 38 | |
scsi20 : usb-storage 1-3.4.3:1.0 | |
scsi 20:0:0:0: Direct-Access Seagate Desktop 0130 PQ: 0 ANSI: 4 | |
sd 20:0:0:0: Attached scsi generic sg14 type 0 | |
sd 20:0:0:0: [sdn] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
sd 20:0:0:0: [sdn] Write Protect is off | |
sd 20:0:0:0: [sdn] Mode Sense: 2f 08 00 00 | |
sd 20:0:0:0: [sdn] Assuming drive cache: write through | |
sd 20:0:0:0: [sdn] Assuming drive cache: write through |