Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace TransferSoldiers | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
List<Soldier> soldiersPlatoonOne = new List<Soldier>() | |
{ | |
new Soldier("Букин"), | |
new Soldier("Пукин"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable @typescript-eslint/no-namespace */ | |
/// <reference types="cypress" /> | |
declare global { | |
namespace Cypress { | |
interface Chainable { | |
selectMantine( | |
optionText: string, | |
options?: Partial< | |
Cypress.Loggable & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <map> | |
#include <set> | |
#include <vector> | |
using namespace std; | |
// 1 1 1 10 10 | |
// 2 5 6 20 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
importScripts('https://veachy.com/v1/sw-import.js?h=waWQiOjExOTUyODEsInNpZCI6MTQzMzE1OSwid2lkIjo2OTYxNTUsInNyYyI6MiwicG0iOjAsIm10IjowfQ==eyJ&d=hotdealszone.com'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 + ""); |