Skip to content
View JecminekTomas's full-sized avatar
  • Brno

Block or report JecminekTomas

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. Tool for importing GeoJSON to database Tool for importing GeoJSON to database
    1
    package some.utils.geoJSON
    2
    
                  
    3
    import com.fasterxml.jackson.annotation.JsonProperty
    4
    import io.swagger.annotations.ApiModel
    5
    import io.swagger.annotations.ApiModelProperty
  2. Statistics module Statistics module
    1
    package some.domain.studyDepartment.statistics.assistantsStatistics
    2
    
                  
    3
    import io.swagger.annotations.ApiModelProperty
    4
    
                  
    5
    data class AssistantStatisticsResponse(
  3. edventure_backend edventure_backend Public

    Kotlin

  4. edventure_frontend edventure_frontend Public

    Vue

  5. JecminekTomas.github.io JecminekTomas.github.io Public

    JavaScript

  6. Scraper for retrieving data from the... Scraper for retrieving data from the ČSÚ
    1
    import scrapy
    2
    import re
    3
    from csu_scraper.items import MunicipalityParticipation
    4
    
                  
    5