Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
cloneの人気記事 41件 - はてなブックマーク
[go: Go Back, main page]

並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 41件

新着順 人気順

cloneの検索結果1 - 40 件 / 41件

cloneに関するエントリは41件あります。 githubOSSgit などが関連タグです。 人気エントリには 『話題のStable Diffusionがオープンソース化されたのでローカルで動かしてみる』などがあります。
  • 話題のStable Diffusionがオープンソース化されたのでローカルで動かしてみる

    話題のStableDiffusionがオープンソースで8/23に公開されたので、手元のマシンで動かすまで試したいと思います🖼 (下記に記載していますが、自分の環境だとVRAMが不足しているエラーが出てしまったのでイレギュラーな対応をしています🙏) ※ ↑追記 コメント欄にて、 @kn1chtさんが紹介してくださっているように、マシンのVRAMが10GB未満の環境では半精度(float16)のモデルがオススメされています。 本記事では、別の最適化されたものを紹介していますが、こちらの利用も検討してみると良さそうです👉 https://zenn.dev/link/comments/7a470dc767d8c8 StableDiffusionがどんなものかは、深津さんの記事が参考になります。 1. 環境 Razer Blade (RTX 2070, VRAM 8GB) CUDA Toolk

      話題のStable Diffusionがオープンソース化されたのでローカルで動かしてみる
    • 大きなGitリポジトリをクローンするときの工夫を図解します - DeNA Testing Blog

      こんにちは、SWETでCI/CDチームの前田( @mad_p )です。 SWETではCI/CDチームの一員として、Jenkins運用のサポートや、CI/CD回りのノウハウ蓄積・研究をしています。 はじめに Gitリポジトリをクローンすると、ローカルフォルダにはそのリポジトリの全体がダウンロードされ .git というフォルダに格納されます。ブランチをチェックアウトすると、ブランチ内のファイルがワーキングツリーとして展開されます。この様子を図にするとこのようになります。 この .git とワーキングツリーの使うディスク容量を節約しようというのが今回のお話です。特にJenkinsにおいて、大きめのGitリポジトリをクローンしてくる場合に課題があり、いろいろ工夫してみたので、その結果を紹介します。同じCI/CDチームの加瀬による記事「大規模リポジトリで高速にgit cloneするテクニック」と内容

        大きなGitリポジトリをクローンするときの工夫を図解します - DeNA Testing Blog
      • Git の最新アップデートから考える開発手法の潮流

        2022.11.15に発表した内容になります。 https://www.youtube.com/watch?v=ScNN3uGXFd0

          Git の最新アップデートから考える開発手法の潮流
        • Cursor × GitHubでPRレビューがめちゃくちゃ楽になった話(2025/5)

          はじめに こんにちは、iOS エンジニアの kaikai です。 プルリクエスト(PR)のレビューが滞ると、開発速度も品質も下がりがちです。 そこで私は AI エディタ「Cursor」 を “補助輪” として取り入れ、レビュー時間を短縮しつつ見落としを減らす 方法を実践しています。 本記事では、「AI に丸投げせず、人が主役のままラクにする」具体的な流れを紹介します。 前準備 1. レビュー専用のディレクトリを準備する まずは レビュー専用ディレクトリ をcloneしてきましょう。実装用ブランチと混ざらないので安心です。 私はレビュー依頼が頻繁に来るプロジェクトを Cursor で常に開きっぱなしにしています。 2. 拡張機能を導入する Cursor に GitHub Pull Requests and Issues 拡張機能 をインストールします。 この拡張機能によって、自分宛に来ている

            Cursor × GitHubでPRレビューがめちゃくちゃ楽になった話(2025/5)
          • 米IT大手メタ ツイッターとよく似たSNSの開発進める | NHK

            アメリカのIT大手、旧フェイスブックのメタが、文章を投稿して共有するツイッターとよく似た新たなSNSを開発していることが明らかになりました。 ツイッターは、起業家のイーロン・マスク氏による買収後混乱が続いていて、代わりとなるSNSを作ろうという動きが加速しています。 これは、アメリカメディア各社が10日、一斉に報じました。 それによりますと、メタが開発しているのは、内容の検閲などを避けるため投稿を企業側ではなく、ユーザーみずからが管理できる仕組みが特徴の分散型と呼ばれる新しいSNSだということです。 メタが運営している写真や動画の共有アプリ、インスタグラムの認証情報を利用できるようになると伝えられています。 文章を投稿し、共有するという点でツイッターとよく似ていて、イーロン・マスク氏による買収後差別的な投稿が増加したことなどから利用者離れが続くツイッターの代わりとなるか、注目されています。

              米IT大手メタ ツイッターとよく似たSNSの開発進める | NHK
            • 初学者が覚えたいチーム開発でのGit操作 - Qiita

              Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに 個人開発の場合はそんなに意識することがないGitですが、チーム開発においては重要な役割を果たします。 はじめのうちは構造が見えず混乱するかと思いますが、流れをイメージ出来ればそんなに難しいものではありません。 これを見れば開発に必要なGitコマンドとリポジトリの構造、Githubでの管理手順を理解し開発の現場で実践できるようになります。 そもそもGitとは? 変更履歴を記録・追跡するための分散型バージョン管理システムである。 ざっくりいうとファイルのバージョン管理が簡単にできるツールといえます。 目次 Gitを理解するための基

                初学者が覚えたいチーム開発でのGit操作 - Qiita
              • 今、Battlesnake(バトルスネーク)が熱い - git cloneしてAPIサーバー立ててプログラミングしてマルチプレイヤーバトル!

                  今、Battlesnake(バトルスネーク)が熱い - git cloneしてAPIサーバー立ててプログラミングしてマルチプレイヤーバトル!
                • オブジェクトのクローンにJSON化を使う時代は終わった!【JavaScript】 - Qiita

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

                    オブジェクトのクローンにJSON化を使う時代は終わった!【JavaScript】 - Qiita
                  • GitHub’s Engineering Team has moved to Codespaces

                    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                      GitHub’s Engineering Team has moved to Codespaces
                    • クローンは無限に作れない マウス58世代目で限界

                      マウスの体細胞から作ったクローンからさらにクローンを作る「再クローニング」を続けたところ、58世代目で限界を迎えたと、山梨大や放射線影響研究所のチームが24日付で、英科学誌ネイチャー・コミュニケーションズに発表した。自然交配によるマウスに比べ、クローンは突然変異が多く、代を重ねるにつれて有害な変異が増えていき、生存できない程度まで蓄積したとみられる。 チームの若山照彦・山梨大教授(発生工学)は「オリジナルとクローンは遺伝的に全く同じで、再クローニングは無限に続けられると考えられていたが、現在の技術では限界があることが示された」と話している。 チームは2005年、雌のマウスから採取した体細胞の核を卵子に移植し、クローンマウス29匹を作製。この1世代目から再クローニングを20年間続けた。成功率は26世代目の15.5%まで上昇傾向だったが、その後は低下した。58世代目は0.6%で、生まれた全5匹

                        クローンは無限に作れない マウス58世代目で限界
                      • GitHub ActionsからGitHub wikiを更新する - Islands in the byte stream

                        GitHub ActionsからGitHub wikiを更新したいことがたまにあります。たとえば、何かのメトリクスを見やすく整形したものなど、repositoryのデータを何らかの形で加工したドキュメントを作りたいときです。コード生成したmarkdownドキュメントをコミットしてもいいですが、それよりはシンプルで運用が楽です。 今回は、GitHub repoで管理する原稿の文字数(など)を継続的に見れるページを作ると便利かなと思って作りました。自分一人だったらローカルで適当なツールを叩けばいいですが、同repoを見れる編集者にも共有したいとなると独立したページがあるほうが便利ですからね。 リポジトリはこんな感じです。 github.com 基本的には、 actions/checkout を使って "${{ github.repository }}.wiki" をcloneして編集してpus

                          GitHub ActionsからGitHub wikiを更新する - Islands in the byte stream
                        • GitHub - nalgeon/redka: Redis re-implemented with SQL

                          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 - nalgeon/redka: Redis re-implemented with SQL
                          • エンジニアの業務効率をあげる!AWS CDKで作る本番Databaseを安全にクローンする方法 - AppBrew Tech Blog

                            こんにちは、AppBrewに業務委託で参加させてもらっているsnikiです。 本業ではヤフー株式会社でYahoo! JAPANアプリのバックエンド開発をやっています。 今回は、AWSのChatbot/Step Functions/CDK等を利用してAmazon Auroraをcloneするツールを作成したのでご紹介します。 背景 機能の説明 利用したAWSのサービスとシステム構成 この構成に至るまで slackのコマンドを受け付けるには cloneからmasking、instance class設定、通知まで Aurora Clone(Lambda) Aurora Masking(ECS) Modify Clone DB Instance Class(Lambda) Notify Slack(Lambda) 補足 なぜLamdaとECSが別れているのか インスタンスクラス変更のタスクは何?

                              エンジニアの業務効率をあげる!AWS CDKで作る本番Databaseを安全にクローンする方法 - AppBrew Tech Blog
                            • 実験用マウスのクローン作製を20年間繰り返したら58世代で限界だと判明、ルパン三世のマモーそのものの結果で感動

                              クローンは無限に作れない マウス58世代目で限界 | NEWSjp マウスの体細胞から作ったクローンからさらにクローンを作る「再クローニング」を続けたところ、58世代目... 1 user NEWSjp Limitations of serial cloning in mammals | Nature Communications Mammals can now be cloned artificially, but it remains unknown whether they can also maintain their… www.nature.com 時事ドットコム(時事通信ニュース) @jijicom クローン連続、58世代目で限界 マウスで20年間実験―有害な突然変異蓄積・山梨大 jiji.com/jc/article?k=2… 山梨大の若山教授らは、実験用マウスのクローンを2

                                実験用マウスのクローン作製を20年間繰り返したら58世代で限界だと判明、ルパン三世のマモーそのものの結果で感動
                              • GitHub - teableio/teable: ✨ The Next Gen Airtable Alternative: No-Code Postgres

                                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 - teableio/teable: ✨ The Next Gen Airtable Alternative: No-Code Postgres
                                • GitHub - apitable/apitable: 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives.

                                  APITable provides a range of amazing features, from the personal to the enterprise. Advanced technology stack and open-source Realtime collaboration allows multiple users to edit together in real time, or simultaneously with the Operational Transformation (OT) Algorithm. Extremely smooth, user-friendly, super-fast database-spreadsheet interface in <canvas> Rendering Engine. Database native archite

                                    GitHub - apitable/apitable: 🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives.
                                  • GitHub - captainys/FreeTOWNSOS

                                    The goal of this project is to write a copyright-free FM Towns OS to run free games and the re-released games, or why not a brand-new game for FM Towns. without concerns of violating copyrights of the files included in the original Towns OS. Let's see how far we can go! But, so far so good. Now Tsugaru OS is capable of running the three probably the most popular free games, Panic Ball 2, VSGP, and

                                      GitHub - captainys/FreeTOWNSOS
                                    • GitHub - 01mf02/jaq: A jq clone focussed on correctness, speed, and simplicity

                                      jaq (pronounced /ʒaːk/, like Jacques1) is a clone of the JSON data processing tool jq. It has a few features not present in jq, such as support for the data formats YAML, CBOR, TOML, and XML. jaq has an own manual. You can try jaq on the playground. jaq is two things at a time: A command-line program, jaq, that can be used as drop-in replacement for jq. A library, jaq-core, that can be used to com

                                        GitHub - 01mf02/jaq: A jq clone focussed on correctness, speed, and simplicity
                                      • Instant database clones with PostgreSQL 18

                                        Have you ever watched long running migration script, wondering if it's about to wreck your data? Or wish you can "just" spin a fresh copy of database for each test run? Or wanted to have reproducible snapshots to reset between runs of your test suite, (and yes, because you are reading boringSQL) needed to reset the learning environment? When your database is a few megabytes, pg_dump and restore wo

                                          Instant database clones with PostgreSQL 18
                                        • GitHub - zserge/pennybase: Poor man's Backend-as-a-Service (BaaS), similar to Firebase/Supabase/Pocketbase

                                          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 - zserge/pennybase: Poor man's Backend-as-a-Service (BaaS), similar to Firebase/Supabase/Pocketbase
                                          • GitHubからAWS CodeCommitにリポジトリを複製してみた | DevelopersIO

                                            こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、GitHubからAWS CodeCommitにGit Repositoryを複製する機会があったので、方法を書き残しておきます。 環境 $ sw_vers ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H15 % aws --version aws-cli/2.0.28 Python/3.7.4 Darwin/19.6.0 botocore/2.0.0dev32 % git --version git version 2.24.3 (Apple Git-128) AWS CLIの認証は下記の方法により実施済み。 AssumeRole(スイッチロール)で一時クレデンシャルを取得して環境変数にセットするワンライナー | DevelopersIO やってみた

                                              GitHubからAWS CodeCommitにリポジトリを複製してみた | DevelopersIO
                                            • GitHub - thomiceli/opengist: Self-hosted pastebin powered by Git, open-source alternative to Github Gist.

                                              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 - thomiceli/opengist: Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
                                              • GitHub - advimman/lama: 🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022

                                                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 - advimman/lama: 🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
                                                • GitHub - osteele/gojekyll: A fast Go implementation of the Jekyll blogging engine

                                                  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 - osteele/gojekyll: A fast Go implementation of the Jekyll blogging engine
                                                  • Best open source help desk: Zendesk & Help Scout alternative

                                                    Best Open Source Helpdesk & Shared Mailbox Free self-hosted Zendesk & Help Scout alternative Download Live Demo Modules FreeScout Help DeskFreeScout is the super lightweight and powerful free open source help desk and shared inbox written in PHP (Laravel framework). It is a self hosted clone of HelpScout. Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking you into a s

                                                    • GitHub - Th3Wall/Fakeflix: Not the usual clone that you can find on the web.

                                                      I have started this project with the purpose of learning how to structure a Web App of a mid-level complexity integrating the Redux logic. I've tried to replicate the original layout as much as possible and I've also made some improvements in some sections inserting route animations and micro-interactions. I've also inserted a really close clone of Netflix's original splash animation (forked from

                                                        GitHub - Th3Wall/Fakeflix: Not the usual clone that you can find on the web.
                                                      • GitHub - calcom/cal.com: Scheduling infrastructure for absolutely everyone.

                                                        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 - calcom/cal.com: Scheduling infrastructure for absolutely everyone.
                                                        • Delphi | Scale Your Insight. Stay Focused on What Matters.

                                                          Your Mind. Your Model. Your Rules. Answer Questions & Connect 24/7 In Your Voice

                                                            Delphi | Scale Your Insight. Stay Focused on What Matters.
                                                          • GitHubのリポジトリにアクセス時に「remote: Support for password authentication was removed on August 13, 2021.」エラー | キリウ君が読まないノート

                                                            放置してるリポジトリに触るたびに出てくるだろうから書いておく エラー全文remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/napoporitataso/piyopiyo.git/' 2021年8月13日以降、GitHubのリポジトリにアクセスするには、

                                                              GitHubのリポジトリにアクセス時に「remote: Support for password authentication was removed on August 13, 2021.」エラー | キリウ君が読まないノート
                                                            • Welcome to TrailBase

                                                              An open, blazingly fast, single-executable Firebase alternative with type-safe REST & realtime APIs, built-in WebAssembly runtime, SSR, auth and admin UI built on Rust, SQLite & Wasmtime. Simplify with fewer moving parts: an easy to self-host single-executable with everything you need to focus on your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated ca

                                                              • 【注意喚起】ケガのゲームには気をつけろ!! セガサターンのニセモノが出回り始めている模様

                                                                某国の某大手通販サイトのDMを見ていたら、「ゲガのゲーム」という変な文字が書かれているモノを発見しました。「なんなんだよ、ケガのゲームってよ」と思いながらサイトを開いてみたところ……どうやらこれは中古ソフトというわけではなく、セガサターンのコピー商品のようです。 いずれも中古ソフトのように、パッケージとディスクに加えて帯まで丁寧にしまいこまれています

                                                                  【注意喚起】ケガのゲームには気をつけろ!! セガサターンのニセモノが出回り始めている模様
                                                                • 駿河屋『スペースファンタジーゾーン』の

                                                                  ◆ことの発端◆ 2026年4月10日、とあるxユーザーが「駿河屋のメルカリ店が『スペースファンタジーゾーン』を売っている」と投稿した。見つけたときすでに売れていたという。これの何が問題なのか? 本作はNECアベニューが発売する予定だったPCエンジンSUPER CD-ROM2の3Dシューティングゲーム。『スペースハリアー』と『ファンタジーゾーン』を合体させたら面白いはずだというアイデアのもとで制作された。内容やパッケージデザイン(※海賊版のデザインとは別)まで完成していたものの思ったよりも面白くなかったためリリースされなかったという。 いわゆる"幻の発売中止ソフト"なのだ。 ※タイトル画面より ピクシブ百科事典によると本作は当初、1991年12月に発売予定だったものが「発売日未定」となり、そのまま1996年まで専門誌の発売予定リストに載りつづけたという。プロデューサーの多部田俊雄氏いわく「で

                                                                    駿河屋『スペースファンタジーゾーン』の
                                                                  • bewCloud is a modern and simpler alternative to Nextcloud and ownCloud written in TypeScript

                                                                    Skip to main content Welcome to bewCloud: The Simple Web Cloud Solution Are you tired of the complexities and limitations of existing cloud platforms like Nextcloud and ownCloud? Are you seeking a modern, streamlined alternative that offers unparalleled simplicity and efficiency? Look no further than bewCloud – an innovative, open-source cloud solution crafted with TypeScript and Deno. 🦕 You can

                                                                    • GitHub - ikemen-engine/Ikemen-GO: An open-source fighting game engine that supports MUGEN resources.

                                                                      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 - ikemen-engine/Ikemen-GO: An open-source fighting game engine that supports MUGEN resources.
                                                                      • GitHub - ElliotKillick/rss2newsletter: Convert RSS/Atom feed to email newsletters

                                                                        Freely send newsletters 100x cheaper via Amazon SES rss2newsletter turns any RSS/Atom feed into a fully automated email newsletter with minimal setup. The project aims to be a minimalist's 100% free and open source alternative to Mailchimp's RSS-to-Email. Switching from Mailchimp could easily save you tens to hundreds or even thousands of dollars per month depending on your send volume. rss2newsle

                                                                          GitHub - ElliotKillick/rss2newsletter: Convert RSS/Atom feed to email newsletters
                                                                        • GitHub - migueletto/PumpkinOS: PumpkinOS is a re-implementation of PalmOS.

                                                                          PumpkinOS is a re-implementation of PalmOS that runs on modern architectures (x86, ARM, etc). It is not your average PalmOS emulator (it does NOT require a PalmOS ROM), but it can run m68K PalmOS applications. For a series of articles describing various aspects of PumpkinOS, look here: https://pmig96.wordpress.com/category/palmos/. Launcher is the first application that runs when PumpkinOS starts.

                                                                            GitHub - migueletto/PumpkinOS: PumpkinOS is a re-implementation of PalmOS.
                                                                          • Argil - Generate videos with your AI clone

                                                                            Introducing AI Influencers: create your branded avatar in minutes

                                                                              Argil - Generate videos with your AI clone
                                                                            • GitHub - djyt/cannonball: Cannonball: An Enhanced OutRun Engine

                                                                              CannonBall is an souped up game engine for the OutRun arcade game. The original 68000 and Z80 assembler code has been rewritten in C++. This makes it possible to make improvements suitable for modern platforms, including a higher frame-rate and widescreen support. It requires the original ROMs, as these contain elements including the graphics and audio data. For an overview of CannonBall and its f

                                                                                GitHub - djyt/cannonball: Cannonball: An Enhanced OutRun Engine
                                                                              • GitHub - MaxLeiter/Drift: Drift is a self-hostable Gist and paste service. Built with Next.js 13 and React Server Components.

                                                                                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 - MaxLeiter/Drift: Drift is a self-hostable Gist and paste service. Built with Next.js 13 and React Server Components.
                                                                                • GitHub - poundifdef/smoothmq: An improved drop-in replacement for SQS

                                                                                  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 - poundifdef/smoothmq: An improved drop-in replacement for SQS

                                                                                  新着記事