Skip to content
View undefinedzain's full-sized avatar
  • Lifepack
  • Jombang, Indonesia
Block or Report

Block or report undefinedzain

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

  1. Scraping to get download link (example) Scraping to get download link (example)
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    import sys
    4
    
                  
    5
    headers = {'User-Agent': 'Mozilla/5.0'}
  2. indonesia-geojson indonesia-geojson Public

    Forked from superpikar/indonesia-geojson

    Indonesia GEOJSON files collection

  3. 63 Tips for speeding up your php app... 63 Tips for speeding up your php application
    1
    <html>
    2
    <body>
    3
    <p>Here are Webber’s points:</p>
    4
    <ul>
    5
    <li>If a method can be static, declare it static. Speed improvement is by a factor of 4.</li>
  4. Get synonim of a word . scraping . :D Get synonim of a word . scraping . :D
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    import sys
    4
    
                  
    5
    if len(sys.argv) == 1: