Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| Having a fun time here doing Codefight Challenge :p |
| #include<stdio.h> | |
| #include<string.h> | |
| #include<ctype.h> | |
| void main() | |
| { | |
| char expr[100], operators[20]; //Arrays for storing expression and operator | |
| char variables[20][20]; // 2d array for storing variable or identifier | |
| int constants[20], ascii[100]={0}; //for storing constants, ascii values of expression |
| <?php | |
| $con = mysqli_connect("localhost","username","password","databaseName"); | |
| if (mysqli_connect_errno()) | |
| { | |
| echo "Failed to connect to MySQL: " . mysqli_connect_error(); | |
| }else{ | |
| mysqli_set_charset($con,"utf8"); | |
| if (isset($_POST['fb_id']) && $_POST['fb_id'] != '') { | |
| $fb_id = $_POST['fb_id']; |
| Practice work |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| /* this is too pull from github repo update | |
| * and get it from repo | |
| */ | |
| git fetch --all | |
| git reset --hard origin/master | |
| *** clear git cache, .gitignore fix *** | |
| git rm -r --cached . | |
I hereby claim:
To claim this, I am signing this object:
| .. |
| . |