Top "Word" questions

A word is the amount of data that a processor can fit in its general-purpose registers -- effectively the amount of data the processor can handle "at once". Programming-related questions concerning Microsoft Word should NOT use this tag - use the tag [ms-word] instead.

What are the sizes of tword, oword and yword operands?

What are the sizes of tword, oword and yword operands, as used in the NASM/YASM manual? And on a …

assembly nasm word yasm word-size
generating word cloud for items in a list in python

my_list=["one", "one two", "three"] and I am generating a word cloud for this list by using wordcloud = WordCloud(…

python string list word word-cloud
Javascript: Words to numbers

How can I convert words to numbers in JavaScript? Example: "Nineteen days from now" would become "19 days from now". I'm …

javascript numbers word
Size of a Word and addressing

I was refreshing myself on memory information and I am confused on the size of a Word. From my understanding, …

memory architecture operating-system word ram
how to match one word or another, within a single line, with sed

For this command xwininfo -id 0x8a00004 |grep "Absolute\|Width\|Height" I have this output Absolute upper-left X: 44 Absolute upper-left …

regex sed word match
convert number into words

even though this question has been posted and answered before. I wanted help with my code. Task is to convert …

c# numbers word
Python - Find the shortest word in a list

Hi all I know there may have been a few similar questions asked already but I would appreciate it if …

python string list word shortest
C++ int vs long long in 64 bit machine

My computer has 64 bit processor and when I look for sizeof(int), sizeof(long), and sizeof(long long), it turns …

c++ performance memory 32bit-64bit word
Is it possible to have an enum class with enums of two or more words?

I have to choose from several types of genres for books and I was thinking using enums for this, but …

java enums word
PHP: increment counter function using words (i.e. First, Second, Third, etc.. )

I've been trying to find a function which increments a counter using words. I know its possible using numbers with …

php word counter increment ordinals