This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/bash | |
-e TERM=xterm | |
clear | |
working_dir=`pwd` | |
os_name=`uname` | |
tools_list_file='list' | |
git_folder='github-repos' | |
git_username='ehrktia' | |
declare -a tools_list | |
echo "current working dir is: ${working_dir}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
func col(i int) { | |
fmt.Printf(" %d", i) | |
row(i, 2) | |
fmt.Println("") | |
i++ | |
if i <= 12 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
func main() { | |
for j := 1; j <= 12; j++ { | |
fmt.Printf(" %d", j) | |
for i := 2; i <= 12; i++ { | |
fmt.Printf(" %d", i*j) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:latest | |
ARG USER_NAME="ehrktia" | |
ARG USER_PASSWORD="p@$$w0d" | |
ENV USER_NAME $USER_NAME | |
ENV USER_PASSWORD $USER_PASSWORD | |
ENV CONTAINER_IMAGE_VER=v1.0.0 | |
RUN echo $USER_NAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am ehrktia on github. | |
* I am karthie (https://keybase.io/karthie) on keybase. | |
* I have a public key ASCyihPlRiE5JeBmVl9XZrdMEwnbg3Sr8tK_9_cy-MbqFgo | |
To claim this, I am signing this object: |