Skip to content

Instantly share code, notes, and snippets.

View Logan1x's full-sized avatar
🚀

Khushal Sharma Logan1x

🚀
View GitHub Profile
<link rel="stylesheet" href="https://flow-css.netlify.app/components.css">
@Logan1x
Logan1x / Dockerfile
Last active September 15, 2020 14:02
dockerfile_version_first
from alpine:latest
RUN apk add --no-cache python3-dev \
&& pip3 --update pip3
WORKDIR /app
COPY . /app
RUN pip3 --no-cache-dir install -r requirements.txt
@Logan1x
Logan1x / Intro.gif
Last active June 30, 2019 20:02
Intro Gist
Intro.gif
@Logan1x
Logan1x / intro.md
Last active October 30, 2019 10:00
What Do I DO?

What I do?

I Study

study

I Read Books

Books

@Logan1x
Logan1x / Intro.gif
Last active June 30, 2019 19:53
Intro Gist
Intro.gif
@Logan1x
Logan1x / error.go
Last active February 13, 2019 15:42
Hackerrank solution
func diagonalDifference(arr [][]int32) int32 {
i:=0
j:=0
var c int =0
var d int = 0
for(i<len(arr)){
for(j<len(arr)){
if(i==j){
c = c+ int(arr[i][j])
}else if(i+j<len(arr)){
@Logan1x
Logan1x / semver.sh
Last active April 21, 2018 17:09
Sementic versioning
v0.0.0 // New project
v0.1.0 // Add some functionality
v0.2.0 // Add other new functionality
v0.2.1 // Fix bug
v0.3.0 // Add some functionality
v0.3.1 // Fix bug
v0.3.2 // Fix bug
v0.3.3 // Fix bug
v0.3.4 // Fix bug
v0.4.0 // Add some functionality
### Keybase proof
I hereby claim:
* I am logan1x on github.
* I am logan1x (https://keybase.io/logan1x) on keybase.
* I have a public key ASCRPBDHIaI5tvGSdGoxNkj7m_PHgC9vSqRuH_O4GhnCXAo
To claim this, I am signing this object: