I hereby claim:
- I am arkokoley on github.
- I am arkokoley (https://keybase.io/arkokoley) on keybase.
- I have a public key whose fingerprint is 6888 63F9 50DA 8D04 FDDA 7B60 AE27 BEF2 27CC 67FB
To claim this, I am signing this object:
| ''' | |
| Author: Gaurav Koley ([email protected]) | |
| ''' | |
| import requests | |
| import sys | |
| from requests.auth import HTTPBasicAuth | |
| username = raw_input("username: ") | |
| password = raw_input("password: ") |
| # Ignore bundler config. | |
| /.bundle | |
| # Ignore the default SQLite database. | |
| /db/*.sqlite | |
| /db/*.sqlite-journal | |
| # Ignore all logfiles and tempfiles. | |
| /log/* | |
| /tmp/* |
| #include<stdio.h> | |
| #include<stdlib.h> | |
| typedef struct gnode{ | |
| int val; | |
| char color; | |
| int e; | |
| } node; | |
| typedef struct queue{ |
| #include<stdio.h> | |
| #include<stdlib.h> | |
| typedef struct gnode{ | |
| int val; | |
| char color; | |
| } node; | |
| typedef struct queue{ | |
| node *element; |
| #include<stdio.h> | |
| #include<stdlib.h> | |
| typedef struct gnode{ | |
| int val; | |
| char color; | |
| } node; | |
| typedef struct queue{ | |
| node *element; |
| #include<stdio.h> | |
| int main(int argc, char*argv[]){ | |
| FILE *file = fopen(argv[1],"r"); | |
| int a,b,c,N[1000],i; | |
| fscanf(file,"%d\n%d\n%d\n",&a,&b,&c); | |
| printf("%d %d %d\n",a,b,c); | |
| for(i=0;!feof(file);++i){ | |
| N[i] = fgetc(file) - '0'; | |
| if(feof(file)) |
I hereby claim:
To claim this, I am signing this object: