Skip to content
View lelambonzo's full-sized avatar

Block or report lelambonzo

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

Pinned Loading

  1. PageRank algorithm, an effective met... PageRank algorithm, an effective method for assessing the significance of web pages in a network.
    1
    import networkx as nx
    2
    import os
    3
    from bs4 import BeautifulSoup
    4
    
                  
    5
    def parse_html(file_path):
  2. Module to parse the configuration file. Module to parse the configuration file.
    1
    import configparser
    2
    
                  
    3
    def parse_config_file(file_path):
    4
        config = configparser.ConfigParser()
    5
        config.read(file_path)
  3. A skeleton stand-alone gist for MPES... A skeleton stand-alone gist for MPESA STK push.
    1
    /**
    2
     * DEPRECATED!!!
    3
     *
    4
     * Implementation of M-PESA Helper (using M-PESA Daraja APIs)
    5
     *
  4. This file will store our settings in... This file will store our settings in a key-value pair format.
    1
    # config.ini
    2
    
                  
    3
    [General]
    4
    # Integer value
    5
    some_integer = 42
  5. gentextml gentextml Public

    A NodeJS service for curated generated text output with Machine Learning.

    JavaScript 1

  6. gentextml-NET gentextml-NET Public

    A .NET service for curated generated text output with Machine Learning

    C# 1