主に大規模な遠隔会議とか中継用途で使っているのはコレなんですが、あきらかにプロシューマですね
http://www.sony.jp/pro-audio/products/UWP-D11/index.html
民生機だとコレもソコソコ良かったです
http://www.sony.jp/handycam/products/ECM-AW4/
上記の違いは安定性と信頼性ですね。どちらも音質的には実用十分の性能もってます。
| chrome.action.onClicked.addListener((tab) => { | |
| chrome.tabs.sendMessage(tab.id, { action: "summarizeAndShowModal" }, (response) => { | |
| if (chrome.runtime.lastError) { | |
| console.error("Error sending message:", chrome.runtime.lastError); | |
| } else if (response && response.status === "received") { | |
| console.log("Message received by content script"); | |
| } | |
| }); | |
| }); |
| $ firebase auth:export firebase-auth-users.json --format json --project 旧Firebaseプロジェクト | |
| $ firebase auth:import firebase-auth-users.json --project 新Firebaseプロジェクト |
| # Description: | |
| # 外部Bot/API経由の特定の発言を受け取って別のアクションを実行する | |
| # | |
| # Dependencies: | |
| # None | |
| # | |
| # Configuration: | |
| # None | |
| # | |
| # Commands: |
主に大規模な遠隔会議とか中継用途で使っているのはコレなんですが、あきらかにプロシューマですね
http://www.sony.jp/pro-audio/products/UWP-D11/index.html
民生機だとコレもソコソコ良かったです
http://www.sony.jp/handycam/products/ECM-AW4/
上記の違いは安定性と信頼性ですね。どちらも音質的には実用十分の性能もってます。
| <?xml version="1.0"?> | |
| <root> | |
| <appdef> | |
| <appname>SLACK</appname> | |
| <equal>com.tinyspeck.slackmacgap</equal> | |
| </appdef> | |
| <item> | |
| <name>For Slack CTRL+N=move previous unread hannel, CTRL+P=move unread next channel</name> | |
| <identifier>private.app_slack_move_channel_with_altn_altp</identifier> | |
| <only>SLACK</only> |
| # Description: | |
| # Joke commands. | |
| # | |
| # Commands: | |
| # ぬるぽ - You reply with, "ガッ" When you post a "ぬるぽ" word. | |
| # | |
| # Notes: | |
| # ネタ/ジョーク系のbot全般 | |
| module.exports = (robot) -> |
| $ sudo brew update | |
| $ sudo brew upgrade ruby-build | |
| $ rbenv install 2.1.2 | |
| $ rbenv global 2.1.2 | |
| $ rbenv rehash | |
| $ ruby --version |
| begin | |
| require "awesome_print" | |
| AwesomePrint.pry! | |
| rescue LoadError => err | |
| puts "no awesome_print :(" | |
| end | |
| # hirbの設定 | |
| begin | |
| require 'hirb' |
| #!/usr/bin/env ruby | |
| #-*- encoding: utf-8 -*- | |
| require 'json' | |
| require 'pit' | |
| require 'time' | |
| require 'net/https' | |
| require 'octokit' | |
| ## get config from pit |
| @Override | |
| public void fillCompletionVariants(CompletionParameters parameters, CompletionResultSet result) { | |
| String arr$[] = new String[] {"foo", "bar"}; | |
| int len$ = arr$.length; | |
| for (int i$ = 0; i$ < len$; i$++) { | |
| String s = arr$[i$]; | |
| result.addElement(createDocTagLookup(false, s)); | |
| } |