Skip to content

Instantly share code, notes, and snippets.

@mraza007
mraza007 / talks_2018
Created January 24, 2021 06:04
Compiled list of interesting talks according to HN (2018 Edition)
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
@KaKi87
KaKi87 / awesome-android-x3Free.md
Last active January 17, 2026 14:07
Awesome list — Free, ad-free and in-app-free Android apps

Now mirrored at blog.kaki87.net


Inspired by Awesome

Awesome

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.

@jonfriesen
jonfriesen / totp.ps1
Last active February 4, 2026 17:35
TOTP Client for PowerShell
#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