I eager to know (and have to know) about the nutch and its algorithms (because it relates to my project) that it uses to fetch,classify,...(generally Crawling).
I read this material but its a little hard to understand.
Is there anyone who can…
Is there any tool that can analyze PHP code and tell if it will work or not with certain PHP versions? For example if I have code developed using PHP5.3 and want a fairly quick way to tell if it contains code that is not available in, say, PHP5.1? I…
I came across Lattix for analysing the architecture by investigating the code. It supports C/C++, Java, .Net, etc. One can define certain rules to maintain the defined architecture. The tool can flag any violations at build time.
Has anybody used…
I have a fairly large .NET solution that has poor exception handling. The original authors meant well, catching specific types of exceptions rather than the base exception class, however, this has resulted in more than I can count places where…
I've activated log_duration in my PostgreSQL configuration in order to find out what the most expensive queries are.
Now I am looking for a tool (Windows) that enables me to analyze the resulting log files. Can you recommend anything?
bye & thanks…
I want to develop an Attribute-based access control (ABAC) Web API in ASP .NET Core, in which other businesses can define their environments, resources, actions, and subjects, because we do not want developers to hardcode details in their code.
I…
I have a function that rearranges an input list in a certain way and returns the output list. I am confused about what the time and space complexity of the function will be. Below is the code:
def rearrange_list(inp_list):
d = {}
output_list…
I'm trying to create a simple parser and a small text file which follows the following structure:
Variable_name = Value;
VARIABLE_2 = SECOND_VALUE;
Found methods that work, however, use many librarys like Boost. I wonder if you can make a simple,…
Im using difflib and tried to compare the two sentence and get the difference.
Somewhat like this.
i have this code but instead of word by word it analyzed letter by letter.
import difflib
# define original text
# taken from:…
We are building an application that dynamically imports other Python and runs it. We don't know ahead of time what modules those other Python files might need, but these other Python files should be able to rely on having all built-in modules…
I have data of products that are sold by various shops. For some shops they are sold with discount mapped by PROMO_FLG.
I would like to display two COUNT PARTITION columns.
+-------------------------+--------------+---------------------+
| Store …
I have some confusion about the terms SDLC and Software Process. With respect to these (and more or less similar) terms, a have a few question.
What is the difference between SDLC and Software Process ? (I understand SDLC is not just…
I have a table of payments, with positive and negative values (i.e., captures and credits). I need to identify the points where we've received a net positive amount, since the last net positive amount. For example, if the customer makes these…
I have hourly data from ERA5 for each day in a specific year. I want to convert that data from hourly to daily. I know the long and hard way to do it, but I need something which does that easily.
Copernicus has a code for this here…
I have the following two error logs in the Windows Event Viewer of our IIS production server:
Source: Application Error
Category: (100)
Event ID: (1000)
Description: Faulting application w3wp.exe, version 6.0.3790.3959, faulting module…