Skip to content
View rafaelalvessa's full-sized avatar

Organizations

@ovotech @kaluza-tech
Block or Report

Block or report rafaelalvessa

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. exercism-rust exercism-rust Public

    Solutions to the Rust Track on Exercism

    Rust

  2. qmul-advanced-program-design qmul-advanced-program-design Public

    Java programs I developed for Advanced Program Design

    Java

  3. qmul-functional-programming qmul-functional-programming Public

    Haskell programs I developed for Functional Programming

    Haskell

  4. qmul-real-time-and-critical-systems qmul-real-time-and-critical-systems Public

    A project in C I developed for Real-Time and Critical Systems

    C

  5. qmul-msc-project qmul-msc-project Public

    My final MSc Project: implementation of the News Anchor Web application

    Dart

  6. Solution to The SQL Murder Mystery (... Solution to The SQL Murder Mystery (https://mystery.knightlab.com)
    1
    -- Crime scene report
    2
    SELECT description
    3
    FROM crime_scene_report
    4
    WHERE type = 'murder'
    5
    AND city = 'SQL City'