analyzer

Is there a log file analyzer for log4j files?

I am looking for some kind of analyzer tool for log files generated by log4j files. I am looking something more advanced than grep? What are you using for log file analysis? I am looking for following kinds of features: The tool should tell me how many time a given log statement or a stack trace has occurred, preferably with support f...

NHibernate Query Analyzer

Hello, Could anyone please describe how to use NHibernate Query Analyzer? I downloaded it and trying to build it but it fails, I am not quite sure how to use it. I am using nHibernate with Sybase and WCF. Any help is greatly appreciated. Thanks ...

Real-time spectrum analyzer with API

I'm looking for a C or C++ API that will give me real-time spectrum analysis of a waveform on Windows. I'm not entirely sure how large a sample window it should need to determine frequency content, but the smaller the better. For example, if it can work with a 0.5 second long sample and determine frequency content to the Hz, that would...

Lucene 2.2 arabic analyzer

Is it possible to modify Lucene 2.2 to add Arabic analyzer and if anyone have done this already where can I get source/jar ...

Best practice on initializing your NSStrings on the iPhone

xCode's "build and analyze" complains about "s" being possible garbage. Which is the better solution? A, B, or C? NSString *s; // A NSString *s = nil; // B NSString *s = @""; // C if(x == 1) s = @"you picked 1"; if(x == 2) s = @"you picked 2"; if(x == 3) s = @"you picked 3"; ...

Methods/tools to figure out software logic?

(If you think another site on StackExchange or elsewhere is a better location to ask this type of question, please point me in the right direction.) What do experienced developers use to figure out how the code of an existing application work, before being able to modify/add to it? Is there a more productive way than going through line...

iPhone doubt after analyzing the project

Hi all! I have some memory problems, from another post I tried to analyze my project to understand my errors.... here are some things that I don't understand where's my error.... thanks 1: sqlite connection: 2: json converter: 3: url connection: 4: cell of uitableview: ...

suggest a good tool to automate the log parsing work.

hi all, to analyse and validate the log, log will be of the form, sent from client 3010 <"xyz"|P1|P2|P3......Pn>##VAL1=dat1,val2=dat2,val3=dat3## response to client 3020 <"xyz"|P1|P2|P3......Pn>##VAL3=dat3,val3=dat3,val1=dat1## i need to validate/analyse if 3010 "xyz" and other params are same as desired also from the response lin...

Read/write data from command line using PHP

Hey everybody, I have a server (debian lenny), spectral analyzer and I have downloaded collection of source codes from Steve Sharples's site. With these s. coudes I am able to connect to spectral analyzer - type command and get the responce. For example: my-atom:~/vxi11# ./vxi11_cmd 135.123.106.59 Input command or query ('q' to exit):...

Implementing a question analyzer for auto tagging

What are good resources to go to for implementing a question analyzer? I am trying to figure out how to auto-tag questions to make it easier for non-technical users to ask questions. I've found that using Bayes Theorem I can achieve this, but I have no idea how to implement it. Any open source libraries or research papers on this? ...

How to develop a Query Analyzer

I want to develop the application in which user write query into the text box when it click on the submit button it displays the results in the Grid just just in the Sql Server query analyzer tool i used VS 2008 and application develop in Asp.Net using C#. Thanks ...

Solr 1.3 ignore word "jackie".

I am using Solr 1.3. Recently, QA report a bug for the search functionality that there is no result for the word "Jackie". But, when i looked into document using luke, there is lots of document with the word "jackie" e.g. Jackie Holding, Kumar Rameshwaram, Morris Jackson Jackie Holding, Brendon Wessel, Smith McShlam Jackie Redmond, ...

What does Field.Index.NOT_ANALYZED_NO_NORMS mean

I know what does not_analyzed mean. In short the field will not be tokenized by specified Analyzer. However, what does a NO_NORMS means? I see the documentation, but please explain me in plain English. what is index-time field and document boosting and field length normalization ? ...

Regular expression for Text, Numbers and Decimals

I am trying to get a regular expression for text, decimals and decimal numbers. The expression must match all at once. The main problem is that I had to write an Analyzer for Zend_Search_Lucene in order to be able to search for decimal digits. Right now I can only search for texts and numbers. So I guess it to match decimal numbers to m...

Solr - Writing result of an Analyzer to different fields

Hello all, I have read a couple of tutorials and browsed the Solr documentation. But one thing isn't clear to me. Let me explain: Let's asume that the following document shall be indexed: <doc> <field name="id">R12345</field> <field name="title">My title</field> <field name="content">My Content</field> </doc> Contrary to this ...

Does the NHibernate Query Analyzer work when targeting dlls that are built using .NET 4.0?

Is there a version of the NH Query Analyzer out there that can handle .NET 4.0 built dlls? ...

Access.Log Analyzer

Just a quick question. I use Ubuntu as a server and as a desktop. Does anyone have any ideas for a nice access.log analyzer? It could be a program that I download to the desktop or the server. Thanks. ...