1153万例文収録!

「uuencode」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > uuencodeの意味・解説 > uuencodeに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

uuencodeを含む例文一覧と使い方

該当件数 : 20



例文

Valid values for encoding include'base64', 'quoted-printable', 'uuencode','x-uuencode', 'uue', 'x-uue', '7bit', and '8bit'. 例文帳に追加

encoding に許される値は、'base64', 'quoted-printable', 'uuencode','x-uuencode', 'uue', 'x-uue', '7bit', および'8bit'です。 - Python

12.16 uu -- Encode and decode uuencode files 例文帳に追加

12.16 uu -- uuencode形式のエンコードとデコード - Python

HISTORY The uuencode command appeared in BSD 4.0. 例文帳に追加

履歴uuencodeコマンドは BSD 4.0 で登場した。 - JM

Encode and decode files in uuencode format. 例文帳に追加

uuencode形式のエンコードとデコードを行う。 - Python

例文

SEE ALSO uuencode(1), uudecode(1), uusend(1), uucp(1), mail(1) HISTORY The uuencode file format appeared in BSD 4.0 . 例文帳に追加

関連項目uuencode(1), uudecode(1), uusend(1), uucp(1), mail(1)履歴uuencodeファイル形式は、BSD 4.0 で登場した。 - JM


例文

Convert the operand using uuencode 例文帳に追加

被演算子を uuencode を用いて変換します。 - Python

This is not the encoding used by uuencode (1). 例文帳に追加

これはuuencode (1) で使われるエンコーディングではない。 - JM

Consider compressing patches and using uuencode(1) if they exceed 20KB. 例文帳に追加

20KB を超える場合は、 それらを compress してuuencode(1)することも検討してください。 - FreeBSD

Files found to be binary are uudecoded prior to packing (USE OF UUENCODE IS NOT APPRECIATED BY MANY ON THE NET). 例文帳に追加

バイナリであるとわかったファイルは、パックする前に uuencode される(ネットワーク上の多くの人に、uuencode の使用は煙たがられる)。 - JM

例文

Base 64 is used when transmitting binary data through text-only media such as electronic mail, though uuencode is more common. 例文帳に追加

電子メールなど,テキスト専用メディアを介してバイナリデータを伝送するとき,uuencodeが一般的であるが,Base 64も使われる. - コンピューター用語辞典

例文

The recipient must have uudecode in order to unpack. (USE OF UUENCODE IS NOT APPRECIATED BY MANY ON THE NET). 例文帳に追加

受信者は、ファイルを取り出すために uudecode を持っていなければならない(ネットワーク上の多くの人に、uuencode の使用は煙たがられる)。 - JM

The encoding algorith is not the same as the uuencode program.There are two interfaces provided by this module.例文帳に追加

これらの符号化アルゴリズムは uuencode で使われているものとは別物です。 このモジュールでは 2つのインターフェイスが提供されています。 - Python

The recipient must have uudecode and gzip in order to unpack (USE OF UUENCODE AND GZIP IS NOT APPRECIATED BY MANY ON THE NET). 例文帳に追加

受信者は、ファイルを取り出すために uudecode と gzip を持っていなければならない(ネットワーク上の多くの人に、uuencode と gzip の使用は煙たがられる)。 - JM

The recipient must have uudecode and compress in order to unpack (USE OF UUENCODE AND COMPRESS IS NOT APPRECIATED BY MANY ON THE NET). 例文帳に追加

受信者は、ファイルを取り出すためにuudecode と compress を持っていなければならない(ネットワーク上の多くの人に、uuencode と compress の使用は煙たがられる)。 - JM

If you feel it appropriate (e.g. you have added, deleted, or renamed files), bundle your changes into a tar file and run the uuencode(1) program on it. 例文帳に追加

あなたがそうした方がいいと思う場合 (たとえば、ファイルの追加、削除または名称変更など)、変更を tarファイルにまとめ、uuencode(1) プログラムにかけてください。 - FreeBSD

Convert a single line of uuencoded data back to binary and return the binary data.例文帳に追加

uuencode された 1 行のデータ をバイナリに変換し、変換後のバイナリデータを返します。 - Python

This module encodes and decodes files in uuencode format, allowingarbitrary binary data to be transferred over ASCII-only connections.Wherever a file argument is expected, the methods accept a file-likeobject. 例文帳に追加

このモジュールではファイルをuuencode形式(任意のバイナリデータをASCII文字列に変換したもの)にエンコード、デコードする機能を提供します。 引数としてファイルが仮定されている所では、ファイルのようなオブジェクトが利用できます。 - Python

Convert binary data to a line of ASCII characters, the return value is the converted line, including a newline char.例文帳に追加

バイナリデータを uuencode して 1 行の ASCII 文字列に変換します。 戻り値は変換後の 1 行の文字列で、改行を含みます。 - Python

If PolyglotMan doesn't recognize a key macro used by a large class of pages, however, e-mail me the source and a uuencoded nroff-formattedpage and I'll see what I can do.例文帳に追加

ただし、ある種のページ群で使われている重要なマクロを PolyglotMan が識別できない場合は、筆者にソースと nroff 処理したページを uuencode したものを送ってもらえれば手伝えることがあるだろう。 - XFree86

例文

In the case of a significant contribution of a large body work, or the addition of an important new feature to FreeBSD, it becomes almost always necessary to either send changes as uuencoded tar files or upload them to a web or FTP site for other people to access. 例文帳に追加

大きな分量の作業成果の貢献や、重要な新しい機能を FreeBSDに追加する場合には、大抵、変更点を tar ファイルにまとめて uuencodeして送るか、ウェブサイトや FTP サイトへアップロードしてアクセスできるようにしなければなりません。 - FreeBSD




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS