Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| import hashlib | |
| import argparse | |
| import sys | |
| import csv | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument("-c", "--csv", type=str, help="this is the csv file") | |
| parser.add_argument("-p", "--projectid", type=int, help="this is the project id") | |
| args = parser.parse_args() |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Sub Strategy() | |
| Dim counter As Integer | |
| Dim fin As Integer | |
| Worksheets("COUNTRY_INFO").Unprotect | |
| fin = 9 + Worksheets("INTRO").Cells(46, 5) | |
| For counter = 9 To fin | |
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
| Sub MDA1() | |
| Dim counter As Integer | |
| Dim response As Integer | |
| response = MsgBox("Running macro will reset data entered manually on target population. Do you wish to continue?", vbYesNo) | |
| Select Case response | |
| Case vbYes |
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
| Sub MDA3() | |
| Dim counter As Integer | |
| Dim response As Integer | |
| response = MsgBox("Running macro will reset data entered manually on target population. Do you wish to continue?", vbYesNo) | |
| Select Case response | |
| Case vbYes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| -- SP: Post Partum Clients Served Oct | |
| DELETE FROM "public"."programstagesection_dataelements" WHERE "dataelementid" in | |
| ('54251', | |
| '54252', | |
| '54253', | |
| '54254', | |
| '54255', | |
| '54256', | |
| '54257'); |
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
| <div class="product-template__container page-width" id="ProductSection-{{ section.id }}" data-section-id="{{ section.id }}" data-section-type="product" data-enable-history-state="true"> | |
| {% comment %} | |
| Get first variant, or deep linked one | |
| {% endcomment %} | |
| {%- assign current_variant = product.selected_or_first_available_variant -%} | |
| {%- assign product_image_zoom_size = '1024x1024' -%} | |
| {%- assign product_image_scale = '2' -%} | |
| {%- assign enable_zoom = section.settings.enable_zoom -%} | |
| {% case section.settings.image_size %} |