Skip to content

Instantly share code, notes, and snippets.

@lvanasse
lvanasse / ci-risc-v-06.log
Created February 7, 2025 23:09
[risc-v-06] CI Log for nuttx @ ca6f5db6fc5d24ebe58be19c1cd7a5d0df856a64 / nuttx-apps @ fb0c1e10ded2a6fb9f066b9893662cbcc86e4646
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Script started on 2025-02-07 22:46:25+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-06" <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=risc-v-06
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
@rajneesh069
rajneesh069 / AvatarAlert.tsx
Created February 7, 2025 23:08
Avatar with Alert, it disappears in 10 seconds so take care of that. Adjust the gap between the avatar and the alert box accordingly.
import React, { useEffect, useRef, useState } from "react";
import {
Animated,
PanResponder,
StyleSheet,
Image,
View,
Text,
TouchableOpacity,
} from "react-native";
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 7, 2025 23:07
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 5483fe6b-40f1-48f2-86ee-c0bc2660cd22
-- Server started: February 07, 2025 10:40 PM UTC | Server uptime: 1374 seconds
------------------ LOADB LOGS ------------------
{
}
import os
from transformers import AutoTokenizer, AutoModelForCausalLM, TextStreamer, BitsAndBytesConfig ,AutoModelForSpeechSeq2Seq ,AutoProcessor ,pipeline
import torch
AUDIO_MODEL = "openai/whisper-medium"
speech_model = AutoModelForSpeechSeq2Seq.from_pretrained(AUDIO_MODEL, torch_dtype=torch.float16, use_safetensors=True)
speech_model.to('cuda')
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 7, 2025 23:06
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: a4f3f09f-cae4-4bf5-920e-2396c68f1674
-- Server started: February 07, 2025 11:00 PM UTC | Server uptime: 336 seconds
------------------ LOADB LOGS ------------------
{
}
@futuremotiondev
futuremotiondev / Boilerplate: Accumulate Files and Process In Parallel.ps1
Created February 7, 2025 23:05
Accumulates files from all directories or files passed into the function and then processes in parallel at the end block. Supports wildcards, pipeline input, and literal paths.
using namespace System.IO
using namespace System.Collections.Generic
function Convert-ParallelFileAccumulator {
[CmdletBinding(DefaultParameterSetName='Path')]
param (
# Define the 'Path' parameter, allowing wildcards and pipeline input
[Parameter(
Mandatory,
Position = 0,
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 23:03
Rimworld output log published using HugsLib
Log uploaded on Saturday, February 8, 2025, 2:02:18 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
<cfset e = #generateSecretKey("AES")#>
<cfset api = #serializeJSON({"fuck-you":"ffff"})#>
<cfset encryptedData = encrypt(#api#, #e#, "AES", "HEX")>
<cfoutput>
#e#
<br> #api#
</cfoutput>
@forkyau
forkyau / hourly_rainfall_data-2025-02-08|06-45.csv
Created February 7, 2025 23:01
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
1 湿地公园 RF002 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
2 水边围 N12 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
3 石岗 RF003 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
4 大美督 RF004 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
5 大埔墟 RF005 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
6 北潭涌 RF006 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
7 滘西洲 RF007 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
8 西贡 N15 0 mm 2025-02-08T06:45:00+08:00 2025-02-08
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 23:01
Rimworld output log published using HugsLib
Log uploaded on Saturday, February 8, 2025, 1:59:32 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)