1
vote
1answer
131 views
A lexical analyzer for SPDH
I need some help to write a lexical analyzer for the protocole spdh.
Please can you give me some ideas: from where I have to begin to write the grammar of such protocol?!
Spdh defines the structure …
1
vote
1answer
54 views
Built in Analyzer in Xcode 3.1.4
Hi all,
I wonder if the built in Analyzer in Xcode 3.1.4 makes it redundant to use LLVM/Clang Static Analyzer separately?
Please refer to the original article here: Finding memory leaks with the …
3
votes
6answers
1k views
Building iPhone Code using xcodebuild and running LLVM/Clang Static Analyzer
I followed the steps here but i'm unable to run static analyzer on my project:
Finding memory leaks with the LLVM/Clang Static Analyzer
When i try to run xcodebuild on my project (1. Open Terminal, …
2
votes
1answer
67 views
What lucene analyzer can be used to handle Japanese text?
Good day,
Which lucene analyzer can be used to handle Japanese text properly? It should be able to handle Kanji, Hiragana, Katakana, Romaji, and any of their combination.
Thanks,
Franz
2
votes
1answer
52 views
Querying lucene tokens without indexing
I am using Lucene (or more specifically Compass), to log threads in a forum and I need a way to extract the keywords behind the discussion. That said, I don't want to index every entry someone makes, …
0
votes
1answer
91 views
XCode: Static Analyzer doesn’t work if C/C++-Code used in project
Hi,
with XCode 3.2.1 Apple delivered a built-in Clang static analyzer.
I am working on an iPhone project which uses some C-Code (one .h and .c file). When running Build and Analyze, Clang refuses …
0
votes
2answers
149 views
open source data mining/text analysis tools in python
I have a database full of reviews of various products. My task is to perform various calculation and "create" another "database/xml-export" with aggregated data. I am thinking of writing command line …
1
vote
1answer
46 views
The complete list of programming Language Analyzers?
For Delphi developers, a company called Peganza created two useful sourcecode analysers: Pascal Analyzer and Pascal Browser. I don't use them that often but when a project is close to it's deadline, …
-2
votes
1answer
121 views
i want to make a packet analyzer in JAVA [closed]
which will monitor to and from traffic for my pc
2
votes
4answers
93 views
What tool can I use to generate a PHP class usage report for my application?
I have a fairly large object-oriented php 5 project, and as part of a change impact analysis, I'd like to compile a report on the usage of each existing class throughout the project.
It would help …
0
votes
1answer
23 views
What software tools to use to debug “paused” response times on IIS6?
Adrian Tools was excellent for Sun, but what do you use to troubleshoot a Microsoft 2003 Web server running IIS6 extreme slow downs? It is a 64 bit system with 8 gig of RAM, and an 8 hard drive Dell …
0
votes
2answers
107 views
best approach to analyze text in PHP?
Hi,
I need to analyze a users' post and categorize it. For example: I have to categorize every post as a "buy" post or a "sell" post based on the text - "I'm looking to sell my house" is categorized …
1
vote
1answer
281 views
Lucene BooleanQuery
How to use booleanQuery with StandardAnalyzer in Lucene Search?
2
votes
6answers
148 views
Is there way to prevent our application from being analysed or injected? (c#)
There are loads of profilers and static code analyzers out there for C# assemblies.
Just wonder if there are any methods to prevent being analyzed, because it does make me feel a bit nervous when …
