Skip to content
View yht's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@BlankOn @kalamangga-net @b2b-web-id
Block or Report

Block or report yht

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

  1. ImpalaODBC Pre-Load ImpalaODBC Pre-Load
    1
    #!/bin/bash
    2
    # /etc/profile.d/
    3
    export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libodbcinst.so
    4
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/odbc
    5
    export ODBCINI=$HOME/.odbc.ini
  2. Sample Apllication on Journal of Sta... Sample Apllication on Journal of Statistical Software Issue 8, Volume 37, December 2010. RGtk2: A Graphical User Interface Toolkit for R.
    1
    library(RGtk2)
    2
    
                  
    3
    mainWin <- gtkWindowNew(show = FALSE)
    4
    mainWin["title"] <- "Data Sheet"
    5
    mainWin$setDefaultSize(600,600)
  3. simple-tools simple-tools Public

    Skrip yang gampang-gampang aje

    Shell 1

  4. Compile R and Build Desktop RStudio ... Compile R and Build Desktop RStudio Env based on compiled R
    1
    #!/bin/bash
    2
    cd ~/R/C
    3
    wget -c https://cran.r-project.org/src/base/R-4/R-$1.tar.gz
    4
    tar xf R-$1.tar.gz
    5
    cd R-$1
  5. PortableDev PortableDev Public

    My PortableApps Development

    NSIS

  6. Kettle Pan & Kitchen Template Kettle Pan & Kitchen Template
    1
    @echo off
    2
    SET JAVA_HOME=C:\Program Files\Java\jre1.8.0_281
    3
    SET PATH=%PATH%:%JAVA_HOME%\bin
    4
    SET TGL=%DATE:~-4%%DATE:~3,2%%DATE:~0,2%
    5
    SET JAM=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%