1
vote
2answers
58 views
Oracle Text URL indexing performance
I have an oracle table that has two columns - id and url.
The URL is simply http://somemachinename/mypage.php?id=
I then create an oracle text index using the URL datastore on the url column.
If I …
3
votes
6answers
3k views
How do I modify a text file in Python?
I'm using Python, and would like to insert a string into a text file without deleting or copying the file. How can I do that?
1
vote
1answer
20 views
android listview display all available items without scroll with static header.
I'm having a little difficulties while trying to get a certain layout to work: I want to have list. List does not have to be scrollable, but should be shown completely. But the page itself should be …
0
votes
1answer
22 views
First line text-indent in sIFR
Hi, I have a text block made whith sIFR and I want to indent the first line.
Look at this image to see what I want:
http://alltutorials.hi2.ro/testimonial.jpg
I want the word WOW to be after …
0
votes
3answers
49 views
How to change text in a textbox on another form in Visual C#?
In Visual C# when I click a button, I want to load another form. But before that form loads, I want to fill the textboxes with some text. I tried to put some commands to do this before showing the …
0
votes
0answers
7 views
Text alignment in SVG
How to make text with proportional font but an equal number of characters per line fully justified in SVG text box? Preferably with an svg-code example if it's possible.
0
votes
4answers
569 views
WPF Text Fade out-then-in effect
Hi Folks,
I'm trying to use WPF animation to creat an effect where, when the data in a text property changes, the text fades out, then in again.. or preferably a proper crossfade.
I have …
1
vote
6answers
150 views
Suppose I have 2 vectors. What algorithms can I use to compare them?
Company 1 has this vector:
['books','video','photography','food','toothpaste','burgers'] ... ...
Company 2 has this vector:
['video','processor','photography','LCD','power supply', 'books'] ... …
2
votes
1answer
52 views
C# text.Replace preserve case
I am working on a wiki bot for my communities wiki that uses the DotNetWikiBot Framework; it is to find a word that is commonly a typo (such as "abilty") and replaces them with the correction (such as …
1
vote
4answers
67 views
How do you read a text file without losing odd characters?
I would like to read a text file into an array of strings using System.IO.File.ReadAllLines. However, ReadAllLines strips out some odd characters in the file that I would like to keep, such as …
0
votes
2answers
78 views
Reading a file in vb.net
how to read a text file character by character in VB.NET??
1
vote
5answers
433 views
How can I find the Rect of wrapped text on an iPhone?
Can anybody recommend a good method for determining the Rect of some wrapped text on an iPhone? I've tried all the built-in methods for NSString in the 2.1 SDK to no avail. The size methods never …
0
votes
2answers
54 views
Raw list of person names
I need to have a long list of people names ("Robert", "Jeniffer", "Andrew", etc.)
How long? 100 will be sort of okay, but thousands would be better.
I'd like it raw, not in an HTML webpage or …
0
votes
3answers
41 views
C# , detect selected text on windows?
I would make a tools like Google toolbar translate function, but it is for desktop.
What i want to do is
highlight the text in any application (word,pdf,live messenger etc) , and translate by google …
2
votes
4answers
721 views
Fluid layout of text in Flex3
In my Flex3 app I have some floating windows which contain variable amounts of text. The windows are meant to be user-resizable. Currently, while I can resize the windows OK, I can't get the text in a …
