This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modify XML Value Using Java. | |
$ javac -encoding UTF-8 IOUtils.java ModXmlUtils.java ModXml.java | |
$ java ModXml -element "/hoge/gebu" -attribute "foo" -value "bar" -input "in.xml" -output "out.xml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Amazonの電子コンテンツで、ようやっとポイントの使用可否の選択が出来る様になりました。 | |
Amazonポイントはコレまで電子コンテンツでは使う以外の選択肢がなかったため、 | |
電子コンテンツの利用者は貯めるのが難しかったので、改善されてよかったです。 | |
しかし、デフォルトで使用する方にチェックが入っており、 | |
またそのチェック ボックスが隠れているのもあり | |
購入の都度、2 clickかかってしまいます。 | |
そのチェック ボックスをで自動で外し、 | |
ポイントを貯めるのを助けます。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
■ 概要 | |
Twitterのプロフィール ページやツイートのIDの横に、 | |
そのIDのツイートの検索リンクのアイコンを追加する。 | |
追加されるリンク アイコンは以下のフィルター2種 | |
・画像 (filter:images) | |
・動画 (filter:videos) | |
表示は共通で最新表示。 | |
ajaxによるツイートの動的読み込みのため、定期的に生成を行う。 | |
また、pjaxの画面遷移により、生成したリンク アイコンが残留してしいまうため、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
最近twitterで聞かれる、なんのことか良くわからないダイアログ。 | |
同意以前に意味不明なため、ダイアログを非表示にします。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Amazon Kindle Fire (デバイス) などを買うと、 | |
Amazon Kindle (電子書籍) などのデフォルトの配信先が | |
Amazon Kindle Fire (デバイス) になってしまう。 | |
変更することが出来ず、無視して購入していると | |
Amazon Fire (デバイス) がいっぱいになっていまい、 | |
fxxxxxxxxxxxxk!!! | |
という状態になる。 | |
送信先を任意のデバイスに自動で変更し、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Youtubeにはブロック リストがないため、 | |
検索時などに有害なコンテンツが目に付き、 | |
精神衛生上、非常によろしくない。 | |
また、ブロック リスト機能が有料ででもなく。 | |
誤って有害コンテンツを表示しようものなら、 | |
愚投稿者の懐に貢献してしまったかと思うと、 | |
非常に死にたくなる。 | |
誤って有害コンテンツとのエンカウントを減らし、心の安寧を保つため、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USAGE: ping2mac.sh [MAC address] | |
USAGE: ping2mac.py? [MAC address] | |
"ping2mac.sh" is shell script. | |
"ping2mac.py" is CGI. Usable http method is GET only. | |
MAC address : Mac address to you want to confirm. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USAGE : dlc.sh [list file] [output dir] | |
curlを用いた一括バッチ ダウンロード スクリプト。 | |
URLのパターンと保存先のリストから一括ダウンロード。 | |
URLのパターン書式はcurlのヘルプを参照。 | |
list file : ダウンロードを行うリスト ファイルを指定する。 | |
リストは1行ごとに出力先とURLをタブ区切りで列挙する。 | |
output dir : 出力先のフォルダをする。デフォルトは『./download/』 | |
実際の保存先は |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------------------------------- | |
-- Zip Combine and Repacker Doroplet | |
-- 2018/08/09 takumi | |
--------------------------------------------------------------------------------------------------- | |
■ 概要 | |
複数のZIPファイルをフォルダ階層なしで | |
展開・結合し、ファイルのみをZIPに再圧縮します。 | |
■ 環境 | |
・ 7za.exe (7zipのCUI版) ※CPUに合わせて自分で調達してください |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name nocomment niconico. | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author takumi | |
// @match http://www.nicovideo.jp/watch/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder