I hereby claim:
- I am ocelotsloth on github.
- I am ocelotsloth (https://keybase.io/ocelotsloth) on keybase.
- I have a public key ASC78IZQWeiGL1XIsCbV3n5dJ811HIA7OD-vwxMI5mi3XQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is my adventure with Advent of Code 2021. I likely will not make it through every session but let's see how far we do get.
This year my language of choice is Ruby.
I'm actually working out of a Jupyter Notebook here: https://github.com/ocelotsloth/adventofcode/blob/master/2021/Advent%20of%20Code%202021.ipynb
This Gist makes it easier to share just my solutions.
| import requests | |
| import csv | |
| import datetime | |
| ################################################################# | |
| # Configure mailgun domain and api key here | |
| ################################################################# | |
| domain = "MAILGUN_DOMAIN_HERE" | |
| apikey = "API_KEY_HERE" | |
| ################################################################# |
Below links provide source, reference link and relevant quote
https://github.com/usnistgov/800-63-3/blob/nist-pages/sp800-63b/sec5_authenticators.md
Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically).However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.
| ' // *************************************************************************** | |
| ' // | |
| ' // Copyright (c) Microsoft Corporation. All rights reserved. | |
| ' // | |
| ' // Microsoft Deployment Toolkit Solution Accelerator | |
| ' // | |
| ' // File: DeployWiz_Initialization.vbs | |
| ' // | |
| ' // Version: 6.3.8450.1000-ocelotsloth-1.0 | |
| ' // |
Debugging computer source code can be a rewarding and frustrating experience. Since source code is becoming much more complex, many tools and techniques to assist in debugging have been developed. It is helpful to be aware of these tools and techniques so that you can use them while working on your projects and labs. With them, you can become successful in submitting correct, well-written source code. One of the tools, which integrates visualization, is an interactive website at: http://www.pythontutor.com/c.html#mode=edit.
| #!/bin/bash | |
| # Clone original repository | |
| git clone git@git.gmu.edu:astavrou/isa564F16.git | |
| # Convert repository with moving .zip, .pdf, .ppt, .pptx, .doc, .docx, .mov, .mp4 files to LFS | |
| # | |
| # Usage: <main class> [options] LFS file glob patterns | |
| # Options: | |
| # -c, --cache | |
| # Source repository |
I hereby claim:
To claim this, I am signing this object: