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

Organizations

@BlankOn @kalamangga-net @b2b-web-id

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 Loading

  1. 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...
    1
    library(RGtk2)
    2
    
                  
    3
    mainWin <- gtkWindowNew(show = FALSE)
    4
    mainWin["title"] <- "Data Sheet"
    5
    mainWin$setDefaultSize(600,600)
  3. simple-tools Public

    Skrip yang gampang-gampang aje

    Shell 1

  4. Compile R and Build Desktop RStudio ...
    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 Public

    My PortableApps Development

    NSIS

  6. 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%

82 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 2 commits in 1 repository
Created 1 repository
Loading