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
--Code by halfmn 2010-10-22 A/R/R. | |
--出力をHDMI出力に変更 | |
set StdinGrowlMess to do shell script "/usr/local/bin/SwitchAudioSource -t output -s 'HDMI'" | |
--audiodeviceを使って、出力デバイスを確認 | |
set StdinGrowlaudio to do shell script "/usr/local/bin/Audiodevice output" | |
--Soundflowerbed終了 | |
quit application "Soundflowerbed" |
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
--NiconaMacomment コメントログ専用 CSV むにゃむにゃ変換 | |
--Script by hfmn (except code-block with URL) | |
--Rev.2010-09-12 | |
--[lv+num.csv.html]を生成します。元ファイルは[lv+num.csv]に限ります。 | |
--番組情報が取れないときはcurlがこけてるかもなのでやり直してみてください。 | |
--免責:スクリプトの使用に関しては自己責任でお願いします。 | |
set targetFile to (choose file with prompt "CSVファイルを指定するといいよヽ(´ー`)ノむにゃむにゃ" as string) as string | |
set targetFile to targetFile as Unicode text |
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 nicoLiveTweet | |
// @namespace http://nicolivemac.wordpress.com/ | |
// @description ニコ生お知らせTwitterボタン(Web/Mac用Twitterクライアント対応) | |
// @include http://live.nicovideo.jp/watch/lv* | |
// @include http://live.nicovideo.jp/editstream/lv* | |
// ==/UserScript== | |
(function(){ | |
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 nicoLiveTweet | |
// @namespace http://nicolivemac.wordpress.com/ | |
// @description ニコ生お知らせTwitterボタン(Web/Mac用Twitterクライアント対応) | |
// @include http://live.nicovideo.jp/watch/lv* | |
// @include http://live.nicovideo.jp/editstream/lv* | |
// ==/UserScript== | |
(function(){ | |