Skip to content
View ceNobiteElf's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ceNobiteElf

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. A joke implementation of calendar ve... A joke implementation of calendar versioning based on the Chinese Calendar that can be used to generate version names and codes for Android. Happy lunar new year!
    1
    import java.lang.Math.addExact
    2
    import java.lang.Math.multiplyExact
    3
    
                  
    4
    data class Tag(val name: String, val value: Int = 0) {
    5
    
                  
  2. Prints out a list of stale and/or in... Prints out a list of stale and/or incorrectly named branches grouped by author, so you can go shout at them.
    1
    #!/usr/bin/env python
    2
    
                  
    3
    # GitShout v1.0.0
    4
    # Copyright (c) 2022 Con Momberg
    5
    
                  
  3. icolib icolib Public

    Image manipulation library that started from a brief foray into image processing.

    C#

  4. parserlib parserlib Public

    A C# library aiming to contain implementations of parsers for various text-based data interchange formats. Currently only supports JSON.

    C#