What does this encoded commandline say? Shows as Hex-like with 4+ prepended to them: 0x14486:0x67000:0xe1cbfc53|4+0x15b7f|4+0xc9bd| [closed] - powershell

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 months ago.
Improve this question
What would the results of this commandline be? Does not appear to be Base64 or UTF16
cmd.exe+0x14486:0x67000:0xe1cbfc53|4+0x15b7f|4+0xc9bd|4+0xbea1|4+0xcffc|4+0x9826|4+0x15bf0|4+0xc9bd|4+0xbea1|4+0x139f4|4+0x18ecd|3+0x17034|0+0x52651
Tried UTF-16 decoding, result was a string of random Chinese characters that didn't seem to translate.
Tried hex decode then adding 4 which resulted in
cmd.exe+83078:421888:3788242003|88963|103294|48805|53248|38954|89076|51649|48805|80376|102097|94263|337489:

Related

How can I format code properly in a ChatGPT prompt? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 days ago.
Improve this question
I've tried the usual markdown syntax, for example:
```py
# Here's my Python code
import this
```
But it doesn't seem to work, it just displays it literally as if it was plain text. I wasn't able to find information as to whether markdown was the right syntax, or if there's another one, or if there simply isn't one. But when it replies with code, it does display it in a proper format (monospace font and everything), so that seems to indicate that there might be a way.
Of course this doesn't hinder its comprehension of code in any way, it's just for me, if I want to review the conversation later.

Is there a superscript þ (thorn) in Unicode 15.0? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
Improve this question
I am working on a font that makes things superscript, and I was wondering if a superscript þ or Þ? There are also a few other characters I was wondering if they had superscripts for, like ß, and ſ.

Are there unicode overlap characters? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Are there any Unicode characters that essentially are non-overwriting backspaces?
I have 𝄞𝄚 and I would like them to overlap.
No, there is no such Unicode character.
In the days long gone, this used to be the functionality of the control code U+0008 BACKSPACE, but the Unicode Standard ascribes no further semantics to that character beyond “It’s that old ASCII control code”, and you would be hard-pressed to find any modern application that supports this archaic behaviour.

How does QR-code work? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Can you please explain me How actually QR codes are created and How they are decoded. There are lots of websites and apps that can do the job. Here I have created a QR-code for the character QR12 by the website and this gives the following code :
I have decoded it to verify with the website and this gives the correct result.
I a'm very much interested to know the logic behind this to encode each character which is related to each square block. If I want to create this QR code by hand using pen and white paper, how can I do this. How can I do the reverse process also manually.
Thanks in advance.

Saving a document encoded in extended ASCII in Notepad++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I would like to know how to save a document using Notepad++ encoded in extended ASCII. When I select ANSI encoding, it is saved as UTF-8 codification (I checked it in HxD, program to see hex data file).
You can't do it with Notepad++. The best way is to paste your text into Wordpad and then save as MS-DOS text format.