ascii
Printing Range Of ASCII Characters From Registers in x86 Assembly
I\'m trying to print a range of ascii characters with this assembly program. I\'m trying to do it using only the registers, but haven\'t been having much luck. Everything looks fine to me, but I\'m a[详细]
2023-03-27 16:18 分类:问答List users from two tables
Hi i have user_table1 and user_table2 also i have table jobs and employers My request works开发者_StackOverflow社区 when i get users from user_table1 and pull jobs and employers info for them, but wh[详细]
2023-03-27 12:29 分类:问答Searching for python modules containing non-ASCII characters
I have a Python project containing hundreds of modules. In Python 2.6, the encoding of source files (modules) must be ASCII unless[详细]
2023-03-27 11:57 分类:问答Parallelizable hashing algorithm where size and order of sub-strings is irrelevant
EDIT Here is the problem I am trying to solve: I have a string broken up into multiple parts. These parts are not of equal, or predictable length. Each part will have a hash value. When I concatenat[详细]
2023-03-26 21:04 分类:问答How can I add color between \/ in terminal?
I am making text ASCII art for my .profile in terminal, and trying to colorize it. At first I as going to use the cat command and heredoc for printing out my art, but then I couldn\'t get the colors i[详细]
2023-03-26 15:35 分类:问答Convert two ASCII Hexadecimal Characters (Two ASCII bytes) in one byte
I want to convert two ASCII bytes to one hexadecimal byte. eg. 0x30 0x43 => 0x0C , 0x34 0x46 => 0x4F ...[详细]
2023-03-25 06:48 分类:问答Help with output file formating and stylying using ascii art? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-25 02:05 分类:问答How to simulate carriage return (HEX 0A) in ASCII or normal text?
i am required to simulate a carriage return (0A) to save into the database from a web application so that开发者_StackOverflow中文版 i can prove that the system is not cleaning data causing some issues[详细]
2023-03-24 05:10 分类:问答Converting ASCII text to Unicode with formatting [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-24 02:46 分类:问答How to snprintf gracefully?
How to gracefully use snprintf function or some another functio开发者_StackOverflown from standard C library to fill the memory by ASCII representation of an array of unsigned char?[详细]
2023-03-23 19:43 分类:问答