I hereby claim:
- I am sdaniel55 on github.
- I am sdaniel55 (https://keybase.io/sdaniel55) on keybase.
- I have a public key whose fingerprint is FFBF 3B69 512C 519C C187 4DE4 2BF3 9943 2815 F55A
To claim this, I am signing this object:
| #!/bin/sh | |
| if [ ! -d "_exports/" ]; then | |
| mkdir "_exports/" | |
| echo "Created _exports folder" | |
| fi | |
| echo "Converting..." | |
| FOLDER=./*.md |
| #include <iostream> | |
| #include <string> | |
| #include <stdio.h> | |
| #include <ctype.h> | |
| using namespace std; | |
| int main(){ | |
| string s="small"; | |
| int i=0; |
| #include <iostream> | |
| #include <stdlib.h> // atoi | |
| using namespace std; | |
| int main(){ | |
| int intVar = 0; | |
| string stringVar = ""; | |
| stringVar = atoi(intVar.c_str()); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Obtaining form values</title> | |
| <meta charset="UTF-8"> | |
| </head> | |
| <body> | |
| <form action="" id="input" > | |
| <p> |
I hereby claim:
To claim this, I am signing this object: