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
| version: '3.7' | |
| volumes: | |
| mysql: | |
| redminefiles: | |
| networks: | |
| redmine: | |
| services: | |
| redmine: | |
| image: redmine:4.2 | |
| restart: always |
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
| set rtn to choose from list {"44,100 Hz", "48,000 Hz", "96,000 Hz"} with prompt "出力フォーマット" | |
| if (count rtn) is 0 then | |
| return | |
| end if | |
| set fmt to item 1 of rtn | |
| set target to {"BlackHole 2ch", "BlackHole 16ch", "Background Music", "Background Music (UI Sounds)", "MacBook Proのスピーカー"} | |
| set processName to "Audio MIDI Setup" | |
| set windowName to "オーディオ装置" |
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
| (function(){ | |
| var total = 0; | |
| var year = '2024'; | |
| function init(num) { | |
| num = (typeof num !== 'number' ? 0 : num); | |
| if(num === 0) { | |
| $('<div/>').css({ | |
| position: 'fixed', | |
| left: 0, | |
| top: 0, |
OlderNewer