I hereby claim:
- I am Fylwind on github.
- I am fylwind (https://keybase.io/fylwind) on keybase.
- I have a public key whose fingerprint is 04DE 1E02 DB57 EF54 DD35 A9E4 5179 CE65 5271 837D
To claim this, I am signing this object:
| \documentclass[12pt]{article} | |
| \usepackage[ | |
| backend=biber, | |
| bibencoding=utf-8, | |
| natbib, | |
| style=authoryear, | |
| maxcitenames=9, % use "et al" for > 9 (citations) | |
| maxbibnames=9, % use "et al" for > 9 (references) | |
| giveninits, % initialize given names |
| #include<stdio.h> | |
| int(( | |
| main(void | |
| ))) {3; char | |
| (XD []) | |
| ={* | |
| ":D",-3 | |
| *3+0x3c | |
| ,3* |
| #include <stdint.h> | |
| #include <string.h> | |
| struct alpha { | |
| int8_t a; | |
| int8_t b; | |
| int8_t c; | |
| int8_t d; | |
| int8_t e; | |
| int8_t f; |
| main :: IO () | |
| main = do | |
| print (maxTotal [[3], [7, 4], [2, 4, 6], [8, 5, 9, 3]]) | |
| print . maxTotal . parseTable =<< readFile "p067_triangle.txt" | |
| maxTotal :: [[Int]] -> Int | |
| maxTotal tree = case triangularFold getMax tree of | |
| [x] -> x | |
| _ -> error "maxTotal: invalid input" | |
| where getMax x t t' = x + max t t' |
| class Future(object): | |
| def __call__(self, *args, **kwargs): | |
| return self._perform(lambda: self._value(*args, **kwargs)) | |
| def __getattr__(self, name): | |
| if name[0] == "_": | |
| return self.__dict__[name] | |
| return self._perform(lambda: getattr(self._value, name)) | |
| def __setattr__(self, name, value): | |
| if name[0] == "_": | |
| self.__dict__[name] = value |
| --- VuhDo/VuhDoBouquetValidators.lua 2014-10-16 04:18:04.000000000 -0400 | |
| +++ VuhDo/VuhDoBouquetValidators.lua 2014-10-15 23:11:25.199736500 -0400 | |
| @@ -646,12 +646,31 @@ | |
| return true, nil, VUHDO_getIncHealOnUnit(anInfo["unit"]), -1, anInfo["healthmax"]; | |
| end | |
| -- | |
| +local function VUHDO_statusExcessAbsorbValidator(anInfo, _) |
I hereby claim:
To claim this, I am signing this object: