Skip to content
View nalaekaw's full-sized avatar
🌮
I'm eating a taco
🌮
I'm eating a taco
  • Dubai
Block or Report

Block or report nalaekaw

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. run_until_complete run_until_complete
    1
    import asyncio
    2
    import aiohttp
    3
    
    
    4
    url = ''
    5
        
  2. push with tag push with tag
    1
    git commit -m "prepare for v1.0.0 release"
    2
    git tag v1.0.0
    3
    git push origin master --tags
  3. Decorator - Execution time of a func... Decorator - Execution time of a function
    1
    from time import time 
    2
    
    
    3
    def timing(func):
    4
        def wrapper(*args, **kwargs):
    5
            start_time = time()
  4. left_join left_join
    1
    SELECT pp.*, p.name
    2
    FROM product_photo pp
    3
    left join product p
    4
    ON p.id = pp.product_id;
  5. codewars codewars Public

    Solving a Kata

    Jupyter Notebook 1

  6. exon_intron exon_intron Public

    Deep neural network for splice sites prediction

    Jupyter Notebook 1 2