Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

**Privacy Policy**
UMIT KAS built the Contact Exporter app as a Commercial app. This SERVICE is provided by UMIT KAS and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Contact Exporter unless otherwise defined in this Privacy Policy.
**Privacy Policy**
UMIT KAS built the QR Hubs app as a Commercial app. This SERVICE is provided by UMIT KAS and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at QR Hubs unless otherwise defined in this Privacy Policy.
func GetResizedImages(configuration configs.Configuration, sourceImagePath string) []string {
var resizedImagePaths []string
for _, imageSize := range configuration.ImageSizes {
resizedImagePath := resize(configuration, imageSize, sourceImagePath)
resizedImagePaths = append(resizedImagePaths, resizedImagePath)
}
return resizedImagePaths
}
func DownloadFile(configuration configs.Configuration, objectKey string) string {
downloader := createS3Downloader(configuration)
// create a image file on /tmp directory
file, err := os.Create(configuration.LocalImageDirectory + "/" + filepath.Base(objectKey))
if err != nil {
exitErrorf("DownloadFile:::Unable to open file, %v", err)
}
type ImageSize struct {
WidthHeight string // 200x300
Width int // 200px
Height int // 300px
}
type Configuration struct {
LocalImageDirectory string // /tmp - aws lambda function only has write permission on /tmp directory
UploadDirectory string // s3 bucket upload directory
ImageExtension string // png/jpg
@umtkas
umtkas / connectly-privacy-polich-&-terms-and-conditions.txt.txt
Last active November 27, 2020 15:54
Connectly-privacy-and-conditions
**Privacy Policy**
UMIT KAS built the BusinessCard app as a Commercial app. This SERVICE is provided by UMIT KAS and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at BusinessCard unless otherwise defined in this Privacy Policy.
Privacy Policy
UMIT KAS built the Hypnos app as a Commercial app. This SERVICE is provided by UMIT KAS and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Hypnos unless otherwise defined in this Privacy Policy.
Information Collection and Use