Browsing Occitan (post 1500) translation

110 of 2616 results
1.
Banana Protocol Specifications
type: Content of: <html><body><h1>
(no translation yet)
Located in specifications/banana.xhtml:7 specifications/banana.xhtml:11
3.
Banana is an efficient, extendable protocol for sending and receiving s-expressions. A s-expression in this context is a list composed of byte strings, integers, large integers, floats and/or s-expressions.
type: Content of: <html><body><p>
(no translation yet)
Located in specifications/banana.xhtml:16
5.
The banana protocol is a stream of data composed of elements. Each element has the following general structure - first, the length of element encoded in base-128, least signficant bit first. For example length 4674 will be sent as <code>0x42 0x24</code>. For certain element types the length will be omitted (e.g. float) or have a different meaning (it is the actual value of integer elements).
type: Content of: <html><body><p>
(no translation yet)
Located in specifications/banana.xhtml:24
6.
Following the length is a delimiter byte, which tells us what kind of element this is. Depending on the element type, there will then follow the number of bytes specified in the length. The byte's high-bit will always be set, so that we can differentiate between it and the length (since the length bytes use 128-base, their high bit will never be set).
type: Content of: <html><body><p>
(no translation yet)
Located in specifications/banana.xhtml:32
8.
Given a series of bytes that gave us length N, these are the different delimiter bytes:
type: Content of: <html><body><p>
(no translation yet)
Located in specifications/banana.xhtml:42
10.
The following bytes are a list of N elements. Lists may be nested, and a child list counts as only one element to its parent (regardless of how many elements the child list contains).
type: Content of: <html><body><dl><dd>
(no translation yet)
Located in specifications/banana.xhtml:48
12.
The value of this element is the positive integer N. Following bytes are not part of this element. Integers can have values of 0 &lt;= N &lt;= 2147483647.
type: Content of: <html><body><dl><dd>
(no translation yet)
Located in specifications/banana.xhtml:53
14.
The following N bytes are a string element.
type: Content of: <html><body><dl><dd>
(no translation yet)
Located in specifications/banana.xhtml:56
16.
The value of this element is the integer N * -1, i.e. -N. Following bytes are not part of this element. Negative integers can have values of 0 &gt;= -N &gt;= -2147483648.
type: Content of: <html><body><dl><dd>
(no translation yet)
Located in specifications/banana.xhtml:59
17.
Float - 0x84
type: Content of: <html><body><dl><dt>
(no translation yet)
Located in specifications/banana.xhtml:61
110 of 2616 results

This translation is managed by translation group twisted.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Cédric VALMARY (Tot en òc).