Skip to content
View robertmcatee's full-sized avatar
馃К
位f.(位x.f (x x)) (位x.f (x x))
馃К
位f.(位x.f (x x)) (位x.f (x x))

Organizations

@federal-courts-software-factory @apricaut
Block or Report

Block or report robertmcatee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user鈥檚 behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. saigo saigo Public

    a simple encryption toolkit written in Go

    Go

  2. robertmcatee.github.io robertmcatee.github.io Public

    Repo containing the code and static site content for my personal page

    SCSS 2

  3. .emacs.d .emacs.d Public

    My emacs configuration

    Emacs Lisp 1

  4. grand-grimoire grand-grimoire Public

    A grimoire, containing my recipes for different things.

    Scheme 2

  5. rancher-on-fedora-coreos rancher-on-fedora-coreos Public

    A repo containing a YAML template for deploying Rancher on Fedora CoreOS

  6. JavaScript snippet to scroll through... JavaScript snippet to scroll through some ugly html
    1
    document.addEventListener("DOMContentLoaded", function (event) {
    2
        if (document.getElementsByTagName('table')[0].clientHeight + document.getElementsByTagName('table')[1].clientHeight - visualViewport.height > 0) {
    3
            const rows = Array.from(document.getElementsByTagName('tr'));
    4
            let rowGroupNumber = -1;
    5
            let rowGroupNames = [];