Skip to content
View aleroycz's full-sized avatar
🍙
🍙
  • Praha, Česká Republika
  • 00:59 (UTC +02:00)

Organizations

@OpenFoxLab

Block or report aleroycz

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. kDDM kDDM Public

    Kotlin library that simplifies database interactions by dynamically generating models from annotated classes. Utilizing custom annotations, it automates CRUD operations for MySQL, ensuring type sa…

    Kotlin

  2. packeta-sdk-java packeta-sdk-java Public

    Unofficial implementation of Packeta/Zásilkovna REST/XML API for Java + Native Support for Springboot.

    Java

  3. ChatwootWidget.tsx ChatwootWidget.tsx
    1
    import { useEffect } from 'react';
    2
    
                  
    3
    const BASE_URL = 'https://your.instance.com';
    4
    const WEBSITE_TOKEN = 'YOUR_CHATWOOT_LIVECHAT_KEY';
    5
    
                  
  4. GlsDeliveryFeeCalculator.java GlsDeliveryFeeCalculator.java
    1
    import java.math.BigDecimal;
    2
    import java.util.List;
    3
    
                  
    4
    /**
    5
     * Utility class for calculating delivery fees according to GLS shipping policies.