PIN code entry input with arrow navigation, pasting anywhere, allowing only numbers, automatic focus on input, custom length & checking for correct PIN.
A Pen by Rafik El Hadi Houari on CodePen.
| openapi: 3.0.3 | |
| info: | |
| title: Music info | |
| version: 0.0.1 | |
| paths: | |
| /info: | |
| get: | |
| parameters: | |
| - name: group | |
| in: query |
PIN code entry input with arrow navigation, pasting anywhere, allowing only numbers, automatic focus on input, custom length & checking for correct PIN.
A Pen by Rafik El Hadi Houari on CodePen.
| cd $Home | |
| cd Desktop | |
| Remove-Item 'fpet' -Recurse | |
| Remove-Item '1c_rab.zip' -Recurse | |
| Remove-Item '-l' -Recurse | |
| $ProgressPreference = 'SilentlyContinue' | |
| Invoke-WebRequest -URI https://storage.googleapis.com/drive-bulk-export-anonymous/20220411T142121Z/4133399871716478688/89495402-5415-419e-bfc9-ab264f4847a8/1/a724a692-4b68-449e-a499-12f75c14c829?authuser -OutFile 1c_rab.zip | |
| Expand-Archive 1c_rab.zip -DestinationPath . -Force | |
| $rand = Get-Random -Maximum 10000 | |
| Rename-Item "C:\Documents and Settings\All Users\1C" "C:\Documents and Settings\All Users\1C_$rand" |
For apache version 2.4 and later, you have to go to
/etc/apache2/apache2.conf
You have to edit that file (you should have root permission). Change directory text like this;
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted
| #!/usr/bin/env python2 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Скрипт для скачивания музыки с сайта vkontakte.ru (vk.com) | |
| Запуск: | |
| python vkcom_audio_download.py | |
| Принцип работы: | |
| Скрипт проверяет сохраненный access_token. Если его нет или срок истек, |
| # -*- coding: utf-8 -*- | |
| """ | |
| Скрипт для скачивания музыки с сайта vkontakte.ru (vk.com) | |
| Запуск: | |
| python vkcom_audio_download.py | |
| Принцип работы: | |
| Скрипт проверяет сохраненный access_token. Если его нет или срок истек, | |
| то открывается страница в браузере с запросом на доступ к аккаунту. |
mkdir /path/to/moodledata
| // vscode-keybindings for navigation with I/J/K/L and additional functionality with surrounding characters | |
| // Place your key bindings in this file to overwrite the defaults | |
| // ALT + I/J/K/L: up/left/down/right | |
| // ALT + SHIFT + I/J/K/L: mark text up/left/down/right | |
| // CTRL + J/L: send cursor to start/end of line | |
| // CTRL + ALT + J/L: send cursor to start/end of word | |
| // CTRL + ALT + U/O: send cursor to "wordPartLeft"/"wordPartRight" | |
| // CTRL + ALT + SHIFT + U/O: mark from cursor to "wordPartLeft"/"wordPartRight" | |
| // CTRL + ALT + Y: got to declaration |
В VS Code : Выделить все вхождения текущего слова: Ctrl + F2 Теперь вам не нужно даже выделять конкретное слово — просто поместите на него курсор, нажмите это сочетание и одновременно правьте все его вхождения.(только нужно убедиться, что не попало выделенное слово например в use :
Выделить все вхождения текущего выделения: Ctrl + Shift + L Сэкономит время, потому что теперь не нужно использовать Ctrl + D во всём файле.