1
vote
5answers
98 views
How to create an ontology in python?
Are there libraries or certain "techniques" that you can use to create an ontology of elements?
Or "design patterns"?
I am talking about just a "graph" of things.
Suppose I have …
0
votes
2answers
29 views
How can I open an HTML file as a text file to read the code using VBScript?
I have a lot of HTML pages that need the same few lines of text changed on them. To reduce the time it will take to manually open each one in Notepad and find the text and replace …
1
vote
6answers
165 views
How can I parse the following text file?
Hi,
I'm pretty new to c#. Can somebody please give me the right direction on how can I parse the following text file?
The program I am trying to implement will do the following:
…
0
votes
1answer
28 views
Grabing text from non java application
Is it possible to grab textarea using java from another non-java application?
Known way is OCR with java.awt.Robot in my opinion is too complex and non effective if grabbed area i …
1
vote
1answer
26 views
Win32 DrawText line height
I'm calling the Win32 DrawText function to output some text into a device context. The text is long and wraps nicely onto a second line. The problem is I need to decrease the spa …
2
votes
4answers
75 views
Can someone give an example of cosine similarity, in very simple, graphical way?
http://en.wikipedia.org/wiki/Cosine%5Fsimilarity
Can you show the vectors here (in a list or something)
And then do the math, and let us see how it works?
I'm a beginner.
-1
votes
1answer
52 views
Which non-bold UTF-8 iPhone SDK font can I use here?
Problem: I create a UILabel with this font:
label.font = [UIFont systemFontOfSize:15.0f];
Now this system font is bold, but I want to display pretty small text, and the text may …
0
votes
7answers
87 views
Is there an editor or plugin for more potent regular expressions?
Regular expressions are great for text editing. But sometimes they aren't quite enough.
For example, say I have a text with 1000 sentences, with the first character in lowercase:
…
0
votes
2answers
21 views
Trying to pass TextFormat into other Classes, getting error
Happy Tuesday everyone :)
I noticed I was using the same fonts over again in several of my Sub Classes, so I figured I'd just make a Fonts Class to handle all those.
Anyways I' …
2
votes
1answer
23 views
Culture problem reading formatted decimal values
Hi,
I have an console application (that also is run as a service when deployed). I'm reading values that originates from a text file. The problem is that I can't get the decimal v …
0
votes
2answers
47 views
Wrong float warping in IE7
Hello,
here's test page, which looks differently in IE7, while OK in Firefox & Opera.
Looks like FF & Oprah are adequate about
.twoColLiqRtHdr #mainContent {
margin …
1
vote
4answers
48 views
Limiting file upload type
Simple question. Is there a way to only allow txt files upon uploading? I've looked around and all I find is text/php, which allows PHP.
$uploaded_type=="text/php
1
vote
2answers
22 views
How do I get the selected text in desktop application using python-dbus?
For example, I open a pdf file or a web page in gnome, use mouse double click some text, so a word is selected, how can I get this word in a background running daemon written with …
0
votes
2answers
37 views
Cache And Compare Files In C#
Ok, I'm trying to make an application for an online Radio Station.
I have it set to read the song title and artist and write it to a text file on the webserver.
I want to have th …
119
votes
96answers
8k views
What are some good free programming books?
I know of a couple, but I would like to build a list up for some nice holiday reading.
(If there is a book on here you read for free, and really liked, make sure to support the au …
