python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Child process should not die with parent process
The following scenario:
process_1.bin starts doSomeThing.sh
doSomeThing.sh should kill process_1.bin first but keep running itself and do some other things
I have tried fork, exec, screen, p_threa...
oemer_1907
Votes: 0
Answers: 2
Find parent name of a json attribute - unknown structure - Python
There is a JSON file with unknown structure.
I need to find an attribute of a known name in this file and, if it exists, return the name of its parent node, or nodes (if there are multiple instances o...
Piotr L
Votes: 0
Answers: 1
xsl to group child elements into parent tag
I need to transform item tags into their respective parent node with xslt.
I have this input.
<root>
<field>111</field>
<list1>
<item>
<field1>aa</fi...

James Taylor
Votes: 0
Answers: 1
Parent in maven is rewrited
Hellou, i create classic pom in Java like New project-maven
<groupId>learn.maven</groupId>
<artifactId>multimodul</artifactId>
<version>1.0-SNAPSHOT</version&g...
Michal Hodul
Votes: 0
Answers: 0