Recently Updated Pages
git: show all remotes
git remote -v shows: origin https://github.com/SimpelMe/Braille.git (fetch) origin...
git error nas: unable to create temporary object directory
Problem can occur if git init is made as root. Then git folder will have wrong group: error:...
JavaScript: scroll to bottom every second
Start it in console: var scroller; (function scroll() { // Do something every second ...
github: personal access token with https
docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-...
list all folders on current path
To list all folders in current folder: find $(pwd) -type d -d 1 or (faster): ls -d...
JavaScript: copy array without reference
A pure Clone of an array: var arrCopy = JSON.parse(JSON.stringify(arrOriginal)); Now yo...
Lexicon Plugins don't work
https://proforums.harman.com/lexicon/di ... ilina-2020
iPhone: Einschränkungscode vergessen
https://techmixx.de/iphone-einschraenku ... -vergessenLink von 2016
Jitsi: activate record audio
https://community.jitsi.org/t/local-recording/14638https://github.com/jitsi/jitsi-meet/pull/3223h...
Fritzbox URL
https://patapaya.dyndns.org
irc: commands
Use Textual 7 now. Used Adium before. #voc /msg ChanServ invite #voc Go to the oth...
liblouis braille translator: cmd line
lou_translate --backwardbles/zelck.ctb < /Users/cox/Downloads/Braille_Export.txt
git: show unreferenced objects
Could be, that git has some unreferenced objects like trees, commits or blobs (files). Make them ...
iOS update w/o iTunes backup
Ensure iTunes is completely closed. (Use "Quit" in your dock.) Launch the macOS Terminal...
Loop/iterate curl url and save as file
curl https://example.org/index.php?id=[1-10000] -O -f [1-10000] iterates from 1 to 10000 -O (up...
how to github token
On GitHub Go to https://github.com/settings/tokens.Generate new token with minimum read:org, rep...
html + css: prevent zooming on iOS while tapping fast
Fast tapping on iOS device is like double click. To prevent zooming fill into css: :root { tou...
guesslang: guess programming language
Guesslang detects the programming language of a given source code: echo ' package main imp...
HTML create integrity hash for js javascript
Generate SRI hash with shell command cat FILENAME.js | openssl dgst -sha512 -binary | openss...
git: testing pull/merge requests
Before merge it seams to be a good idea to test it locally. So fetch first: git fetch origin...