並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 6115件

新着順 人気順

divideの検索結果201 - 240 件 / 6115件

  • Particletree » Lightbox Gone Wild!

    IntroductionIn user interface design, a modal window (sometimes referred to as a modal dialog) is a window that blocks input to other windows. It has to be closed before the user can continue to operate the application and are frequently an element of Multiple Document Interface (MDI) applications or desktop applications like Windows or OS X. One of their purposes is to prevent the software from b

    • TDD Boot Camp 横浜で初めてGroovy触ったらかっこよすぎワロタwwww #tddbc - (カチャカチャカチャ…) (ッターン!)

      1日たってしまいましたが、11/06にTDD Boot Camp 横浜に参加してきました。詳しい記事は、id:absj31さんの記事が素晴らしくまとまっているので、ご覧くださいませ。 TDD Boot Camp 横浜に参加してきた #tddbc - Diary of absj31 TDD BCの感想と、Groovyを初めて触った感想です Groovyペアに立候補した理由 「募集」をしているわけで、立候補すれば、その場でペア成立 Groovyを触ったことがなくても大丈夫という前提 プログラミング言語好きとしては、Groovy触ってみたかった 普通なら、師匠は直々に、言語のフォースを教えくれない 運営の方と、TDDやったほうが身につきそう! たしか、こんな理由だったと思います。打算と興味が五分五分といったところでしょうか。運営の方が、Groovy本を持ってきてくれて、 パラパラと見た第一印象は

        TDD Boot Camp 横浜で初めてGroovy触ったらかっこよすぎワロタwwww #tddbc - (カチャカチャカチャ…) (ッターン!)
      • エラトステネスの篩の活用法を総特集! 〜 高速素因数分解・メビウスの反転公式 〜 - Qiita

        とても久しぶりです! 1 年ぶりの投稿となりました、大槻 (通称、けんちょん) です。 去年、『AtCoder 版!マスター・オブ・整数』と題して、プログラミングコンテストで出題される整数問題を解くときに有効な考え方を特集する記事を 2 本書きました! AtCoder 版!マスター・オブ・整数 (素因数分解編) AtCoder 版!マスター・オブ・整数 (最大公約数編) 今回はその続編として、素数を列挙するアルゴリズムであるエラトステネスの篩を特集していきます。なお今回の記事の内容は、競プロへの応用を意識していますが、純粋に数学的興味に沿って読み進めることもできるものになっています。下図は、これから紹介するエラトステネスの篩のイメージ図です。 0. はじめに エラトステネスの篩は、$1$ 以上 $N$ 以下の素数をすべて列挙する方法です。たとえば $20$ 以下の素数を列挙すると、$2,

          エラトステネスの篩の活用法を総特集! 〜 高速素因数分解・メビウスの反転公式 〜 - Qiita
        • [PDF] 最適化から見たディープラーニングの考え方 得居 誠也

          c � 1. 5 2011 10 [1] ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2012 2 10 [2, 3] 1 [4] [5] 2. x ∈ X y ∈ Y z = (x, y), Z = X × Y Preferred Networks 113–0033 2–40–1 4 tokui@preferred.jp S = {zi}N i=1 ⊂ Z f : X → Y F = {fθ|θ ∈ Θ} fθ ∈ F F zi S f z = (x, y) �(f, z) f(x) y ES(f) = ( � z∈S �(f, z))/N ES(f) f z = (x, y) E(f) = Ez[�(f, z)] E(f) E(f) f f [6] f� F f� F F ˆ fF E(f) E(f� ) E(f

          • Failure is your Domain

            By Ben Johnson, June 04, 2018 — 14 min read · pdf Go’s paradox is that error handling is core to the language yet the language doesn’t prescribe how to handle errors. Community efforts have been made to improve and standardize error handling but many miss the centrality of errors within our application’s domain. That is, your errors are as important as your Customer and Order types. An error also

              Failure is your Domain
            • The Linux Kernel Module Programming Guide

              Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang 1 Introduction 1.1 Authorship 1.2 Acknowledgements 1.3 What Is A Kernel Module? 1.4 Kernel module package 1.5 What Modules are in my Kernel? 1.6 Is there a need to download and compile the kernel? 1.7 Before We Begin 2 Headers 3 Examples 4 Hello World 4.1 The Simplest Module 4.2 Hello and Goodbye 4.3 The __init and __exit Mac

              • How does a relational database work | Coding Geek

                When it comes to relational databases, I can’t help thinking that something is missing. They’re used everywhere. There are many different databases: from the small and useful SQLite to the powerful Teradata. But, there are only a few articles that explain how a database works. You can google by yourself “how does a relational database work” to see how few results there are. Moreover, those article

                  How does a relational database work | Coding Geek
                • SLI/SLO運用の実践 shimesabaによる指標モニタリング - KAYAC engineers' blog

                  カヤックSREの池田です。 先月は、カヤックのプロダクトの一つ『Tonamel』で導入したエラーバジェット算出ツール『shimesaba』の話をしました。 techblog.kayac.com github.com 今回は、実際にどのようにSLI/SLOを運用しているのか?という内容をshimesabaを使った設定例を交えつつ話します。 SLI/SLOの運用にお悩みの方の助けになれば幸いです。 最初のSLI/SLOはどう決定したのか? SLI/SLOの運用を始めるにあたって、多くの人が悩むのは以下の2つだと思います。 一体何をSLIとすれば良いのか? 最初のSLOはどのくらいにしたら良いのか? つまりは、最初の1歩をどうしたら良いか?と言う話ですが、こちらに関しては2つ参考になるものがあります。 『SLO決定のためのArt of SLO』 https://sre-next.dev/2022

                    SLI/SLO運用の実践 shimesabaによる指標モニタリング - KAYAC engineers' blog
                  • 茂木健一郎 qualiajournal

                    As artificial intelligence systems advance and execute computations for humans, there are arguments that human jobs would be lost. We would have nothing to do, and just idle away, enjoying the technological Eden that advancements of science and technology have prepared for us. Arguably, it is possible that humans would have less and less need to work, although I remain skeptical about such a vista

                    • Testing Microservices, the sane way

                      Author’s Note: Thanks, as ever, to Fred Hebert, for reading a draft of this post and making some sterling suggestions. This is the first installment in my series on testing distributed systems. The posts in this series are the following: Testing Microservices, the sane way (published December 2017) Testing in Production, the safe way (published March 2018) Testing in Production: the hard parts (pu

                        Testing Microservices, the sane way
                      • Why mobile web apps are slow

                        I’ve had an unusual number of interesting conversations spin out of my previous article documenting that mobile web apps are slow.  This has sparked some discussion, both online and IRL.  But sadly, the discussion has not been as… fact-based as I would like. So what I’m going to do in this post is try to bring some actual evidence to bear on the problem, instead of just doing the shouting match th

                        • Python チュートリアル

                          Python 2.7ja1 Guido van Rossum Fred L. Drake, Jr., editor 2011 12 25 Python Software Foundation Email: docs@python.org i 1 3 2 Python 5 2.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3 Python 11 3.1 Python . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

                          • Indivisual we are not - 書評 - 英会話ヒトリゴト学習法 : 404 Blog Not Found

                            2008年10月13日18:00 カテゴリ書評/画評/品評Lightweight Languages Indivisual we are not - 書評 - 英会話ヒトリゴト学習法 著者より献本御礼。 英会話ヒトリゴト学習法 酒井穣 NED-WLT : 新刊、『英会話ヒトリゴト学習法』が出ます。 この疑問について、あくまで仮説ではありますが、僕なりに満足する解答を得ました。英会話の力は、たとえ完璧な自動翻訳機ができたとしても、その重要性は色あせません。この仮説が、日本人の英語力の底上げにつながることを夢見つつ、英会話の力を養うための具体的な学習法をまとめたのが本書です。 著者の本としては、最も役立てづらく、しかしそれだけに面白かった一冊。 本書を読んで英会話が出来るようになるのは、「はじめての課長の教科書」を読んで課長になるより難しいと弾言しておく。「本書を読んでも英会話がうまくなりませ

                              Indivisual we are not - 書評 - 英会話ヒトリゴト学習法 : 404 Blog Not Found
                            • [CSS]ナビゲーションの区切り線をホバー時にすっきりさせるスタイルシート

                              Divide and Conquer demo デモの上ではナビゲーションの区切り線がホバー時に見えてしまってますが、下ではすっきりしています。 ポイントは左にネガティブマージンを設定することで、隙間を埋めています。 また、IE6対策として「float:left;」の代わりに「display:inline;」を使用します。

                              • チケット駆動開発のベストプラクティスを収集したい - プログラマの思索

                                チケット駆動開発を実践して、色々考察してきて、ベストプラクティス集を作りたいと思っている。 理由は、チケット駆動開発とアジャイル開発の密接な関係を明確にして、アジャイル開発を簡単に運用できるノウハウとして公開したいからだ。 僕は、チケット駆動開発には下記4個のプラクティスが最低限必要だと思っている。 但し、XPのプラクティスと同じだがTiDDの言葉で言い換えているものもあるので注意。 1・チケット・ファースト(Ticket First) 【説明】 基本は、プロジェクトの作業はチケットを受け取ってから始める。 チケット無しで作業はしない。 また、SVNコミット時に、チケット無しのコミットも不可。 【効用】 チケットがタスクカード(作業指示書)のため、コミュニケーションロスがなくなるし、作業履歴がチケットのコメントとして残る。 進捗情報は全てチケットに書くから、BTSのチケット集計機能でリアル

                                  チケット駆動開発のベストプラクティスを収集したい - プログラマの思索
                                • Groovy v1.8の新機能をサクっと紹介するよ - No Programming, No Life

                                  このシリーズの一覧はこちら Groovy v1.8リリースノートより。 はじめに 待ちに待ったGroovy v1.8がやっと出ましたね!ということで、Groovy v1.8の新機能をサクっと紹介したいと思います。 Groovy v1.8は結構多くの機能拡張がなされておりますので、サラっと行きたいと思います。 コマンドチェーン(ドメイン固有言語:DSL) Groovy v1.8以前まではトップレベルでのメソッド呼び出しの括弧は省略できませんでしたが、新しいコマンドチェーン機能を使えば括弧なしのメソッド呼び出しが可能になります。 これは、a b c d のように呼び出した場合は実際には a(b).c(d) と同等となるようなことです。複数メソッドやクロージャ、名前付き引数と一緒に機能して、さらに右側に連ねてゆくことができます。 新しい構文でサポートされている例を見てみましょう。 turn le

                                    Groovy v1.8の新機能をサクっと紹介するよ - No Programming, No Life
                                  • 人や動物のシルエット

                                    Design Your Way is a brand owned by SBC Design Net SRL Str. Caminului 30, Bl D3, Sc A Bucharest, Romania Registration number RO32743054 But you’ll also find us on Blvd. Ion Mihalache 15-17 at Mindspace Victoriei contact@designyourway.net Looking for Adobe Illustrator tutorials? This article has 100 of them. 100 of the best and most comprehensive Adobe Illustrator tutorials, not just random ones. S

                                      人や動物のシルエット
                                    • MyGO!!!!!×トゲナシトゲアリ 「Avoid Note」 | LIVE | アニメ「ガールズバンドクライ」公式サイト

                                      MyGO!!!!!×トゲナシトゲアリ 「Avoid Note」 ■日時:2025年1月12日(日) ■時間:OPEN/17:00 START/18:00 ■会場:TOKYO DOME CITY HALL 最速先行:2024年9月25日(水)10:00~11月10日(日)23:59 チケット最速先行抽選申し込み券は9月25日(水)発売の下記2商品に封入の申込券でお申し込みいただけます。 TVアニメ『ガールズバンドクライ』Blu-ray&DVD Vol.4 Poppin'Party×MyGO!!!!! 合同ライブ「Divide/Unite」Blu-ray【完全生産限定版】【通常版】

                                        MyGO!!!!!×トゲナシトゲアリ 「Avoid Note」 | LIVE | アニメ「ガールズバンドクライ」公式サイト
                                      • Scheme:使いたい人のための継続入門

                                        使いたい人のための継続入門継続渡し形式call/ccは普通の関数call-with系関数call-with-procedurecall-with-continuation-procedurecall-with-current-continuation評価順序と継続call/ccパズルお手元マルチスレッド部分継続reset/pcとcall/pc環境破壊と部分継続部分継続の使用法PRINT-AND-NEXT-REPL議論質問お手元マルチスレッドのサンプルプログラムについて 使いたい人のための継続入門 とりあえず殴り書き。 くどかったり冗長な文章になってたり、重複してたり、間違ってたり、 おおいなる勘違いをしてたり、恥をカいてたりするかもしれないけどご愛敬。 藁をもつかみたい気持ちで継続を使えるようになりたい人は読んでみてください。 ただし所詮は藁です。(w 継続渡し形式 例によって階乗fact

                                          Scheme:使いたい人のための継続入門
                                        • Code Reviews 101 - The Basics | Sema

                                          Code improves with multiple reviews and revisions, and this process isn’t something that can be done alone. Spotting errors in code design is difficult at the best of times — and the closer you are to the work, the harder it can be to critique. That’s where code reviews come in. The beginning: introducing code reviewsWhat is a code review? Code improves with multiple reviews and revisions, and thi

                                            Code Reviews 101 - The Basics | Sema
                                          • 暗から明へーアマンダ・ゴーマン氏が米大統領就任式で朗読した詩の内容は?翻訳者の読み解き(鴻巣友季子) - エキスパート - Yahoo!ニュース

                                            第46代アメリカ大統領にジョー・バイデン氏、副大統領にカマラ・ハリス氏が就任した。就任式で、二十二歳の青年桂冠詩人アマンダ・ゴーマン氏が自作の詩The Hill We Climb(わたしたちの登る丘)を朗読し感動を呼んだ。 就任式に詩人が自作の詩を朗誦するのは、一九六一年のジョン・F・ケネディ大統領就任式以来の慣わし。この時にはロバート・フロスト氏がその任につき、The Gift Outrightを詠唱した。クリントン氏の第一期大統領就任時には、黒人女性詩人のマヤ・アンジェロウ氏が招ばれ、On the Pulse of Morningを捧げた。 今回のアマンダ・ゴーマン氏の二十二歳というのは歴代最年少になるという。彼女はどんな詩を読んだのだろうか? 無数の読みを喚起する暗示や比喩や引用に満ちた詩であり、専門家による読み解きはたくさんあるだろうから、本稿では翻訳者として気になった点を見ていき

                                              暗から明へーアマンダ・ゴーマン氏が米大統領就任式で朗読した詩の内容は?翻訳者の読み解き(鴻巣友季子) - エキスパート - Yahoo!ニュース
                                            • 経費で落とせる費用とは?必要経費として認められる基準を解説

                                              経費に計上できるものは「事業に必要な費用」と決まっていますが、具体的にはどんなものが認められるでしょうか。この記事では、必要経費の考え方の基本から、必要経費になるもの、ならないものをわかりやすく解説します。 目次 必要経費とは必要経費とは、事業で収入を得るために使用された費用の総称です。一般的には「経費として認められるもの」という意味で広く使われていますが、厳密には所得税法の用語となり、法人税法においては「損金」といいます。 必要経費は所得を計算する際に差し引かれますが、計上できるのは定められた基準に沿ったもののみとなります。 経費として認められる基準経費として認められるのは、以下の基準に該当する費用です。 総収入金額に対応する売上原価、その他総収入金額を得るために直接要した費用その年に生じた販売費、一般管理費、その他業務上の費用上記のいずれかを満たした費用であれば、以下の所得のいずれかか

                                                経費で落とせる費用とは?必要経費として認められる基準を解説
                                              • Common Errors in English Usage | Common Errors in English Usage and More | Washington State University

                                                Skip to main content Skip to navigation Search Contact Share 13ABCDEFGHIJKLMNOPQRSTUVWXYZ 1 100’s / hundreds 3 360 degrees A A.D. a/an abject able to absorbtion abstruse / obtuse academia acapella, a capella accede / exceed accent marks accept / except accessory accidently accurate / precise acronyms and apostrophes acrossed actionable / doable actual fact / actually ad / add ad nauseum adapt / ad

                                                • 「英語の動詞の使い分け」クイズで自己診断 - Ippo-san’s diary

                                                  はじめに 英語の動詞の使い分けに迷いませんか? 私も迷う一人です。そこでセイン先生の本「英語の動詞の使い分け」を前編と後編にわけてその一部を紹介しましたが、お読みになった方、いかがでしたか? 関心の高い方がいらっしゃると勝手に判断。紹介記事を追加することにしました。これまで紹介したのは、35グループの内の4グループ(17動詞)。残りのグループを全て紹介する訳にはいきません。 そこで思いついたのが、興味にある方がチャレンジできるよう、各グループから例文を一つ、全部で20問選んで動詞の使い分けを試してもらうアイデア。興味のある方、自己診断してみて下さい。 なお、英語タイトルは「Natural Verb Usage for Advanced Learners」と書いてある通り、初級者向けではありませんので予めご了承ください。 「英語の動詞の使い分け」本の紹介 動詞の使い分け判定方法 使い分けクイ

                                                    「英語の動詞の使い分け」クイズで自己診断 - Ippo-san’s diary
                                                  • Divide and Conquer: Cracking MS-CHAPv2 with a 100% success rate

                                                    Divide and Conquer: Cracking MS-CHAPv2 with a 100% success rate Jul 29, 2012 At Defcon 20 last weekend, David Hulton and I gave a presentation on cracking MS-CHAPv2. This blog post is meant to be a rough overview of what we covered in our talk. Why MS-CHAPv2? The first obvious question is why we looked at MS-CHAPv2, given a lingering sense that the internet should already know better than to rely

                                                    • 続・MeCabの分かち書きを並列処理で高速化する

                                                      まとめ Pythonから巨大なテキストファイルを並列に読み込み・処理・書き込みする方法を紹介 読み込み: テキストファイルをバイト列として見て、プロセスごとにファイルの読み込み区間を割り振る 処理: multiprocessingを用いた並列処理 書き込み: プロセスごとにtmpファイルへ並列に書き込み & catによる結合 はじめに 日本語形態素解析器であるMeCabを用いると、日本語のテキストに対する解析や処理が簡単に実行できます。 特に最近は、BERTをはじめとする深層学習モデルへの入力のための前処理として、MeCabなどを用いて文を単語単位に分割する「分かち書き」を行う機会が多くなっています。 MeCabはコマンドラインから実行することもできますし、Pythonなどからプログラム的に呼び出すことも可能です。 特にコマンドラインから実行する場合は、インストールさえ終わっていれば以下の

                                                        続・MeCabの分かち書きを並列処理で高速化する
                                                      • EPWING for the classics

                                                        トップ 辞書詳細 画面例 ダウンロード セットアップ フォント設定 検索方法 検索方法2 検索方法3 問題点 その他 アラビア語 EPWING for the classics 更新履歴 [2013/05/30追記] 参考記事:EPWING 絶滅か?! 2021/09/07 更新公開:Lailaps 英仏独伊西WiktionaryのEPWING化 2021/03/10 更新公開:Lailaps 英仏独伊西WiktionaryのEPWING化 2020/09/11 更新公開:Lailaps 英仏独伊西WiktionaryのEPWING化 2020/03/09 更新公開:Lailaps 英仏独伊西WiktionaryのEPWING化 2020/03/04 更新公開:Lailaps 英独伊西のProject Gutenberg 人気作をEPWING化 2019/02/07 更新公開:Lailap

                                                        • algorithm - 最近点検索をkd-treeで : 404 Blog Not Found

                                                          2009年04月30日01:00 カテゴリMathLightweight Languages algorithm - 最近点検索をkd-treeで というわけで、kd-treeによる検索も実装してみました。 はてなブックマーク - ototoiのブックマーク データ数が少ない場合、この全検索が高速。ただデータが多くなってくるとkd-treeがいいと思う。点ならば配列をソートするだけで実現できる。 以下のデモでは、単にkd-treeによる検索だけではなく、kd-tree構築の速度と、総当たりの場合の速度の比較もできるようにしてあります。10,000点ぐらいだと、その差を顕著に感じることが出来るでしょう。100,000点ぐらいあると、感動的なほど差が出ます。それだけあってもkd-treeの方はほぼ1ms以内に検索が終わるのですから(ただしこの場合、デモの実行に合計10秒以上かかるので注意!)。

                                                            algorithm - 最近点検索をkd-treeで : 404 Blog Not Found
                                                          • Google to Open-source VP8 for HTML5 Video – Old GigaOm

                                                            Google (s GOOG) will soon make its VP8 video codec open source, we’ve learned from multiple sources. The company is scheduled to officially announce the release at its Google I/O developers conference next month, a source with knowledge of the announcement said. And with that release, Mozilla — maker of the Firefox browser — and Google Chrome are expected to also announce support for HTML5 video p

                                                            • How we ship code faster and safer with feature flags

                                                              EngineeringHow we ship code faster and safer with feature flagsAt GitHub, we're continually working to improve existing features and shipping new ones all the time. From our launch of GitHub Discussions to the release of manual approvals for GitHub… At GitHub, we’re continually working to improve existing features and shipping new ones all the time. From our launch of GitHub Discussions to the rel

                                                                How we ship code faster and safer with feature flags
                                                              • FreeMat

                                                                Home FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. News Updated News - 2013-06-31 - FreeMat 4.2 - 32 bit binary for Windows Added a 32 bit installer for people using Windows XP. Latest

                                                                • 【スライドにして106枚】PHP7.0 全46RFCの概要紹介|技術ブログ|北海道札幌市・宮城県仙台市のVR・ゲーム・システム開発 インフィニットループ

                                                                  【スライドにして106枚】PHP7.0 全46RFCの概要紹介 最近仕事のメモを取るのに、日付ベースでノートを保存出来る wri.pe というサービスを使い始めた YamaYuski です。 弊社はPHPに強い会社と自負していますが、これまで社内勉強会では PHP 7 について詳しく取り上げていませんでした。(もちろん社内プロジェクトで使えるかどうかのチェックなどはしています) これではいかんということで、社内でもPHP7の新機能や注意点をRFCベースで共有し、今後のアップデートに備えるべく、筆を取りました。 その結果、 重量級 な内容となってしまいましたよ。 スライドにして106枚。 (何故こんな枚数になった。) ということで、折角作ったのに社内にしか公開しないのはもったいない、ということで、ひとまとめにした内容を記事として書き起こしてみます。 ※今回はmarkdownを使って資料を書い

                                                                    【スライドにして106枚】PHP7.0 全46RFCの概要紹介|技術ブログ|北海道札幌市・宮城県仙台市のVR・ゲーム・システム開発 インフィニットループ
                                                                  • All-TIME 100 Novels: How We Picked the List

                                                                    All-TIME 100 Novels Critics Lev Grossman and Richard Lacayo pick the 100 best English-language novels published since 1923—the beginning of TIME. Welcome to the massive, anguished, exalted undertaking that is the ALL TIME 100 books list. The parameters: English language novels published anywhere in the world since 1923, the year that TIME Magazine began, which, before you ask, means that Ulysses (

                                                                      All-TIME 100 Novels: How We Picked the List
                                                                    • 海外サイトAllMusicが「2014年の年間ベスト・アルバム TOP50」を発表 - amass

                                                                      海外の音楽情報サイトAllMusic(旧:All Music Guide)が「2014年の年間ベスト・アルバム TOP50」を発表。順位指定なし Aaron Freeman Freeman Alvvays Alvvays Ana Tijoux Vengo Angaleena Presley American Middle Class Aphex Twin Syro Arca Xen Ben Frost A U R O R A Cloud Nothings Here and Nowhere Else Craig Handy Craig Handy & 2nd Line Smith El-P / Killer Mike / Run the Jewels Run the Jewels 2 EMA The Future's Void Ex Hex Rips FKA Twigs LP1 Flying

                                                                        海外サイトAllMusicが「2014年の年間ベスト・アルバム TOP50」を発表 - amass
                                                                      • delimiter / separator / divider の違い - codic ブログ

                                                                        以前から、なんとなく 気になっていたのですが、時間があったので調べてみました。狭い文脈で調べたので、他の文脈では異なる考え方があるかもしれませんので、ご了承ください。 1. delimiter delimitの意味は「範囲・境界を定める」です。つまり「範囲はここから、ここまでですよ」あるいは「境界はここですよ」と示すのがdelimiterらしいです。 いつものwikipediaでdelimiterを調べてみると、コンピュータ用語としては以下の2つの意味があるようです。単なる区切り文字ではないのですね。 フィールドやレコードを分離する文字 – 例) カンマや改行 括弧など範囲を指定する文字 – 例) [  ]や”  “など 例えば、配列の初期化子 [ ]は「ここから、ここまでが配列の定義ですよ」と範囲を定めている事になるので、デリミターになります。また配列の要素は、カンマで境界が区切られてい

                                                                          delimiter / separator / divider の違い - codic ブログ
                                                                        • 2012-06-19

                                                                          はてな x DeNA合同企画 Mobage 運用技術勉強会 2012.06.19 台風ですが、決行!!終わったら、Sakura Cafeで懇親会。 登壇者:DeNA小野様 インフラ部門 ネットワークとMobage基盤 プラットフォームは、日本、US、韓国、中国向けがある サーバの拠点は、名古屋、東京、サンフランシスコ、上海 特徴 1. 高いソフトウェア開発力 - Handler socket plugin - MySQL-MHA 2. 非富豪的感覚 - サーバ台数は、グリーの半分くらいと思われる Mobage Webサーバ機の資源管理について 登壇者:DeNA樋口様 2-1. Mobageの佐波郡構成について 1. 基本、LAMP 2. WebサーバとDBサーバが大部分 3. Apache と FastCGI が同居 4. FastCGIはマルチプロセス型サーバ 5. ゲームごとに分離され

                                                                            2012-06-19
                                                                          • Bjarne Stroustrup、Conceptと未来を語る

                                                                            センスとフィーリングで大胆な意訳を試みた。Danny Kalevがやたらとウザい奴に成り下がっていたり、Bjarne Stroustrupがコミカルなまでにジジイ臭いのは仕様。ただ、DKの言い回しは、ちょっとやり過ぎたかも知れない。実際原文を読んでいると、これぐらいムカつく言い回しなのだが。 Page 1: Concepts: Disappointment Without Defeat Danny Kalev 今回のconceptの失敗についてどう受け止めてますか。今回の事件をどう思いますか。これは、あるいは、将来的に新機能を提案する妨げになると思いますか。 Bjarne Stroustrup C++0xにconceptを入れないと決定したことについてかね。ワシとしては、conceptが失敗したとは思っておらんよ。今回の問題は、個人的にはユーザビリティの問題だと思っておるんだが、まあ、せい

                                                                            • Deep Reinforcement Learning: Pong from Pixels

                                                                              This is a long overdue blog post on Reinforcement Learning (RL). RL is hot! You may have noticed that computers can now automatically learn to play ATARI games (from raw game pixels!), they are beating world champions at Go, simulated quadrupeds are learning to run and leap, and robots are learning how to perform complex manipulation tasks that defy explicit programming. It turns out that all of t

                                                                                Deep Reinforcement Learning: Pong from Pixels
                                                                              • open-language-tools: ホーム

                                                                                Release 1.2.7 has just left the factory ! Filter and Editor versions 1.2.7 have been released To download the editor, follow here Philosophy | Releases | Report a bug | How you can help | License | FAQ | Documentation The Open Language Tools are a set of translation tools that aim to make the task of translating software and documentation a lot easier. Initially, they comprise of a full-

                                                                                • AmazonやAppleの音声認識アルゴリズムに「黒人の声を上手く聞き取ることができない」問題があると研究者が指摘

                                                                                  音声認識アルゴリズムはスマートスピーカーやスマートフォンなど、さまざまなデバイスやアプリケーションに採用されており、もはや日常の一部となっています。ところが、AppleやAmazon、Google、IBM、Microsoftなどの音声認識アルゴリズムを使った実験で、「音声認識アルゴリズム白人の声と比較して黒人の声を上手く認識できない」問題があることが判明しました。 Racial disparities in automated speech recognition | PNAS https://www.pnas.org/content/117/14/7684 There Is a Racial Divide in Speech-Recognition Systems, Researchers Say - The New York Times https://www.nytimes.com/

                                                                                    AmazonやAppleの音声認識アルゴリズムに「黒人の声を上手く聞き取ることができない」問題があると研究者が指摘