Skip to content
View pietyta's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report pietyta

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

    Second APP

    Java 1

  2. sequential programming sequential programming
    1
    import random
    2
    from time import time
    3
    import logging
    4
    
    
    5
    def list_append(count,out_list):
  3. digit classification with SVM digit classification with SVM
    1
    # Standard scientific Python imports
    2
    import matplotlib.pyplot as plt
    3
    
    
    4
    # Import datasets, classifiers and performance metrics
    5
    from sklearn import datasets, svm, metrics
  4. covid19-simple-dashboard covid19-simple-dashboard Public

    Demo https://x9s3z.csb.app

    JavaScript