This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2025-01-14 20:48:56-0300] srt-logger[55343]: Log opened | |
[2025-01-14 20:48:56] steamwebhelper.sh[55338]: Using supervisor /home/nobody/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor | |
[2025-01-14 20:48:56] steamwebhelper.sh[55338]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh | |
[2025-01-14 20:48:56] steam-runtime-sniper.sh[55353]: Extracting /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.tar.xz to /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.new | |
[2025-01-14 20:49:04] steamwebhelper.sh[55338]: Using CEF sandbox \(try with -no-cef-sandbox if this fails\) | |
[2025-01-14 20:49:04] steamwebhelper.sh[55338]: Starting steamwebhelper with Sniper steam runtime at /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point | |
[2025-01-14 20:49:06-0300] srt-logger[55590]: Log opened | |
[2025-01-14 20:49:06] steamwebhelper.sh[55585]: Using supervisor /home/nob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emojis": [ | |
{"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Livewire; | |
use Livewire\Component; | |
use App\Models\Gallery; | |
use Livewire\WithPagination; | |
class DisplayGallery extends Component | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Cambiar valores | |
START TRANSACTION; | |
SET @prefix = 'wp_'; | |
SET @user_login = 'demo'; | |
SET @user_pass = 'demo'; | |
SET @user_email = '[email protected]'; | |
SET @display_name = 'Nombre Demo'; | |
-- Actualiza tabla de usuarios |