Skip to content
View michalbcz's full-sized avatar

Organizations

@GADCPrague @realreality
Block or Report

Block or report michalbcz

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

Welcome to Michal Bernhard's GITHUB profile 👋

Pinned

  1. groovy: what happened when you use b... groovy: what happened when you use backslash as last character in "Slashy string"
    1
    /* 
    2
        Example what happened when you use backslash in Slashy string (https://groovy-lang.org/syntax.html#_slashy_string) 
    3
    4
        Note: there is a note that you are not supposed to do that in https://groovy-lang.org/syntax.html#_special_cases
    5
        "A consequence of slash escaping is that a slashy string can’t end with a backslash"
  2. groovy - when you're missing collect... groovy - when you're missing collectWithIndex method...
    1
    List.metaClass.collectWithIndex = { yield ->
    2
        def collected = []
    3
        delegate.eachWithIndex { listItem, index ->
    4
            collected << yield(listItem, index)
    5
        }
  3. realreality/reality-plugin realreality/reality-plugin Public

    Real reality chrome plugin

    JavaScript 8 2

  4. java - https url connection - trust ... java - https url connection - trust any certificate
    1
    import java.net.URL;
    2
    import java.security.SecureRandom;
    3
    import java.security.cert.CertificateException;
    4
    import java.security.cert.X509Certificate;
    5
    import javax.net.ssl.HostnameVerifier;
  5. awesome-czech-covid19 awesome-czech-covid19 Public

    List of links and informations about COVID-19 in Czech Republic. Language of list and linked websites is czech.

    7 2