-
## Epics Base
Dependencies
```bash
sudo apt install build-essential libreadline-dev perl tcl tk
```
Make Directories
```bash
sudo mkdir -p /epics
sudo chown $USER:$USER /epics
ln -s /epics $…
-
On fedora and rhel you can use dnf whatprovides to locate a specific file that is provided by a package, *even* if that package is not installed.
zypper has no equivalent to this. zypper se -f seem…
-
### **Explorer Alpha build versions:**
v0.20.0
v0.21.0
### **Issue Description:**
In `/goto-local 82,-4` there is a puzzle with mirrors that can be rotated or pushed to move a raycast. At the …
-
I've looked around for a fix for this but the solutions I've seen suggest upgrading Go to 1.2+. I was never on 1.2, but I am seeing this in 1.5 now. I've commented out a few lines where the -json fl…
-
VICE has an [excellent set of REU tests](https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/). Let's see how we are doing with the latest 5.1 code on the dev branch:
| Test | Status | Rema…
-
### Description
I am trying to pull image from my private repository
```
crictl pull docker-registry.default.svc.cluster.local:5000/symfony-api:1
```
But no matter what I tried I always got …
zim32 updated
4 months ago
-
Mirrorbrain GeoIP database is based on MaxMind GeoIP (Legacy, [deprecated since May 2022](https://blog.maxmind.com/2020/06/retirement-of-geoip-legacy-downloadable-databases-in-may-2022/)).
This dat…
-
I am building dependencies for the md5 examples myself, since they are not in conancenter in the needed configuration.
When conan tries to get the sources for `pcre`, it fails with a handshake time o…
simue updated
1 month ago
-
[nerf記事](https://github.com/ALBERT-Inc/NeRF-tutorial)
> 2.2.2: ポーズ行列修正
> COLMAP出力の回転行列は世界座標系からカメラ座標系への変換を表す形式です。NeRFでは反対にカメラ座標系から世界座標系への座標変換を行うため、ポーズ行列を修正する必要があります。この修正では、元の座標変換と逆の変換を獲得するため、単純に逆行列…
-
Hi,
I just stumbled over this odd behaviour:
1. Liberty searches for any type=pom in dependencyManagement
2. Any artifact found, liberty-maven-plugin will replace the artifactId with "features"…