I hereby claim:
- I am jjv on github.
- I am jawa (https://keybase.io/jawa) on keybase.
- I have a public key whose fingerprint is E2CF AF77 1880 8F20 D3A7 1D08 6C0B 8668 2033 0CF0
To claim this, I am signing this object:
function (input) { | |
return ( | |
_.foldl(input, function(prevObj, char) { | |
var prev = prevObj.prev, | |
max = prevObj.max, | |
next = prev.substr(1) + char, | |
product = _.foldl(next, function(acc, num) { | |
return acc * num | |
}) | |
return {max: (max > product ? max : product), prev: next } |
I hereby claim:
To claim this, I am signing this object:
(especially while expanding)
Warning: The exact commands may not match for your particular linux OS / Synology(NAS) device. I had to customize the commands after exploring my particular system's setup.
If you're new to linux, or this is a new piece of hardware / a new synology device, jump down to the section called "Inspecting a setup"
use 5.012; | |
use strict; | |
use warnings; | |
use File::Temp qw(tempfile); | |
use IPC::System::Simple qw(capture system); | |
use LWP::UserAgent; | |
use URI::QueryParam; | |
use Win32::GUI; | |
use Data::Dumper; | |
use integer; |