This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| include "vendor/autoload.php"; | |
| $ID = 12345; | |
| $str = <<<EOD | |
| This is the body | |
| Name : Roni | |
| ID : {$ID} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| REPO_NAME="eMicrograph/docudex" | |
| echo -n "Enter github Username: " | |
| read USER_NAME | |
| echo -n "Enter Password for ${USER_NAME}@github.com :" | |
| read -s PASSWORD | |
| echo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE locations ( | |
| geo_code text PRIMARY KEY, | |
| district_id text, | |
| district_name text, | |
| division_id text, | |
| division_name text, | |
| pourashava_id text, | |
| pourashava_name text, | |
| union_id text, | |
| union_name text, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.sharedhealth.mci.validation.constraints; | |
| import javax.validation.Constraint; | |
| import javax.validation.Payload; | |
| import java.lang.annotation.Documented; | |
| import java.lang.annotation.Retention; | |
| import java.lang.annotation.Target; | |
| import org.sharedhealth.mci.validation.constraintvalidator.LocationValidator; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nid" : 1234567890163, | |
| "uid" : 11111111111, | |
| "first_name" : "Mondal", | |
| "middle_name" : "Ali", | |
| "last_name" : "Hosssain", | |
| "full_name_bangla" : " হোসেন মন্ডল", | |
| "fathers_name_bangla" : "এ বি এম আখতার হোসেন মন্ডল", | |
| "fathers_first_name" : "Akhtar", | |
| "fathers_middle_name" : "Hossaine", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Create API: /patient (POST) | |
| Input JSON (all fields): | |
| { | |
| "nid" : 123456, | |
| "first_name" : "Roni", | |
| "middle_name" : "Kumar", | |
| "last_name" : "qwe", | |
| "date_of_birth" : "1983-09-21", | |
| "gender" : "1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 37 -> 4 | |
| 41 -> 2 | |
| 49 -> 4 | |
| 51 -> 2 | |
| 38 -> 2 | |
| 87 -> 4 | |
| 23 -> 4 | |
| 54 -> 8 | |
| 74 -> 2 | |
| 78 -> 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 709 -> 2 | |
| 230 -> 4 | |
| 709 -> 2 | |
| 989 -> 4 | |
| 304 -> 4 | |
| 59 -> 6 | |
| 318 -> 8 | |
| 914 -> 4 | |
| 932 -> 4 | |
| 622 -> 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 5764 -> 8 | |
| 9256 -> 6 | |
| 5481 -> 2 | |
| 1149 -> 4 | |
| 6616 -> 8 | |
| 405 -> 6 | |
| 4451 -> 6 | |
| 1839 -> 4 | |
| 2691 -> 2 | |
| 9936 -> 2 |