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 whatever; // don't place package name! | |
// Write a function that returns true if the brackets in a given string are balanced. | |
// Balanced means that every parenthesis/bracket or brace that is opened must be closed | |
// And it must be closed in the right order (Always close the last symbol you opened) | |
// The function must handle parens (), square brackets [], and curly braces {}. | |
import java.io.*; | |
import java.util.*; |
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
10-18 12:00:42.403 6199-6199/com.connexient.medinav.uab D/UAB: MedinavApp.setInsideLocationProvider(): com.connexient.core.location.manager.impl.InsideLocationProviderNaoSdk4@a796940 | |
10-18 12:00:42.424 6199-6199/com.connexient.medinav.uab D/CXT_LOCATION: InsideLocationProviderNaoSdk4: NAOSDK version: V4.4.4-R19219 | |
10-18 12:00:42.435 6199-6199/com.connexient.medinav.uab D/CXT_LOCATION: Starting NAO location tracking... | |
10-18 12:00:42.435 6199-6199/com.connexient.medinav.uab W/com.polestar.naosdk.api.external.NAOLocationHandle: com.polestar.naosdk.api.external.NAOLocationHandle starting | |
10-18 12:00:42.435 6199-6226/com.connexient.medinav.uab W/NaoUtils: Waiting for NAO service ... | |
10-18 12:00:42.435 6199-6199/com.connexient.medinav.uab D/CXT_LOCATION: Starting NAO geofencing service... | |
10-18 12:00:42.435 6199-6199/com.connexient.medinav.uab W/com.polestar.naosdk.api.external.NAOGeofencingHandle: com.polestar.naosdk.api.external.NAOGeofencingHandle starting | |
10-18 12:00:42.435 6199-6227/com.connexient.medinav.uab |
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
10-18 12:06:27.268 6199-6199/com.connexient.medinav.uab D/UAB: paramStartMode = route | |
10-18 12:06:27.269 6199-6199/com.connexient.medinav.uab D/UAB: updateBlueDotLocation - didFloorIndexChange = false | |
10-18 12:06:27.269 6199-6199/com.connexient.medinav.uab D/UAB: updateBlueDotLocation - getCameraUpdateEnabled = true | |
10-18 12:06:27.283 6199-6365/com.connexient.medinav.uab D/MEDINAV: setUserLocation.newBluedotPosLatLng=(x,y,z) = (-86.803205, 33.506472, 25.000000) | |
10-18 12:06:27.284 6199-6365/com.connexient.medinav.uab D/MEDINAV: setUserLocation.newBluedotPos: (x,y,z) = (85.345289, 95.274134, 25.000000) | |
10-18 12:06:27.284 6199-6365/com.connexient.medinav.uab D/MEDINAV: setUserLocation.blueDot.getPosition()-1=(x,y,z) = (85.345291, 95.274132, 5.000000) | |
10-18 12:06:27.284 6199-6365/com.connexient.medinav.uab D/MEDINAV: setUserLocation.blueDot.getPosition()-2=(x,y,z) = (85.345291, 95.274132, 5.000000) | |
10-18 12:06:27.285 6199-6365/com.connexient.medinav.uab D/MEDINAV: setUserLocation.blueDot.getPosition()-3=(x,y,z) = |
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
Please generate a GDPR-compliant privacy policy for my Android and iOS mobile apps. Here are the details: | |
App Name: [YOUR APP NAME] | |
App Description: [YOUR DETAILED APP DESCRIPTION INCLUDING FEATURES] | |
Data Controller: [YOUR DATA CONTROLLER NAME (NEEDED FOR EU)] | |
Contact Information: [YOUR SUPPORT EMAIL] | |
Types of Data Collected: [DETAILED LIST OF DATA FROM USERS YOU COLLECT AND WHY] | |
eg | |
Personal Data: | |
- email is collected optionally for linking users to purchases. |