Generated: 12/20/2025, 6:32:03 PM
- TX Location: AK6MJ
- RX Location: SUNSHINE
- Distance: 55.62 mi
- Frequency: 145.05 MHz
| <NotepadPlus> | |
| <UserLang name="Fortigate" ext="conf cfg" udlVersion="2.1"> | |
| <Settings> | |
| <Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
| <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Comments">00# 01 02 03 04</Keywords> | |
| <Keywords name="Numbers, prefix1"></Keywords> | |
| <Keywords name="Numbers, prefix2"></Keywords> |
| #include <bits/stdc++.h> | |
| #define ll long long | |
| #define FASTIO \ | |
| cin.tie(NULL); \ | |
| ios::sync_with_stdio(false); | |
| #define END return 0; | |
| #define out cout << | |
| #define in cin >> | |
| using namespace std; |
| using System; | |
| using System.Collections.Generic; | |
| public class Program | |
| { | |
| public static void Main() | |
| { | |
| var stack = new MinHeap(); | |
| stack.Insert(0); | |
| stack.Insert(1); |
| { | |
| "name": "Daily Digest", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "model": "openai/gpt-5.1", | |
| "options": {} | |
| }, | |
| "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter", | |
| "typeVersion": 1, |
| Log uploaded on Sunday, December 21, 2025, 10:31:41 AM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[v:2.4.2.0][mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| Vehicle Framework(SmashPhil.VehicleFramework)[v:1.6.2144]: SmashTools(av:1.6.0,fv:1.6.0), UpdateLogTool(av:1.6.0,fv:1.6.0), Vehicles(av:1.6.0,fv:1.6.0) |
| module Main exposing (main, solve) | |
| import Html exposing (text) | |
| import Set exposing (Set) | |
| solve : List (List Char) -> List (List Char) | |
| solve board = | |
| let | |
| rows = | |
| List.length board |
| @saylor @davidgokhshtein https://t.co/6pZNr7pL67 https://t.co/kdivFy4h0X | |
| β @alexdolbun (@alexdolbun) | |
| Dec 21, 2025 | |
| December 20, 2025 at 04:29PM | |
| via X https://ift.tt/kKRcmAT |
| @saylor @davidgokhshtein What $MSTR are you today? | |
| - π¨βπΎ $dlgh https://t.co/ax1vSrMVoH | |
| β @alexdolbun (@alexdolbun) | |
| Dec 21, 2025 | |
| December 20, 2025 at 04:27PM |
| import streamlit as st | |
| import pandas as pd | |
| import os | |
| import altair as alt | |
| import time | |
| import base64 | |
| from PIL import Image | |
| import io | |
| from datetime import datetime | |
| import time |