This file contains hidden or 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
| {"level":30,"time":1740004307262,"pid":764691,"hostname":"ubuntu-s-1vcpu-1gb-35gb-intel-nyc3-01","af_sub1":"EAIaIQobChMIq6ax88HQiwMV3zQIBR2GPxwTEAAYASAAEgIGP_D_BwECj0KCQiArby5BhCDARIsAIJvjISaXSoAg6kipqAI_QCgaAOkf0hhIUkTWKnz-x_ZNtUjwoAM7b-i8bMaArgKEALw_wcB","media_source":"googleadwords_int","event_time":"2024-02-19 03:36:01.000","app_id":"id6444069212","event_name":"af_start_trial"} | |
| {"level":30,"time":1740004446349,"pid":764805,"hostname":"ubuntu-s-1vcpu-1gb-35gb-intel-nyc3-01","af_sub1":"EAIaIQobChMIq6ax88HQiwMV3zQIBR2GPxwTEAAYASAAEgIGP_D_BwECj0KCQiArby5BhCDARIsAIJvjISaXSoAg6kipqAI_QCgaAOkf0hhIUkTWKnz-x_ZNtUjwoAM7b-i8bMaArgKEALw_wcB","media_source":"googleadwords_int","event_time":"2024-02-19 03:36:01.000","app_id":"id6444069212","event_name":"af_start_trial"} | |
| {"level":30,"time":1740004558730,"pid":764905,"hostname":"ubuntu-s-1vcpu-1gb-35gb-intel-nyc3-01","af_sub1":"EAIaIQobChMIq6ax88HQiwMV3zQIBR2GPxwTEAAYASAAEgIGP_D_BwECj0KCQiArby5BhCDARIsAIJvjISaXSoAg6kipqAI_QCgaAOkf0hhIUkTWKnz-x_ZNtUjwoAM7b-i8bMaArgKEALw_ |
This file contains hidden or 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
| curl --location 'https://api.monetai.pro/generate/text2image_async' \ | |
| --header 'Content-Type: application/json' \ | |
| --data '{ | |
| "aspect_ratio": { | |
| "height": 9, | |
| "width": 16 | |
| }, | |
| "num_generations": 1, | |
| "prompt": "cupra formentor and family", | |
| "seed": 582767, |
This file contains hidden or 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
| ozerich@atlantm:/srv/vpn/x86_Ubuntu_Debian$ sudo ./itvpn --config client.ovpn | |
| 2024-11-20 11:22:11 us=614243 Initializing OpenSSL support for engine 'formica' | |
| 2024-11-20 11:22:11 us=614763 WARNING: file 'pwd' is group or others accessible | |
| 2024-11-20 11:22:11 us=614812 WARNING: file 'authpass.txt' is group or others accessible | |
| 2024-11-20 11:22:11 us=614889 Current Parameter Settings: | |
| 2024-11-20 11:22:11 us=614954 config = 'client.ovpn' | |
| 2024-11-20 11:22:11 us=615048 mode = 0 | |
| 2024-11-20 11:22:11 us=615062 persist_config = DISABLED | |
| 2024-11-20 11:22:11 us=615141 persist_mode = 1 |
This file contains hidden or 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
| { | |
| "advisories": [ | |
| "Infrequent/Mild Cartoon or Fantasy Violence" | |
| ], | |
| "app_availability": { | |
| "available_in": [ | |
| "DO", | |
| "FR", | |
| "BG", | |
| "DK", |
This file contains hidden or 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\Operations\Developers; | |
| use App\Models\Game; | |
| use App\Models\User; | |
| use App\Models\UserDeveloper; | |
| use App\Repositories\GamePlatformRepository; | |
| use App\Repositories\GameRepository; | |
| use App\Repositories\UserDeveloperRepository; |
This file contains hidden or 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
| async loadRelationshipsForEntity(entity: BaseEntity, repo: Repository<any>, relationships: Array<string | [string, string[]]>) { | |
| // @ts-ignore | |
| const id = entity.id; | |
| const { ...res } = await Promise.all( | |
| relationships.map((relation) => { | |
| // @ts-ignore | |
| const relationsArray: string[] = Array.isArray(relation) ? [relation[0], ...relation[1].map(item => relation[0] + "." + item)] : [relation]; |
This file contains hidden or 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
| async findOneGameByUrlAlias(urlAlias: string): Promise<Game | null> { | |
| const relations = [ | |
| "gamePlatforms", | |
| "gamePlatforms.developer", | |
| "gamePlatforms.developer.icon", | |
| "gamePlatforms.developer.cover", | |
| "reviews", | |
| "reviews.user", | |
| "gameSimilar", | |
| "gameSimilar.gameSimilar", |
This file contains hidden or 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
| { | |
| "kind": "youtube#searchListResponse", | |
| "etag": "5tmpTf6Tu6oj_6CO9Z_A5pr8Gyo", | |
| "nextPageToken": "CAUQAA", | |
| "regionCode": "ID", | |
| "pageInfo": { | |
| "totalResults": 1000000, | |
| "resultsPerPage": 5 | |
| }, | |
| "items": [ |
This file contains hidden or 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
| { | |
| "content": { | |
| "icon": "https://is3-ssl.mzstatic.com/image/thumb/Purple122/v4/52/b9/6f/52b96f1e-1891-53bc-8fe8-b90057188f7a/AppIcon-1x_U007emarketing-0-9-0-85-220.png/1024x1024bb.jpg", | |
| "screenshots": { | |
| "iphone_6_5": [ | |
| { | |
| "id": "de01c8ac-30c3-1dde-5516-cbe16a7f2583", | |
| "filename": "3d58f473-9458-4ca7-bccc-b4ef2c745b98_2688x1242_EN_-_SS1.png/2688x1242bb.jpg", | |
| "path_component": "image/thumb/Purple122/v4", | |
| "url": "https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/de/01/c8/de01c8ac-30c3-1dde-5516-cbe16a7f2583/3d58f473-9458-4ca7-bccc-b4ef2c745b98_2688x1242_EN_-_SS1.png/2688x1242bb.jpg" |
This file contains hidden or 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
| { | |
| "content": { | |
| "icon": "https://play-lh.googleusercontent.com/NTMMQvx-jTMr-cWSCJgj3JvPp6_XNeQDW_vZB9ykSs89pKgqpmib1vvLm0Y4o34NkF8", | |
| "screenshots": [ | |
| "https://play-lh.googleusercontent.com/6HfHc_WYuyN_9Mg-Sffqa7xY320lY68QTWoJJTrIhb69joJ3pdY2NNqL2IttmcFmzTk", | |
| "https://play-lh.googleusercontent.com/eLTA7iOQr170MYfreE1SweMjsFw_8g7HWavYMcuEiEkZCvz1W7dLpigIq1IMX3_2NqA", | |
| "https://play-lh.googleusercontent.com/ar4fhme7KVKO84hdNBmxOPmolwh-rNzIHJ7x_A4XzV_nxYtVpI3RLI5b6OCD2kRvaA", | |
| "https://play-lh.googleusercontent.com/bz1K-9S1lvFvJXc32COQc4ABrFK3MZvSpnaoYfawx5E6ySslPfhr5JYVwfiMPOJE9qua", | |
| "https://play-lh.googleusercontent.com/xO_wvghDofEb93aGA5pnAzdFKOOR1kq4rJMQe2euOUsWwQWJ6l1H6zY2FhjAyE5fvVI_" | |
| ], |