Hi there,
I'm wondering if it's possible to create diagonal text with sIFR3 ?
I searched the net, but haven't come up with any leads so far.
Any nudge in the right direction would be much appreciated.
Thanks
Hi,
I'm new in Image Proccessing.
I have an image and I want to parsing Text blocks and picture blocks.
How can I do?
I don't use OCR components. I need algorithm or sample or suggestion.
In javascript, If i have a text block like so
Line 1
Line 2
Line 3
What would i need to do to lets say delete the first line and turn it into:
Line 2
Line 3
Hello all,
I am writing a webpage using GWT. Now I need to read a text file and display the content in the webpage but have no idea how to do that with GWT.
It is very nice if there is any way in GWT that I can read .properties file.
Does anyone have an idea, please?
Thanks.
I have created rich text box in crystal reports for displaying product description. Everything is displaying properly but it is not taking more than 65534 characters. I need to display more than 65534, so please any one can help me to use is there any other control like richtext box to display the data.
Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try.
Thanks,
Kevin
Hi all,
I'm currently looking at developing a small client that has the ability to read text to speech in a variety of languages. Mainly targeting English & Japanese.
So my question is, does anyone know of a library that is capable of reading English and Japanese to speech?
My target development language initially, is c#
Thanks for your time.
Ok, so I've downloaded some TTS engines to replace the default microsoft TTS engine, and make my program sound a little more 'human' -- basically i am wondering where abouts the TTS engine files are stored on the local pc (windows 7)
-- the files i have are in .Dat format, does anyone have any idea where abouts the should go to be registered as a voice for Text-to-Speech?
Cheers.
I'm trying to draw mirrored (as in, it looks like you held it up to a mirror) text, and I want to do it the easiest way possible.
It is possible to do a transform on a UILabel? Or do I have to use Quartz and do CGContextShowTextAtPoint() ?
there's a text file
first second third
1 2 3
yes no ok
hmmmmmmm yep_a_long_word_it_is ahahahahahahha
what java functions /libs to use to align words so that they are looked like this (fixed width based on the longest column's length), let's say center align:
first second third
1 2 3
yes no ok
hmmmmmmm yep_a_long_word_it_is ahahahahahahha
Hi everyone,
can you advice what to use for making tree structured text editor?
I used QTreeView for this (asked few questions to solve my problems), but it seams it's not suitable for this purpose.
Thanks in advance,
Serge
I think I might be missing something really obvious here but how can I stretch the width or height of the text in a TextArea rather than just resizing the bounding box of the control ?
Hi, I want to use sIFR 3 to add a simple linear gradient filter to a text, I can't find this in the ducumentation hope you guys can give me some help.
I found an article that show's how to do this but requiers the modification of the flash file and that's not what I want to do.
I looked in the sIFR documentaion and I didn't found a Gradient filter, I hope this effect can be made simple using the sIFR filters.
Thank's
When a UITextField with custom frame (200 × 54 px) loses focus, the text looks a little bit blurry.
example screenshot
Is this a common problem? Any workaround / solution or am I doing something wrong?
Is there a library that I can use to perform binary search in a very big text file (can be 10GB).
The file is a sort of a log file - every row starts with a date and time. Therefore rows are ordered.
I'm trying to replace some text in a file with a value. Everything works fine but when I look at the file after its completed there is a new (blank) line after each line in the file. Is there something I can do to prevent this from happening.
Here is the code as I have it:
import fileinput
for line in fileinput.FileInput("testfile.txt",inplace=1):
line = line.replace("newhost",host)
print line
Thank you,
Aaron
I have a text string that has been doctored to be web safe URLs i.e. non alphanumeric's are converted to "_".
What I want to do is search for the original name before it was converted, this means that I need some kind of wild card search i.e.
What I have
test__mytest
With wildcards
test??mytest
The string I would find with the wildcard search
test: mytest
Can someone tell me how to achieve this in PHP?
Thanks
I built GNU Smalltalk from source on my Mac because I couldn't get it working using fink and I found VMs like Squeak hard to understand. When I run the gst command it works fine, but unlike command line interfaces such the Python and Lua ones, it is hard to use because when I use the left or right arrow keys, I want the cursor to move left or right, but instead it inserts text like "^[[D". I understand why it does this but is there any way to fix it so it is more usable?
Hello!Need your help!
How to get displayed text in RichTextBox?
I mean if RichTextBox is scrolled to the end, I'd like to receive only those lines, which are visible for me.
P.S.It'll be enough to get fisrt displayed string
I am looking for a small linux tool that would be able to extract text from odt file.
It just needs to be human-readable and it can have problems with complicated objects etc.
It's almost a duplicate of this question but I need it to be small and have no dependencies on OpenOffice or X server
I remember having a 1MB MS-DOS program that could render .doc files quite readibly (with some weird markup getting through from time to time), so i expect it to be possible in the linux world too ;)
Hi i got this text
2/92/20
3/32/32
4/62/6
5/22/28
6/60/61
7/33/32
8/34/31
9/31/19
10/19/19
11/34/39
12/32/32
14/19/25
15/45/37
16/32/32
17/84/36
18/72/33
and i need it to be like
// 2/92/20
chars[0][0]=2;
chars[0][1]=92;
chars[0][2]=20;
How should i make that
PS: the split must be in
$.ajax({
type: "POST",
url: "char_info2.php",
dataType: "html",
success: function(data)
{
//here
}
Hi folks,
after rotating a label in flex the text still is a little bit blurry. I've made up a small example to show what I mean:
http://pixelpilots.de/dev/testThings/
How can I avoid this? Thanks for any help!!
Hi
I want to set some text on my edit box, but it should be greyed.
Is there some way to do that?
I am not able to find the proper API for this.
Any suggestions?
Im using libmysql for mysql in c++ and now i got a column, type= text, and i want the word(s) inside it. how to do this?
when i use Blob (dont know what it is) it gives me e44158 :S.
can somebody help me please?