Skip to content
View shazolKh's full-sized avatar

Highlights

  • Pro

Block or report shazolKh

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. This will slugify the title field an... This will slugify the title field and store in the slug field of the Model whenever data is inserted to the database.
    1
    import string
    2
    from django.utils.text import slugify
    3
    from django.db import models
    4
    from django.db.models.signals import pre_save
    5
    
                  
  2. analog-clock-OpenGL analog-clock-OpenGL Public

    This is an analog clock for the semester project built with C++ and it's OpenGL library.

    C++

  3. Problem-Solving Problem-Solving Public

    Tried to solve the CodeForces problems in Python.

    Python

  4. not-paid not-paid Public

    Forked from kleampa/not-paid

    Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away

    JavaScript