Skip to content

Instantly share code, notes, and snippets.

View EzequielMessore's full-sized avatar

Ezequiel Messore EzequielMessore

View GitHub Profile
@EzequielMessore
EzequielMessore / RestAssuredKotlin.md
Created April 6, 2020 01:19 — forked from outofcoffee/RestAssuredKotlin.md
DSL for using RestAssured with Kotlin

DSL for using RestAssured with Kotlin

Example

        given {
            on {
                get("/orders/123") itHas {
                    statusCode(404)
                }
@EzequielMessore
EzequielMessore / README.md
Created January 22, 2018 16:13 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

All hex value from 100% to 0% alpha: