並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 294 件 / 294件

新着順 人気順

referenceの検索結果281 - 294 件 / 294件

  • GitHub - blefnk/relivator-nextjs-template: ✨ Relivator: Next.js 15 React 19 eCommerce Template ▲ Better-Auth Polar Shadcn/UI Tailwind Drizzle ORM TypeScript TS Radix, Postgres Neon, App Router SaaS Commerce eCommerce Shop Pricing Payments Dark Mode Full S

    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 - blefnk/relivator-nextjs-template: ✨ Relivator: Next.js 15 React 19 eCommerce Template ▲ Better-Auth Polar Shadcn/UI Tailwind Drizzle ORM TypeScript TS Radix, Postgres Neon, App Router SaaS Commerce eCommerce Shop Pricing Payments Dark Mode Full S
    • [ワークショップ] re:Invent 2023 の 222ワークショップの一覧リストを作成してみた #AWSreInvent | DevelopersIO

      アノテーション テクニカルサポートの川崎です。 今年の re:Invent でも、圧倒的な量のワークショップが開催されました! re:Invent の ポータル で確認すると、ワークショップのセッションは 307件 ありました。 複数回実施されるワークショップもありますので、 重複を除くと、re:Invent 2023 で実施されたワークショップは 222件 ありました。 (参考までに、re:Invent 2022 では 199件でした) この圧倒的な量のコンテンツをカタログ化したい、という願望が私にはあります。 このうち、セルフペースでも実施できるワークショップの URL をまとめてみました。 すべてのワークショップが、セルフペースで実施可能、という訳にはいかないのですが、 セルフペースで実施可能なワークショップは、re:Invent 終了後から半年くらいの期間に増加していくと予想されま

        [ワークショップ] re:Invent 2023 の 222ワークショップの一覧リストを作成してみた #AWSreInvent | DevelopersIO
      • Kindle for PCで「本を開くことができません」と言われたら | アフィリエイトのある暮らし

        久しぶりにWindowsでKindle本を読もうとしたら、「本を開くことができません。端末から本を削除し、再ダウンロードしてください。」と言われてしまいました。 Kindle端末を使って読むことが多かったので、PCではあまり使っていなかったのですが、久しぶりに開こうとしたらこんなエラーが出ようとは…。

          Kindle for PCで「本を開くことができません」と言われたら | アフィリエイトのある暮らし
        • GitHub - useplunk/plunk: The Open-Source Email Platform

          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 - useplunk/plunk: The Open-Source Email Platform
          • 値を滑らかに変更する関数

            等速で動きます。 [SerializeField] private Transform targetObj; [SerializeField] private Transform destination; private bool isMove; private float speed = 1f; void Update() { if (Input.GetMouseButtonDown(0)) { isMove = true; } if (isMove) { Vector3 curPos = targetObj.position; curPos.x = Mathf.MoveTowards(curPos.x, destination.position.x, Time.deltaTime * speed); targetObj.position = curPos; } } Mathf.Lerp

              値を滑らかに変更する関数
            • BP替芯適合表_2022版

              1 2 3 4 BRFS-10 5 6 LP2RF LP3RF 7 8 LFBKRF LFBKRF LFPKRF 9 LFBTRF XXX LFTRF

              • GitHub - fastapi/full-stack-fastapi-template: Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

                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 - fastapi/full-stack-fastapi-template: Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
                • GitHub - HariSekhon/DevOps-Bash-tools: 1000+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs, SQL, PostgreSQL, MySQL, Hive, Impala, Kafka, Hadoop, Jenkins, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build L

                  Scripts for many popular DevOps technologies, see Index below for more details Advanced configs for common tools like Git, vim, screen, tmux, PostgreSQL psql etc... CI configs for most major Continuous Integration products (see CI builds page) CI scripts for a drop-in framework of standard checks to run in all CI builds, CI detection, accounting for installation differences across CI environments,

                    GitHub - HariSekhon/DevOps-Bash-tools: 1000+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Docker, CI/CD, APIs, SQL, PostgreSQL, MySQL, Hive, Impala, Kafka, Hadoop, Jenkins, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build L
                  • Introduction - The Rust Reference

                    Introduction This book is the primary reference for the Rust programming language. It provides three kinds of material: Chapters that informally describe each language construct and their use. Chapters that informally describe the memory model, concurrency model, runtime services, linkage model, and debugging facilities. Appendix chapters providing rationale and references to languages that influe

                    • 7.x Eloquent:利用の開始 Laravel

                      イントロダクションIntroduction Eloquent ORMはLaravelに含まれている、美しくシンプルなアクティブレコードによるデーター操作の実装です。それぞれのデータベーステーブルは関連する「モデル」と結びついています。モデルによりテーブル中のデータをクエリできますし、さらに新しいレコードを追加することもできます。The Eloquent ORM included with Laravel provides a beautiful, simple ActiveRecord implementation for working with your database. Each database table has a corresponding "Model" which is used to interact with that table. Models allow you

                      • SingularityApp - the most powerful chaos management planner

                        Best techniques for managing tasks, projects, calendars, checklists, and reminders

                          SingularityApp - the most powerful chaos management planner
                        • propsと$emitでデータを引き渡す - Qiita

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

                            propsと$emitでデータを引き渡す - Qiita
                          • LINEミニアプリの企画書提出という言葉で諦めてしまうデベロッパーの皆さまへ。LIFFによるLINEミニアプリ開発への道(2022年7月21日追記)|比企宏之@LINEの中のアフターデジタル推進の人

                            でも記載させていただきましたが、LINEミニアプリの公式ページの公開や新しいミニアプリのPRが重なりTwitter上でお祭り騒ぎとなっていますが、その中でLINEミニアプリのドキュメントを見た一部のデベロッパーの方が、「まず開発したいのに開発の為に企画書を出さないといけないなので無理(涙)」って意見もちらほら出ていました。 デベロッパーの方はまず試して見たいという想いとLINEミニアプリの審査の為の企画書作りと言うリアルのハードルの天秤で諦めようとしている方向けに、実は素敵な解決方法がありデベロッパーの皆様は諦めるのは早すぎです! 解決方法であるLINE内WEBアプリプラットフォーム「LINE Front-end Framework(LIFF)」 LINE Front-end Framework(LIFF)は、LINEが提供するウェブアプリのプラットフォームです。このプラットフォームで動作

                              LINEミニアプリの企画書提出という言葉で諦めてしまうデベロッパーの皆さまへ。LIFFによるLINEミニアプリ開発への道(2022年7月21日追記)|比企宏之@LINEの中のアフターデジタル推進の人
                            • Avara

                              Introducing Family: your new favorite crypto wallet. Now available on iOS.

                                Avara

                              新着記事