I am new to programming and have been trying hard to parse a file. I, initially was trying to parse it in a certain way, but that didn\'t end up working correctly. I want to parse the following line i
Some time ago I started writing a BNF-based grammar for the cables which WikiLeaks released. However I now realized that my approach is maybe not the best and I\'m looking for some improvement.
Im a novice java-programer, whos trying to create a small java app. In the program im working on, I want to load the configurations from different ini-files.
There is a simple text file that have to be parse by using log parser. Just I started using log parser but not understanding What is its parsing limit. I mean Can i do such thing by using logparser
I am trying to compact an expression of individual days into a shorter expression including hyphen-sep开发者_C百科arate ranges.
I\'m looking for an way to parse a substring using PHP, and have come across preg_match however I can开发者_如何学C\'t seem to work out the rule that I need.
I\'m trying to write a bash script which will, given the name of a local MySQL database, export the data from all its tables into CSV files with a header line containing field names.For example, if th
I have problem with cleaning comments and empty lines from already existing sql file. The file has over 10k lines so cleaning it manually is not an option.
I have a va开发者_运维知识库rchar(max) field containing Name Value pairs, in every line I have Name UnderScore Value.
Hey guys, I am working on an application that initially loads a website from the URL http://en.m.wikipedia.org/wiki/::Random? which gives me a random wikipedia page. I was wondering how would I go abo