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
<link rel="stylesheet" href="https://flow-css.netlify.app/components.css"> |
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 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 |
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
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)){ |
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
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 |
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 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: |