Skip to content
View roryrjb's full-sized avatar

Organizations

@systemd
Block or Report

Block or report roryrjb

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’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. systemd/node-sd-notify systemd/node-sd-notify Public

    wrapper around sd_notify for using systemd as a node process manager

    C++ 42 13

  2. node-gpt-repl node-gpt-repl Public

    A Node.js REPL with built-in GPT3 completion

    JavaScript 13

  3. rf rf Public

    A tiny and simple cross-platform file finder

    C 4 1

  4. node-seccomp node-seccomp Public archive

    Low level libseccomp bindings for Node.js

    C++ 4 2

  5. turnstile turnstile Public archive

    Markdown FastCGI server

    C 2

  6. A simple file finder/grepper that su... A simple file finder/grepper that supports ignore patterns (add one per line in ~/.ffignore)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import argparse
    4
    import fnmatch
    5
    import os