Previously, I focused on trust as the basis for everything we do. In this second part, I would like to discuss the topics of ethics and purpose. Digital Ethics: The “How” In the digital age, the topic of ethics is arguably now more relevant and…

Previously, I focused on trust as the basis for everything we do. In this second part, I would like to discuss the topics of ethics and purpose. Digital Ethics: The “How” In the digital age, the topic of ethics is arguably now more relevant and…
Due to maintenance, the following services will not be available Wednesday, January 10, 2018, from 19:00-20:00 JST / 18:00-19:00 SIN, China / 11:00-12:00 CET: Sapserv 7/9 Problem analysis and / or service delivery on customer systems Transfer Early Watch Alert data Data exchange via SAP…
Earlier this year, SAP set out on a mission to better understand the biggest challenges organizations face by the ever-increasing complexity of data environments with the goal of passing along our findings to you. Check out our Data 2020: State of Big Data study for…
“Nobody wants to push a cart in a warehouse, humans are much better at many other things.” Ángel Hernández of the Silicon Valley startup Fetch Robotics knows that. Franz Hero, responsible for Supply Chain Development at SAP, agrees. Find out how the two companies work on the…
More than any other sector, the auto industry is facing unprecedented change. Germany’s Deutz AG is a 150-year-old company that these days specializes in commercial vehicle engines. To help it meet the challenges of digital manufacturing, it joined a five-day innovation workshop with SAP —…
Uncertainty is here to stay. By imagining multiple destinies and working back to the present, companies can prepare for anything. When members of Lowe’s Innovation Labs first began talking with the home improvement retailer’s senior executives about how disruptive technologies would affect the future, the…
I have have multiple project that use the UIImagePickerControllerDelegate, UIPickerViewDelegate. There were no memory leaks until I switched from swift 3.2 to 4. Now everytime I get an image from the gallery and return. I get one CFString leak per time I select an image,…
I have a Radio Scanner that I had built a VB.NET application in windows to send commands to the scanner via a USB to RS-232 on the radio. I would like to have the same ability on the MAC using Swift. Is this even possible?…
Hi guys I have a java rest service answering with a base64 file content (for example a pdf or an image). But the first question is: which is the best way to display the file content? Unsure on what to do, I decided to…
let currentRunloop = RunLoop.current let timer = Timer.scheduledTimer(timeInterval: 3, target: self, selector: #selector(self.receive), userInfo: nil,repeats:true) currentRunLoop.add(timer, forMode: .commonModes) When the timer runs, the app crashes. Please tell me why. Powered by WPeMatico