Top "Text" questions

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

Text Editor which shows \r\n?

I'm looking for a text editor that can show me the actual carriage returns and newlines. E.g. if I …

text text-editor newline carriage-return
Set color of TextView span in Android

Is it possible to set the color of just span of text in a TextView? I would like to do …

android text formatting textview
How to add text to an existing div with jquery

I want to add text to an existing div, when I click the Button with the id #add. But this …

jquery html text add
Change span text?

Possible Duplicate: How do I change the text of a span element in javascript Well, I've searched a lot for …

javascript text edit html
Efficiently counting the number of lines of a text file. (200mb+)

I have just found out that my script gives me a fatal error: Fatal error: Allowed memory size of 268435456 bytes …

php file memory text memory-leaks
How can I split a text into sentences?

I have a text file. I need to get a list of sentences. How can this be implemented? There are …

python text split
Can someone give an example of cosine similarity, in a very simple, graphical way?

Cosine Similarity article on Wikipedia Can you show the vectors here (in a list or something) and then do the …

text data-mining cosine-similarity
Indent starting from the second line of a paragraph with CSS

How can I indent starting from the second line of a paragraph? I've tried p { text-indent: 200px; } p:first-line { text-indent: 0; } …

html css text pseudo-class indentation
Adding text to ImageView in Android

I want to use an ImageView to show some message in a fancy way. How do I add text to …

android text imageview
nvarchar(max) vs NText

What are the advantages and disadvantages of using the nvarchar(max) vs. NText data types in SQL Server? I don't …

sql-server sql-server-2005 sql-server-2008 text nvarchar