Discover gists
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
Script started on 2025-02-08 06:21:13+07:00 [COMMAND="/home/user/nuttx-release/run-job.sh arm-05 " TERM="xterm-256color" TTY="/dev/pts/5" COLUMNS="110" LINES="83"] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh arm-05 | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=arm-05 | |
+ [[ arm-05 == '' ]] | |
+ instance= | |
+ set | |
+ grep TMUX | |
+ true | |
+ neofetch |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\plantuml.nupkg" checksum="BE0D689D46973BE778521C9AF033FE8F" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\plantuml.nuspec" checksum="7D61635AA81DAB13DCB7C08C88225C5B" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\legal\LICENSE.txt" checksum="9C25E1CDC3B5122842A6A70FAB49A522" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\legal\VERIFICATION.txt" checksum="850BC1365E60FF2C6F70E8B3048C360B" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\tools\chocolateyInstall.ps1" checksum="43AB7CB707D439F3F52B1D59E39F0DF7" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\tools\chocolateyUninstall.ps1" checksum="02D12AEF3A038115115178E0F8C1CC50" /> | |
<file path="C:\ProgramData\chocolatey\lib\plantuml\tools\helper.ps1" checksum="9C46B0AC295261FF65D9B |
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
1.https://interviewgenie.com/blog-1/category/Amazon+interviews | |
2.https://www.youtube.com/channel/UCw0uQHve23oMWgQcTTpgQsQ/playlists | |
3.https://medium.com/@scarletinked/are-you-the-leader-were-looking-for-interviewing-at-amazon-8301d787815d | |
Tell me about a situation where you had a conflict with someone on your team. What was it about? What did you do? How did they react? What was the outcome? | |
Give an example of when you saw a peer struggling and decided to step in and help. What was the situation and what actions did you take? What was the outcome? | |
Tell me about a time you committed a mistake? | |
Tell me about a time when your earned your teammate's trust? |
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
id | station | stationid | value | unit | obstime | date | |
---|---|---|---|---|---|---|---|
0 | 流浮山 | RF001 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
1 | 湿地公园 | RF002 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
2 | 水边围 | N12 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
3 | 石岗 | RF003 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
4 | 大美督 | RF004 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
5 | 大埔墟 | RF005 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
6 | 北潭涌 | RF006 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
7 | 滘西洲 | RF007 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 | |
8 | 西贡 | N15 | 0 | mm | 2025-02-08T08:00:00+08:00 | 2025-02-08 |
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
import hashlib | |
from Crypto.Cipher import AES | |
f = open("index.dat", "rb") | |
f.seek(10) | |
ctext = f.read(5) | |
f.close() | |
# hardcoded IV found at address 0x004277f6 |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: dce86c68-2b49-4ab0-8ec5-f853d4232cab | |
-- Server started: February 08, 2025 12:18 AM UTC | Server uptime: 2 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: b988c434-9005-4159-bd2d-d6b7e2595c90 | |
-- Server started: February 08, 2025 12:15 AM UTC | Server uptime: 170 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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 | |
declare(strict_types=1); | |
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector; | |
use Rector\Config\RectorConfig; | |
use Rector\Set\ValueObject\LevelSetList; | |
use Rector\Set\ValueObject\SetList; | |
return static function (RectorConfig $rectorConfig): void { |
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
{ | |
"preset": "per", | |
"rules": { | |
"align_multiline_comment": true, | |
"array_indentation": true, | |
"array_syntax": true, | |
"blank_line_after_namespace": true, | |
"blank_line_after_opening_tag": true, | |
"combine_consecutive_issets": true, | |
"combine_consecutive_unsets": true, |
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
Script started on 2025-02-07 23:09:39+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh xtensa-01" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=xtensa-01 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. | |
/ssssssssssshdmmNNmmyNMMMMhssssss/ |