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
[ 504.258124] Disabling lock debugging due to kernel taint | |
[ 504.258128] swap_free: Bad swap offset entry 46800000000000 | |
[ 504.258132] BUG: Bad page map in process mission-control pte:8d00000000000000 pmd:376e2067 | |
[ 504.258137] addr:00007f9e7055b000 vm_flags:00000075 anon_vma: (null) mapping:ffff880116a63200 index:6a | |
[ 504.258143] vma->vm_ops->fault: filemap_fault+0x0/0x384 | |
[ 504.258162] vma->vm_file->f_op->mmap: ext4_file_mmap+0x0/0x3a [ext4] | |
[ 504.258167] CPU: 1 PID: 3276 Comm: mission-control Tainted: G B 3.11-1-amd64 #1 Debian 3.11.5-1 | |
[ 504.258171] Hardware name: MSI MS-7850/H87-G41 PC Mate(MS-7850), BIOS V3.1 05/09/2013 | |
[ 504.258173] 0000000000000000 ffffffff813869a9 ffff8800375c7b50 ffffffff810eadae | |
[ 504.258180] 000000000000006a 00007f9e7055b000 ffff8800375c7b50 8d00000000000000 |
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/env perl | |
# | |
# http://cafe.naver.com/perlstudy/2148 | |
# | |
use v5.14; | |
use utf8; | |
use strict; | |
use warnings; |
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
server { | |
server_name perfusion.e-crf.co.kr; | |
location / { | |
proxy_pass http://localhost:6001; | |
proxy_set_header X-Real-IP $remote_addr; | |
} | |
} |
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/env perl | |
use strict; | |
use warnings; | |
use Cwd qw/ abs_path /; | |
use Encode qw/ decode_utf8 /; | |
use List::MoreUtils qw/ uniq /; | |
use WWW::Bugzilla; |
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
advanced-perl-maven-e-book.tt | |
advanced-perl-maven-video-course.tt | |
appending-to-files.tt | |
attribute-types-in-perl-classes-when-using-moose.tt | |
automatic-value-conversion-or-casting-in-perl.tt | |
beginner-perl-maven-e-book.tt | |
beginner-perl-maven-video-course.tt | |
building-a-static-blog-using-blio-and-github.tt | |
calculate-bank-balance-take-two-dbd-csv.tt | |
comparing-scalars-in-perl.tt |
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/env perl | |
use 5.010; | |
use utf8; | |
use strict; | |
use warnings; | |
use File::Slurp; | |
use HTTP::Tiny; | |
use Path::Tiny; | |
use YAML::Tiny; |
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/env perl | |
use 5.010; | |
use strict; | |
use warnings; | |
use Time::Piece; | |
my @excludes = qw( | |
/data |
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/env perl | |
use 5.010; | |
use strict; | |
use warnings; | |
print "Enter your DNA sequence: "; | |
my $input = <STDIN>; | |
chomp $input; |
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
[server] | |
freenode.addresses = "chat.freenode.net/6667" | |
freenode.proxy | |
freenode.ipv6 | |
freenode.ssl | |
freenode.ssl_cert | |
freenode.ssl_dhkey_size | |
freenode.ssl_verify | |
freenode.password | |
freenode.sasl_mechanism |
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
Hojung Yoon(AMORETTE), age 24, of Seoul, South Korea, is gone to his long rest | |
on May 8, 2013 with llama figurine and Larry Wall's autograph containing | |
TIMTOADY card. He was a brilliant young Perl 5 & 6 hacker and a devoted member of Seoul.pm. | |
He loved Perl more than anybody else does, he always ate, talked and programmed with Perl. | |
We believe that he is still programming in Perl with his broken IBM laptop somewhere. |