Skip to content

Instantly share code, notes, and snippets.

View suthagar23's full-sized avatar
🎯
Focusing

Kailayapathy Suthagar suthagar23

🎯
Focusing
View GitHub Profile
@suthagar23
suthagar23 / download-files-from-s3.py
Last active June 5, 2022 17:20
AWS S3-SQS-Download
import boto3
import json
import traceback
import os
import logging, sys
import tarfile
#logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
# Get the service resource
software_engineer sally beauty holding nyse sbh world largest software_engineer wholesale retail distributor beauty supply
software_engineer world headquarters conveniently located denton texas minute software_engineer north lake lewisville ie
software_engineer analyst perform deep dive analysis using google analytics software_engineer support stakeholder regular insight recommendation software_engineer user online experience
software_engineer data studio excel highlight customer insight software_engineer provide recommendation business inform strategic decision
software_engineer diverse set digital marketing platform digital medium software_engineer web analytics social medium analytics necessary software_engineer good sense connecting online user action business metric software_engineer measure overall business goal
software_engineer sally beauty holding find beauty diversity
software_engineer inclusivity self expression fuel innovation software_engineer growth
software_engineer welcome thrive
software_engi
@suthagar23
suthagar23 / template.md
Created August 18, 2020 06:41
OpenMRS-GSoC-Project-Summary-Template

Project Summary Template

  • Project Title : Sample OpenMRS Project
  • Primary mentor:
  • Backup mentor:
  • Student:
  • Project Link: Wiki Page Link

Overview

@suthagar23
suthagar23 / category.json
Created December 16, 2019 13:31
GCI 2019 - Category.json sample
{
"categories": [{
"id" : "cty01",
"categoryName" : "Fruits",
}, {
//......Others
}
]
}
@suthagar23
suthagar23 / products.json
Created December 16, 2019 13:28
GCI 2019 - Product.json sample
{
"products": [{
"id" : "P001",
"categoryId" : "cty01",
"name" : "Pine Apple",
"unit" : "Kg",
"pricePerUnit" : 1.2,
"stocks" : 10,
}, {
//......Others
@suthagar23
suthagar23 / AppDefinition
Last active June 10, 2018 04:08
LocationBasedAccessControl - App Definition for the custom Patient Dashboard
{
"id": "referenceapplication.registrationapp.myRegisterPat",
"instanceOf": "registrationapp.registerPatient",
"label": "Register Patient",
"description": "Create a new Patient Record",
"extensions": [
{
"id": "referenceapplication.registrationapp.registerPatient.homepageLink",
"extensionPointId": "org.openmrs.referenceapplication.homepageLink",
"type": "link",
/**
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
* the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
*
* Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
* graphic logo is a trademark of OpenMRS Inc.
*/
package org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8;
@suthagar23
suthagar23 / update-button-colors
Created September 15, 2017 05:51
WSO2 API Store theme update CSS code
/* Change the color of the header */
header.header-default {
background: #555555 none repeat scroll 0 0;
}
/* Change the color of the Top Navigation Bar */
.navbar {
background: #555555 none repeat scroll 0 0;
}
/**
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
* the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
*
* Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
* graphic logo is a trademark of OpenMRS Inc.
*/
package org.openmrs.module.webservices.rest.web.v1_0.resource.openmrs1_8;
@suthagar23
suthagar23 / upload.html
Last active June 10, 2017 19:39
ModulemanageOWA-FileUpload
<form name="myForm" enctype="multipart/form-data">
<table class="display" style="border: 0px; widtd: 80%;">
<tr style="border: 0px;">
<th style="border: 0px;">
<input type="file" ngf-select ng-model="myFile" file-model="myFile" name="file" file="file"
accept=".omod" ngf-max-size="10MB" required
ngf-model-invalid="errorFile" style="border: 0px;">
</th>
<th ng-show="myFile" style="border: 0px;">
<button ng-click="myFile = null" ng-show="myFile">Remove</button>