0
votes
0answers
36 views
Qt, text on a black and white screen
I'm using Qt (embedded) to make a GUI on a black and white screen. The problem is Qt renders text with shades of grey so it is unreadable on the black and white screen. Does anyone have any idea how …
1
vote
1answer
19 views
How to define stroke around background rectangle of textblock in WPF?
I would like to have some text to be inside a rectangle with stroke around this rectangle (just like property "Stroke" of the object "Rectangle" itself). But I didn't manage to find a property of the …
0
votes
0answers
19 views
Nokogiri how to get the parent text and not the childs text and reference the text back to its parent
Let's say I have this sample:
page = "<html><body><h1 class='foo'></h1><p class='foo'>hello people<a href='http://'>hello …
0
votes
5answers
44 views
MySQL Table with TEXT column
Hello. I've been working on a database and I have to deal with a TEXT field.
Now, I believe I've seen some place mentioning it would be best to isolate the TEXT column from the rest of the …
0
votes
0answers
22 views
Single user mode in mac
I want to use the mac in single user mode. I want to use ctags and cscope in that mode. Could anyone help me with the setups required for this. Thank you. All i know is how to go to the single user …
0
votes
5answers
57 views
Win32 Text Drawing Puzzle
Hello :)
I've got a little text drawing puzzle under Win32. I'm trying to draw some instructions for users of my application at the top of the window.
Please refer to the following window (I've …
0
votes
2answers
71 views
animated “crawling text” on iPhone
Does anyone know how to create a "text crawl" like that shown at the bottom of the ESPN ScoreCenter app for the iphone?
Basically, there is a small bar of text at the bottom of the screen and the …
2
votes
4answers
58 views
Calculating context-sensitive text correlation
Suppose I want to match address records (or person names or whatever) against each other to merge records that are most likely referring to the same address. Basically, I guess I would like to …
0
votes
4answers
52 views
Text read and replace algorithm
Looking at this:
MENU_ITEM_BACK#0="Back";
MENU_ITEM_BLOCK_CHANNEL#0="Block";
MENU_ITEM_CLOSE#0="Close";
MENU_ITEM_DETAILS#0="Details";
MENU_ITEM_DIAGNOSE#0="Diagnose";
…
0
votes
2answers
16 views
How to bottom-align string in Access report textbox?
Using Access 2003. On a subreport I have arranged a row of text boxes that will be populated with dynamic data. (These will appear as column headers on a master report.) Due to report constraints, …
3
votes
1answer
47 views
LaTeX adjusting space in toc items
I am struggling with custom toc items added via:
\addcontentsline{toc}{section}{Some text here}
Actually my problem is that I need to add some items which contain chronological date periods like:
…
0
votes
4answers
95 views
Is this an efficient way to convert HTML to text using jQuery?
I'm trying to convert HTML to plain text. Is it efficient? Am I missing something?
txt = $("body").find("script,noscript,style,:hidden").remove().end().text();
Thanks!
1
vote
3answers
32 views
Pass variable from image to next page
Hey I have dynamic image begin created with imagecreate(), and I have random values being produced, and I want to pass that random number, to a variable, and use that variable inside the page where Im …
2
votes
1answer
40 views
Open source C/C++ Audio to text lib
Turn spoken dialogue into text-based, timecode-accurate, searchable metadata or just into text.
What do I need:
Open source libs
Articles on using them
1
vote
4answers
51 views
Tokenize from a textfile reading into an array in C
How do you tokenize when you read from a file in C?
textfile:
PES 2009;Konami;DVD 3;500.25; 6
Assasins Creed;Ubisoft;DVD;598.25; 3
Inferno;EA;DVD 2;650.25; 7
char *tokenPtr;
fileT = …
