ROBOT |
ロボスタ |
VRゴーグルでスタジオ見学体験! 全国放送のテレビ番組「ゴゴスマ」スタジオをメタバース上で再現 NTTの「DOOR」を使用 |
https://robotstart.info/2022/06/09/gogosma-vr-door.html
|
VRゴーグルでスタジオ見学体験全国放送のテレビ番組「ゴゴスマ」スタジオをメタバース上で再現NTTの「DOOR」を使用シェアツイートはてブ株式会社CBCDテックは、株式会社CBCテレビの協力のもと、CBC・TBS系午後の情報番組「ゴゴスマGOGOSmile」のスタジオをメタバース上で再現した。 |
2022-06-09 02:45:43 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] アルペン、体験型アウトドア店を「なんばパークス」に出店 |
https://www.itmedia.co.jp/business/articles/2206/09/news098.html
|
alpenoutdoors |
2022-06-09 11:45:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 歩いて大発見! 大阪に5.2キロの「日本一長い商店街」 |
https://www.itmedia.co.jp/business/articles/2206/09/news097.html
|
itmedia |
2022-06-09 11:27:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] Meta、Facebook Gamingで“簡単にメタバース環境を構築できる”「Crayta」を無料公開 |
https://www.itmedia.co.jp/news/articles/2206/09/news095.html
|
ITmediaNewsMeta、FacebookGamingで“簡単にメタバース環境を構築できる「Crayta」を無料公開Metaはクラウドゲームサービス「FacebookGaming」でゲーム作成ゲームの「Crayta」を無料公開した。 |
2022-06-09 11:23:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 「原材料費の高騰はダメージ」9割以上の飲食店、メニューの値上げは? |
https://www.itmedia.co.jp/business/articles/2206/09/news091.html
|
itmedia |
2022-06-09 11:16:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 子どもについて「困っていること」 3位「ごはんを食べない」、2位「片付けができない」、1位は? |
https://www.itmedia.co.jp/business/articles/2206/09/news093.html
|
itmedia |
2022-06-09 11:07:00 |
TECH |
Techable(テッカブル) |
等身大スクリーンで2拠点をつなぐ。tonari、資金調達で海外進出準備 |
https://techable.jp/archives/180294
|
tonari |
2022-06-09 02:00:25 |
AWS |
lambdaタグが付けられた新着投稿 - Qiita |
誰よりも易しくAWS LambdaにHello World!! |
https://qiita.com/kiii142/items/b25e83d505ca049f3df5
|
awslambda |
2022-06-09 11:37:57 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
[Pyinstaller & Ginza] Ginzaを使用したpythonファイルのexe化 |
https://qiita.com/M_SuI/items/553b14a2cc3240679c34
|
pyinstaller |
2022-06-09 11:56:30 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
誰よりも易しくAWS LambdaにHello World!! |
https://qiita.com/kiii142/items/b25e83d505ca049f3df5
|
awslambda |
2022-06-09 11:37:57 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
誰よりも易しくAWS LambdaにHello World!! |
https://qiita.com/kiii142/items/b25e83d505ca049f3df5
|
awslambda |
2022-06-09 11:37:57 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
【EBS】ボリュームの拡張 |
https://qiita.com/YujiHamada3/items/bbd9978321a52592c71f
|
ountedondevtmpfsdevtmpfsm |
2022-06-09 11:08:32 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
【Rails】deviseでログイン機能を作る |
https://qiita.com/va6Gjz/items/a757b5e7ae92ccd3edd5
|
devise |
2022-06-09 11:12:25 |
海外TECH |
DEV Community |
TFUZ JS - A Tiny JavaScript Utility Library |
https://dev.to/bretgeek/tfuz-js-a-tiny-javascript-utility-library-29c8
|
TFUZ JS A Tiny JavaScript Utility Library What is it A tiny kb extendable JavaScript utility library with a JQuery like syntax for getting work done fast If you are looking for small footprint utility library with a syntax similar to JQuery TFUZ may be just what you need Get TFUZ at Visit for ongoing documentation and examples FeaturesTiny currently under KB minified smaller if gzipped Can be used as a general purpose JQuery like library Easy familiar syntax with built in chainable DOM manipulation methods Built in iterable delay queue Ability set up custom observers on any element And more Why Not every site uses React and friends and not every site needs all the features that require loading the full JQuery library TFUZ is the pagespeed conscious web developer s best friend It s super small and easy to extend Sure you could write everything TFUZ has to offer in Vanilla JavaScript but TFUZ is so small and the syntax is familiar and easy to remember that it can potentially save you time development costs TFUZ is your tiny tool belt of most used DOM manipulation tools with some really cool extra bits If TFUZ doesn t have what you need you can easily add it Basic UsageBasic usage for manually adding and using TFUZ to a web page Add TFUZ to your page before your closing body tag lt script src gt lt script gt Use TFUZ like you would JQueryIn an html file somewhere in your html lt div id app gt I am an App lt div gt In a script tag after tfuz min js add create a wrapper function to hold all the stuff you want to do function init Select an element and return a reference to it using grab there are many options to grab but this minimal use returns a reference to the first element so you don t keep querying the DOM of app by defaultlet app tfuz grab app app css color red changes app s color with CSS Run your wrapper function when the document is ready tfuz ready init Add your own functionality and make plugins In your same script file from above add function myplug this css color red return this Now tell TFUZ to use the plugin Note you must tell TFUZ to use plugins at the top of your script file before initalizing anything else tfuz use name myplug fn myplug add to top of your init wrapper function Use the new plugin wherever you want later app myplug use plguin after reference to app was grabbed Some TFUZ Methods For help read the function signatures in the code or contact me append el append text or html append to bottom of el appendTo el appendTo otherEl or el appendTo Elvar append to first of selector or to reference prependTo Same as appendTo but prepends to silly grab tfuz grab query document or el grab selector all false fn func query starting from element short hand for each that will run function and return found collection first found by default each el each sel selector selector all true fn func run function on collection of selectors select el select sel selector selector first false fn func run function on collection of selectors and return collection ready tfuz ready func run function when document is ready css el css color blue OR el css color blue add false to overwrite CSS true by default to add to current CSS html el html to return html el html some new html here to set html text el text to return text el text some new text here to set text prefixed with underscore because anchor tags have a text property that you can t overwrite plg add a new plugin fn alias to plg use alias to plg on el on click func adds an event listener off el off click func removes event listener created by on trigger trigger an event created with on observe listen for changes on elements read code unobserve stop observing observers of elements created by observe getobservers Get list of observers scroll tfuz scroll func run function on scroll attr get or set attributes of el removeAttr el removeAttr attr remove attributes of el addClass el addClass classname list removeClass el removeClass classlist toggle toggle on or off a class rpx remove px em from numbers and return number cs return computed values isString return boolean if is a string isFunction return boolean if is a function isObject return boolean is an Object isArray return boolean if is an array isElement return bollean if is an Element isNumber return boolean if is a number isEmpty return boolean if empty object createNode create Node and optionall append or prepend to caller delay iterate able delay queue el delay time fn yourFunc iterate runs yourFunc every second for iterations chained delays are queued and ran in order until queue is empty Delay Example Create a normal function as an example this function will increase a counter function delayCount e if e templateHTML if e countme e countme e templateHTML e html save original html for future iterations e countme console log Count is e countme e html e templateHTML e countme call delay from app and watch the magic happen as the count up to is appended to the existing html app delay time fn delayCount iterate chain more delays here if you want Like TFUZ and want to help Get TFUZ fork and make imporvements on |
2022-06-09 02:38:07 |
医療系 |
内科開業医のお勉強日記 |
加齢と特発性特発性特発性肺線維症:亜鉛トランスポーター/SiRT1系によるACE2再生・分化機能制御機能の破綻によるもの? |
https://kaigyoi.blogspot.com/2022/06/sirt1ace2.html
|
研究により、サーチュインは幹細胞の維持と分化に関与していることが示されている。 |
2022-06-09 02:54:00 |
医療系 |
医療介護 CBnews |
患者から手術の予定聴取、疑義照会で処方日数変更-医療機能評価機構が「共有すべき事例」公表 |
https://www.cbnews.jp/news/entry/20220609113906
|
日本医療機能評価機構 |
2022-06-09 12:00:00 |
医療系 |
医療介護 CBnews |
依存症専門医療機関など選定し地域格差是正も-静岡県が計画公表、関係機関とのネットワーク化も |
https://www.cbnews.jp/news/entry/20220609112549
|
取り組み |
2022-06-09 11:55:00 |
医療系 |
医療介護 CBnews |
高齢者の熱中症対策、「最新の役立つ情報」を提供-環境省が7月7日にシンポジウム開催 |
https://www.cbnews.jp/news/entry/20220609111701
|
高齢者 |
2022-06-09 11:50:00 |
金融 |
ニッセイ基礎研究所 |
貸出・マネタリー統計(22年5月)~不動産業向け貸出への依存度が上昇傾向 |
https://www.nli-research.co.jp/topics_detail1/id=71366?site=nli
|
とりわけ不動産業向け月末寄与度rarr月末は増勢がやや強まっており、もともと残高が多いこともあって貸出全体の支えになっている。 |
2022-06-09 11:48:17 |
金融 |
ニッセイ基礎研究所 |
2022年度の年金額は0.4%減額、2023年度は増額だが目減りの見込み-(後編)2023年度は68歳前後の改定率が初めて相違する見込 |
https://www.nli-research.co.jp/topics_detail1/id=71365?site=nli
|
給付調整は再度繰越本来の改定率新型コロナ禍による賃金低下が影響したが、年平均を使用するため影響は緩和年金財政健全化のための調整ルール本来の改定率がマイナスのため適用されずー年度以降の見通し年度は物価上昇を受けて増額改定だが、実質的には目減り改定に関係する指標の動向と見通し物価は上昇が継続。 |
2022-06-09 11:02:00 |
金融 |
ニュース - 保険市場TIMES |
アドバンスクリエイト、チューリッヒ少額短期保険と代理店委託契約を締結 |
https://www.hokende.com/news/blog/entry/2022/06/09/120000
|
インターネットで申し込める今回、保険市場に掲載が開始された「ミニケア賃貸保険」は、事故などで部屋にあるものが損害を受けた際や、事故により部屋が破損し、損害賠償責任を負ってしまった際などに補償してくれる保険だ。 |
2022-06-09 12:00:00 |
海外ニュース |
Japan Times latest articles |
BOJ’s rock-bottom rates are crucial for Kishida’s spending plans |
https://www.japantimes.co.jp/news/2022/06/09/business/economy-business/kishida-boj-spending/
|
BOJ s rock bottom rates are crucial for Kishida s spending plansThe prime minister has signed off on changes to an annual fiscal policy plan that loosen rather than tighten the corset constraining the nation s spending |
2022-06-09 11:25:10 |
ニュース |
BBC News - Home |
Smoking age should rise, government report to say |
https://www.bbc.co.uk/news/health-61718468?at_medium=RSS&at_campaign=KARANGA
|
gradual |
2022-06-09 02:47:48 |
ニュース |
BBC News - Home |
Cost of living: Soaring bills damaging people's health, say medics |
https://www.bbc.co.uk/news/health-61722771?at_medium=RSS&at_campaign=KARANGA
|
inequalities |
2022-06-09 02:50:58 |
GCP |
Google Cloud Platform Japan 公式ブログ |
Document AI で身分証明書の処理を自動化 |
https://cloud.google.com/blog/ja/topics/developers-practitioners/automate-identity-document-processing-document-ai/
|
DocumentAIを使用して身分証明書を処理する本人確認フォームの自動入力機能を独自に作成するユースケース誰もがおそらく経験したことのある、以下のような状況で活用できます。 |
2022-06-09 02:20:00 |
北海道 |
北海道新聞 |
石原慎太郎さんお別れの会 元都知事、各界関係者ら参列 |
https://www.hokkaido-np.co.jp/article/691372/
|
東京都知事 |
2022-06-09 11:26:00 |
北海道 |
北海道新聞 |
FBIに巨額賠償を請求 性的虐待巡り、体操・バイルスら |
https://www.hokkaido-np.co.jp/article/691367/
|
巨額賠償 |
2022-06-09 11:14:00 |
ビジネス |
東洋経済オンライン |
「トップガン」が著作権侵害で訴えられた納得理由 根拠に基づいた著作権保持者の事前通知を無視 | 映画・音楽 | 東洋経済オンライン |
https://toyokeizai.net/articles/-/595388?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
東洋経済オンライン |
2022-06-09 11:30:00 |
IT |
週刊アスキー |
カーボンとメタルフレームがカッコいい最大6-in-1のType-Cドック |
https://weekly.ascii.jp/elem/000/004/094/4094177/
|
hocohbtypecinhub |
2022-06-09 11:30:00 |
IT |
週刊アスキー |
高耐久モデルで最安クラス! ドラレコ向けのmicroSDカードが550円から |
https://weekly.ascii.jp/elem/000/004/094/4094179/
|
microsd |
2022-06-09 11:30:00 |
IT |
週刊アスキー |
スルスルッとかんたん皮むきできる電動ピーラー |
https://weekly.ascii.jp/elem/000/004/094/4094182/
|
電動 |
2022-06-09 11:30:00 |
マーケティング |
AdverTimes |
テレビやネット通販強化、アイケイ コンビから事業買収 |
https://www.advertimes.com/20220609/article386509/
|
買収 |
2022-06-09 02:36:02 |
GCP |
Cloud Blog JA |
Document AI で身分証明書の処理を自動化 |
https://cloud.google.com/blog/ja/topics/developers-practitioners/automate-identity-document-processing-document-ai/
|
DocumentAIを使用して身分証明書を処理する本人確認フォームの自動入力機能を独自に作成するユースケース誰もがおそらく経験したことのある、以下のような状況で活用できます。 |
2022-06-09 02:20:00 |
コメント
コメントを投稿