Skip to content

Instantly share code, notes, and snippets.

@kikujin
kikujin / LICENSE(MIT).txt
Last active February 4, 2024 18:39
秀丸エディタ : 青空文庫マクロ
Copyright (c) 2019 kikujin
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@kikujin
kikujin / 01.md
Last active January 17, 2023 12:17
Setting the file association for .jar

Associate .jar file to open with Java.

  1. Set the environment variable JAVA_HOME

  2. Click the "Download ZIP" button and unzip the saved file or right-click the "Raw" button of "addkey-dotjar...reg" and click "Save Link As...".

  3. Double click addkey-dotjar_BOM_UTF16_LITTLEENDIAN_CRLF.reg.

Delete the keys that are set by addkey-dotjar_BOM_UTF16_LITTLEENDIAN_CRLF.reg.

import java.nio.file.Path;
public interface EmlExtractionListener {
void emlWritten(Path emlPath);
void invalidEmlWritten(Path invalidEmlPath);
void operationCanceled();
}
@kikujin
kikujin / LICENSE(MIT).txt
Last active January 15, 2023 12:50
JAVA 正規表現学習アプリ
Copyright (c) 2019 kikujin
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: