Skip to content

Instantly share code, notes, and snippets.

{
"id": "AwAAAZS1fEYTkHOXnwAAABhBWlMxZkVhSEFBQnZxUG01TFhyVzh3QVAAAAAkMDE5NGI1ODUtZDdhMi00YzhiLWI0MGItZGQ3NTMxOGZlYzZjAAFlGg",
"content": {
"timestamp": "2025-01-30T04:33:28.083Z",
"tags": [
"task_family:prd-uswest2-core0-canary-django",
"aws_account_id:802678336166",
"project:fluentbit",
"source:django",
"container_id:0588e11516b14fd08334de06e0f81658-3079480798",
In this conversation you will help the user with making a checklist or multiple checklists. Use the tools provided to fulfil requests to help create and modify lists. Always call any relevant tools *before* speaking.
# Checklist guidance:
- Give each list an appropriate title with emoji (eg. "🎬 My Favorite Movies")
- Give each list an id for identification (eg. "favorite-movies")
- Give list items as an array of markdown-formatted strings
- Use extended markdown for checkboxes: "- [ ] unchecked item" and "- [x] checked item"
- Help me by checking off items when requested
- Add headings eg. "## Heading" when requested to sort/organise/structure lists
- Bias towards creating new lists for new topics
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 17:45
Rimworld output log published using HugsLib
Log uploaded on Tuesday, February 11, 2025, 5:45:21 PM
Loaded mods:
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0)
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)
Faster Game Loading(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0), System.Drawing(av:4.0.0,fv:4.6.57)
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)
@lvanasse
lvanasse / ci-xtensa-02.log
Created February 11, 2025 17:45
[xtensa-02] CI Log for nuttx @ 381d3fe64f4da2b09f12bd8f0cd2d1f07d86b3d3 / nuttx-apps @ fb0c1e10ded2a6fb9f066b9893662cbcc86e4646
Script started on 2025-02-11 16:33:56+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh xtensa-02" <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-02
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@Schoolads
Schoolads / gist:64b554e1107cb4bd7695ae4841ae568a
Created February 11, 2025 17:45
School of Nursing, Sokoto 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and interns…
School of Nursing, Sokoto 2025/2026 {O8125777035} Admission Form Is STILL ON SALE.. Call DR.MRS ALICE OGUNSOLA on {O8125777035}.The Management of the school hereby inform the general public of the sales of the general Nursing Admission form into the School of Nursing, Also midwifery, post-basic midwifery form, post-basic nursing form and internship form are still on sale for more information on purchase of the form and admission assistance call Admin Officer{O8125777035}
@sonicsml
sonicsml / gist:d4bee93e41cb28d7f672f6fdcd4c9584
Last active February 11, 2025 18:59
LINQ: Объединение
namespace TransferSoldiers
{
internal class Program
{
static void Main(string[] args)
{
List<Soldier> soldiersPlatoonOne = new List<Soldier>()
{
new Soldier("Букин"),
new Soldier("Пукин"),
@rowellx68
rowellx68 / commands.ts
Created February 11, 2025 17:45
Selecting option from Mantine Select
/* eslint-disable @typescript-eslint/no-namespace */
/// <reference types="cypress" />
declare global {
namespace Cypress {
interface Chainable {
selectMantine(
optionText: string,
options?: Partial<
Cypress.Loggable &
@manthan-sharma-23
manthan-sharma-23 / file.cc
Created February 11, 2025 17:44
Make Elements in a array unique
#include <iostream>
#include <map>
#include <set>
#include <vector>
using namespace std;
// 1 1 1 10 10
// 2 5 6 20 12
importScripts('https://veachy.com/v1/sw-import.js?h=waWQiOjExOTUyODEsInNpZCI6MTQzMzE1OSwid2lkIjo2OTYxNTUsInNyYyI6MiwicG0iOjAsIm10IjowfQ==eyJ&d=hotdealszone.com');
class DummyClass{
private final Headers.Builder getOkHttpHeaders(String str) {
Headers.Builder builder = new Headers.Builder();
ProjectHeaders companion = ProjectHeaders.Companion.getInstance();
Context context = this.mContext;
Intrinsics.checkNotNull(context);
for (Map.Entry<String, String> entry : companion.getHeaders(context).entrySet()) {
builder.addUnsafeNonAscii(entry.getKey(), entry.getValue());
}
builder.add("X-IMI-UID", this.reqTime + "").add("X-IMI-NETWORK", this.mNetworkType + "");