About 1,167,484 results (5,989 milliseconds)

Awk script to convert HEX to binary ?

https://groups.google.com/g/comp.lang.awk/c/Jnh6qtNMwDI
Dec 27, 2011 ... opposite conversion (e.g. 0x32/0x41 -> 0x2A) for each pair of ASCII ... There is already a printf utility, so you don't need awk. #!/bin/bash

Unable to use xxd to convert utf-16 file back from hex

https://groups.google.com/g/vim_dev/c/YOCooCMA4-Q
Jun 30, 2016 ... 7-bit ascii and untranslated binary. My previous workaround with using latin1 only happened to work because the file I was playing with didn't ...

encoding problem - handling a char in cp1252 on unix

https://groups.google.com/g/comp.lang.tcl/c/2TfanXuEUcI
> than the utf-8 (017d) for this char? Hex 17d is the Unicode code point of Ž. Since it is comfortably representable as a 16 bit binary number (and doesn't ...

COMP Fields

https://groups.google.com/g/comp.sys.unisys/c/bHjjMPjy-sM
07 FIELD-20 PIC X(01). 1. TOTAL 64 bytes by my calculations. Here is a sample byte stream in Hex. ... Ascii and the file in Binary and get them to convert it. If ...

The Unofficial Unix Administration Horror Stories Summary (part 3)

https://groups.google.com/g/comp.unix.admin/c/8YNKT6dJgNQ
That way, if /usr/local/bin/bash or /usr/local/bin or the /usr ... stripped binary was only 76 bytes long, so we converted it to hex (slightly ...

Bullet character across Vim platforms

https://groups.google.com/g/vim_use/c/Wz28U5PZHQU
Alt-4 Alt-9. Finally, in insert mode, I did Ctrl-V 149, which simply inserts a character with hex code ox95. I literally shows up as ...

Loading CSV data from Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
If you want to allow ASCII 0 and other ASCII control characters, then set --preserve_ascii_control_characters=true to your load jobs. If BigQuery can't convert ...

Functions (alphabetical) | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-all
Gets the ASCII code for the first character or byte in a STRING or BYTES value. ... Converts a BYTES or hexadecimal-text STRING WKT geometry value into a ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
Determines how to convert a Decimal logical type. Equivalent to ... The following example shows how to pass in a SQL script in the Bash shell: See more ...

Techne Public Site - Bash Commands

https://sites.google.com/case.edu/techne-public-site/bash-commands
Some files contain non-UTF8 characters, and as a consequence are seen as binary files by unix utilities. This means they're not searchable by default. The ...

Base64 encode and decode files | Generative AI on Vertex AI ...

https://cloud.google.com/vertex-ai/generative-ai/docs/image/base64-encode
... convert such binary data into text using Base64 encoding. Most development environments contain a native base64 utility to encode a binary into ASCII text data.

[PATCH v10 00/28] Issue 80: Unicode support on Windows

https://groups.google.com/g/msysgit/c/e9dkPpl2C8E/m/XxywJ7o_PVgJ
+ /* invalid utf-8 byte, non-printable unicode: convert to hex */ + static ... bash won't let you enter non-ASCII characters): git config [--global] ...

[PATCH v15 00/26] Issue 80: Unicode support on Windows

https://groups.google.com/g/msysgit/c/QI92E9CW8sA
... bash won't let you enter non-ASCII ... mangled names) as well as untracked (also with mangled names). # Use <tt>recodetree head</tt> to convert non-ASCII file ...

Release Notes | Google Cloud SDK ... - Google Cloud CLI

https://cloud.google.com/sdk/docs/release-notes
spanner-cli starts an interactive shell for spanner. Compute Engine. Promoted --append-licenses , --remove-licenses and --replace-license flags of ...

cwebp | WebP | Google for Developers

https://developers.google.com/speed/webp/docs/cwebp
Dec 20, 2024 ... Note that this process is slower than the default 'fast' RGB->YUV conversion. ... Output additional ASCII-map of encoding information. Possible ...

US10692400B2 - Method of mechanically translating written text to ...

https://patents.google.com/patent/US10692400B2/en
The Translate class takes the hexadecimal code, running a second check to make sure that the characters are UTC-16 valid, before then converting them to ASCII ...

More Get-IPlayer Questions

https://groups.google.com/g/uk.comp.os.linux/c/Ilt8jokvx3Y
It plugs into the shell built-in cd-co cdrtools - 2.01-6 - low-level CD ... dos2unix - 6.0.3-1 - Convert text files with DOS or Mac line breaks to. Unix ...

16-bit protected mode?

https://groups.google.com/g/alt.os.development/c/ayK6K7IUfvg
;;--- convert byte value in AL to ascii hex --- ;; only AX is affected ... Also, DJGPP project already compiled BASH shell, and many other GNU/FSF and ...

Techne Public Site - An Application: Python, Semafor, & Framenet

https://sites.google.com/case.edu/techne-public-site/python/an-application-python-semafor-framenet
... convert everything to ASCII. If not, then remove the individual characters, simply because they stall the text processing engines, but keep them in the line ...

mrxpalmeiras - Linux Cheat Sheet

https://sites.google.com/site/mrxpalmeiras/linux/linux-cheat-sheet
print packets in ASCII or HEX. tcpdump -i any -A (ascii) or -X (hex). run in ... usermod --shell /bin/bash eric. remove expired password requirements for ...