Top "Cross-platform" questions

An attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms.

Cross platform keylogger

I'm looking for ways to watch mouse and keyboard events on Windows, Linux and Mac from Python. My application is …

python cross-platform time-management keylogger
How to determine the platform Qt is running on at runtime?

Is there a (Qt) way to determine the platform a Qt application is running on at runtime?

qt qt4 cross-platform
Cross-platform gui toolkit for deploying Python applications

Building on: http://www.reddit.com/r/Python/comments/7v5ra/whats_your_favorite_gui_toolkit_and_why/ Merits: 1 - …

python user-interface cross-platform
How to share conda environments across platforms

The conda docs at http://conda.pydata.org/docs/using/envs.html explain how to share environments with other people. …

python cross-platform conda
Is .NET/Mono or Java the better choice for cross-platform development?

How much less libraries are there for Mono than for Java? I lack the overview over both alternatives but I …

java .net linux mono cross-platform
Cross-platform means of getting user's home directory in Ruby?

Java has the convienient System.getProperty("user.home") to get the user's "home" directory in a platform-independent way. What's the …

ruby cross-platform
What is a cross-platform way to get the current directory?

I need a cross-platform way to get the current working directory (yes, getcwd does what I want). I thought this …

c++ cross-platform getcwd
How does Codename One work?

I'm prospecting alternatives to develop for multiple mobile platforms, and have found Codename One, that uses Java as lingua franca, …

mobile cross-platform codenameone parparvm
iccp:Not recognizing known sRGB profile that has been edited

The following warning keeps arising in my Xamarin cross platform PCL project: iccp:Not recognizing known sRGB profile that has …

android xamarin cross-platform srgb
Best folder structure for C++ cross-platform library and bindings

I am about to begin work on a cross-platform library to be written in C++. Down the road, I intend …

c++ cross-platform