並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 221件

新着順 人気順

clear both floatの検索結果121 - 160 件 / 221件

  • 13th -憲法修正第13条- | Netflix (ネットフリックス) 公式サイト

    '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

      13th -憲法修正第13条- | Netflix (ネットフリックス) 公式サイト
    • An Introduction To Real-Time Subsurface Scattering

      A little while ago I was doing some research into the state-of-the-art for approximating subsurface scattering effects in real-time (mainly for skin rendering), and I had taken a bunch of loose notes to help me keep all of the details straight. I thought it might be useful to turn those notes into a full blog post, in case anyone else out there needs an overview of what’s commonly used to shade sk

        An Introduction To Real-Time Subsurface Scattering
      • バーベキュー最強決戦! | Netflix (ネットフリックス) 公式サイト

        '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

          バーベキュー最強決戦! | Netflix (ネットフリックス) 公式サイト
        • The Alkyne GC · mcyoung

          Alkyne is a scripting language I built a couple of years ago for generating configuration blobs. Its interpreter is a naive AST walker1 that uses ARC2 for memory management, so it’s pretty slow, and I’ve been gradually writing a new evaluation engine for it. This post isn’t about Alkyne itself, that’s for another day. For now, I’d like to write down some notes for the GC I wrote3 for it, and more

            The Alkyne GC · mcyoung
          • Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly - Casey Primozic's Homepage

            Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly For a recent project I've been working on, I wanted to include a graph showing the relationships between different artists on Spotify. Spotify provides the data directly from their API, and I had everything set up to pull it for a user's top artists and into the browser. This is the story of how I took the initial unoptimized graph

              Speeding Up the Webcola Graph Viz Library with Rust + WebAssembly - Casey Primozic's Homepage
            • ブラジル -消えゆく民主主義- | Netflix (ネットフリックス) 公式サイト

              '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                ブラジル -消えゆく民主主義- | Netflix (ネットフリックス) 公式サイト
              • ヴァイオレット・エヴァーガーデン | Netflix

                '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                  ヴァイオレット・エヴァーガーデン | Netflix
                • https://deeplearningtheory.com/PDLT.pdf

                  The Principles of Deep Learning Theory An Effective Theory Approach to Understanding Neural Networks Daniel A. Roberts and Sho Yaida based on research in collaboration with Boris Hanin drob@mit.edu, shoyaida@fb.com ii Contents Preface vii 0 Initialization 1 0.1 An Effective Theory Approach . . . . . . . . . . . . . . . . . . . . . . . . 2 0.2 The Theoretical Minimum . . . . . . . . . . . . . . . .

                  • Why is my validation loss lower than my training loss? - PyImageSearch

                    Deep Learning Keras and TensorFlow Tutorials by Adrian Rosebrock on October 14, 2019 In this tutorial, you will learn the three primary reasons your validation loss may be lower than your training loss when training your own custom deep neural networks. I first became interested in studying machine learning and neural networks in late high school. Back then there weren’t many accessible machine le

                      Why is my validation loss lower than my training loss? - PyImageSearch
                    • ダーク | Netflix (ネットフリックス) 公式サイト

                      '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                        ダーク | Netflix (ネットフリックス) 公式サイト
                      • Rust in Perspective

                        We are discussing and working toward adding the language Rust as a second implementation language in the Linux kernel. A year ago Jake Edge made an excellent summary of the discussions so far on Rust for the Linux kernel and we (or rather Miguel and Wedson) have made further progress since then. For the record I think this is overall a good idea and worth a try. I wanted to add some background tha

                          Rust in Perspective
                        • パワー・オブ・ザ・ドッグ | Netflix (ネットフリックス) 公式サイト

                          '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                            パワー・オブ・ザ・ドッグ | Netflix (ネットフリックス) 公式サイト
                          • From Python to Elixir Machine Learning

                            As Elixir's Machine Learning (ML) ecosystem grows, many Elixir enthusiasts who wish to adopt the new machine learning libraries in their projects are stuck at a crossroads of wanting to move away from their existing ML stack (typically Python) while not having a clear path of how to do so. I would like to take some time to talk to WHY I believe now is a good time to start porting over Machine Lear

                              From Python to Elixir Machine Learning
                            • The Evolving Infrastructure of .NET Core - .NET Blog

                              With .NET Core 3.0 Preview 6 out the door, we thought it would be useful to take a brief look at the history of our infrastructure systems and the significant improvements that have been made in the last year or so. This post will be interesting if you are interested in build infrastructure or want a behind-the-scenes look at how we build a product as big as .NET Core. It doesn’t describe new feat

                                The Evolving Infrastructure of .NET Core - .NET Blog
                              • Watch High Score | Netflix Official Site

                                '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                  Watch High Score | Netflix Official Site
                                • Making Gooey Image Hover Effects with Three.js | Codrops

                                  Learn how to create gooey reveal hover effects on images with Three.js using noise within a shader. Flash’s grandson, WebGL has become more and more popular over the last few years with libraries like Three.js, PIXI.js or the recent OGL.js. Those are very useful for easily creating a blank board where the only boundaries are your imagination. We see more and more, often subtle integration of WebGL

                                    Making Gooey Image Hover Effects with Three.js | Codrops
                                  • Right to Left Styling 101

                                    Over 292 million people around the world speak Arabic as their first language. Arabic (al-Arabiyyah, pronounced /al ʕarabijja/, /ʕarabiː/) is my native language, and I sometimes build websites that need to support both left-to-right (LTR) and right-to-left (RTL) styles. Introduction to RTL styling # The default page direction in CSS is LTR. If you check the browser of your choice and inspect the b

                                      Right to Left Styling 101
                                    • Using Rust for a simple hardware project | tonari blog

                                      In this post we'll cover new hardware additions to tonari and some of the work and research that went into powering that hardware. We're big fans of the Rust programming language but before this project we hadn't ever used it for embedded hardware. We'll go over our hardware requirements, some possible solutions, some reasons (excuses) for choosing Rust for the job, and provide a primer for gettin

                                        Using Rust for a simple hardware project | tonari blog
                                      • OCaml 5.0.0 is out!

                                        We have the pleasure of celebrating the birthdays of Jane Austen and Arthur C. Clarke by announcing the release of OCaml version 5.0.0. The highlight of this new major version of OCaml is the long-awaited runtime support for shared memory parallelism and effect handlers. This multicore support is the culmination of more than 8 years of effort, and required a full rewrite of the OCaml runtime envir

                                        • C99 doesn't need function bodies, or 'VLAs are Turing complete'

                                          C99 doesn't need function bodies, or 'VLAs are Turing complete' 19 Feb 2022 Preface The 1999 revision to the C programming language brought several interesting changes and additions to the standard. Among those are variable length arrays, or VLAs for short, which allow array types to have lengths that are determined at runtime. These can show up in different contexts, but for the purposes of this

                                          • Deep Learning Based OCR for Text in the Wild

                                            We live in times when any organization or company to scale and to stay relevant has to change how they look at technology and adapt to the changing landscapes swiftly. We already know how Google has digitized books. Or how Google earth is using NLP (or NER) to identify addresses. Or how it is possible to read text in digital documents like invoices, legal paperwork, etc. But how does it work exact

                                              Deep Learning Based OCR for Text in the Wild
                                            • ハーフ・オブ・イット: 面白いのはこれから | Netflix (ネットフリックス) 公式サイト

                                              '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                ハーフ・オブ・イット: 面白いのはこれから | Netflix (ネットフリックス) 公式サイト
                                              • To Save C, We Must Save ABI

                                                After that first Firebrand of an article on Application Binary Interface (ABI) Stability, I’m not sure anyone expected this to be the title of the next one, huh? It seems especially bad, given this title is in direct contradiction to a wildly popular C++ Weekly Jason Turner did on the exact same subject: Not only is Jason 110% thoroughly correct in his take, I deeply and fervently agree with him.

                                                  To Save C, We Must Save ABI
                                                • ザ・クラウン | Netflix (ネットフリックス) 公式サイト

                                                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                    ザ・クラウン | Netflix (ネットフリックス) 公式サイト
                                                  • ‘The Boy and the Heron’: How GKIDS Pulled Off One of the Most Important Dubs in Anime History

                                                    If done well, the dub would cement GKIDS’ importance to the animation industry, and invite a wider portion of the English-speaking world to surrender themselves to a surreal but summative masterpiece by the greatest animator the movies have ever known. If done poorly — if it betrayed even a hint of the awkwardness that crept into several of the sensitive but stilted dubs that Disney commissioned d

                                                      ‘The Boy and the Heron’: How GKIDS Pulled Off One of the Most Important Dubs in Anime History
                                                    • Secure Randomness in Go 1.22 - The Go Programming Language

                                                      The Go Blog Secure Randomness in Go 1.22 Russ Cox and Filippo Valsorda 2 May 2024 Computers aren’t random. On the contrary, hardware designers work very hard to make sure computers run every program the same way every time. So when a program does need random numbers, that requires extra effort. Traditionally, computer scientists and programming languages have distinguished between two different ki

                                                        Secure Randomness in Go 1.22 - The Go Programming Language
                                                      • A from-scratch tour of Bitcoin in Python

                                                        I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyone anywhere can use it in an open and permissionless manner. The seeds of this revolution arguably began with Bitcoin, so I became curious to dril

                                                        • Python behind the scenes #6: how Python object system works

                                                          As we know from the previous parts of this series, the execution of a Python program consists of two major steps: The CPython compiler translates Python code to bytecode. The CPython VM executes the bytecode. We've been focusing on the second step for quite a while. In part 4 we've looked at the evaluation loop, a place where Python bytecode gets executed. And in part 5 we've studied how the VM ex

                                                          • 攻殻機動隊 SAC_2045 | Netflix (ネットフリックス) 公式サイト

                                                            '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                              攻殻機動隊 SAC_2045 | Netflix (ネットフリックス) 公式サイト
                                                            • Julia 1.6: what has changed since Julia 1.0?

                                                              Julia 1.0 came out well over 2 years ago. Since then a lot has changed and a lot hasn’t. Julia 1.0 was a commitment to no breaking changes, but that is not to say no new features have been added to the language. Julia 1.6 is a huge release and it is coming out relatively soon. RC-1 was released recently. I suspect we have at least a few more weeks before the final release. The Julia Core team take

                                                              • Introduction to SpiderMonkey exploitation.

                                                                Introduction This blogpost covers the development of three exploits targeting SpiderMonkey JavaScript Shell interpreter and Mozilla Firefox on Windows 10 RS5 64-bit from the perspective of somebody that has never written a browser exploit nor looked closely at any JavaScript engine codebase. As you have probably noticed, there has been a LOT of interest in exploiting browsers in the past year or t

                                                                • [WordPress] 投稿や固定ページ内で使われているブロックのスタイルのみを読み込む方法

                                                                  投稿や固定ページ内で使われているブロックのスタイルのみを読み込む方法 should_load_separate_core_block_assetsを使って、投稿や固定ページ内で使われているブロックのスタイルのみを読み込むには、適用しているテーマのfunctions.phpに以下1行を追加するだけでOKです。 <style id='wp-block-library-inline-css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-reso

                                                                    [WordPress] 投稿や固定ページ内で使われているブロックのスタイルのみを読み込む方法
                                                                  • Detect Body and Hand Pose with Vision - WWDC20 - Videos - Apple Developer

                                                                    Streaming is available in most browsers, and in the WWDC app. Explore how the Vision framework can help your app detect body and hand poses in photos and video. With pose detection, your app can analyze the poses, movements, and gestures of people to offer new video editing possibilities, or to perform action classification when paired with an action classifier built in Create ML. And we'll show y

                                                                      Detect Body and Hand Pose with Vision - WWDC20 - Videos - Apple Developer
                                                                    • Ten lessons from a decade of vertical software investing

                                                                      Insights on how vertical software founders can choose their markets wisely, maintain enduring growth, and build industry-defining companies. A few years ago, we published the initial version of our vertical SaaS manifesto. Since then, we have seen vertical SaaS continue to evolve—especially as new forms of monetization arise and augment the traditional software-based model. Accordingly, we have up

                                                                        Ten lessons from a decade of vertical software investing
                                                                      • THE DAYS | Netflix (ネットフリックス) 公式サイト

                                                                        '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                                          THE DAYS | Netflix (ネットフリックス) 公式サイト
                                                                        • Parsing in Python: all the tools and libraries you can use

                                                                          The tomassetti.me website has changed: it is now part of strumenta.com. You will continue to find all the news with the usual quality, but in a new layout. This is an article similar to a previous one we wrote: Parsing in Java, so the introduction is the same. Skip to chapter 3 if you have already read it. If you need to parse a language, or document, from Python there are fundamentally three ways

                                                                            Parsing in Python: all the tools and libraries you can use
                                                                          • I wrote one of the fastest DataFrame libraries - Ritchie Vink

                                                                            I wrote one of the fastest DataFrame libraries February 28, 2021 by Ritchie Vink 1. Introduction At the time of writing this, the coronavirus has been in our country for a year, which means I have been sitting at home for a very long time. At the start of the pandemic, I had a few pet projects in Rust under my belt and I noticed that the “are we DataFrame yet”, wasn’t anywhere near my satisfaction

                                                                              I wrote one of the fastest DataFrame libraries - Ritchie Vink
                                                                            • Material Design Text Fields Are Badly Designed — Smashing Magazine

                                                                              Where to put the label in a web form? In the early days, we talked about left-aligned labels versus top-aligned labels. These days we talk about floating labels. Let’s explore why they aren’t a very good idea, and what to use instead. I’ve been designing forms for over 20 years now, and I’ve tested many of them for large organizations like Boots, Just Eat and Gov.uk. One topic that comes up a lot

                                                                                Material Design Text Fields Are Badly Designed — Smashing Magazine
                                                                              • 【誰でも簡単】ブログに会話形式の吹き出しを入れる方法。アイコンで読みやすく魅力的に! - SIGA BLOG

                                                                                ※この記事にはアフィリエイト広告が含まれています。 ブログではキャラクターが吹き出しで会話をしている様子がよく見られます。 誰でも1度は見ているよね。 ブログで定番の表現技法です。誰でも簡単に再現できますよ。 この記事で書かれていること ブログに会話形式の吹き出しを入れる方法 アイコン付きの吹き出しを使うメリット 吹き出しを使うのが効果的な場面 アイコン画像の調達方法 ネットで「ブログ 吹き出し」と検索をすると「ブログ 吹き出し うざい」という検索候補が現れますが、特に気にする必要はありません。 なぜなら、そのワードで検索している人たちは、吹き出しがなくても文章をすらすらと読み進められるからです。 あるいは、吹き出しの使い方が下手な記事や読者目線を考慮していない記事に触れ過ぎて、一種の偏見を患っているのかもしれません。 吹き出しを入れる理由の1つは文章を読みやすくする工夫であり、優しさです

                                                                                  【誰でも簡単】ブログに会話形式の吹き出しを入れる方法。アイコンで読みやすく魅力的に! - SIGA BLOG
                                                                                • ザ・プレイリスト | Netflix (ネットフリックス) 公式サイト

                                                                                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                                                    ザ・プレイリスト | Netflix (ネットフリックス) 公式サイト