Skip to content
View leemurus's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Apostro
  • Belgrade
  • 15:09 (UTC +02:00)
  • LinkedIn in/leemurus

Highlights

  • Pro
Block or Report

Block or report leemurus

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. crawler crawler Public

    Django + celery + django-celery-results + docker-compose

    Python 1

  2. algorithms-and-data-structures algorithms-and-data-structures Public

    Basic algorithms and data sturctures

    C++

  3. VK-Oauth VK-Oauth Public

    VK auth using Flask

    Python

  4. memewars memewars Public

    Draft game project in the Solana blockchain between meme tokens

    TypeScript

  5. httpx vs aiohttp httpx vs aiohttp
    1
    import aiohttp
    2
    import asyncio
    3
    import time
    4
    
                  
    5
    import httpx
  6. Fast html page scraping. More https:... Fast html page scraping. More https://www.mschweighauser.com/fast-url-parsing-with-python/
    1
    import re
    2
    import requests
    3
    import time
    4
    
                  
    5
    from bs4 import BeautifulSoup