Top "Text" questions

Text is a sequence of characters that is most often used to represent a cohesive piece of information.

How to display text in pygame?

I can't figure out to display text in pygame. I know I can't use print like in regular python IDLE …

python text pygame
Atom menu is missing. How do I re-enable

The menu in Atom text editor is gone. I dont know how I disabled it. I tried F1-12 keys. …

windows text atom-editor
BeautifulSoup Grab Visible Webpage Text

Basically, I want to use BeautifulSoup to grab strictly the visible text on a webpage. For instance, this webpage is …

python text beautifulsoup html-content-extraction
How to split large text file in windows?

I have a log file with size of 2.5 GB. Is there any way to split this file into smaller files …

windows text cmd split size
Extracting text OpenCV

I am trying to find the bounding boxes of text in an image and am currently using this approach: // calculate …

c++ opencv image-processing text bounding-box
How to write data to a text file without overwriting the current data

I can't seem to figure out how to write data to a file without overwriting it. I know I can …

c# text overwrite
Copying text to the clipboard using Java

I want to copy text from a JTable's cell to the clipboard, making it available to be pasted into other …

java swing text clipboard
how to use a regular expression to extract json fields?

Beginner RegExp question. I have lines of JSON in a textfile, each with slightly different Fields, but there are 3 fields …

regex json text replace editpad
How can you find the height of text on an HTML canvas?

The spec has a context.measureText(text) function that will tell you how much width it would require to print …

javascript text canvas
Input type "number" won't resize

Why won't my input resize when I change the type to type="number" but it works with type="text"? EXAMPLE …

html text input resize numbers