I'm currently looking into Thunderbolt 3 Docks for my newly aquired Dell XPS 9560. What I found was that Dell's original Thunderbolt Dock TB16-240W comes at a steep price of over 450€ here in Germany. For that price you get quite a lot of connection options, but often you don't need as many and get...

After searching high and low for a password manager that will let me store the passwords on my own server and some hassles using other password managers, I found Enpass. Enpass will excel where other password managers fail. My requirements were 1) no monthly fee 1) Android app 1) Windows app 1) Fire...

Just a small batch snippet to concatenate text files located in subfolders into one text file. I needed this to collect all single output data files from some measurements.

for /F "delims=" %%f in (
  ' Dir /B /S /O /A-D *.cnt ^|find /v /i "output.txt" '
) do (
echo "%%f" >> output.txt
type "%%f"...

While searching around the web, looking for a way to assign a unique value to each string in an Excel sheet, I developed the following formula:

=CODE(GROSS(A1))*(1+LÄNGE(A1)*(RUNDEN(WURZEL(CODE(GROSS(LINKS(A1)))*CODE(GROSS(RECHTS(A1))));0)))

However, this formula will not be unique in certain c...

Hier ist eine Liste von kostenlosen Programmen, die ich über die Jahre hinweg gesammelt habe. Dieser Post ist mehr als Referenz für mich gedacht, als alles andere, aber vielleicht hilft sie ja jemandem.

Ich nehme gerne weitere Software hier auf.

 

Software Name Download URL Status D...