Skip to content

Instantly share code, notes, and snippets.

@nuttxpr
nuttxpr / ci-arm-05.log
Last active February 8, 2025 00:22
[arm-05] CI Log for nuttx @ ca6f5db6fc5d24ebe58be19c1cd7a5d0df856a64 / nuttx-apps @ fb0c1e10ded2a6fb9f066b9893662cbcc86e4646
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
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 8, 2025 00:22
plantuml v1.2025.0 - Passed - Package Tests Results
<?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
@preetham-ad
preetham-ad / amazon-lp-from-leetcode.txt
Created February 8, 2025 00:21 — forked from by12380/amazon-lp-from-leetcode.txt
Amazon LP Questions from LeetCode Interview Experiences
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?
@forkyau
forkyau / hourly_rainfall_data-2025-02-08|08-00.csv
Created February 8, 2025 00:21
GIST created by python code
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
@ymgve
ymgve / solver.py
Last active February 8, 2025 00:20
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
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:18
Text file created by Roblox
-- 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 ------------------
{
}
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:18
Text file created by Roblox
-- 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 ------------------
{
}
@fabyo0
fabyo0 / rector.php
Created February 8, 2025 00:18 — forked from JustSteveKing/rector.php
Laravel Rector Config
<?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 {
@fabyo0
fabyo0 / pint.json
Created February 8, 2025 00:17 — forked from JustSteveKing/pint.json
Laravel Pint configuration
{
"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,
@lvanasse
lvanasse / ci-xtensa-01.log
Created February 8, 2025 00:17
[xtensa-01] CI Log for nuttx @ ca6f5db6fc5d24ebe58be19c1cd7a5d0df856a64 / nuttx-apps @ fb0c1e10ded2a6fb9f066b9893662cbcc86e4646
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/