This file contains 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
--- | |
- name: Ensure prerequsites are installed | |
apt: | |
name: [ | |
'curl', | |
'gnupg', | |
'debian-keyring', | |
'debian-archive-keyring', | |
'apt-transport-https', | |
] |
This file contains 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
var camera = require("nativescript-camera"); | |
var imageSource = require('tns-core-modules/image-source'); | |
var FileMakerDataAPI = require('../shared/FileMakerDataAPI'); | |
var ImageCaptureManager = require('../shared/ImageCaptureManager'); | |
var view = require("tns-core-modules/ui/core/view"); | |
let fmConnection = new FileMakerDataAPI({ | |
'server': '', | |
'username': '', |
This file contains 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 | |
// namespace etc | |
class TextParser { | |
// other methods | |
public static function iconvUTF8($string) { | |
// see http://stackoverflow.com/questions/3371697/replacing-accented-characters-php | |
$map = array( |