Skip to content
View adinulovic's full-sized avatar

Block or report adinulovic

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 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. Sorting-algorithms Sorting-algorithms Public

    Implementation of various sorting algorithms in different languages. For educational purposes.

    C#

  2. hash hash Public

    Hash tool with visual interface I made in C# as a school project in 2017. Can return MD5, SHA1, SHA256 and SHA512 hashes from text and files as well as compare them.

    C#

  3. nuclear nuclear Public

    Forked from nukeop/nuclear

    Desktop music player for streaming from free sources

    JavaScript

  4. snipe-it snipe-it Public

    Forked from grokability/snipe-it

    A free open source IT asset/license management system

    PHP

  5. pdfsplitter.py pdfsplitter.py
    1
    #start by installing PyPDF2 with pip install PyPDF2
    2
    import glob, os
    3
    import PyPDF2
    4
    
                  
    5
    currentDirectory = os.getcwd()
  6. imagerandomizer imagerandomizer
    1
    import os
    2
    import random
    3
    from PIL import Image
    4
    import numpy as np
    5