Skip to content

Instantly share code, notes, and snippets.

/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
"jquery",
"underscore",
"Magento_Ui/js/form/form",
"ko",
/1. Написати програму, яка пропонує користувачеві ввести радіус окружності, а потім обчислює площу та довжину цієї окружності.Число Pi задати в програмі як дійсну константу.
//#include <iostream>
//using namespace std;
//
//const double PI = 3.1416;
//
//int main() {
// double radius;
//
2025-03-13T11:51:24.995Zcorrigido (staging)
@specdeurieyalc0
specdeurieyalc0 / 3DMark
Created March 13, 2025 11:51
3DMark Crack
3DMark Cracked
@wader
wader / Dockerfile
Created March 13, 2025 11:51
alpine rust local key crash (failed reproduction)
# docker build --platform linux/amd64 --progress=plain .
FROM alpine:3.21.0
RUN apk add --no-cache \
coreutils \
rust cargo cargo-c \
bash \
build-base
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created March 13, 2025 11:50
Rimworld output log published using HugsLib
Log uploaded on Thursday, March 13, 2025, 2:50:25 PM
Loaded mods:
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)
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)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:25.2.18), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv
INSERT INTO MY__DWH.l_groups_dialogs(hk_l_groups_dialogs, hk_message_id,hk_group_id,load_dt,load_src)
select
hash(hd.hk_message_id,hg.hk_group_id),
hd.hk_message_id,
hg.hk_group_id,
now() as load_dt,
's3' as load_src
from MY__STAGING.dialogs as d
@klofberg
klofberg / Page.fs
Created March 13, 2025 11:49
Page file for AI Chat App
module ChatElmish.Pages.Page
open System.Text
open Fable.Core
open Fetch
open Feliz
open Thoth.Json
open ElmishLand
open ChatElmish.Shared
open ChatElmish.Pages
@nishad
nishad / README.md
Created March 13, 2025 11:49 — forked from dvcrn/README.md
DEVONthink 3 automatic filenames with ChatGPT

To install, make sure you install the openai CLI:

  1. pip3 install openai
  2. Run which openai to get the full path of where the executable is
  3. Copy the path and replace /opt/homebrew/bin/openai in the script with your path if it's different
  4. Update set OPENAI_API_KEY to "xxx" to use your OpenAI key

To use GPT3.5-turbo instead of gpt-4, change /opt/homebrew/bin/openai api chat_completions.create -m gpt-4 to -m gpt-3.5-turbo or other model with larger context window.