Skip to content
View luckignolo32's full-sized avatar
  • Rome

Organizations

@sapienzastudentsnetwork

Block or report luckignolo32

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RoscioXVII/SQL-Injection-26 RoscioXVII/SQL-Injection-26 Public

    Go 1

  2. wt1-final wt1-final Public

    A hand-made webpage realized for the Web Technologies I exam at University of Latvia

    HTML

  3. Basic neural network template Basic neural network template
    1
    import torch
    2
    from torch.cuda import is_available
    3
    from torch.utils.data import Dataset
    4
    from torchvision import datasets
    5
    from torch.utils.data import DataLoader
  4. rock_paper_scissors rock_paper_scissors Public

    A simple rock, paper, scissors PvE game made in Javascript for exercise

    JavaScript 1