Anup Dhakal
Sagar Chamling
In this guide, LEPP stands for Linux, Nginx (pronounced as Engine-X) , Postgres and PHP (PHP Hypertext Preprocessor).
| # Get the collection of files. | |
| $files = Get-ChildItem -Path '.' -Filter '*.opus' | |
| $total = $files.Count | |
| # No need for the synchronized hashtable as it was unused. | |
| Write-Progress -Activity "opus -> m4a + fixing date..." -Status "Starting..." -PercentComplete 0 | |
| # Counter for processed items. | |
| $processedCount = 0 |
| #!/usr/bin/python3 | |
| import os | |
| import subprocess | |
| import sys | |
| modlist_file = sys.argv[1] | |
| mod_location = os.getcwd() | |
| modlist = set() |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Calculator</title> | |
| <style> | |
| .container { | |
| display: flex; | |
| justify-content: center; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Matrix rain</title> | |
| </head> | |
| <body style="width: 100vw; height: 100vh; margin: 0; background-color: black; overflow: hidden;"> | |
| <canvas id="main" style="margin: 0; width: inherit; height: inherit;"> |
| #!/usr/bin/python3 | |
| import sys | |
| def print_fibonacci(howMany): | |
| a, b = 0, 1 | |
| while a < howMany: | |
| print(a) | |
| a, b = b, a + b |
| I][TZDriver][tz_driver_cpu_callback][368]after cpumask set cpu | |
| [0m[;34m[TEEI][TZDriver]current cpu id | |
| [0m[;34m[TEEI][TZDriver]change cpu id = [6] | |
| [0m | |
| [ 1.094297] (0)[120:kworker/u16:2] mmcblk1: p1 | |
| [ 1.094674] (2)[108:hps_main]CPU7: shutdown | |
| [ 1.094937] [;34m[TEEI][TZDriver]cpu down success *********************** | |
| [0m[ 1.094953] (0)[120:kworker/u16:2][sd]sdio_set_vcore_performance auto-K haven't done | |
| [ 1.095060] (4)[115:kworker/u16:1]platform arizona-extcon: Driver arizona-extcon requests probe deferral |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm64 4.4.111 Kernel Configuration | |
| # | |
| # modified by crazo7924 | |
| # | |
| CONFIG_ARM64=y | |
| CONFIG_64BIT=y | |
| CONFIG_ARCH_PHYS_ADDR_T_64BIT=y | |
| CONFIG_MMU=y |