Skip to content

Instantly share code, notes, and snippets.

View lancecmarks's full-sized avatar

Lance Marks lancecmarks

View GitHub Profile
@lancecmarks
lancecmarks / testpost.cpp
Created April 16, 2017 22:42
the description for this gist
//Test of post file from Postman
@lancecmarks
lancecmarks / testpost.cpp
Created April 16, 2017 22:39
the description for this gist
//Test of post file from Postman
@lancecmarks
lancecmarks / testpost.cpp
Created April 16, 2017 21:54
the description for this gist
//Test of post file from Postman
int main(void) {
int i = 0;
int max = 10;
for ( i=0;i<max;i++ ) {
i = i + i;
printf("%d",i);
}
@lancecmarks
lancecmarks / test.py
Created April 11, 2017 03:34
Test Gist For RESTapi Postman
array = ['cat','dog','mouse']
for each in array:
print each