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.

Python: Platform independent way to modify PATH environment variable

Is there a way to modify the PATH environment variable in a platform independent way using python? Something similar to …

python path cross-platform environment-variables
Available and used System Memory in Python?

Possible Duplicate: How to get current CPU and RAM usage in Python? How can I get the available and currently …

python operating-system cross-platform
How can I detect the operating system in Perl?

I have Perl on Mac, Windows and Ubuntu. How can I tell from within the script which one is which? …

perl cross-platform
Alternatives to Qt

I've been searching the web inorder to find a cross-platform(Mac, Pc, perhaps even linux) framework. I know that qt …

qt cross-platform
Platform-independent GUID generation in C++?

What is the best way to programmatically generate a GUID or UUID in C++ without relying on a platform-specific tool? …

c++ cross-platform guid uuid
Is there a Java utility which will convert a String path to use the correct File separator char?

I have developed a number of classes which manipulate files in Java. I am working on a Linux box, and …

java string file-io cross-platform jdk1.6
Cross-platform, cross-browser way to play sound from Javascript?

I am writing a dhtml application that creates an interactive simulation of a system. The data for the simulation is …

javascript audio cross-browser cross-platform dhtml
Error handling when importing modules

This probably has an obvious answer, but I'm a beginner. I've got a "module" (really just a file with a …

python error-handling module cross-platform
.Net (dotNet) wrappers for OpenCV?

I've seen there are a few of them. opencvdotnet, SharperCV, EmguCV, One on Code Project. Does anyone have any experience …

c# .net opencv mono cross-platform
How to inspect the return value of a function in GDB?

Is it possible to inspect the return value of a function in gdb assuming the return value is not assigned …

debugging cross-platform gdb return-value