Ubuntu(ウブントゥ)とは Ubuntuは、Linuxディストリビューションのひとつで無料で利用できます。WindowsやMacをお使いの方でも、わかりやすく使いやすいOSになっています。また、USBメモリから起動ができインストールせずに利用することもできます。 UbuntuのLiveUSB作成 Ubuntuのダウンロード UbuntuのISOイメージファイルをダウンロードします。
!告! ぶろぐのhttps化によってSyntax Highlighterが機能しなくなってしまいましたので 現在正常に閲覧できるよう過去の記事を適宜修正中です!! いろいろ試してきてついに60回を迎えてしまいましたが ほんっと大したことやってませんね… ●ぶろぐの画像の修正すべて完了の件 2016年からはや7年も経過してしまいましたがdropboxの仕様変更のあおりを 受けて表示できなくなっていた画像ですがすべて修正が完了致しました!! 長かった…一番しんどかったのは東海自然歩道や登山関連の超大量の 画像の差し替え作業でしたがなんとかすべてこなすことができました… もう10年以上前になるものもあって本当に年月を感じ… あああああああああああああああああああああ!!!!111!!!1 現在はEDGEで見た際に表示が崩れないようにレイアウトの修正を細々と 行っております。 ゆくゆくはwordp
電子工作でよく使われるようになったFONTX2形式のフォントファイルについて、その歴史とファイルフォーマットについて簡単に解説します。 DOS/V~FONTX~電子工作 DOS/Vのしくみ '90年代初頭、日本IBMからDOS/V (IBM DOS J4.0/V)が発売されました。DOS/Vは、英語DOSにいくつかの日本語入出力のためのデバイスドライバを追加したもので、日本語表示機能を持たないIBM ATおよび互換機にハードウェアの追加なしに日本語表示を実現することができました。DOS/Vシステムは、右の図のような構成となります。なお、その名の最後に付く"V"はVGAというビデオサブシステムを示し、「IBM日本語DOS Version 4.0 for VGA」という意味になります。 ディスプレイドライバ($DISP.SYS)は、ビデオBIOS(INT 10h)を拡張して、アプリケーションの
About SD Association Founded in January 2000 by Panasonic, SanDisk and Toshiba (now KIOXIA), the SD Association is a group dedicated to establishing SD standards and facilitating their adoption and development. At its outset the Association represented just 14 member companies and has grown into a global alliance comprised of around 800 member companies. By developing and adopting SD standards, me
This section describes the XML format used to represent domains, there are variations on the format based on the kind of domains run and the options used to launch them. For hypervisor specific details consult the driver docs Element and attribute overview¶ The root element required for all virtual machines is named domain. It has two attributes, the type specifies the hypervisor used for running
iPhoneカメラで撮影した写真は、HEIF(ヒーフ、High Efficiency Image Format)と呼ばれる画像ファイルフォーマットで保存されます。HEIF形式の画像ファイルの拡張子は「.heic」なので、HEIC(ヘイク)形式と記載されることもあります。 HEICはJPEGより高効率なので、高画質で容量が抑えられた画像ファイルになります。しかし、新しいフォーマットゆえに対応していないアプリがあるので、ここではiPhoneで撮影する写真をJPEGに変更する方法をみていきます。 写真のフォーマットを変更する方法は? iPhone 写真のフォーマットを変更する方法は次の手順です。 [設定] を起動する ホーム画面から「設定」アプリを起動します。 [カメラ] を選択する iPhone の設定です。[カメラ] をタップしましょう。 [フォーマット] を選択する 写真の設定です。[フォ
Adobe Photoshop File Formats Specification November 2019 Copyright © 1991-2019 Adobe Systems Incorporated. All rights reserved. Portions Copyright © 1990-1991, Thomas Knoll. The information in this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Adobe Systems Incorporated. Adobe Systems Incorporated assumes no re
Package fmt implements formatted I/O with functions analogous to C's printf and scanf. The format 'verbs' are derived from C's but are simpler. Printing ¶The verbs: General: %v the value in a default format when printing structs, the plus flag (%+v) adds field names %#v a Go-syntax representation of the value (floating-point infinities and NaNs print as ±Inf and NaN) %T a Go-syntax representation
PHP-CS-FixerはコマンドひとつでPHPコードを美しく整形してくれる魔法のような開発ツールだ。ソースコードのスタイルがおかしなところを指摘するだけでなく訂正までしてくれる。いわばソースコードの「赤ペン先生」だ。 特に複数人が携わる開発現場では、PHP-CS-Fixerを取り入れることで、各自のコーディングの癖を取り除き、コーディングスタイルが統一され、コードの保守性向上が期待できる。 PHP-CS-Fixerのデモ こういうやる気のないコードでも…… <?php use UnusedImportedClass; class A { /** * 適当なDocComment */ private function hoge(int $x, int $y){} private $arr = array(1,2,3,); /** * @param int $a * @param strin
指定したファイルのタイムスタンプを取得する方法 指定したファイルの日付・時間等のタイムスタンプを取得するには「date」コマンドを使用すれば取得できます $ ls -l test.txt -rw-rw-r-- 1 centos centos 34 Jul 2 11:27 test.txt $ date -r test.txt Tue Jul 2 11:27:48 JST 2019 取得するタイムスタンプの日付等のフォーマットは、dateコマンドのフォーマットで指定できます $ date "+%Y%m%d-%H%M%S" -r test.txt 20190702-112748 $ date '+%Y/%m/%d %H:%M' -r test.txt 2019/07/02 11:27 $ date +'%F %T' -r test.txt 2019-07-02 11:27:48 dateコマン
SQLFluff is an open source, dialect-flexible and configurable SQL linter. Designed with ELT applications in mind, SQLFluff also works with Jinja templating and dbt. SQLFluff will auto-fix most linting errors, allowing you to focus your time on what matters. Lint 🧼SQLFluff finds issues with your SQL code and reports them back to you (and your team) automatically so that your code reviews can be mo
Overview FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript, PHP, Python, Rust and Swift. It was originally created at Google for game development and other performance-critical applications. It is available as Open Source on GitHub under the Apache license, v2 (see LICENSE.txt). Why use FlatBuffers? Access to ser
今日は、Kindle3で、ある程度不自由なくPDFファイルを読むための方法と実際についてまとめます。 安価で軽量で目に優しい、読書好きのことを考えた電子書籍リーダー「Kindle3」。ワイヤレス通信も可能で、通信料はタダ。様々な書籍をいつでもどこでも廉価版で購入することもでき、重宝しています。 そんなKindle3ですが、致命的な問題があります。画面が小さい・・・。海外のペーパーバックや文庫本を読む分には全く問題ないのですが、A4サイズの書類となると、かなり不便に感じます。特に、PDF化された論文。ただでさえ文字が小さいのに、さらに縮小されてしまう。そのままKindleで読めたとしても、実用的とは言えません。 (PDFファイルを縦向きで表示。A4サイズを4分の1に縮めるので、読むのが疲れる) そこで、横向き表示にして、さらに200%拡大にしてみます。少しはマシになった。 (PDFファイルを
RFC 8949 Concise Binary Object Representation “The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.” JSON data model CBOR is based on the wildly successful JSON data model: numbers, strings, arrays, maps (called objects in JSON)
Limited edition tshirts are now available to buy! $10 per tshirt goes to maintain the project. What is Prettier?An opinionated code formatterSupports many languagesIntegrates with most editorsHas few options » Why?Your code is formatted on saveNo need to discuss style in code reviewSaves you time and energyAnd more »
English • العربية • български • català • čeština • Deutsch • Ελληνικά • español • فارسی • français • hrvatski • magyar • italiano • română • 日本語 • 한국어 • lietuvių • Nederlands • norsk • polski • português • русский • Türkçe • українська • 中文(中国大陆) • 中文(台灣) • עברית • azərbaycanca • This page tries to describe the flavour of G-codes that the RepRap firmwares use and how they work. The main target i
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く