Posts

Showing posts from September 16, 2018

Reconsider spacing of columns

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite I have a file with the following format 1 1 1 0.02484183 57.2400000 24.6000000 2 1 2 -0.16091000 56.5200000 24.5600000 3 1 1 0.02484183 55.5700000 24.4900000 4 1 1 0.02484183 56.4400000 25.5100000 5 1 2 0.08638400 56.8900000 23.3300000 6 1 1 0.01376475 57.8900000 23.5200000 7 1 1 0.01376475 57.0600000 22.5200000 8 1 2 0.17612200 55.8800000 22.9700000 9 1 1 0.02042900 56.1600000 22.0400000 10 1 2 -0.34768900 55.9300000 24.0700000 11 1 1 0.07439383 55.5100000 25.0200000 12 1 1 0.07439383 55.4600000 23.7100000 13 1 1 0.07439383 57.0000000 24.2400000 14 1 2 0.02151800 54.4400000 22.8700000 15 1 1 0.08793975 54.5000000 22.4000000 I want instead to produce a file with the format below 1 1 1 0.02484183 57.2400000 24.6000000 2 1 2 -0.16091000 56.5200000 24.5600000 3 1 1 0.02484183 55.5700000 24.4900000 4 1 1 0.02484183 56.4400000 25.5100000 5 1 2 0.08638400 56.8900000 23.3300000 6 1 1 0.01376475 57.8900000 23.520000

Why am I finding duplicates of directories (folders)?

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite On my Manjaro Linux installation, I sometimes find partial duplicates of folders. In each case, the original folder has as many duplicates as it has characters in it's title minus 1. Each duplicate is the name of the previous folder with the last character removed. For example, the folder ~/.local/share/dolphin-emu is a folder (for the dolphin emulator) which has 10 partial duplicates in ~/.local/share/ , with the following names: dolphin-em dolphin-e dolphin- dolphin dolphi dolph dolp dol do d All of these directories contain a subdirectory called "shared2", which was copied from "dolphin-emu". However, "dolphin-emu" contains other subdirectories that were not copied. Also, there was already a folder called "dolphin" for the KDE Dolphin file manager. This folder now contains the copied "shared2" in addition to the "view_properties" directory which w