Skip to content

Instantly share code, notes, and snippets.

View linuxpizzacats's full-sized avatar
✌️
:)

Julián linuxpizzacats

✌️
:)
View GitHub Profile
@marchpig
marchpig / JacocoPrinter.groovy
Last active March 21, 2021 21:29
How to display Jacoco summary in Maven console output
def reportFile = new File("target/site/jacoco/index.html")
if (!reportFile.exists() || !reportFile.canRead()) {
println "[JacocoPrinter] Skipped due to missing report file."
return
}
reportFile.withReader('UTF-8') { reader ->
def html = getParser().parseText(reader.readLine())
def totalRow = html.body.table.tfoot.tr
@kontez
kontez / freeotp_backup.md
Created January 4, 2018 14:27 — forked from jleclanche/freeotp_backup.md
A guide to back up and recover 2FA tokens from FreeOTP (Android)

Backing up and recovering 2FA tokens from FreeOTP

Backing up FreeOTP

Using adb, create a backup of the app using the following command:

adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp
@matthewzring
matthewzring / markdown-text-101.md
Last active July 27, 2024 16:48
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers: