並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 34 件 / 34件

新着順 人気順

transformの検索結果1 - 34 件 / 34件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

transformに関するエントリは34件あります。 githubcsstool などが関連タグです。 人気エントリには 『JSON Crack | Online JSON Viewer - Transform your data into interactive graphs』などがあります。
  • JSON Crack | Online JSON Viewer - Transform your data into interactive graphs

    Make working with JSON easyJSON Crack eliminates the chaos of raw, messy data, making the complex appear simple and easy to understand. Upload your dataUpload your JSON file, URL, or type your data directly into our easy-to-use text editor.

      JSON Crack | Online JSON Viewer - Transform your data into interactive graphs
    • AWS、AIエージェントがリポジトリを自動スキャンして技術的負債を指摘してくれる「AWS Transform – continuous modernization」プレビュー公開

      AWS、AIエージェントがリポジトリを自動スキャンして技術的負債を指摘してくれる「AWS Transform – continuous modernization」プレビュー公開 Amazon Web Services(AWS)は、AIエージェントがコードリポジトリを継続的に自動スキャンし、サポートが終了したライブラリやフレームワークなどを始めとする技術的負債を検出し、優先順位をつけて報告あるいは修正のためのプルリクエストの提案などをしてくれるサービス「AWS Transform – continuous modernization」のプレビュー公開を発表しました。 AWS Trasformはコード変換などのサービス AWS TransformはAIエージェントによってコードの変換を行うサービスとして登場しており、コードを分析、評価してリファクタリングや依存関係のマッピング、変換などを実行

        AWS、AIエージェントがリポジトリを自動スキャンして技術的負債を指摘してくれる「AWS Transform – continuous modernization」プレビュー公開
      • Vue.js は Reactivity Transform でさらに進化する

        2023 年 1 月 26 日追記 Reactivity Transform は Vue 3.4 でコアから削除されることになりました。 https://twitter.com/danielkelly_io/status/1618256962776600576 ただ完全になくなる訳ではなく、Vue Macros という Vue 向けマクロ集のパッケージが引き継ぐようです。 https://twitter.com/sanxiaozhizi/status/1618290614306746371 Reactivity Transform とは Vue 3.2.25 から experimental で実装されている機能です[1]。script setup の defineProps() などと同様、コンパイラーマクロによってコードを変換する仕組みです。 公式ドキュメントからコードを引用しつつ、主要

          Vue.js は Reactivity Transform でさらに進化する
        • Go の x/text/transform を自作する方法 & おもしろ実装サンプル - ANDPAD Tech Blog

          前置き この記事は ANDPAD Advent Calendar 2022 の 12日目の記事です。 全力で身内ネタですがQCの冨士川さんの韻を踏む記事で大量に並ぶラップ音声ファイルを見て腹抱えて笑いました。果たして全部聞いた人はいるのか……!?この位のゆるさが好き。 お久しぶりです、バックエンドのtomtwinkleです。 ANDPADボードのバックエンドリードエンジニアをしております。 今回の記事は「ちょっと早めの忘年Goパーティ」で発表したLTの内容の解説コーナーです。レッツトランスフォーム! voicy.connpass.com と、その話に入る前に 🎊 Go 1.20 Release Candidate 1 is released! 🏃‍♂️ Run it in dev! Run it in prod! File bugs! https://t.co/Ul1xGhvlkf

            Go の x/text/transform を自作する方法 & おもしろ実装サンプル - ANDPAD Tech Blog
          • pg_flo - Stream, transform, and route PostgreSQL data in real-time

            The easiest way to move and transform data between PostgreSQL databases The project is in active development. Follow the GitHub repo for more details 😊 Real-time Streaming Stream data changes in near real-time using PostgreSQL Logical Replication.

              pg_flo - Stream, transform, and route PostgreSQL data in real-time
            • GitHub - gvergnaud/hotscript: A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.

              Core Pipe<Input, Fn[]>: Pipes a type through several functions. PipeRight<Fn[], Input>: Pipe a type from right to left. Call<Fn, ...Arg>: Call a type level Fn function. Apply<Fn, Arg[]>: Apply several arguments to an Fn function. PartialApply<Fn, Arg[]>: Make an Fn partially applicable. Compose<Fn[]>: Compose Fn functions from right to left. ComposeLeft<Fn[]>: Compose Fn functions from left to rig

                GitHub - gvergnaud/hotscript: A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.
              • 【WebGL2】GPU Instancing x Transform Feedback で大量のインスタンスの計算と描画をGPUで行う - KAYAC Engineers' Blog

                ~ このエントリは 【カヤック】面白法人グループ Advent Calendar 2023 の22日目の記事です。~ こんにちは!ハイパーカジュアルゲームチームの深澤です。 WebGL2において GPU Instancing でメッシュを大量に表示しつつ、Transform Feedback を使ってインスタンスごとの情報計算もGPUに任せてみたいと思います。 ↓ デモはこちらになります。画像かURLから飛ぶことができます デモ: https://takumifukasawa.github.io/webgl-transform-feedback-gpu-instancing/ ↓ リポジトリのURL github.com メッシュ1つあたりの頂点数は24です。描画色は、インスタンスごとの色をふまえて平行光源の拡散光だけ計算しています。 GPU Instancing を使っていて、ドローコー

                  【WebGL2】GPU Instancing x Transform Feedback で大量のインスタンスの計算と描画をGPUで行う - KAYAC Engineers' Blog
                • えっ!?まだtransformプロパティを使ってるの!? – TAKLOG

                  みんな独立したプロパティ使ってる。使ってないのお前だけ。transformは与えられた要素に移動(translate)、拡大縮小(scale)、回転(rotate)、傾斜(skew)などの変形(transform)を適応させるCSSプロパティです。 transform: translate(-50%, -50%);で中央寄せ(現在ではあまり使用されないレガシーな手法です)といった静的な配置に用いることもありますが、主にCSSアニメーションを実装する際に使われることが多いです。 そのtransformプロパティの値のうち傾斜(skew)以外は現在では独立したプロパティで指定することができます。

                    えっ!?まだtransformプロパティを使ってるの!? – TAKLOG
                  • Reactivity Transform

                    Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on. →

                      Reactivity Transform
                    • “Death of a Salesforce”: Why AI Will Transform the Next Generation of Sales Tech | Andreessen Horowitz

                      “Death of a Salesforce”: Why AI Will Transform the Next Generation of Sales Tech The battle between every startup and incumbent comes down to whether the startup gets distribution before the incumbent gets innovation. In sales tech, it’s easy to assume incumbents like Salesforce and Hubspot have the edge. First, they are embedded as “systems of record,” so sales leaders are loath to rip them out a

                        “Death of a Salesforce”: Why AI Will Transform the Next Generation of Sales Tech | Andreessen Horowitz
                      • Finer grained control over CSS transforms with individual transform properties  |  Articles  |  web.dev

                        Web Platform Dive into the web platform, at your pace.

                        • Sub-pixel Distance Transform — Acko.net

                          High quality font rendering for WebGPU This page includes diagrams in WebGPU, which has limited browser support. For the full experience, use Chrome on Windows or Mac, or a developer build on other platforms. In this post I will describe Use.GPU's text rendering, which uses a bespoke approach to Signed Distance Fields (SDFs). This was borne out of necessity: while SDF text is pretty common on GPUs

                            Sub-pixel Distance Transform — Acko.net
                          • GitHub - Jeffallan/claude-skills: 66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - Jeffallan/claude-skills: 66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
                            • ミッションはグループ会社のTRANSFORM - グループ会社支援チームのご紹介 - エムスリーテックブログ

                              こちらはエムスリー Advent Calendar 2024 10日目の記事です。 エンジニアリンググループ、プロダクトマネージャーの岩田(@a___iwata)です。 以前、「目指すは企業価値最大化!? グループ会社支援チームのご紹介」というタイトルでグループ会社でのエンジニア・デザイナー組織作りの記事を書きました。 www.m3tech.blog 組織ができあがったら、次はプロダクト作りです。ということで、(やや強引ですが)グループ会社のTRANSFORMを題材とします。 前提:TRANSFORMとは イノベーションには実験が不可欠! - 言うは易く行うは難し - プロダクトチームへの信頼こそが、ジレンマを突破するためのほぼ唯一の解 今作ろうとしているものからイノベーションを生み出す 2割の工数で8割の効用を達成 ユーザー満足度を取る・あげる 継続的にイノベーションを生み出す組織、仕組

                                ミッションはグループ会社のTRANSFORM - グループ会社支援チームのご紹介 - エムスリーテックブログ
                              • UEVR - Transform Unreal Engine Games into VR Experiences

                                The frontend GUI is the main way to interact with UEVR prior to injection. It allows you to easily inject UEVR into a game, configure settings, and more. Our goal is to support as many headsets as possible. If you have a headset that is not supported, please let us know. Our testers have reported that the following headsets work: Oculus Rift CV1 Oculus Rift S Oculus Quest 2 Meta Quest Pro Valve In

                                • ついに全ブラウザで利用可能に!CSS transformが進化した件を鹿野壮さんに聞いてみた

                                  8月30日(米国時間)にリリースされた「Google Chrome 105」ではセキュリティの拡張やコンテナクエリ/:has()の対応など大きなアップデートが盛り込まれていますが、そのひとつ前のバージョンである「Chrome 104」(8/3リリース)では、CSSに関連した大きなアップデートが話題になりました。GoogleのChromeデベロッパリレーションエンジニアのブラームス・ヴァン・ダム(Bramus Van Damme)氏はリリースの当日、CSSアップデートについてこうツイートしています。 このツイートでいわれている「個別のCSSプロバティを変換(individual CSS properties to do transforms)」できるメリットは何なのでしょうか。CSSエキスパートの鹿野壮さんにデモを交えながら教えていただきました。 今回話を伺ったエキスパート フォローしよう!

                                    ついに全ブラウザで利用可能に!CSS transformが進化した件を鹿野壮さんに聞いてみた
                                  • #1 Image to Draw.io Converter - Transform Screenshots & Diagrams in 1 minute

                                    Try 3 times free without login Sign in to get 2 more free trials and save your conversions! Sign In Professional Diagram Conversion Service What is Image to Draw.io?Draw.io is the world's most popular free diagramming software - millions use it daily for flowcharts, architecture diagrams, and technical drawings. But what happens when you have a diagram trapped in an image? That's where our Image t

                                      #1 Image to Draw.io Converter - Transform Screenshots & Diagrams in 1 minute
                                    • ‘He was in mystic delirium’: was this hermit mathematician a forgotten genius whose ideas could transform AI – or a lonely madman?

                                      “If I can.” “Could you buy me a revolver?” Jean-Claude refused. Then, after watching the hermit – who was deaf and nearly blind – totter erratically about his garden, he telephoned the man’s children. Even they hadn’t spoken to their father in close to 25 years. When they arrived in the village of Lasserre, the recluse repeated his request for a revolver, so he could shoot himself. There was barel

                                        ‘He was in mystic delirium’: was this hermit mathematician a forgotten genius whose ideas could transform AI – or a lonely madman?
                                      • AWS Amplify フレームワークの使い方Part18〜GraphQL Transform v2 @hasOne/@hasMany/@belongsTo/@manyToMany (旧@ connection)編〜 - Qiita

                                        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                          AWS Amplify フレームワークの使い方Part18〜GraphQL Transform v2 @hasOne/@hasMany/@belongsTo/@manyToMany (旧@ connection)編〜 - Qiita
                                        • Reindex, Transform, and Aggregate datasets using pandas Library

                                          Most of the time, the dataset we will get from the business will be dirty and cannot be used straight forward to train machine learning models. Therefore, we must treat the dataset and bring it to the desired form to input it into an algorithm. This tutorial discusses reindexing, transforming, and aggregating datasets in Pandas. What are Reindexing, Transforming, and Aggregating?Reindexing, transf

                                            Reindex, Transform, and Aggregate datasets using pandas Library
                                          • scikit-learn の fit() / transform() / fit_transform() - Qiita

                                            scikit-learn の変換系クラス(StandardScaler、Normalizer、Binarizer、OneHotEncoder、PolynomialFeatures、Imputer など) には、fit()、transform()、fit_transform()という関数がありますが、何を使ったらどうなるかわかりづらいので、まとめてみました。 関数でやること fit() 渡されたデータの最大値、最小値、平均、標準偏差、傾き...などの統計を取得して、内部メモリに保存する。 transform() fit()で取得した統計情報を使って、渡されたデータを実際に書き換える。 fit_transform() fit()を実施した後に、同じデータに対してtransform()を実施する。 使い分け トレーニングデータの場合は、それ自体の統計を基に正規化や欠損値処理を行っても問題ないので

                                              scikit-learn の fit() / transform() / fit_transform() - Qiita
                                            • GitHub - rectanglehq/Shapeshift: Transform JSON objects using vector embeddings

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - rectanglehq/Shapeshift: Transform JSON objects using vector embeddings
                                              • The ear does not do a Fourier transform

                                                Let’s talk about how the cochlea computes! The tympanic membrane (eardrum) is vibrated by changes in air pressure (sound waves). Bones in the middle ear amplify and send these vibrations to the fluid-filled, snail-shaped cochlea. Vibrations travel through the fluid to the basilar membrane, which remarkably performs frequency separation1: the stiffer, lighter base resonates with high frequency comp

                                                  The ear does not do a Fourier transform
                                                • データ分析のメトリクスレイヤーを実現するサービス「Transform」を紹介しました #AKIBASaaS | DevelopersIO

                                                  大阪オフィスの玉井です。 2022年3月9日、下記の勉強会が開催されました。 この勉強会で、私はTransform〜メトリクスレイヤーとは何か? データ分析に必要な「指標」を管理するというセッションで登壇しました。 登壇資料 登壇内容の補足 公式 メトリクスレイヤーについて メトリクスレイヤーを内製化した企業について Airbnb Uber Linkedin Spotify おわりに 「メトリクス(指標)を統合管理する必要性」を現場で感じている日本の企業はまだまだ少ないと思います。というのも、メトリクス管理の重要性を感じるためには、ある程度、データ分析基盤の利活用が進んでいる必要性があるからです。モダンデータスタックを一通り構築して、初めてメトリクスが散乱していることに気づきはじめます。 ですので、もし「また新しい概念が出てきた…。追いつかない…。」と途方に暮れてしまった場合、まずは焦らず

                                                    データ分析のメトリクスレイヤーを実現するサービス「Transform」を紹介しました #AKIBASaaS | DevelopersIO
                                                  • Alvin Foo on X: "TRANSFORM is an innovative furniture concept developed by MIT that utilizes shape display technology to adapt its form and function in real-time. This dynamic and adaptive furniture aims to meet the changing needs of users, highlighting t

                                                    • Transform coordinates - GPS online converter

                                                      Online converter for lat & long coordinates, geodetic datums and projected systems Convert coordinates via API The coordinate transformation and search functionalities are powered by the MapTiler Cloud Coordinates API, which is fully compatible with EPSG.io and also offers a /transform API endpoint for coordinate transformation. Use the Client JavaScript library or the command line.

                                                      • 「CAD Transform for blender」移動する時に常にメジャーを表示してCADのように移動、拡大縮小、回転出来る無料アドオン|3DCG最新情報サイト MODELING HAPPY

                                                        CAD Transform for blenderをダウンロードする Blenderで移動する距離を常にメジャーで表示しながらCADのようにスナップしながら移動、拡大縮小、回転が出来るツールCAD Transform for blenderをGumroadより無料でダウンロードして使う事が出来ます。細かな作業が要求される人は導入してみてはどうでしょうか。 移動する時は常にメモリで移動距離を表示出来ます XYZに沿って移動する事も出来てメモリは0.5刻みなども出来ます 先端を選べば 他のモデルにスナップして移動出来ます 面の真ん中を選んで 他のモデルにスナップして移動もできます。 モデルを選んで別のモデルの頂点を選んでポイントを指定すると 他のモデルのエッジに沿って移動もできます エッジにスナップして移動もできます 中心に移動も出来ます 頂点移動するときもメモリを表示してくれます XYZの軸

                                                          「CAD Transform for blender」移動する時に常にメジャーを表示してCADのように移動、拡大縮小、回転出来る無料アドオン|3DCG最新情報サイト MODELING HAPPY
                                                        • Man who spent $14K to transform himself into collie steps out for first-ever walk in public

                                                          The dog days are just beginning for this man. A Japanese native has transformed himself into a canine after forking out more than $14,000 for a custom-made collie costume. The private citizen, who goes only by Toco online, says the unusual garment has helped actualize his dream of “becoming an animal.” Footage shared to Toco’s YouTube channel, where he boasts more than 32,000 subscribers, shows hi

                                                            Man who spent $14K to transform himself into collie steps out for first-ever walk in public
                                                          • GitHub - nothingislost/obsidian-hover-editor: Transform the Page Preview hover into a working editor instance

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - nothingislost/obsidian-hover-editor: Transform the Page Preview hover into a working editor instance
                                                            • These 7 Japanese Math Rock Chords Instantly Transform Your Playing

                                                              Get your chord guide here: https://lets-talk-about-math-rock.kit.com/54027480f3 ▶MY COURSES◀ 🎸The Math Rock Roadmap: https://lets-talk-about-math-rock.thinkific.com/courses/complete-math-rock-roadmap?video=PpEOnWbCKdE ▶MY BOOKS◀ 📖 Math Rock Guitar Essentials Amazon: https://amzn.to/4fWmtZl ebook: https://letstalkaboutmathrock.store/products/math-rock-guitar-essentials-ebook?video=PpEOnWbCKd

                                                                These 7 Japanese Math Rock Chords Instantly Transform Your Playing
                                                              • Automate AWS Lambda Runtime Upgrades with AWS Transform custom | Amazon Web Services

                                                                AWS DevOps & Developer Productivity Blog Automate AWS Lambda Runtime Upgrades with AWS Transform custom Introduction Organizations carry a growing burden of technical debt — aging codebases, outdated runtimes, and legacy frameworks that slow innovation, increase security risk, and inflate maintenance costs. Addressing this debt requires tackling a wide range of code transformation challenges: vers

                                                                  Automate AWS Lambda Runtime Upgrades with AWS Transform custom | Amazon Web Services
                                                                • 荷物が増えても安心! バックパックに変形できるボディバッグ「KABAG transform」 | ライフハッカー・ジャパン

                                                                  トランスフォームで容量アップImage: KABAG簡単な手順でボディバッグからバックパックへ変形できる「KABAG transform」。4.1Lという最小限のサイズから、変形後には19.4Lと約5倍まで容量アップが可能になっています。 Image: KABAG筆者も基本は少ない荷物でお出かけしたい派ですが、出先では荷物が増えてしまいがちですよね。そんなシーンでもサッと容量が増やせるのは助かるポイント。 また、シングルショルダーのボディバッグだとズレてしまうこともありますが、バックパックであれば自転車に乗るときも安定して助かりますね。 中身が混ざらないのも便利そうImage: KABAGボディバッグ時の収納量は控えめですが、それでもiPad miniはしっかり入るサイズ感。財布やスマホとプラスアルファのアイテムであれば十分かと思います。 バックパック部分は展開形式で15.3Lの容量を備え

                                                                    荷物が増えても安心! バックパックに変形できるボディバッグ「KABAG transform」 | ライフハッカー・ジャパン
                                                                  • Cornerstone Transform: スキルベースの人事および人財インテリジェンス | スキルの成長を促進

                                                                    SkyHiveのナレッジグラフを活用した人財データ基盤で、市場をリードする戦略をキープしましょう。SkyHiveは、リアルタイム労働市場データのオリジナルプロバイダーです。

                                                                      Cornerstone Transform: スキルベースの人事および人財インテリジェンス | スキルの成長を促進
                                                                    • AWS、AIエージェントでレガシーなWindowsアプリをコードもDBもモダンな「.NET+Aurora PostgreSQL」に自動変換。AWS Transformリリース

                                                                      AWS、AIエージェントでレガシーなWindowsアプリをコードもDBもモダンな「.NET+Aurora PostgreSQL」に自動変換。AWS Transformリリース Amazon Web Servicesは、.NET FrameworkとSQL Serverの構成によるレガシーなWindowsアプリケーションを、モダンな.NETとAurora PostgreSQLの構成にコードもデータベースも変換するAIエージェント機能を搭載した「AWS Transform for full-stack Windows modernization」をリリースしました。 AWS Transform for full-stack Windows modernizationのAIエージェントは、まず最初にAmazon EC2もしくはAmazon RDSのSQL Serverインスタンスをスキャンし、次

                                                                        AWS、AIエージェントでレガシーなWindowsアプリをコードもDBもモダンな「.NET+Aurora PostgreSQL」に自動変換。AWS Transformリリース
                                                                      1

                                                                      新着記事