Top "Platform" questions

The platform tag is to be used for hardware or software related issues relating to a platform

How do I check if I'm running on Windows in Python?

I found the platform module but it says it returns 'Windows' and it's returning 'Microsoft' on my machine. I notice …

python platform platform-specific
Application failed to start because it could not find or load the QT platform plugin "windows"

I have looked through all of the questions that appear to be related on stack overflow, and none of the …

c++ qt dll platform
running R from windows command prompt

I have a R program in a txt file say "functions.txt". I load the "functions.txt" file the R …

windows r platform
How to use Platform.OS to elements in react native?

I want to use just KeyboardAwareScrollView without any functions on IOS and given below code for android. I know that …

react-native platform
how do I detect user operating system

I have the following code to obtain user details: HttpBrowserCapabilities bc = HttpContext.Current.Request.Browser; string UserAgent = HttpContext.Current.Request.…

asp.net browser platform httpbrowsercapabilities
Can you do Desktop Development using JavaScript?

I know there's JScript.NET, but it isn't the same as the JavaScript we know from the web. Does anyone …

javascript windows desktop platform
Platform's default charset on different platforms?

Some legacy code relies on the platform's default charset for translations. For Windows and Linux installations in the "western world" …

java character-encoding platform
How can I set VM options in a Java Netbeans Platform Modular Project?

I have a Netbeans Platform modular project, not a regular Java project. I want to set VM options to increase …

java memory netbeans jvm platform
How can I change the Build.Platform property in a Visual Studio project?

One of the many projects in a very large solution somehow became set to Build Platform == Active (x86). I want …

visual-studio-2010 x86 platform anycpu
What common algorithms are used for C's rand()?

I understand that the C specification does not give any specification about the specific implementation of rand(). What different algorithms …

c algorithm random platform