Skip to content

Instantly share code, notes, and snippets.

@JeffreyRodriguez
JeffreyRodriguez / route53_health_check.py
Created March 24, 2023 16:02
route53_health_check with CALCULATED type support
#!/usr/bin/python
# This file is part of Ansible
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Source: https://raw.githubusercontent.com/ansible-collections/amazon.aws/5.0.2/plugins/modules/route53_health_check.py
# Known issues
# * https://github.com/ansible-collections/amazon.aws/issues/1188
# * https://github.com/ansible-collections/amazon.aws/issues/1189
# * https://github.com/ansible-collections/amazon.aws/issues/1190
@JeffreyRodriguez
JeffreyRodriguez / keybase.md
Last active August 8, 2019 17:56
keybase.md

Keybase proof

I hereby claim:

  • I am jeffreyrodriguez on github.
  • I am jeffrodriguez (https://keybase.io/jeffrodriguez) on keybase.
  • I have a public key ASBqvXfxM7S3rm_iNUthnea_JqSAslKQgQydfgYUPhvaSQo

To claim this, I am signing this object:

922 (r) - It shall be unlawful for any person to assemble from imported parts any semiautomatic rifle or any shotgun which is identical to any rifle or shotgun prohibited from importation under section 925(d)(3) of this chapter as not being particularly suitable for or readily adaptable to sporting purposes [...]
925 (d+3) - The Attorney General shall authorize a firearm or ammunition to be imported or brought into the United States or any possession thereof if the firearm or ammunition - is of a type that does not fall within the definition of a firearm as defined in section 5845(a) of the Internal Revenue Code of 1986 and is generally recognized as particularly suitable for or readily adaptable to sporting purposes, excluding surplus military firearms, except in any case where the Attorney General has not authorized the importation of the firearm pursuant to this paragraph, it shall be unlawful to import any frame, receiver, or barrel of such firearm which would be prohibited if assembled; or
5845 (a) - F
@JeffreyRodriguez
JeffreyRodriguez / gist:878b24495c71b0fcb6a0
Last active August 29, 2015 14:23
SCAD Lookup vs vars
Old and busted:
// 3/4" Tee
3_4_tee_diameter = 1.38; // Diameter of the body, behind the rim
3_4_tee_width = 2.64; // Across the top of the T
3_4_tee_height = 2.01; // From the middle of the bottom rim to the top of the body
3_4_tee_id = 0.91;
3_4_tee_rim_od = 1.55;
3_4_tee_rim_width = 0.37;
3_4_tee_center_z = 3_4_tee_height - (3_4_tee_diameter/2); // Centerline of the T