I hereby claim:
- I am jacoby on github.
- I am jacoby (https://keybase.io/jacoby) on keybase.
- I have a public key whose fingerprint is EEFB 8804 862C ECCF A99F A873 2AEE 731D B3FB 3D5F
To claim this, I am signing this object:
| Run docker run \ | |
| Unable to find image 'jekyll/builder:latest' locally | |
| latest: Pulling from jekyll/builder | |
| df9b9388f04a: Pulling fs layer | |
| 837e9cfc7e43: Pulling fs layer | |
| c7850f1a8c23: Pulling fs layer | |
| 6ca4c39baa3d: Pulling fs layer | |
| daa3a8cb79d3: Pulling fs layer | |
| 227459856603: Pulling fs layer | |
| 6ca4c39baa3d: Waiting |
| #!/usr/bin/env python | |
| from sys import argv | |
| import os | |
| def read_file (file): | |
| if os.path.exists(file): | |
| with open( file , "r") as f: | |
| words = f.read() | |
| f.closed |
| #!/usr/bin/env perl | |
| use strict; | |
| use experimental qw{say}; | |
| use DateTime; | |
| use DateTime::Event::Easter; | |
| my $val_day = 14; | |
| my $val_mon = 2; | |
| my $api = DateTime::Event::Easter->new(day=>'Ash Wednesday'); |
| Auto-guessed '5.36.1' | |
| Nothing else to do, '5.36.1' is fine | |
| Beginning of configuration questions for perl5. | |
| Checking echo to see how to suppress newlines... | |
| ...using \c | |
| The star should be here-->* | |
| First let's make sure your kit is complete. Checking... |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use Benchmark qw(:all); | |
| my $count = 1_000_000; | |
| timethese( | |
| $count, | |
| { |
| #!/usr/bin/env perl | |
| use strict ; | |
| use warnings ; | |
| use feature qw{ say postderef signatures } ; | |
| no warnings qw{ experimental } ; | |
| use utf8 ; | |
| use JSON ; | |
| use List::Util qw{min} ; |
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| # This must come before `main`. Most Moose uses will be in a | |
| # separate module, but for the Perl Challenge code, I try to | |
| # keep in all in one file to avoid issues. | |
| package Stack; |
| " Dave Jacoby - 2011-02-13 | |
| " | |
| " A key to .vimrc happiness is to have an alias like | |
| " alias vimrc="vi ~/.vimrc" | |
| " in your .alias file or .bashrc or whatever, so, should you have | |
| " a tweak to add or disable, you just go in and tweak it. Just | |
| " a little pessimization removal | |
| " | |
| " Also, it is good to have the long version of settings in your | |
| " configuration, so you have the best chance of reading and |
| Auto-guessed '5.30.0' | |
| Nothing to do '5.30.0' is fine | |
| Beginning of configuration questions for perl5. | |
| Checking echo to see how to suppress newlines... | |
| ...using \c | |
| The star should be here-->* | |
| First let's make sure your kit is complete. Checking... |