Top "Text" questions

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

Search in SVN repository for a file name

We have a bulk repository for code contain thousands of folder and sub folder, i want to search under this …

svn search text base
Android: Where is the Spinner widget's text color attribute hiding?

I'm trying to change the text color of the single item that is displayed in the spinner button after you …

android text colors spinner
how to overwrite data in a txt file?

Possible Duplicate: Can any one tell why the previous data is still displayed while saving data using StreamWriter I have …

c# text streamwriter overwrite
How do I draw text with GLUT / OpenGL in C++?

How do I draw a text string onto the screen using GLUT / OpenGL drawing functions?

c++ opengl text glut
Is there a way to convert number words to Integers?

I need to convert one into 1, two into 2 and so on. Is there a way to do this with a …

python string text integer numbers
rotate x axis text in d3

I am new to d3 and svg coding and am looking for a way to rotate text on the xAxis …

text svg transform d3.js
Write text on an image in C#

I have the following problem. I want to make some graphics in bitmap image like bond form i can write …

c# image text draw
How to create a bold, red text label in Qt?

I want to write a single, bold red line in my application using Qt. As far as I understand, I …

c++ qt text richtext
auto resize text (font size) when resizing window?

I have been trying(in vain) to build a page whose elements would resize as I changed the window size. …

jquery css text resize fluid-layout
Sort a text file by line length including spaces

I have a CSV file that looks like this AS2345,ASDF1232, Mr. Plain Example, 110 Binary ave.,Atlantis,RI,12345,(999)123-5555,1.56 AS2345,…

bash sorting text awk