python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add all arrays from all .fits files in a directory?
I have a directory on my computer with several .fits files that I am trying to work with in IDL. For some reason I am unable to add all of the arrays together correctly, as I'm getting negative numbe...
emma
Votes: 0
Answers: 1
Why C++/WinRT requires IDL files for XAML?
For C#, XAML transpiles to .cs (*.g.cs) files and needs no IDL files.
Similarly in C++, why can't XAML be transpiled to .cpp (*.g.cpp) files? Why does it need any IDL files at all?
I don't understand....
learningXAML
Votes: 0
Answers: 2
How to logout user if the session array is already expired
I have a system with IDP keycloak login integrated. The idle time for session expiry is set to 20 minutes. After that 20 minutes of idle time, the user's session data expires automatically.But now I w...
kowshiga
Votes: 0
Answers: 1
Trouble building IDL library using makefile and gfortran on a Windows 10 running WSL Ubuntu
my knowledge is very shallow so I hope I am explaining the problem clearly.
I am trying to build a library for IDL which uses makefiles https://sourceforge.net/projects/irbem/files/irbem/4.4.0/
Judgin...
patrick7
Votes: 0
Answers: 2