This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.nio.file.AccessDeniedException: /tmp/forbidden/atomicXXXXXXXXtmp -> /tmp/forbidden/test | |
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) | |
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) | |
at sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:396) | |
at sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:262) | |
at java.nio.file.Files.move(Files.java:1395) | |
at hudson.util.AtomicFileWriter.commit(AtomicFileWriter.java:191) | |
at hudson.util.AtomicFileWriterTest.test(AtomicFileWriterTest.java:171) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Grapes([ | |
@Grab('com.github.openstack4j.core:openstack4j-core:3.4-SNAPSHOT'), | |
@Grab('com.github.openstack4j.core.connectors:openstack4j-httpclient:3.4-SNAPSHOT'), | |
@Grab('org.slf4j:slf4j-jdk14:1.7.7') | |
]) | |
import org.openstack4j.openstack.OSFactory | |
import org.openstack4j.model.compute.* | |
import org.openstack4j.model.common.* | |
import org.openstack4j.core.transport.Config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo() { | |
echo "$1" | grep bar # Fail if the input does not contain 'bar' | |
echo "end" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pacman -Ql gcalcli | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/bin/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/bin/gcalcli | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/python3.10/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/python3.10/site-packages/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/python3.10/site-packages/gcalcli-4.3.0-py3.10.egg-info/ | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/python3.10/site-packages/gcalcli-4.3.0-py3.10.egg-info/PKG-INFO | |
gcalcli /home/ogondza/code/my-project/.myproject.venv/lib/python3.10/site-packages/gcalcli-4.3.0-py3.10.egg-info/SOURCES.txt |
OlderNewer