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

Block or report K9-guardian

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. advent-of-code advent-of-code Public

    Solutions to Advent of Code

    Rust

  2. Earley parser in Clojure. Earley parser in Clojure.
    1
    (ns earley
    2
      (:refer-clojure :exclude [==])
    3
      (:require [clojure.set :as set])
    4
      (:use clojure.core.logic))
    5
    
                  
  3. Brainfuck interpreter in SWI-Prolog. Brainfuck interpreter in SWI-Prolog.
    1
    :- use_module(library(apply)).
    2
    :- use_module(library(assoc)).
    3
    :- use_module(library(clpfd)).
    4
    :- use_module(library(dcg/basics)).
    5
    :- use_module(library(dcg/high_order)).
  4. Cursed probabilistic parity checker ... Cursed probabilistic parity checker based on the length of the number in English. Grammar currently supports numbers up to 10^64 trillion. Run with scryer-prolog.
    1
    :- use_module(library(clpz)).
    2
    :- use_module(library(dcgs)).
    3
    :- use_module(library(lambda)).
    4
    :- use_module(library(lists)).
    5
    :- use_module(library(reif)).
  5. spanish-auto-words spanish-auto-words Public

    Generates Spanish Homework For Sra. Autran Spanish 3

    JavaScript

  6. lambda-scripts lambda-scripts Public

    Backend scripts for webscraping. Runs locally with puppeteer and on AWS Lambda with chrome-aws-lambda.

    JavaScript