Skip to main content

Recently Updated Pages

git: show all remotes

Coding

git remote -v shows: origin https://github.com/SimpelMe/Braille.git (fetch) origin...

Updated 2 years ago by Simpel

git error nas: unable to create temporary object directory

Coding

Problem can occur if git init is made as root. Then git folder will have wrong group: error:...

Updated 2 years ago by Simpel

JavaScript: scroll to bottom every second

Coding

Start it in console: var scroller; (function scroll() { // Do something every second ...

Updated 2 years ago by Simpel

github: personal access token with https

Coding

docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-...

Updated 2 years ago by Simpel

list all folders on current path

Coding

To list all folders in current folder: find $(pwd) -type d -d 1 or (faster): ls -d...

Updated 2 years ago by Simpel

JavaScript: copy array without reference

Coding

A pure Clone of an array: var arrCopy = JSON.parse(JSON.stringify(arrOriginal)); Now yo...

Updated 2 years ago by Simpel

Lexicon Plugins don't work

Coding

https://proforums.harman.com/lexicon/di ... ilina-2020

Updated 2 years ago by Simpel

iPhone: Einschränkungscode vergessen

Coding

https://techmixx.de/iphone-einschraenku ... -vergessenLink von 2016

Updated 2 years ago by Simpel

Jitsi: activate record audio

Coding

https://community.jitsi.org/t/local-recording/14638https://github.com/jitsi/jitsi-meet/pull/3223h...

Updated 2 years ago by Simpel

Fritzbox URL

Coding

https://patapaya.dyndns.org

Updated 2 years ago by Simpel

irc: commands

Coding

Use Textual 7 now. Used Adium before. #voc /msg ChanServ invite #voc Go to the oth...

Updated 2 years ago by Simpel

liblouis braille translator: cmd line

Coding

lou_translate --backwardbles/zelck.ctb < /Users/cox/Downloads/Braille_Export.txt

Updated 2 years ago by Simpel

git: show unreferenced objects

Coding

Could be, that git has some unreferenced objects like trees, commits or blobs (files). Make them ...

Updated 2 years ago by Simpel

iOS update w/o iTunes backup

Coding

Ensure iTunes is completely closed. (Use "Quit" in your dock.) Launch the macOS Terminal...

Updated 2 years ago by Simpel

Loop/iterate curl url and save as file

Coding

curl https://example.org/index.php?id=[1-10000] -O -f [1-10000] iterates from 1 to 10000 -O (up...

Updated 2 years ago by Simpel

how to github token

Coding

On GitHub Go to https://github.com/settings/tokens.Generate new token with minimum read:org, rep...

Updated 2 years ago by Simpel

html + css: prevent zooming on iOS while tapping fast

Coding

Fast tapping on iOS device is like double click. To prevent zooming fill into css: :root { tou...

Updated 2 years ago by Simpel

guesslang: guess programming language

Coding

Guesslang detects the programming language of a given source code: echo ' package main imp...

Updated 2 years ago by Simpel

HTML create integrity hash for js javascript

Coding

Generate SRI hash with shell command cat FILENAME.js | openssl dgst -sha512 -binary | openss...

Updated 2 years ago by Simpel

git: testing pull/merge requests

Coding

Before merge it seams to be a good idea to test it locally. So fetch first: git fetch origin...

Updated 2 years ago by Simpel