Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created February 6, 2025 23:41
XAMPP.app v7.4.13.20220415 - 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\XAMPP.app\XAMPP.app.nupkg" checksum="F3465CFA96359943E9065157F68D6B3B" />
<file path="C:\ProgramData\chocolatey\lib\XAMPP.app\xampp.app.nuspec" checksum="FD1DBE9F591FFAFF7A02A27602011E9E" />
</files>
</fileSnapshot>
@lvanasse
lvanasse / ci-arm64-01.log
Created February 6, 2025 23:40
[arm64-01] CI Log for nuttx @ fdc0b608b5893a207ea37a276e0adade6ded3b62 / nuttx-apps @ f139e56cd62a30d6edcd7207c7e4cbc6e9b8b7d1
Script started on 2025-02-06 23:23:23+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh arm64-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=arm64-01
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@rygrob
rygrob / Parameters.swift
Created February 6, 2025 23:38
Type-erased Parameter System
//
// Parameters.swift
// ---
//
// Created by Ryan Robinson on 2/5/25.
//
import CoreGraphics
import Foundation
TNT sport 2,http://190.110.99.102:8000/play/a02k
TNT SPORT HD,http://190.110.99.102:8000/play/a010
TNT Sports,http://dnsplay.xyz:80/aumdkodc/vgasdt13/124014
TNT Sports,http://dnsplay.xyz:80/aumdkodc/vgasdt13/34684
TNT Sports,http://dnsplay.xyz:80/aumdkodc/vgasdt13/34675
@rflandau
rflandau / reflection.go
Last active February 6, 2025 23:44
Showcase some simple reflection outputs
/*
Basic example of how reflection works. v
Shows off the outputs you get for type, value, and kind for a variety of inputs and how to traverse the data certain Kinds.
*/
package main
import (
"fmt"
"reflect"
)
@petar-Atanasov
petar-Atanasov / dsai-lab3-stu.ipynb
Created February 6, 2025 23:37
DSAI-Lab3-Stu.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@emcbot
emcbot / gfs_wavepostpnt.log
Created February 6, 2025 23:36
error log file from CI run PR_3243
Begin wavepostpnt.sh at Thu Feb 6 23:29:24 UTC 2025
+ wavepostpnt.sh[6]: echo
+ wavepostpnt.sh[7]: echo '=============== START TO SOURCE FV3GFS WORKFLOW MODULES ==============='
=============== START TO SOURCE FV3GFS WORKFLOW MODULES ===============
+ wavepostpnt.sh[9]: . /work2/noaa/global/CI/HERCULES/3243/global-workflow/ush/load_ufswm_modules.sh
++ load_ufswm_modules.sh[4]: [[ NO == \N\O ]]
++ load_ufswm_modules.sh[5]: echo 'Loading modules quietly...'
Loading modules quietly...
++ load_ufswm_modules.sh[6]: set +x
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 6, 2025 23:36
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: f9fd16df-5016-44a1-b134-f9f4138f301d
-- Server started: February 06, 2025 10:46 PM UTC | Server uptime: 3005 seconds
------------------ LOADB LOGS ------------------
{
}
@ahrist123456
ahrist123456 / Stockfishblock.js
Created February 6, 2025 23:35
Stockfish block
// 예: userDefinedBlocks 배열에 Stockfish 블록 정의 추가
var userDefinedBlocks = [
{
name: 'stockfish_best_move',
definition: {
@grahama1970
grahama1970 / 00_README.md
Last active February 6, 2025 23:38
SummarizationTool for smolagents- trying to get CodeAgent to NOT process text--just pass it along to the tool

🚨 Bug Report: SmolAgents CodeAgent Truncates Input Before Tool Execution

Summary

SmolAgents' CodeAgent incorrectly processes input before invoking tools, leading to truncation of long text even when a tool is explicitly designed to handle it. This defeats the purpose of tools and prevents reliable execution in workflows requiring large text processing.

Steps to Reproduce

  1. Define a Tool (e.g., SummarizationTool) that accepts long text and chunks it internally.
  2. Register the Tool with CodeAgent.
  3. Send a large text input via agent.run(prompt).
  4. Observe the Issue: