I hereby claim:
- I am xseano on github.
- I am xseano (https://keybase.io/xseano) on keybase.
- I have a public key whose fingerprint is B4E1 D2F3 3A91 045E FA6D E451 FBA3 99B5 81C8 FC2D
To claim this, I am signing this object:
| #include <iostream> | |
| #include "tgmath.h" | |
| // For the sake of not having to prepend datatypes with std:: :P | |
| using namespace std; | |
| int main () | |
| { | |
| for (int i = 2; i < 100; i++) | |
| for (int o = 2; o * o <= i; o++) |
| #include <iostream> | |
| #include "tgmath.h" | |
| // For the sake of not having to prepend datatypes with std:: :P | |
| using namespace std; | |
| int main() | |
| { | |
| cout << "Enter a numeric integer as a string: "; | |
| string s; |
| #include <iostream> | |
| #include "tgmath.h" | |
| // For the sake of not having to prepend datatypes with std:: :P | |
| using namespace std; | |
| int getFibonacci(int number); | |
| int main() | |
| { |
| #include <iostream> | |
| // For the sake of not having to prepend datatypes with std:: :P | |
| using namespace std; | |
| int main(int argc, const char * argv[]) | |
| { | |
| // List of ASCII values to be used in constructing the string | |
| int h = 72; | |
| int e = 101; |
| const prompt = require('prompt'); | |
| const decimal_placement = 2.0; | |
| prompt.start() | |
| prompt.get(['current grade (%)', 'target grade (%)', 'final grade worth (%)'], (err, results) => | |
| { | |
| if (err) | |
| { | |
| console.log(`ERROR: ${err}`); | |
| return; |
| <html> | |
| <button onClick="randImage()">Random Profile Picture!</button> | |
| <br> | |
| <br> | |
| Your image URL: <div id="image_url"></div> | |
| <br> | |
| <img id="img"></img> |
| const maxNum = 10; // will be maxNum - 1 technically | |
| var diceArr = [ | |
| getRanNum(), | |
| getRanNum(), | |
| getRanNum(), | |
| getRanNum(), | |
| getRanNum(), | |
| getRanNum() | |
| ]; |
| var posInt = 2; | |
| var negInt = -2; | |
| var multiplier = 2; | |
| for (var i = 1; i < multiplier; i++) | |
| { | |
| negInt += negInt; | |
| posInt += posInt; | |
| } |
I hereby claim:
To claim this, I am signing this object: