Now mirrored at blog.kaki87.net
DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.
| Q: Why Do Keynote Speakers Keep Suggesting That Improving Security Is Possible? A: Because Keynote Speakers Make Bad Life Decisions and Are Poor Role Models | USENIX | |
| usenix_logo_notag_white - https://www.usenix.org/conference/usenixsecurity18/presentation/mickens | |
| The Wisdom of James Mickens | James Mickens - https://mickens.seas.harvard.edu/wisdom-james-mickens | |
| What Bodies Think About: Bioelectric Computation Outside the Nervous System - NeurIPS 2018 - YouTube - https://www.youtube.com/watch?v=RjD1aLm4Thg | |
| Maybe Not - Rich Hickey - YouTube - https://www.youtube.com/watch?v=YR5WdGrpoug | |
| Text.Parsec.Combinator - http://hackage.haskell.org/package/parsec-3.1.13.0/docs/Text-Parsec-Combinator.html#v:optionMaybe | |
| Byrne's Blog » Blog Archive » Why Are Middlebrow Dismissals So Tempting? - http://www.byrnehobart.com/blog/why-are-middlebrow-dismissals-so-tempting/ | |
| Contracts For Getting More Programs Less Wrong - Strange Loop - https://www.thestrangeloop.com/2018/contracts-for-getting-more-programs-less |
Now mirrored at blog.kaki87.net
DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.
Current version: 1.0.19 1.0.15 (as of 2018-12-10)
| #requires -version 2 | |
| <# | |
| .SYNOPSIS | |
| Time-base One-Time Password Algorithm (RFC 6238) | |
| .DESCRIPTION | |
| This is an implementation of the RFC 6238 Time-Based One-Time Password Algorithm draft based upon the HMAC-based One-Time Password (HOTP) algorithm (RFC 4226). This is a time based variant of the HOTP algorithm providing short-lived OTP values. | |
| .NOTES | |
| Version: 1.0 |