タグ Documentation
人気順 10 users 50 users 100 users 500 users 1000 usersWelcome to nghttp3’s documentation! — nghttp3 1.1.0-DEV documentation
Welcome to nghttp3’s documentation! View page source Welcome to nghttp3’s documentation! Contents: The nghttp3 programmers’ guide QPACK How-To API Reference Indices and tables Index Module Index Search Page 続きを読む
Documentation — Biome
BiomeDocsBlogPlayground Discord GitHub Twitter Biome DocumentationGuidesGetting Started 🎉 Learn how to set up a new project with Biome.ToolsAnalyzer 🔍 What the Biome analyzer provides Formatter 🖌️ How to use the Biome formatter. Linter ✅ How to use the Biome linter.ReferenceCLI ⌨️ Available comm... 続きを読む
GitHub - zag/js-pod6: Pod6 is an easy-to-use markup language. It can be used for writing language documentation, for documenting programs and modules, as well as for other types of document composition
Pod6 is an easy-to-use markup language. It can be used for writing language documentation, for documenting programs and modules, as well as for other types of document composition 続きを読む
TypeScriptの設定の良し悪し · GitHub
TypeScriptの設定の良し悪し.md tsconfig.json の設定についてのメモ書きです。 TypeScript: TSConfig Reference - Docs on every TSConfig option TypeScript: Documentation - What is a tsconfig.json Node.jsのバージョンごとの設定 target は 変換後のコードのECMAScriptバージョンを指定する たとえば、Node.js 14... 続きを読む
Pythonプログラミング入門 — Pythonプログラミング入門 documentation
©2020, 東京大学 数理・情報教育研究センター (CC BY-NC-ND 4.0). | Powered by Sphinx 2.4.4 & Alabaster 0.7.12 | Page source 続きを読む
Pythonプログラミング入門 — Pythonプログラミング入門 documentation
©2020, 東京大学 数理・情報教育研究センター (CC BY-NC-ND 4.0). | Powered by Sphinx 2.4.4 & Alabaster 0.7.12 | Page source 続きを読む
オープンソースのReact.jsコンポーネントライブラリ「Flawwwless」 - エンジニア・プログラマのソーシャルITメディア
◆ Flawwwless https://ui.flawwwless.com/documentation/intro 紹介 「Flawwwless」は、yarn、npmでインストールできるオープンソースのReact.jsコンポーネントライブラリです。 100以上のアイコンや 5つのパターンが提供されたボタンとチートコード 新着通知に使うバッジや プログレスのほかフォームやモーダル、メニュ... 続きを読む
iOS13 CoreNFCの使いみちとQRコード、BLEとの比較 - Qiita
はじめに iOS13にて、CoreNFCの機能が強化されることが発表されました。 https://developer.apple.com/documentation/corenfc 上記のドキュメントをもとに、できるようになったこと、Androidと比べてまだできないこと、今まで使用できたQRコード、BLE、超音波通信との比較をしてみます。 注意: 当方iOS開発をろくに経験... 続きを読む
Xcode 11で導入されるxcframeworkのディレクトリ構造 - いけだや技術ノート
WWDC19でお目見えしたXcode 11ですが、ライブラリ・フレームワークの配布形態として .xcframework という新しいフォーマットが導入されています。 https://developer.apple.com/documentation/xcode_release_notes/xcode_11_beta_release_notes/#3318305 XCFrameworks make it possible to bundle a binary framework or... 続きを読む
StackOverflowが新サービス「Documentation」を開始。サンプルコードを中心に技術解説、質問されなくとも有用な情報を共同で作成 - Publickey
StackOverflowが新サービス「Documentation」を開始。サンプルコードを中心に技術解説、質問されなくとも有用な情報を共同で作成 StackOverflowは、エンジニア向けのQ&Aサイトとしてよく知られています。誰かが質問をすると、その答えを知っている人が回答する。質問をよりよくするために書き換えることもできるし、質問や答えの有用さを評価することもできて良い質問や良い答えはポイ... 続きを読む
快適なVRコンテンツ制作に必要な情報源のまとめ
Transcript of "快適なVRコンテンツ制作に必要な情報源のまとめ" 1. 快適なVRコンテンツ制作に 必要な情報源のまとめ 1 2. VRコンテンツ作成のポイント Oculus Best Practices(Oculus VR社公式資料) https://developer.oculus.com/documentation/intro-vr/latest/ 有志による日本語... 続きを読む
nikgraf/belle · GitHub
README.md Belle Configurable React Components with great UX. Website & Documentation: http://nikgraf.github.io/belle/ Getting Started Belle is available as npm package. Once you have npm you can insta... 続きを読む
Linux/arm64のブートプロセスについてのメモ - Qiita
Linuxのブートプロセスを追うときに見るべきファイル(x86_64編)のarm64版のようなもの。 ブートストラップ linux/Documentation/arm64/booting.txt によると、現在のarm64用カーネルは、x86_64用カーネルが持つようなブートストラップの機能が存在しない。実際、arch/arm64/boot/以下にはx86_64のようなソースコード(head_64... 続きを読む
Materialize - Documentation
A modern responsive front-end framework based on Material Design 続きを読む
Welcome to the libuv API documentation — libuv API documentation
Overview¶ libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it’s also used by Mozilla’s Rust language, Luvit, Julia, pyuv, ... 続きを読む
printk()で%pS format string指定時のアドレス->シンボル名の探し方 - φ(・・*)ゞ ウーン カーネルとか弄ったりのメモ
2014-07-21 printk()で%pS format string指定時のアドレス->シンボル名の探し方 linux kernel Linuxカーネルのprintk()はformat stringが色々と拡張されていて(Documentation/printk-formats.txt)、例えば、IPv4/IPv6の表示用、UUID/GUIDの表示用などがあります。その中でsymbol関連の... 続きを読む
SwiftからObjective-Cのライブラリを使ってみる - Qiita
よさ気なSwiftをこれから使ってみたいけど、今あるライブラリとかも使えないと困るってことで試してみました。 詳しくはAppleのドキュメントに書いてあります。 https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/Migration.html とりあえ... 続きを読む
Pythonで学ぶwebアプリケーションの作り方by Flask — study flask 1 documentation
アンケート¶ Webアプリケーションについての理解度。知ってる・知らない pythonでアプリを作ったことがある。結構ある・あんまりない 予定¶ Flaskを使う準備 20分 Flaskチュートリアル 40分 休憩 15分 Flaskを使いこなす1 40分 アプリを公開する 20分 休憩 15分 Flaskを使いこなす2 30分 プラグイン、情報源紹介、Q/A、予備 続きを読む
フラットな円形のプログレスバーを実装できるjQueryプラグイン「Circliful」:phpspot開発日誌
jQuery Circliful Plugin - Documentation フラットな円形のプログレスバーを実装できるjQueryプラグ... 続きを読む
[Git] HEADの代わりに@が使えるようになったYO! - DQNEO起業日記
Git 1.8.5から、HEADと書くかわりに@が使えるようになったようです。 Instead of typing four capital letters "HEAD", you can say "@" now, e.g. "git log @". https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.5.txt 試し... 続きを読む
Big Sky :: 分散環境情報サーバ etcd を使った設定共有の活用
etcd って何と聞かれた場合、一言で言ってしまえば zookeeper なんだけど Documentation · CoreOS etcd etcd is a highly-available key value store for shared configuration and service discovery. http://coreos.com/docs/etcd/ coreos/et... 続きを読む
nghttp2 - HTTP/2.0 C Library — nghttp2 0.1.0-DEV documentation
nghttp2 - HTTP/2.0 C Library¶ This is an experimental implementation of Hypertext Transfer Protocol version 2.0. Contents: 続きを読む
Documentation - Moves for Developers
Moves APIBuild apps and services that use data from Moves Use activities, places and routes tracked by Moves to build new apps, integrations, visualizations, games… whatever you can think of!OverviewM... 続きを読む
Bootstrapなサイトで使えそうなクールなツールチップ実装jQueryプラグイン「Smallipop」:phpspot開発日誌
Bootstrapなサイトで使えそうなクールなツールチップ実装jQueryプラグイン「Smallipop」 2013年05月23日- Documentation - Smallipop Bootstrapなサイトで使えそうなクールなツールチップ実装jQueryプラグイン「Smallipop」 良い感じにアニメーションさせたり、HTMLタグが使えたりするツールチップ実装のプラグインです デモサイトが... 続きを読む
csg.js
csg.js Source code: http://github.com/evanw/csg.js/ Documentation: http://evanw.github.com/csg.js/docs/ Introduction Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operati... 続きを読む