Skip to content
View ragecryx's full-sized avatar
  • Larisa, Greece
Block or Report

Block or report ragecryx

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

  1. bob bob Public

    A minimalistic CI/CD webhook service in Go. Fully compatible with WebHawk's config and recipes.

    Go 6

  2. meson-cpp-skel meson-cpp-skel Public template

    Skeleton project for C/C++ using Meson

    Meson 9

  3. pcg-gramgen pcg-gramgen Public

    Library that lets you define rules of production and then generate content based on those rules.

    C++ 1 1

  4. pcg-dungeon-gen-bsp pcg-dungeon-gen-bsp Public

    Rogue-like dungeon generation library using BSP tree.

    C++ 3

  5. AntDesign Table x Django-Filters -- ... AntDesign Table x Django-Filters -- Ascend/Descend parameters support
    1
    class AntCompatibleOrderingFilter(filters.OrderingFilter):
    2
        def __init__(self, *args, **kwargs):
    3
            super(AntCompatibleOrderingFilter, self).__init__(*args, **kwargs)
    4
    
                  
    5
        def build_choices(self, fields, labels):