Skip to content

Instantly share code, notes, and snippets.

View seik0ixtem's full-sized avatar

Alex Po seik0ixtem

  • Russia, Syktyvkar
View GitHub Profile
@mitchwongho
mitchwongho / HelloWorld.kt
Last active November 6, 2023 15:03
A trivial Gradle build file for a Kotlin application
fun main(args: Array<String>) {
MyFirstClass("Hello, My First Class").out()
}
class MyFirstClass(val message: String) {
fun out() {
println(message)
}
}
@jordansissel
jordansissel / README.md
Created July 6, 2011 05:04
Sorting windows in tmux by hostname.

For this to work, it requires my tmux fork that includes what I use as the hostname in the window list.

At any rate, it'll sort my tmux sessions alphabetically by the host I'm using.

my tmux fork: https://github.com/jordansissel/tmux

Starts with:

(0) -    nightfall: zsh - /home/jls/projects/tmux/trunk                                                            

(1) carrera: screen -x irc