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
    
  
  
    
  | Building and testing https://github.com/motemen/App-htmlcat/tarball/master | |
| cp lib/App/htmlcat.pm blib/lib/App/htmlcat.pm | |
| cp bin/htmlcat blib/script/htmlcat | |
| /opt/local/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/htmlcat | |
| Manifying blib/man3/App::htmlcat.3pm | |
| PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t xt/*.t | |
| t/00_compile.t ...... ok | |
| xt/01_podspell.t .... skipped: no working spellchecker found | |
| # Failed test 'Test::Perl::Critic for "lib/App/htmlcat.pm"' | 
  
    
      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
    
  
  
    
  | if exists('b:current_syntax') | |
| finish | |
| endif | |
| if !exists('main_syntax') | |
| let main_syntax = 'quickrun' | |
| endif | |
| syntax case ignore | 
  
    
      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 python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| oppy!oppy!oppy! | |
| ~~~~~~~~~~~~~~~ | |
| Sample script for `How to download oppy images ver 2012`. | |
| This script is porting from Perl script. | 
  
    
      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 python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| oppy!oppy!oppy! | |
| ~~~~~~~~~~~~~~~ | |
| Sample script for `How to download oppy images ver 2012`. | |
| This script is porting from Perl script. | 
  
    
      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 Data::Dumper; | |
| use DBI; | |
| my $data_source = 'dbi:mysql:database=foo;host=localhost;mysql_socket=/var/run/mysql5/mysqld.sock'; | |
| my $username = 'bar'; | |
| my $auth = ''; | |
| my $dbh = DBI->connect($data_source, $username, $auth); | 
  
    
      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 python | |
| # -*- coding: utf-8 -*- | |
| def func(first=None, **kwargs): | |
| print first | |
| print kwargs | |
| args = {'name': 'foo', 'age': 20} | |
| func('foo', **args) | 
  
    
      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
    
  
  
    
  | /private/var/folders/7z/7zrdl0IuGomopqiYjB5rA++++TI/-Tmp-/vuPnWTz/1 の処理中に | |
| エラーが検出されました: | |
| 行 526: | |
| E227: fb というマッピングは既に存在します | 
  
    
      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
    
  
  
    
  | # original code is https://github.com/voluntas/snowflake/blob/feature/json/bench.py | |
| import timeit | |
| import json | |
| import simplejson | |
| import ujson | |
| def bench(binary): | |
| simplejson.dumps(simplejson.loads(binary)) | 
  
    
      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
    
  
  
    
  | 12/03/21 18:40:01 Safari[77065] SafariTabConfig installed. | |
| 12/03/21 18:40:18 Safari[77065] -[NSProcessInfo enableSuddenTermination] has been invoked more times than necessary to balance invocations of -[NSProcessInfo disableSuddenTermination]. Ignoring. | 
  
    
      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
    
  
  
    
  | $ sar -u 2 10000 | |
| 16:09:04 %usr %nice %sys %idle | |
| 16:09:06 13 0 3 85 | |
| 16:09:08 13 0 2 85 | |
| 16:09:10 12 0 3 85 | |
| 16:09:12 12 0 3 85 | |
| 16:09:14 16 0 4 80 | |
| 16:09:16 14 0 4 82 |