Nano – Redo / Undo under Mac
M-U and M-E are the control in nano under mac to Redo and Undo. But what is M-? Thats escape. If you press ESC and directly after (not at the same time) the „u“ key it works.
M-U and M-E are the control in nano under mac to Redo and Undo. But what is M-? Thats escape. If you press ESC and directly after (not at the same time) the „u“ key it works.
It is very hard to find the right selectors to parse html code in php. Now i have found the ultimate solution! With this code you are able to fake the user agent and bypass the socialblade filter. You can
How long is the Aliexpress refund time? A long time ago i have ordered something on Aliexpress. I wanted to buy some car keychains. Directly after the order process and payment there was something strange. They put me the shipping
Man hat eine neue Festplatte und möchte die STEAM Spiele nicht nochmal komplett herunterladen. Deswegen die Anleitung: STEAM Spiele auf die neue SSD kopieren C -> Programme -> STEAM -> steamapps -> common Den common Ordner von der alten Festplatte
Bootbaren USB Stick erstellen – So geht’s: Hier gibt es die Software um Windows 10 über einen USB Stick zu installieren (offiziell von Microsoft). Bei der Installation sollte man den Stick vorher formatieren. Beim Start des Rechners F11 drücken um
Es ist eine Katastrophe mit Windows 10 Festplatten zu formatieren. Die hauseigenen Tools in Windows sind überhaupt nicht in der Lage dazu und die Freeware Programme sind auch nicht zu gebrauchen. Gerade wenn es darum geht EXT Dateiformate zu erkennen
PHP Instagram Followers Count – How to get the amount of following accounts with a little php script? This script fetches the content of an instagram account and parses out the follower count. Execute the PHP Script to receive the
How to get the Instagram Image Description with PHP: With this code you can define your own URL of an Instagram Post and print out the full Image Description. $URL = $_POST[‚url‘]; $ch=curl_init($URL); curl_setopt_array($ch,array( CURLOPT_ENCODING=>“, CURLOPT_RETURNTRANSFER=>1 )); $html=curl_exec($ch); $description=@DOMDocument::loadHTML($html)->getElementsByTagName(„title“)->item(0); echo
Here’s a Javascript function, which copies the text from a div to the own clipboard for copy & paste: <button onclick=“CopyToClipboard(‚text‘)“>Copy text</button> <script> function CopyToClipboard(containerid) { if (document.selection) { var range = document.body.createTextRange(); range.moveToElementText(document.getElementById(containerid)); range.select().createTextRange(); document.execCommand(„copy“); } else if (window.getSelection)
Ich habe ein Programm entwickelt, welches eine Deutsche Wörterliste mit mehr als 600.000 Wörtern hernimmt und eine Englische mit mehr als 450.000 Wörtern. Alle Wörter mit seltsamen Sonderzeichen werden herausgefiltert und ein .de und .com hinten angefügt. Dann wird diese