Skip to content
View nurdiansyah's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»

Organizations

@deboxlibrary @filkom-ub-skripsi
Block or Report

Block or report nurdiansyah

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. tomcat tuning tomcat tuning
    1
    #! /bin/sh
    2
    # ==================================================================
    3
    # ______ __ _____
    4
    # /_ __/___ ____ ___ _________ _/ /_ /__ /
    5
    # / / / __ \/ __ `__ \/ ___/ __ `/ __/ / /
  2. plop-generator plop-generator Public

    plop generator

    JavaScript 3

  3. πŸ“Š Weekly development breakdown πŸ“Š Weekly development breakdown
    1
    Svelte     42 hrs 40 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  61.9%
    2
    JavaScript 13 hrs 35 mins β–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  19.7%
    3
    CSS        4 hrs 42 mins  β–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   6.8%
    4
    JSON       3 hrs 21 mins  β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   4.9%
    5
    TypeScript 1 hr 34 mins   ▍░░░░░░░░░░░░░░░░░░░░   2.3%
  4. camunda-bpm camunda-bpm Public

  5. docker firewall centos 7 docker firewall centos 7
    1
    yum install -y yum-utils device-mapper-persistent-data lvm2
    2
    yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
    3
    yum makecache fast
    4
    yum install -y docker-ce
    5
    chkconfig docker on