Search:

Type: Posts; User: xchg

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,194

    Web crawler module design

    Hi, I am programming modular web crawler. A module is shared object which is loaded with functions doing some specific operations when
    a) Downloading new page (mod_ondownload)
    b) Some new link is...
  2. Replies
    5
    Views
    4,415

    I've found something that helped me. Just google...

    I've found something that helped me. Just google for
    Ratcliff/Obershelp pattern recognition and Levenshtein distance
  3. Replies
    5
    Views
    4,415

    I know C pretty well. In fact, don't know python...

    I know C pretty well. In fact, don't know python at all. I don't have problem with translating python to C, but i want to aviod this. I just want to know if there is some library in C which provides...
  4. Replies
    5
    Views
    4,415

    I am just searching for python's difflib...

    I am just searching for python's difflib sequencematcher alternative for C OR some other way to determine if page content was modified after input change (on pages that change content on every...
  5. Replies
    5
    Views
    4,415

    Difflib from python in C?

    Hi,

    I am writing web security tool in C and I need to compare pages depending on variable input values. But modern web pages change content after each refresh (counters, clocks, ads ...) so it's...
  6. Thread: C port scanner

    by xchg
    Replies
    5
    Views
    9,148

    C port scanner

    I want to write simple port scaner in C. Here is my code:



    #include <stdio.h>
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netdb.h>
    #include <netinet/in.h>
Results 1 to 6 of 6