Skip to content
View micheledinelli's full-sized avatar

Highlights

  • Pro

Organizations

@aculei

Block or report micheledinelli

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
micheledinelli/README.md

github-pages

 

profile views

Pinned Loading

  1. golamb golamb Public

    An interpreter for the Untyped Lambda Calculus written in Go.

    Go

  2. gotpi gotpi Public

    Generate high-entropy PNG keys (One-Time Pad algorithm) for information-theoretically secure encryption on visual data.

    Go

  3. wifind wifind Public

    A cli tool that performs wifi fingerprinting and detect your position based on access points around you

    Python 3

  4. aculei/aculei-be aculei/aculei-be Public

    Aculei backend

    Go

  5. UniBO-PRISMLab/AAA-Authenticated-Anonymity-Architecture UniBO-PRISMLab/AAA-Authenticated-Anonymity-Architecture Public

    A blockchain-based solution designed to provide robust and ethical authenticated anonymous identities

    Go

  6. In-place Counting Sort in Go In-place Counting Sort in Go
    1
    package countingsort
    2
    
                  
    3
    type Numeric interface {
    4
    	~int | ~int8 | ~int16 | ~int32 | ~int64 |
    5
    		~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr