Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mirogula on github.
  • I am mirogula (https://keybase.io/mirogula) on keybase.
  • I have a public key ASAWncb6tzsvAhkS_AAzNxbST4NB4JpNCkW3V9GERoef9go

To claim this, I am signing this object:

@mirogula
mirogula / [anon-class] Main$1.class
Created June 13, 2017 19:41
Anonymous class vs. Lambda - bytecode comparison
Classfile /home/miro/workspaces/intelliJ-idea/lambdaBytecodeTest/out/production/lambdaBytecodeTest/Main$1.class
Last modified Jun 12, 2017; size 589 bytes
MD5 checksum 07f1763b58b33304ee08b938c03c93e6
Compiled from "Main.java"
final class Main$1 implements java.lang.Runnable
minor version: 0
major version: 52
flags: ACC_FINAL, ACC_SUPER
Constant pool:
#1 = Methodref #6.#22 // java/lang/Object."<init>":()V
@mirogula
mirogula / Main.java
Last active June 13, 2017 19:10
Anonymous class vs. Lambda
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void testRun(Runnable r) {
r.run();
}
public static void main(String[] args) {
@mirogula
mirogula / .gitignore
Last active August 29, 2015 14:07
my global .gitignore file
# Created by http://gitignore.io
### Linux ###
!.gitignore
!.git*
*~
@mirogula
mirogula / session2html.py
Last active May 9, 2022 09:34 — forked from warner/make-html.py
Convert Firefox sessionstore.js file to html.
#!/usr/bin/python
################################################################################
# usage: session2html.py [-h] -s SESSION_FILE [-o OUTPUT_FILE]
#
# Convert Firefox sessionstore.js file to html.
#
# optional arguments:
# -h, --help show this help message and exit
# -s SESSION_FILE session file to be converted