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

Block or report l0rellei

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. NerdLauncher NerdLauncher Public

    Android Application - Intents and Tasks

    Java

  2. osu-cascades/hdffa-directory osu-cascades/hdffa-directory Public archive

    Capstone project website for HDFFA

    Ruby

  3. CS373 CS373 Public

    Weekly Lectures Overview

    Ruby

  4. CS381 CS381 Public

    Functional Programming Languages (Haskell, ML)

    Haskell

  5. Prolog practice exercises Prolog practice exercises
    1
    1.1
    2
    If we query jealous(vincent,W), then vincent could be jeolus of marcellus.
    3
    ?- jealous(X,Y).
    4
    The answers seem logical. The program runs through all the logical X, Y 
    5
    combinations and returns a pair matching the rule only if it exists,