並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 556件

新着順 人気順

coordinate withの検索結果361 - 400 件 / 556件

  • 可変フォントガイド - CSS: カスケーディングスタイルシート | MDN

    CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

      可変フォントガイド - CSS: カスケーディングスタイルシート | MDN
    • Push Ifs Up And Fors Down

      Push Ifs Up And Fors Down Nov 15, 2023 A short note on two related rules of thumb. Push Ifs Up If there’s an if condition inside a function, consider if it could be moved to the caller instead: // GOOD fn frobnicate(walrus: Walrus) { ... } // BAD fn frobnicate(walrus: Option<Walrus>) { let walrus = match walrus { Some(it) => it, None => return, }; ... } As in the example above, this often comes up

      • Making an Audio Waveform Visualizer with Vanilla JavaScript | CSS-Tricks

        As a UI designer, I’m constantly reminded of the value of knowing how to code. I pride myself on thinking of the developers on my team while designing user interfaces. But sometimes, I step on a technical landmine. A few years ago, as the design director of wsj.com, I was helping to re-design the Wall Street Journal’s podcast directory. One of the designers on the project was working on the podcas

          Making an Audio Waveform Visualizer with Vanilla JavaScript | CSS-Tricks
        • max-width - CSS: カスケーディングスタイルシート | MDN

          CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

            max-width - CSS: カスケーディングスタイルシート | MDN
          • Orchestrating AWS Glue crawlers using AWS Step Functions | Amazon Web Services

            AWS Compute Blog Orchestrating AWS Glue crawlers using AWS Step Functions This blog post is written by Justin Callison, General Manager, AWS Workflow. Organizations generate terabytes of data every day in a variety of semistructured formats. AWS Glue and Amazon Athena can give you a simpler and more cost-effective way to analyze this data with no infrastructure to manage. AWS Glue crawlers identif

              Orchestrating AWS Glue crawlers using AWS Step Functions | Amazon Web Services
            • Incident severity levels for online platforms

              Defining clear Incident Severity levels is a key component to an efficient Incident Management process that helps Engineering teams quickly respond to outages and mitigate customer impact. Operating an online platform with multiple nines of availability is a complex task, modern websites depend on thousands to hundreds of thousands of individual moving parts all of which need to work correctly in

                Incident severity levels for online platforms
              • CERT/CC Vulnerability Note VU#257161

                Vulnerability Note VU#257161 Original Release Date: 2020-06-16 | Last Revised: 2022-09-20 Overview Treck IP stack implementations for embedded systems are affected by multiple vulnerabilities. This set of vulnerabilities was researched and reported by JSOF, who calls them Ripple20. Description Treck IP network stack software is designed for and used in a variety of embedded systems. The software c

                • Why are blocks on Bluesky public? | Bluesky

                  The technical implementation of public blocks and some possibilities for more privacy preserving block implementations — an area of active research and experimentation. In April, we shipped a block feature to all users. Unlike on other centralized platforms, blocks on Bluesky are public and enumerable data, because all servers across the network need to know that they exist in order to respect the

                    Why are blocks on Bluesky public? | Bluesky
                  • AWS Proton now supports Terraform Open Source for infrastructure provisioning

                    AWS Proton now supports the definition of infrastructure in HashiCorp Configuration Language (HCL) and the provisioning of infrastructure using Terraform Open Source through a git-based workflow. Platform teams define AWS Proton templates using Terraform modules, and AWS Proton leverages the customer-managed Terraform automation to provision or update the infrastructure. Customers can use Terrafor

                      AWS Proton now supports Terraform Open Source for infrastructure provisioning
                    • content-visibility - CSS: カスケーディングスタイルシート | MDN

                      CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

                        content-visibility - CSS: カスケーディングスタイルシート | MDN
                      • Spider-Man NWH - Revised Final Cut Script Conform - 1.21.22

                        SERENITY NOW Written by Chris McKenna & Erik Sommers 1. OVER SONY LOGO: NY1 REPORTER (V.O.) We come to you now with revelations about last week’s attack in London. An anonymous source provided this video. It shows Quentin Beck, aka Mysterio, moments before his death. Warning: you may find this video disturbing. OVER COLUMBIA LOGO: QUENTIN BECK (V.O.) I managed to send the Elemental back through th

                        • The seven deceptions of microservices

                          The seven deceptions of microservices Adapted from a talk I gave at Develop Denver 2019 Microservices have become ubiquitous in the architecture of modern tech companies - large and small. But are they better than previous development models? In this talk article, I will debunk the seven fictions that engineers tell themselves about microservices and why they might be an anti-pattern. Disclaimer 1

                          • Details About Wool Kimono. The Features, Way To Discriminate, Etc | Cafekimono

                            Fabric Dyeing, Weave Details About Wool Kimono. The Features, Way To Discriminate, Etc It’s very useful to wear wool kimono as daily use instead of tsumugi and cotton kimono. Wool kimono is very warm in winter and has lots of unique and fashionable design. It’s easy to coordinate with obi and accessories so begginers try to wear. Also it’s easy to wash. This time I’ll show you what is wool kimono.

                              Details About Wool Kimono. The Features, Way To Discriminate, Etc | Cafekimono
                            • Microservices antipatterns and pitfalls

                              Author Mark Richards walks you through the 10 most common microservice anti-patterns and pitfalls, and provides solutions for avoiding them. Preface In late 2006 service-oriented architecture (SOA) was all the craze. Companies were jumping on the bandwagon and embracing SOA before fully understanding the advantages and disadvantages of this very complex architecture style. Those companies that emb

                                Microservices antipatterns and pitfalls
                              • Extending three.js materials with GLSL

                                MeshStandardMaterial extended with specular/gloss + instancing +map transformations. See demo.Material in three.js is a high level abstraction to low level systems both WebGL and Three.js. Three.js materials all share a common base in order to be able to work with the entire rendering system. All of them share some common properties that work with low level three.js and webgl concepts (including 2

                                  Extending three.js materials with GLSL
                                • Nerfies: Deformable Neural Radiance Fields

                                  Nerfies turns selfie videos from your phone into free-viewpoint portraits. We present the first method capable of photorealistically reconstructing a non-rigidly deforming scene using photos/videos captured casually from mobile phones. Our approach augments neural radiance fields (NeRF) by optimizing an additional continuous volumetric deformation field that warps each observed point into a canoni

                                  • Institute for the Study of War

                                    This page collects ISW and CTP's updates on the conflict in Ukraine. In late February 2022, ISW began publishing daily synthetic products covering key events related to renewed Russian aggression against Ukraine. These Ukraine Conflict Updates replaced ISW’s previous “Indicators and Thresholds for Russian Military Operations in Ukraine and/or Belarus,” which we maintained from November 12, 2021, t

                                    • 靴下はとても重要!HALISON(ハリソン)の靴下は最高に優秀です。 - 1978 -アラフォーからの一生モノ探しー

                                      タイミングを逃した感もありますが、今回は楽天スーパーセールで購入したハリソンの靴下をご紹介します。増税前の買い増しですね。割と派手なカラーの靴下ですが実はこういうカラーの靴下も重要なんですよというお話し。 デイリーユースで最高のロングホーズ。 購入したロングホーズはコチラ。 ターコイズ オレンジ(ターコイズ) まとめ。 デイリーユースで最高のロングホーズ。 今になって思えば地味な企画だったなぁと思うんですが、地味だからこそ重要というか必要な企画だったと思います。この企画で靴下の質の違いがバカにできないと気付くことが出来ました。 1位に輝いたハリソンですが未だに週に1回程度の間隔で履き続けています。 他はほぼ全滅ということを考えるとやっぱり違うんだなと。 www.1978.tokyo www.1978.tokyo www.1978.tokyo 購入したロングホーズはコチラ。 購入したのはオレ

                                        靴下はとても重要!HALISON(ハリソン)の靴下は最高に優秀です。 - 1978 -アラフォーからの一生モノ探しー
                                      • Introducing Amazon EventBridge schema registry and discovery – In preview | Amazon Web Services

                                        AWS Compute Blog Introducing Amazon EventBridge schema registry and discovery – In preview Today, AWS announces the preview of Amazon EventBridge schema registry and discovery. These are new developer tool features, which allow you to automatically find events and their structure, or schema, and store them in a shared central location. This makes it faster and easier to build event-driven applicat

                                          Introducing Amazon EventBridge schema registry and discovery – In preview | Amazon Web Services
                                        • Vis Network Examples

                                          Vis Network Basic usage Basic Usage ESNext Build Legacy Build Peer Build Standalone Build Data Custom Scaling DataSet DOT edge styles DOT Language DOT language playground Dynamic Data Dynamic filtering Importing from Gephi (JSON) Scaling Labels Scaling Nodes and Edges Edge Styles Arrow Alignment Arrow Types Arrows Colors Dashes Edge background Endpoint Offsets Image Arrow Heads Self Reference Stat

                                          • PysimpleGUIを用いたOpenCV画像処理表示 - Qiita

                                            はじめに PysimpleGUIを使った画像処理表示のデモを作成したので、覚えとして記載します。 作成したデモ (1)OpenCVでカメラから画像を受け取りリアルタイムで、ヒストグラムを表示するプログラム 参考: PysimpleGUIを用いたOpenCVのカメラ画像表示 (2)OpenCVで静止画を読み込み、閾値を設定するプログラム 参考: PySimpleGUIで画像処理ビューアーを作る PythonでUSBカメラの映像を取り込み、ヒストグラム(RGB)をリアルタイムに表示する方法 PythonでGUI画面を作る方法::PySimpleGUIでグリッド表示機能のついたキャプチャ画面を作る (3)OpenCVで静止画を読み込み、ROIを設定するプログラム PysimpleGUIでは、画像表示にはCanvasを使う方法と、sg.Imageを使う方法がありますが、今回はsg.Imageを利用

                                              PysimpleGUIを用いたOpenCV画像処理表示 - Qiita
                                            • How to Create the Apple Fifth Avenue Cube in WebGL | Codrops

                                              A tutorial on how to re-create the Apple Fifth Avenue Cube animation using WebGL. In September 2019 Apple reopened the doors of its historic store in the Fifth Avenue and to celebrate the special event it made a landing page with a really neat animation of a cube made of glass. You can see the original animation in this video. What caught my attention is the way they played with the famous glass c

                                                How to Create the Apple Fifth Avenue Cube in WebGL | Codrops
                                              • How an Elon Musk PAC is using voter data to help Trump beat Harris in 2024 election

                                                If a voter in Michigan performs a search on Google, a somewhat shocking ad might pop up. The ad shows a young man lying in bed late at night when someone else texts him, "Hey you need to vote," and then sends the man a video of the attempted assassination of former President Donald Trump. The man can hear the gunshots and people screaming in the background. As Trump is rushed off stage with blood

                                                  How an Elon Musk PAC is using voter data to help Trump beat Harris in 2024 election
                                                • Why Did the OpenSSL Punycode Vulnerability Happen

                                                  02 Nov 2022 Why Did the OpenSSL Punycode Vulnerability Happen Some room-temperature takes on yesterday's not-quite-RCE vulnerabilities in OpenSSL 3.0, and on what there is to learn about safe cryptography engineering. A recap Yesterday OpenSSL published version 3.0.7, which was pre-announced to contain a fix for a CRITICAL vulnerability, the first one since 2016 and since Heartbleed before that. T

                                                    Why Did the OpenSSL Punycode Vulnerability Happen
                                                  • Attorney General William P. Barr's Statement on Riots and Domestic Terrorism

                                                    Attorney General William P. Barr has issued the following statement: “With the rioting that is occurring in many of our cities around the country, the voices of peaceful and legitimate protests have been hijacked by violent radical elements.  Groups of outside radicals and agitators are exploiting the situation to pursue their own separate, violent, and extremist agenda. It is time to stop watchin

                                                      Attorney General William P. Barr's Statement on Riots and Domestic Terrorism
                                                    • Building a platform that open sources itself - Zed Blog

                                                      For more than a year, Zed's remote team has been coding together in Zed. Instead of reviewing diffs, we usually prefer to have conversations about code. Efficient dialog about any line in the codebase has become an important capability for our team. So important, in fact, that we really want to scale it. We've decided to build a platform designed for open-sourcing itself. Let me say that another w

                                                        Building a platform that open sources itself - Zed Blog
                                                      • Version 1.0

                                                        Version 1.0¶ For a short description of the main highlights of the release, please refer to Release Highlights for scikit-learn 1.0. Legend for changelogs Major Feature something big that you couldn’t do before. Feature something that you couldn’t do before. Efficiency an existing feature now may not require as much computation or memory. Enhancement a miscellaneous minor improvement. Fix somethin

                                                        • AWS Proton support for Terraform Open Source is now Generally Available

                                                          AWS Proton support for defining infrastructure in HashiCorp Configuration Language (HCL) and provisioning infrastructure using Terraform Open Source is now generally available in all regions where Proton is available. Platform teams can now define AWS Proton templates using Terraform modules, in addition to CloudFormation. AWS Proton leverages the customer-managed Terraform automation to provision

                                                            AWS Proton support for Terraform Open Source is now Generally Available
                                                          • You may not need Axios - Dan Levy's Programming Blog

                                                            You may not need Axios This is not an attack on Axios. Rather, it’s advocacy for the fetch API which has become quite capable. 🦄 Overview This article is a collection of the “missing” fetch code snippets and common use cases I wish were easier to find. Fetch Snippets My top 10 list of fetch examples, plus a bonus or 2. Get JSON from a URL Custom headers HTTP Error Handling CORS example Posting JS

                                                            • place-items - CSS: カスケーディングスタイルシート | MDN

                                                              CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

                                                                place-items - CSS: カスケーディングスタイルシート | MDN
                                                              • How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days

                                                                How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days #A Pandemic started In the last November in 2019, we heard about the first case of unknown deadly diseases from China. Now everyone knows it as Covid-19 Now it seems to change our lives forever. The virus is deadly and it is highly contagious. Still, we know very little about it. I truly hope we will find some cure soon.

                                                                  How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days
                                                                • PhobosLab

                                                                  The source code for the classic PSX launch title wipEout was leaked in 2022. A few month ago I finally sat down to take a look at it. The result is a (nearly) complete rewrite that compiles to Windows, Linux, macOS and WASM. Thanks to WASM and WebGL you can play wipEout right in your browser! I'm not the only one who embarked on a path to restore the game. To my knowledge, there are two other effo

                                                                  • Okta Completes Acquisition of Auth0 | Okta

                                                                    Identity leaders combine developer and enterprise expertise, offering customers more flexibility San Francisco, CA — May 3, 2021 — Okta, Inc. (NASDAQ:OKTA), the leading independent identity provider, today announced the successful completion of its acquisition of Auth0, a leading identity platform for application teams. Together, Okta and Auth0 address a broad set of digital identity use cases, pr

                                                                      Okta Completes Acquisition of Auth0 | Okta
                                                                    • 2020年アラフォーが購入を検討しているアイテムをご紹介します! - 1978 -アラフォーからの一生モノ探しー

                                                                      あけましておめでとうございます。 2020年の元旦だった昨日はセール情報の更新をやっておりました。皆様は良い買い物が出来ていますか?今回は2020年に購入を検討しているアイテム紹介です。是非ご覧ください。 2019年に検討していたアイテムはコチラ。 2020年に購入したいアイテムはコチラ。 オーダースーツ&オーダージャケット 時計 ニット 靴 まとめ。 2019年に検討していたアイテムはコチラ。 2018年はいろいろあって前編後編にわけてご紹介しました。結果はというとだいたい半分くらい購入しましたが、良いものもあれば微妙だったものもあります。 良いも悪いも余すところなくお伝え出来たのでそれは良かったなと。 www.1978.tokyo www.1978.tokyo www.1978.tokyo 2020年に購入したいアイテムはコチラ。 2017年から始めたこのブログも2020年を迎えること

                                                                        2020年アラフォーが購入を検討しているアイテムをご紹介します! - 1978 -アラフォーからの一生モノ探しー
                                                                      • Ramp and the AI Opportunity

                                                                        Welcome to the 93 newly Not Boring people who have joined us since Thursday! If you haven’t subscribed, join 226,688 smart, curious folks by subscribing here: Subscribe now Hi friends 👋, Happy Tuesday and welcome back to our fourth Not Boring Deep Dive on Ramp. Ramp is one of the fastest-growing, best-run startups in the world. It’s also just one of my favorites. I met Ramp CEO Eric Glyman the fi

                                                                          Ramp and the AI Opportunity
                                                                        • The Legacy of Go | spf13

                                                                          This presentation was developed for GoLab in Firenze Italy and delivered as the closing keynote of the conference. The presentation talks about legacy, looking both backwards and forwards. It talks about the legacy of langauage Go inherited and how it is paying respect to that legacy. It concludes talking about the legacy Go hopes to leave behind. Slides Praise People in attendance called this pre

                                                                            The Legacy of Go | spf13
                                                                          • Cats and lasers and (Raspberry) Pi, OH MY! - Raspberry Pi

                                                                            Keeping a modern cat entertained requires something more high-tech than a ball of yarn. The MagPi’s Phil King wonders if this is a purr-fect project… WARNING! LASER EYE! Don’t look into a laser beam, and don’t point a laser beam at a somebody’s head. For more on things you SHOULDN’T do with a laser, visit magpi.cc/lasersafety. Xander the cat is a much-loved family pet, but as his owners live in a

                                                                              Cats and lasers and (Raspberry) Pi, OH MY! - Raspberry Pi
                                                                            • Meeting the AI moment: advancing the future through responsible AI - Microsoft On the Issues

                                                                              All Microsoft Global Microsoft 365 Teams Copilot Windows Surface Xbox Deals Small Business Support Software Windows Apps AI Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Skype PCs & Devices Computers Shop Xbox Accessories VR & mixed reality Certified Refurbished Trade-in for cash Entertainment Xbox Game Pass Ultimate PC Game Pass Xbox games PC and Windows games Movies & TV Business Micro

                                                                                Meeting the AI moment: advancing the future through responsible AI - Microsoft On the Issues
                                                                              • Visualizing Black Holes with General Relativistic Ray Tracing – Sean's Projects

                                                                                Okay I ended up making this write-up waaaaaay too long, so before I get into any of the jargon, let’s take a look at the finished product: Orbiting around the equator of a supermassive black hole, with an off-axis accretion disk. Orbiting laterally from the equator to the north pole of a slightly less supermassive black hole. Sitting near the accretion disk of a really, really supermassive black h

                                                                                • FBI: Stolen PII and deepfakes used to apply for remote tech jobs

                                                                                  HomeNewsSecurityFBI: Stolen PII and deepfakes used to apply for remote tech jobs The Federal Bureau of Investigation (FBI) warns of increasing complaints that cybercriminals are using Americans' stolen Personally Identifiable Information (PII) and deepfakes to apply for remote work positions. Deepfakes (digital content like images, video, or audio) are sometimes generated using artificial intellig

                                                                                    FBI: Stolen PII and deepfakes used to apply for remote tech jobs