Skip to content
View Jeff2403x's full-sized avatar
Block or Report

Block or report Jeff2403x

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jeff2403x/README.md
  • 👋 Hi, I’m @Jeff2403x
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...

Pinned Loading

  1. crawler 1...it is implemented in pyt... crawler 1...it is implemented in python..it start crawling from seed page and store all the links in repository..then it pop the link from repository and again recursively crawl it,simultaneously it build inverted index by storing hits(words on the pages) and their corresponding location on different pages crawled.also you can search any single keyword or multiple keyword query and in result give the list of urls sorted(on basis of PageRank Algorithm)...if you want to print the index you have to run afullcode.py module below...
    1
    import urllib
    2
    
    
    3
    def crawler(seedurl,max_depth):
    4
        tocrawl=[seedurl]
    5
        crawled=[]
  2. CI test for SSL certificate expiration CI test for SSL certificate expiration
    1
    #!/usr/bin/env ruby
    2
    #
    3
    # Checks each server's certificate, and fails (exit 1) if it is etiher
    4
    # unreachable, or the certificate expires within 7 days.
    5
    
    
  3. anisette-v3-server anisette-v3-server Public

    Forked from Dadoum/anisette-v3-server

    sidestore's anisette-v3 compatible server

    D 1

  4. SwiftPackageIndex/PackageList SwiftPackageIndex/PackageList Public

    The master list of repositories for the Swift Package Index.

    Swift 762 615