- llama.cpp: build 9859 (4fc4ec554), Windows x64 (CUDA 13) + CUDA 13.3 DLLs
- OpenCode: 1.17.13, opencode-windows-x64.zip
- Model: bartowski/Qwen_Qwen3.6-35B-A3B-Q5_K_L.gguf, from commit 848e3a3
- Chat template: froggeric_Qwen-Fixed-Chat-Templates.jinja.txt, from commit d2c8dff
The magic happens in 'C:\Program Files\LGHUB\data\applications.json'
The important thing to note is the per-entry "detection" object, which is a list of detection methods, e.g.
Key:
- c = character
- d = digit
- "/ppp/ppp" = path
- {uuu} = UUID
e.g. Amazon, EBay, etc.
If you’ve observed 8 ravens and they’ve all been black, how certain should you be the next raven you see will also be black?
According to the Rule of Succession, 90%.
In general, the probability is
These are companies/owners/CEOs/major shareholders which
- Made large donations to the Republican Party/Trump/Project 2025 PACs
- Did NOT make any donations to the Democratic Party/progressive causes
(FYI, many companies "cover thier bets" by donating equally to both parties)
Source https://youtu.be/vz6lHO4ezy8
This file contains hidden or 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
| # Output the current moon phase as an emoji for your prompt. | |
| import juliandate as jd | |
| from datetime import datetime | |
| def calc_phase(year: int, month: int, day: int) -> int: | |
| fixed_date = 694039.09 # NON-JULIAN days since 1900-01-01 🤷 | |
| days_per_cal_month = 30.436875 | |
| Julian_Y2K = 2451544.5 # Julian 2000-01-01T1200 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder