- Javascript Tutorial With Programming With Mosh.
https://www.youtube.com/playlist?list=PLTjRvDozrdlxEIuOBZkMAK5uiqp8rHUax
| { | |
| "$schema": "https://ui.shadcn.com/schema/registry-item.json", | |
| "name": "test", | |
| "type": "registry:ui", | |
| "title": "Test", | |
| "devDependencies": [ | |
| "vite-plugin-run" | |
| ], | |
| "files": [ | |
| { |
https://www.youtube.com/playlist?list=PLTjRvDozrdlxEIuOBZkMAK5uiqp8rHUax
Download : https://mega.nz/file/QJhhwQpB#iA7Mxroca9NtUuI_HuwOp5l0l3Rpppvq4Ss8fqVBgu0
After decompression:
$ chmod +x acunetix_13.0.200217097_x64_.sh
$ ./acunetix_13.0.200217097_x64_.sh
$ cp Crack/wvsc /home/acunetix/.acunetix/v_200217097/scanner/
$ cp Crack/license_info.json /home/acunetix/.acunetix/data/license/
| import re, urllib.request | |
| query = input() | |
| rgx = re.split(r'((http|https):\/\/)?(www\.)?(facebook|fb)\.com\/([.a-z0-9]+)', query.lower()) | |
| name = rgx[0] if len(rgx) == 1 else rgx[5] | |
| redirected = urllib.request.urlopen(f'https://m.me/{name}').geturl().split('%2F') |
| ############################# | |
| ##### Magic script v1.01 #### | |
| ############################# | |
| # Ask for elevated permissions if required | |
| If (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")) { | |
| Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs | |
| Exit | |
| } |
| <script> | |
| jQuery("video-iframe")[0].src += "&autoplay=1"; | |
| </script> |
I've made a new web template to make Laravel work easily on VestaCP, and so I wouldn't have to change my Laravel installation, if I ever wanted to deploy it elsewhere.
Each file should be put in /usr/local/vesta/data/templates/web/apache2
Then, when you edit your domain/site, you can change the web template to Laravel and just upload your whole project into public_html
| <?php | |
| // For more details see: http://laraget.com/blog/implementing-infinite-scroll-pagination-using-laravel-and-jscroll | |
| namespace App\Http\Controllers\InfiniteScrolling; | |
| use App\Comment; | |
| use Illuminate\Http\Request; | |
| use App\Http\Requests; | |
| use App\Http\Controllers\Controller; |