Skip to content
View shawa's full-sized avatar

Organizations

@tom-and-the-toothfairies
Block or Report

Block or report shawa

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
shawa/README.md

shawa

Hello there; I've a raft of repositories, mainly consisting of automations, one-liners, and some fun little side projects.

I'm particularly fond of APL and Prolog which tend to show up here from time to time.

Take a look through the different advent of code repos for some examples.

Pinned Loading

  1. ex_prolog ex_prolog Public

    Prolog / Elixir interop

    Elixir 2

  2. vibrew vibrew Public

    Easier declarative Hombrew management

    Shell

  3. IBM-Model-1 IBM-Model-1 Public

    Python implementation of the IBM SMT Model 1, as shown in Philip Koehn's Statistical Machine Translation

    Python 33 15

  4. Monte Carlo methods? Monte Carlo methods?
    1
    #include <iostream>
    2
    #include <cstdlib>
    3
    #include <cmath>
    4
    #include <sys/time.h>
    5
    #define ______________________ rand()/(
  5. seg.pl seg.pl
    1
    #!/usr/bin/swipl -f -q
    2
    :- initialization main.
    3
    
    
    4
    %   _    1
    5
    %  |_|  234
  6. svgerry svgerry Public

    🖼 CS4012 Project 1: A Haskell SVG Object server using Scotty, Blaze and one more thing...

    Haskell