Skip to content
View cartok's full-sized avatar

Block or report cartok

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. [cli] Generate .pdf or .html from .md [cli] Generate .pdf or .html from .md
    1
    #!/usr/bin/env zsh
    2
    
                  
    3
    function md-to-pdf() {
    4
      -md-to "$1" pdf
    5
    }
  2. cloud-native-microservices-quarkus cloud-native-microservices-quarkus Public

    Java 1

  3. frameworks frameworks Public

    Web framework tests

    TypeScript 1

  4. assecor-assessment-frontend assecor-assessment-frontend Public template

    Forked from Assecor-GmbH/assecor-assessment-frontend

    This repository contains the evaluation test for potential new frontend developers

    TypeScript

  5. [css] reset rulez [css] reset rulez
    1
    :root {
    2
      font-family: sans-serif;
    3
      line-height: 1;
    4
      font-weight: 400;
    5
      overflow-wrap: break-word;