Skip to content
View mbaler's full-sized avatar

Block or report mbaler

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 Loading

  1. AdventOfCode2022 AdventOfCode2022 Public

    https://adventofcode.com/2022

    Java

  2. Medium-Code-Highlighter Medium-Code-Highlighter Public

    Chrome extension for adding simple and easy syntax highlighting to Medium articles. https://chrome.google.com/webstore/detail/medium-code-highlighter/apdaagmhepellbjjbnaljaocodjjjjfd

    CSS 10 1

  3. personal-site personal-site Public

    Personal website portfolio, made from scratch with Vue.

    Vue

  4. webrtc-kun webrtc-kun Public

    Forked from weblio/webrtc-kun

    MediaStream and WebRTC test tool.

    JavaScript

  5. Chrome client latest (stable) versio... Chrome client latest (stable) version checker (https://jsbin.com/bihejimoko/edit?js,console)
    1
    // Check whether client has latest (stable) version of Chrome
    2
    
                  
    3
    if (isChrome()) {
    4
        getVersionInfo()
    5
            .then((result) => {