Skip to content

Instantly share code, notes, and snippets.

@0xWOF
0xWOF / ProjectLineCounter.java
Last active September 21, 2018 03:01
ProjectLineCounter.java
import java.io.*;
/**
* Created by WOF on 2015. 11. 2..
*/
public class LineCounter {
public static void main(String[] args) throws IOException {
String path = "/Users/wof/develop/BandiSmart";
File folder = new File(path);
@0xWOF
0xWOF / keybase.md
Last active September 5, 2018 13:13

Keybase proof

I hereby claim:

  • I am 0xwof on github.
  • I am wof (https://keybase.io/wof) on keybase.
  • I have a public key ASAQwX2-8ZYDSnXbreO6zQoBFrV1elTrPDue1yaMVElQygo

To claim this, I am signing this object:

@0xWOF
0xWOF / keycode_array.m
Created February 19, 2019 02:28
MacOS US keyboard character to keycode
char keycode_array[47][3][1] = {
{'`', '~', 50},
{'1', '!', 18},
{'2', '@', 19},
{'3', '#', 20},
{'4', '$', 21},
{'5', '%', 23},
{'6', '^', 22},
{'7', '&', 26},
{'8', '*', 28},