Skip to content

Instantly share code, notes, and snippets.

alias.br branch
alias.ch checkout
alias.st status
alias.back checkout @{-1}
alias.master checkout master
alias.m checkout master
alias.get pull
@Schoolads
Schoolads / gist:cc12f56668f66da52dbc3d9d34438a28
Created February 7, 2025 20:42
St Gerard College of Nursing Sciences, Kakuri, Kaduna State 2025/2026 Admission Form Or Application Form is out NOW Call 08125777035 DR ALICE OGUNSOLA For More Details On How to Buy The Form and register Online.Also 2025/2026 POST BASIC NURSING FORM,GENERAL/REGISTER NURSING FORM,PERIOPERATIVE NURSING FORM,PSYCHIATRIC NURSING FORM And BASIC NURSI…
St Gerard College of Nursing Sciences, Kakuri, Kaduna State 2025/2026 Admission Form Or Application Form is out NOW Call 08125777035 DR ALICE OGUNSOLA For More Details On How to Buy The Form and register Online.Also 2025/2026 POST BASIC NURSING FORM,GENERAL/REGISTER NURSING FORM,PERIOPERATIVE NURSING FORM,PSYCHIATRIC NURSING FORM And BASIC NURSING And Basic Midwifery Form Are Still Ongoing.
@liavidamubd838
liavidamubd838 / Bigasoft Video Downloader Pro ed
Created February 7, 2025 20:42
Bigasoft Video Downloader Pro 3.28 Crack
Bigasoft Video Downloader Pro License Keyed
@ampernitsu9i40
ampernitsu9i40 / Fast Duplicate File Finder ed
Created February 7, 2025 20:42
Fast Duplicate File Finder 6.5.0.5 Crack
Fast Duplicate File Finder License Keyed
@naphtrhamdaueco05
naphtrhamdaueco05 / Movavi Slideshow Maker ed
Created February 7, 2025 20:42
Movavi Slideshow Maker 24.4.4 Crack
Movavi Slideshow Maker License Keyed
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 20:41
Rimworld output log published using HugsLib
Log uploaded on Friday, February 7, 2025, 3:41:51 PM
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)
BetterLoading(me.samboycoding.betterloading.dev)[mv:3.5.0.0]: BetterLoading(2.3.0), Tomlet(3.1.3)
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)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
@2wol
2wol / ULoadImageNode.cpp
Last active February 7, 2025 20:52
BP Node used to load images from path and turning them into UTexture2D
// Fill out your copyright notice in the Description page of Project Settings.
#include "ULoadImageNode.h"
#include "K2Node_CallFunction.h"
#include "KismetCompiler.h"
#include "BlueprintActionDatabaseRegistrar.h"
#include "BlueprintNodeSpawner.h"
#include <ImageUtils.h>
const FName ULoadImageNode::N_FilePathPin(TEXT("Path"));
@stolininmoyl
stolininmoyl / PhotoStage Slideshow Producer Pro ed
Created February 7, 2025 20:41
PhotoStage Slideshow Producer Pro 11.15 Crack
PhotoStage Slideshow Producer Pro License Keyed
@rcaferraz
rcaferraz / README.md
Created February 7, 2025 20:41 — forked from ffosilva/README.md
Docker Engine on WSL

Docker Engine on WSL2

This tutorial contains instructions to install Docker Engine (not Docker Desktop) on WSL2 distribution. For instance, an Ubuntu 22.04 distribution will be used.

Uninstall any Docker version

Make sure you have fully uninstalled any versions of Docker. The instructions to uninstall can be found here.

Installation, starting and testing

@grahama1970
grahama1970 / 01_README.md
Last active February 7, 2025 21:17
This README details how SmolAgents leverages async tools like SummarizationTool for efficient LLM processing. It explains handling long text with chunking, parallel API calls, and synthesis while maintaining a simple agent interface. Async tools improve performance, cost efficiency, and reliability. 🚀

🛠️ Async Tools for SmolAgents

This directory contains tools for handling LLM operations—most notably for document summarization—using asynchronous (async) techniques. Async Tools allow SmolAgents to process large inputs efficiently by splitting work into smaller chunks and running parallel API calls, all while keeping integration with the agent framework simple.


📏 Preventing Context Length Issues

The Problem

Large text documents can exceed the fixed context window of LLMs (e.g. GPT-4), which may result in: