Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

260 total results found

Berechnung der IBAN-Prüfsumme

Coding

Als Grundlage für die Berechnung der Prüfsumme werden in Deutschland die 8-stellige Bankleitzahl, die 10-stellige Kontonummer und das Länderkürzel "DE" benötigt. Besteht die Kontonummer aus weniger als 10 Stellen, wird sie mit führenden Nullen aufgefüllt. Für...

NDR client: commit message missing

Coding

If the windows profile was removed the .gitconfig isn't placed where it should. And so the commit template can't be found. To repair .gitconfig and .gitcommit open H: and %userprofile% and copy the backups from left to right.

Position html summary under details

Coding

Read this https://aykut-rocks.github.io/positionswechsel-von-summary-innerhalb-details.html

Tinnitus Linked to Hidden Undetected Auditory Nerve Damage – A Step Towards a Cure

Ausbildung

https://scitechdaily.com/tinnitus-linked-to-hidden-undetected-auditory-nerve-damage-a-step-towards-a-cure/

Finding the dependencies of a program

Coding

The ldd command prints the shared libraries that a program depends on: $ ldd /usr/bin/ls linux-vdso.so.1 (0x00007ffdddbf4000) libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f792668c000) libc.so.6 => /lib/x86_64-l...

prefer a different program path on terminal

Coding

Find out which path/program is used with which. Then find out where are all possible versions of the program are located with where. To change the general order edit /private/etc/paths to put a new path over the current used one. Or uninstall the not wanted o...

Start nginx and php on my macos

Coding

sudo brew services start nginx PHP dazu: brew services start php  

start docker compose

Coding

Go to path where docker-compose.yml is. Execute: docker compose up -d -d is for detached.

Update caniuse cli

Coding

caniuse-cmd (https://github.com/sgentle/caniuse-cmd) committed on Apr 28, 2017 last time. But try npm view caniuse-cmd and have a look. To update npm up caniuse-cmd. Much more important is caniuse-db (https://www.npmjs.com/package/caniuse-db) updates regularl...

simpel.cc git not working - wrong gh version

Coding

After updating gh with homebrew you get an error message like this: /home/c.zelck/.linuxbrew/Cellar/gh/VERSION/bin/gh auth git-credential get: line 1: /home/c.zelck/.linuxbrew/Cellar/gh/VERSION/bin/gh: No such file or directory Git uses gh for authenticating...

Alte Landkarten über neue blenden

Projekte

https://kartenforum.slub-dresden.de Über OpenStreet-Maps können hier alte Karten passgenau überlagert werden.

Protecting email address via SVG

Coding

Source: https://rouninmedia.github.io/protecting-your-email-address-via-svg-instead-of-js Implementing the Code In the example below there are two files. The SVG graphics document is embedded in the HTML hypertext document via: <object data="svg-email-prot...

Passing variables between Apache Velocity and Groovy

Coding

{{velocity}} #set ($vnumber = 42) {{/velocity}} {{groovy}} // velocity "$vnumber" is groovy "vnumber" gnumber = vnumber // following line prevents print out of gnumber assert gnumber instanceof Integer {{/groovy}} {{velocity}} ## groo...

Glass effect with css

Coding

To make a window with html and css follow this tutorial: https://www.tyleo.com/html-glass.html.

Work with git submodules

Coding

Demystifying git submodules Mar 20, 2024 Throughout my career, I have found git submodules to be a pain. Because I did not understand them, I kept getting myself into frustrating situations. So, I finally sat down and learned how git tracks submodules. ...

Weblate read only keys

Coding

Just to clarify (and note to myself): in german translation of the interface you have to set section „Markierungen“ to „read-only“: Markierungenread-only Simpel source: https://forum.xwiki.org/t/empty-translation-values-cant-be-completed/11236/12?u=simp...

Excel zur Frequenzkoordination mit Berechnung zur Intermodulation

Ausbildung

Die Tabelle (IMD_Calc 16_V_1.06) findet man unter https://rfcoordinationnyc.com/imd-calc-download.html.

Tagesschau: responsive Nachrichtenüberblick

Coding

Alle Meldungen: https://app.ndr.de/dooh/tagesschau/responsive-video-version5;client=1ac441d5-acfb-49eb-a960-37709306dfc2 Einzelne Meldungen: https://app.ndr.de/dooh/tagesschau/responsive-video-version2-meldung1;client=82efdc6a-2455-4eb5-b31b-37bc45128835 Dab...