Skip to content
View rkalit's full-sized avatar
🏡
Working from home
🏡
Working from home
  • Indonesia

Block or report rkalit

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. Clean-Architecture-GO Clean-Architecture-GO Public

    Go

  2. ratlab ratlab Public

    PHP

  3. reactive-machine-MTD reactive-machine-MTD Public

    Reactive Machine MTD concept, to move flag that stored in the system automatically, and act reactively based on user action

    Shell

  4. Jenkinsfile Test to ask input from user Jenkinsfile Test to ask input from user
    1
    def didTimeout = false
    2
    def abortStatus = false
    3
    
                  
    4
    pipeline {
    5
        agent any
  5. example of my pipeline example of my pipeline
    1
    def buildStatus = false
    2
    def testStatus = false
    3
    
                  
    4
    pipeline {
    5
        agent any
  6. A simple console App that can do sim... A simple console App that can do simple CRUD (Create Read Update Delete) written in Go language
    1
    /*
    2
    Code by rkalit
    3
    */
    4
    package main
    5