Skip to content
View rtybanana's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report rtybanana

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

Hi there 👋

Pinned Loading

  1. irisc-web irisc-web Public

    A vue.js web application port of iRISC

    TypeScript 12

  2. portfolio portfolio Public

    My personal portfolio page

    JavaScript 1

  3. brainboard brainboard Public

    A web-based MRI data visualisation tool.

    Vue 2

  4. Marquee wrapper which only scrolls i... Marquee wrapper which only scrolls if the text is large enough
    1
    import 'dart:ui';
    2
    import 'package:flutter/material.dart';
    3
    import 'package:marquee/marquee.dart' as wrapped;
    4
    
                  
    5
    class Marquee extends StatelessWidget {