Skip to content
View royratcliffe's full-sized avatar
Block or Report

Block or report royratcliffe

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. gloss-caustic-shader gloss-caustic-shader Public

    Reproduces the oft-seen glossy gradient effect

    Objective-C 72 12

  2. gpc gpc Public

    Prolog wrapper for Generic Polygon Clipper tool

    C 1 2

  3. SCNetworkReachabilityKit SCNetworkReachabilityKit Public

    Objective-C wrappers for the network reachability API found in Apple's System Configuration framework

    Objective-C 23 5

  4. Point in Polygon Point in Polygon
    1
    % Tail-recurse through the list until the last one. Replace the last with an
    2
    % empty list.
    3
    without_last([_], []).
    4
    without_last([Head|Tail], [Head|List]) :- without_last(Tail, List).
    5
    
                  
  5. msgpackc-prolog msgpackc-prolog Public

    MessagePack grammar for SWI-Prolog / msgpack.org[Prolog]

    Prolog 1

  6. swi-prolog-pack-cover swi-prolog-pack-cover Public

    GitHub action for SWI-Prolog pack installation with test coverage

    Prolog