Skip to content

Instantly share code, notes, and snippets.

View kpavlov's full-sized avatar
👨‍💻

Konstantin Pavlov kpavlov

👨‍💻
View GitHub Profile
@kpavlov
kpavlov / custom_header.html
Last active July 9, 2020 20:32
Hugo shortcode for Kotlin Playground
<script src="https://unpkg.com/kotlin-playground@1" data-selector=".kotlin-code"></script>
@kpavlov
kpavlov / README.md
Last active July 5, 2018 09:25
Running headless Selenium server via Xvfb

Running headless Selenium server via Xvfb

Original idea from here

Selenium command-line reference:

  Usage: java -jar selenium-server.jar [-interactive] [options]
  
    -port <nnnn>: the port number the selenium server should use

(default 4444)