Skip to content

Instantly share code, notes, and snippets.

View lorandszakacs's full-sized avatar
🌱
Another world is possible

Loránd Szakács lorandszakacs

🌱
Another world is possible
  • 21:47 (UTC +03:00)
View GitHub Profile
@lorandszakacs
lorandszakacs / copy-gh-comments.sc
Last active March 8, 2024 09:00
OUTDATED VERSION. Moved over to a repository: https://github.com/lorandszakacs/gh-issues-copy
#!/usr/bin/env -S scala-cli -S 3
//> using scala 3.4.0
//> using option -no-indent
//> using option -source-future
//> using option -new-syntax
//> using option -Wunused:all
//> using toolkit typelevel:0.1.23
//> using dep io.circe::circe-core:0.14.6
//> using dep io.circe::circe-parser:0.14.6
# Don't forget to modify the values of all variables to suit your setup.
#
# This script assumes:
# 1. that you have a valid SEEDUbuntu VM hard drive at the path specified by
# the SERVER_HDD_PATH variable.
# 2. That you have precreated a "HostOnly" adapter from the VirtualBox Global settings
# from the GUI. The name of this adapter is usually "vboxnet0" which is hardcoded in this script,
# you might consider changing that :)
PATH_TO_VM_CONFIG_FILES="/home/ssc/zz-vm-configs"
@lorandszakacs
lorandszakacs / keybase.md
Created October 26, 2014 08:03
Proof of identity for keybase.io

Keybase proof

I hereby claim:

  • I am lorandszakacs on github.
  • I am lorand (https://keybase.io/lorand) on keybase.
  • I have a public key whose fingerprint is C83C DD22 A51B 71BE 7B38 19B3 4347 7B40 50C0 A454

To claim this, I am signing this object:

import java.util.concurrent.Executors
import org.scalatest.FlatSpec
import scala.language.postfixOps
import scala.concurrent.{Await, Future, ExecutionContext}
import scala.concurrent.duration._
/**
* Created by Lorand Szakacs, on 9/16/14.
*/