I'm working on a cross-platform mobile app and using ionic and angular frameworks. My app is running fine on iOS simulators and devices. recently I bought a new
Due to company policy we cannot access GitHub directly from company network, it has to be done via a company mirror. This is very painful when we need to run co
I have a function that generates an array of objects called nodes: type Node = { type: 'text' | 'entity'; // A node of type 'entity' for sure has props defi
I am trying to sort a JsonArray in Java using GSON, I would like to sort everything inside that array via a variable key, meaning there is a string somewhere co
I have a list of Uniprot IDs and need to know the PDB IDs plus the Chain IDs. With the code given on the Uniprot website I can get the PDB IDs but not the Chain
I am creating a dialog from RunBase class, but when the dialog shows the button of file selector is empty: code: dlgFileName = dialog.addField(
I want to create a Delphi application that does something interesting when the user moves his mouse over the top-left corner of the screen. I thought about it a
Consider this simple C program : test.c int g=10; int main(){ g++; return 0; } Now my question is if g is put into the data segment before execution. A pi