Skip to content
View khatastroffik's full-sized avatar
💭
Banzaï !
💭
Banzaï !
Block or Report

Block or report khatastroffik

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

    A standalone Markdown viewer (electron app)

    JavaScript

  2. wsl2-multi-distro wsl2-multi-distro Public

    How to easily setup multiple instance of linux distro in WSL2

    Shell

  3. treeifier treeifier Public

    A Typescript/JavaScript library generating a tree representation of an object

    TypeScript 2 1

  4. tetris tetris Public

    A "Khatastroffik" responsive Testris web application PoC using Angular, RxJs and pure CSS grid.

    JavaScript

  5. How to create and use a single file ... How to create and use a single file containing the collection of all unique SVG symbols used in a web application
    1
    # How to create and use a collection of SVG symbols for web applications
    2
    
                  
    3
    ## TL;DR
    4
    
                  
    5
    The purpose of this guide is to demonstrate how to create and use a single file containing the collection of all unique SVG symbols used in a given web application.
  6. How to configure localisation of dat... How to configure localisation of dates, currencies ... in angular
    1
    # How to configure "locale formats" for dates, currencies etc.
    2
    
                  
    3
    ## load the locale format configuration(s) of your choice
    4
    Somewhere at the top of the `main.ts` file of the app, add the following import:
    5
    ```typescript