About 1,257,160 results (3,673 milliseconds)

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Converts a STRING or BYTES value into an array of extended ASCII code points. TO_HEX, Converts a BYTES value to a hexadecimal STRING value. TRANSLATE, Within a ...

Make a Hex Cue

https://groups.google.com/g/qlab/c/T_2lb9rPiO8
Oct 4, 2017 ... -- parse space-delimited list of hex codes to a ... ASCII packet with the hex bytes values mapped to the corresponding ASCII characters?

CHAR - Google Docs Editors Help

https://support.google.com/docs/answer/3094120?hl=en
... Unicode map value of the first character in the string provided. HEX2DEC : The HEX2DEC function converts a signed hexadecimal number to decimal format.

Text Format Language Specification | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/text-format-spec
value: -2.0 # Valid: no additional whitespace. value: - 2.0 # Valid ... hex, hex, hex ; (* Unicode code point between 0x100000 and 0x10ffff *). Octal ...

Question about BLE extension reading a value

https://groups.google.com/g/mitappinventortest/c/g7Q5CdT0DhE
Mar 22, 2017 ... The normal, printable ASCII character set runs from 32 (space) to 126 (~). ... value, since each Hex character represents 4 bits. On the question ...

URL Encoding | Google Maps Platform | Google for Developers

https://developers.google.com/maps/url-encoding
All characters to be URL-encoded are encoded using a '%' character and a two-character hex value corresponding to their UTF-8 character.

Encoding | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/encoding
... space it consumes on disk. You probably don't need to understand this to use ... number 2 containing the ASCII string "testing" . The result is ...

Format elements | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements
The day of month as a decimal number (1-31); single digits are preceded by a space. ... Whitespace means the space character, ASCII 32. It doesn't mean ...

google.appengine.api.datastore_types.ByteString | Google App ...

https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine/api/datastore_types/ByteString
hex() 'b901ef' >>> value.hex(':') 'b9:01:ef' >>> value.hex(':', 2) 'b9 ... None (the default value) means split on ASCII whitespace characters (space ...

String functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/string_functions
Converts a BYTES value to a hexadecimal STRING value. TRIM, Removes the specified leading and trailing Unicode code points or bytes from a STRING or BYTES value ...

Lexical structure and syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical
Unicode escape, with uppercase 'U' and exactly 8 hex digits. Valid only in string literals or identifiers. The range D800-DFFF isn't allowed, as these values ...

Text editor that displays NULL characters?

https://groups.google.com/g/comp.sys.mac.apps/c/HM16NPhXPGQ
Feb 29, 2012 ... indicate when I have real spaces and when I have non-standard characters. I don't really need the hex numbers on each character. I'm going ...

The Intel HEX File Format

https://groups.google.com/g/comp.os.cpm/c/QJmImGGNXko
Apr 1, 2020 ... terminating record of the HEX file unless this value is zero, in which case ... ASCII.HEX --------- Documentation ? First try of SAVEHEX.BAS

Conversion functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/conversion_functions
Converts a Unicode code point to a character. For more information, see ... Converts a BYTES value to a hexadecimal STRING value. For more information ...

carriage returns

https://groups.google.com/g/bbedit/c/1-W2nx443uc
First, for reference, "0D" is the hex value of a carriage return (CR, ASCII ... (The space in between is just for readability in the hex dump output; it's ...

GLUT keyboard input (special keys vs ASCII keys)

https://groups.google.com/g/emscripten-discuss/c/KiX2cXLyXPA
Jan 7, 2014 ... The delete key returns the special key code 111 (0x6F) and 120 (0x78). But there are missing GLUT_KEY_xxx definitions for these in GL/ ...

Matlab + AccelStepper Serial Control

https://groups.google.com/g/accelstepper/c/cS5zHq_jQ8E
Nov 8, 2013 ... // 0x0d, 0x0a, 0x20 are ASCII code for Carriage REturn, New Line, and Space respectively ... HEX value for the CHAR SPACE. {. //* its a regular ...

Hex values in Expect

https://groups.google.com/g/android-send-expect/c/XkfkhKTnMyc
... hex value for one of those ASCII characters (e.g. A == 0x41). Matching binary ... space. The string appearing in the "hex bytes" section of the Expect ...

ASCII code 20 = DC4 = Device Control 4?

https://groups.google.com/g/jpos-users/c/eH8eCHAdTJw
Jan 11, 2008 ... > and missing the characters '20' at the end. > You are probably confusing ASCII with HEX; 20 hex is a space while 20 ascii is a DC4. Your ...

Blanks, REXX, and portability...

https://groups.google.com/g/comp.lang.rexx/c/KtsGRDK9Jzs
>> whitespace recognized in standard REXX is the SPACE character (ASCII >> hex-20, EBCDIC hex-40). >And there is indeed also a very good chance ...