Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
#include <stdio.h> | |
int main() { | |
char *str = "ED.GDAD.DLEB.COCC.CV.FS.HQ." | |
"JN.MP.Go.Cr.Cq.Cp.Fk.Jf.J`.I`.H`ID." | |
"J^HE.K^FG.N[ABCG.L`CG.MTBT.MUCS.NTD" | |
"BCBAJ.NUBBHI.OTMI.OROI.OGDCSI.PE[I." | |
"RC[I.rBDB.rB.sB.tB"; | |
int c, i, j; | |
for(i = 0, j = 0; str[i] != '\0'; i++, j++) { | |
c = str[i]-64; |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<!-- google's material design colours from | |
http://www.google.com/design/spec/style/color.html#color-ui-color-palette --> | |
<!--reds--> | |
<color name="md_red_50">#FFEBEE</color> | |
<color name="md_red_100">#FFCDD2</color> | |
<color name="md_red_200">#EF9A9A</color> |