Skip to content
View roryrjb's full-sized avatar

Organizations

@systemd
Block or Report

Block or report roryrjb

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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++ 5 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