A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser.
Find, install and publish Python packages with the Python Package Index Search PyPI Search Or browse projects The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to packa
When you host internal packages, those packages can embed software and/or point to internal shares. You are not subject to software distribution rights like the packages on the community feed, so you can create packages that are more reliable and secure. First you should determine if you are making a self-contained package or (also) using automation scripts. You should also consider creating autom
Get started and then find a generator for your webapp. Generators are available for Angular, Backbone, React, Polymer and over 5600+ other projects. One-line install using npm: npm install -g yo What's Yeoman?Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive. To do so, we provide a generator ecosystem. A generator is basically a plugin tha
「Windows Package Manager 1.0」に含まれるwingetクライアントは、パッケージの管理とマニフェストの操作が可能で、winget searchを使用してパッケージを検索できる。 パッケージのインストールはwinget install、パッケージのアップグレード確認はwinget upgrade、すべてのアップグレードはwinget upgrade -allで実行可能で、winget exportでインストールするパッケージの情報をエクスポートして、他のPCでwinget importを実行すれば、PCの移行も簡単に行える。 「Windows Package Manager 1.0」は、Windows 10 バージョン1809以降がインストールされているすべてのデバイスに、Microsoft Store経由で自動更新としてリリースされる。また、Microsoftコミ
ソース コード変換は、パッケージがインストールされるときに、パッケージの content または contentFiles フォルダー (packages.config を使用している場合は content、PackageReference を使用している場合は contentFiles) のファイルに一方向トークンの置き換えを適用します。この場合、トークンは、Visual Studio プロジェクトのプロパティを参照します。 これにより、プロジェクトの名前空間にファイルを挿入したり、ASP.NET プロジェクトで通常は global.asax に置かれるコードをカスタマイズしたりすることができます。 構成ファイルの変換を使用して、web.config や app.config などのターゲット プロジェクトに既に存在するファイルを変更することができます。 たとえば、場合によっては、パッケ
多くのライブラリは、特定のバージョンの .NET Framework を対象としています。 たとえば、UWP に固有のライブラリのバージョンと、.NET Framework 4.6 の機能を利用する別のバージョンがあるとします。 これに対応するために、NuGet では、同じライブラリの複数のバージョンを 1 つのパッケージに配置できます。 この記事では、パッケージまたはアセンブリのビルド方法に関係なく、NuGet パッケージのレイアウトについて説明します (つまり、複数の非 SDK スタイル の .csproj ファイルとカスタム .nuspec ファイルを使用するか、単一のマルチターゲット SDK スタイル の .csproj を使用するかに関係なく、レイアウトは同じです)。 SDK スタイルのプロジェクトの場合、NuGet パック ターゲット はパッケージのレイアウト方法を認識し、アセ
You can get a digital (personalized) copy of this book for free. PPT slides now available This page refers to the 3rd edition of Distributed Systems For this third edition of “Distributed Systems,” the material has been thoroughly revised and extended, integrating principles and paradigms into nine chapters: Introduction Architectures Processes Communication Naming Coordination Replication Fault t
先日 xerrors パッケージがリリースされました。 このパッケージは、Proposal: Go 2 Error Inspection で提案されているものをGo1向けに外部ライブラリとして試験的に実装したものです。 Goの標準ライブラリではありませんが、Go公式がメンテナンスをしています。 このパッケージができた背景は、今まで多くのGoエンジニアは下位層のエラーの情報を伝播させるために pkg/errors パッケージ などの外部ライブラリを利用していました。この手法が開発者の間で普及したため標準ライブラリで正式に検討を始めることとなりました。 2019/9/4更新 Go 1.13では %w でのラップや Is メソッド、 As メソッドは正式に導入されました。 しかし%+w や %+v によるスタックトレースの表示の採用は見送られました。 スタックトレースの表示が必要な場合はxerr
State of the art open source Spring tooling for your favorite coding environment. Provides world-class support for developing Spring-based enterprise applications, whether you prefer Visual Studio Code, Cursor, Codespaces, Eclipse, or Theia. Spring awareTailored for developing enterprise applications using Spring Framework and Spring Boot, the new generation of Spring Tools provides world-class de
Facade パターンあるいは Façade パターン(ファサード・パターン)とは、GoF(Gang of Four; 4人のギャングたち)によって定義された、コンピュータソフトウェアのデザインパターンの1つである。Facade(ファサード)とは「建物の正面」を意味する。異なるサブシステムを単純な操作だけを持ったFacadeクラスで結び、サブシステム間の独立性を高める事を目的とする。 Facadeパターンの例として、サブシステムとしてのコンパイラーを考える。システムとしてのコンパイラーは字句解析器や構文解析器などから構成されている。これらの構成要素は、新たなコンパイラーやその他ソフトウェアを作成する上でサブシステムとして利用することが出来る。しかし、一般ユーザーにとってコンパイラーはソースコードからプログラムを生成するためのものであり、ソースコードをコンパイルできる機能があれば十分である。
Ryan Dahl は Node.js の original author ですが、彼の作ったプロダクト deno に関するトークが jsconf.eu 2018 でありました。 Node.js にずっと関わってきた僕が見て非常に興奮するような話だったので、しばらくぶりにブログに書き起こすことにしました。 背景 Ryan Dahl は2009年に Node.js の話を初めて公の場に公開しました。その時の「公の場」というのが「jsconf.eu 2009」です。 www.youtube.com Video: Node.js by Ryan Dahl - JSConf.eu - 2009 この発表から Node.js が広まり、今やサーバのみならず、IoTデバイス、デスクトップアプリなど、様々なところで動作しています。 で、今回はその発表から9年の歳月が経過し、Node.jsに対しての設計不
What is NuGet? NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. Learn New to NuGet? Start with a walkthrough showing how NuGet powers your .NET development. Explore Browse the thousands of packages that developers like you have created and
Semantic Versioning 2.0.0 Summary Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format. Introductio
____________________________________________________________________4.1 �� �� �� �� �����ޤǤ�����������Debian ������������������ˡ�� �ˤĤ������������Ǥ��ޤ����� ������������������������Ū���������� �������������ʤ����������������Ǥ���!!�� �������ޥ��Ǥ����� �ɤ����ʤ���������ʪ�������Ƥߤ��������ޤ� ����? �����Ǥ� Debian Developer �����ʤ����� Debian Developer ���������Ƥ��������������Ȥ�����Package Maintainer�� �� �
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く