| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse#!/bin/bash
# /etc/profile.d/
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libodbcinst.so
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/odbc
export ODBCINI=$HOME/.odbc.ini
library(RGtk2)
mainWin <- gtkWindowNew(show = FALSE)
mainWin["title"] <- "Data Sheet"
mainWin$setDefaultSize(600,600)
#!/bin/bash
cd ~/R/C
wget -c https://cran.r-project.org/src/base/R-4/R-$1.tar.gz
tar xf R-$1.tar.gz
cd R-$1
@echo off
SET JAVA_HOME=C:\Program Files\Java\jre1.8.0_281
SET PATH=%PATH%:%JAVA_HOME%\bin
SET TGL=%DATE:~-4%%DATE:~3,2%%DATE:~0,2%
SET JAM=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%
| Back | FazBrowse Home | New Git URL |