I\'m getting text from an API and it\'s something like following: text = \'replied to @james and he was visiting this http://some-site.com/another/something/../ so what you think about it\';
I want to design a special calculator .. and I came to a problem like this : X=1+(12*4+2) i need to get number of operands first
I\'ve been asked to quickly put together a small system that takes a Yahoo XML feed, 开发者_开发问答parses it, and creates a HTML fragment based on it.
I\'m trying to extract the text contained in a webpage. So that I\'m using a third pary tool Html Agility Pack. In that they mentioned:
I\'m getting this string as an input 开发者_开发百科\"<operator value=1/>\". How in C can I parse out this string to get the \"1\" back?If you know that that\'s exactly the type of string you\'l
What I want to do is determine if a string is numeric. I would like to know what people think about the two solutions I am trying to decide between (OR if there is a better solution that I have not fo
Have a good day. So my problem is basically this, I need to process 37.800.000 files. Each \"file\" is really more than that, what I have is:
I\'m trying to figure out how to terminate a repetition of words using a keyword. An example: class CAQueryLanguage extends JavaTokenParsers {
I need to grab some content from an HTML (XHTML valid) page. I grab the page using curl and st开发者_StackOverflowore it in memory.
so I was having a problem parsing a date, using the JodaTime chronology IslamicChronology so wrote a small example to demonstrate my problem.