Skip to content

Instantly share code, notes, and snippets.

View minghao912's full-sized avatar

Ming minghao912

View GitHub Profile
@minghao912
minghao912 / layout.kbd.json
Created July 23, 2020 19:08
Untitled Keyboard Layout
[
[
"Esc",
{
"x": 1
},
"F1",
"F2",
"F3",
"F4",
@minghao912
minghao912 / bestIDE_mac.java
Last active August 12, 2019 02:57
The best IDE ever created by man
import java.awt.List;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.charset.Charset;
import java.util.ArrayList;
import javax.swing.JOptionPane;
public class bestIDE_mac {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (UnsupportedLookAndFeelException e) {
System.out.println(e);
} catch (ClassNotFoundException e) {
System.out.println(e);
} catch (InstantiationException e) {
System.out.println(e);
} catch (IllegalAccessException e) {
System.out.println(e);