Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@NoamNF
NoamNF /readme.txt
CreatedDecember 17, 2025 16:23
diagonals (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@ferrata
ferrata /openapi.yaml
CreatedDecember 17, 2025 16:23
OpenAPI spec for PR #2172
openapi: 3.1.0
info:
title: Makeswift API
description: Documentation for the Makeswift public REST API.
version: '1.0'
servers: []
paths:
/v1/auth/user-info:
get:
operationId: AuthController_getUserInfo_v1
# Solve.mjs Log - 2025-12-17T16:12:57.962Z
[2025-12-17T16:12:57.963Z] [INFO] 📁 Log file: /home/hive/solve-2025-12-17T16-12-57-962Z.log
[2025-12-17T16:12:57.965Z] [INFO] (All output will be logged here)
[2025-12-17T16:12:58.409Z] [INFO]
[2025-12-17T16:12:58.410Z] [INFO] 🚀 solve v0.38.1
[2025-12-17T16:12:58.411Z] [INFO] 🔧 Raw command executed:
[2025-12-17T16:12:58.411Z] [INFO] /home/hive/.nvm/versions/node/v20.19.6/bin/node /home/hive/.bun/bin/solve https://github.com/link-assistant/hive-mind/pull/908 --attach-logs --verbose --no-tool-check
[2025-12-17T16:12:58.412Z] [INFO]
[2025-12-17T16:12:58.424Z] [INFO]
<cfscript>
getBaseUrl= (stringurlString="" )=> {
if (len(arguments.urlString ) ) {
varurlParts=arguments.urlString.trim().listToArray("/" );
if(urlParts.len()>=2&&arrayFindNoCase( ["https:","http:"],urlParts[1] ) )
returnurlParts[1]&"//"&urlParts[2]&"/";
@choco-bot
choco-bot /FilesSnapshot.xml
CreatedDecember 17, 2025 16:23
trivy v0.68.2 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshotxmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<filepath="C:\ProgramData\chocolatey\lib\trivy\trivy.nupkg"checksum="6369E479165B856A548BBF33B8CB828F" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\trivy.nuspec"checksum="E6971CFC2FBB5CA22C38CC9DE074B9B1" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\trivy_0.68.2_windows-64bit.zip.txt"checksum="F090CE47910265B8B122E688CF45DBB9" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\tools\chocolateyinstall.ps1"checksum="A9CF6C7F68FFF30096E47B0E93B3B5A6" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\tools\LICENSE"checksum="86D3F3A95C324C9479BD8986968F4327" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\tools\README.md"checksum="454B6371013D4774A4EC0449F0FC758A" />
<filepath="C:\ProgramData\chocolatey\lib\trivy\tools\trivy.exe"checksum="F5798B0619A958794A066449C76700AA" />
@korymbuck
korymbuck /PRIVACY.md
CreatedDecember 17, 2025 16:22
L0KD-IN Privacy Policy

Effective Date: December 17, 2025

1. Data CollectionL0KD-IN does not collect, store, share, or publish any personal data.

2. Local StorageAll workout history and settings are stored locally on your device usingAsyncStorage. This data never leaves your phone.

@sdetilly
sdetilly /UsingFold.kt
CreatedDecember 17, 2025 16:22
Working with .fold
data classUser(valname:String)
data classUserWithInterest(valuser:User,valinterests:List<String>)
classMyRepository {
privateval interestsMap=mapOf(
"Sarah" tolistOf(
"Skiing",
"Bingo"
),
"Tim" tolistOf(
@ypelletier
ypelletier /midi_drumkit.ino
CreatedDecember 17, 2025 16:22
Batterie MIDI à 5 tambours contrôlée par Arduino.
/********************************************************
Batterie MIDI à 5 tambours contrôlée par Arduino.
Pour plus d'informations:
https://electroniqueamateur.blogspot.com/2025/12/transformation-dune-batterie-guitar.html
*********************************************************/
constint nombreDeTambours =5;
@jordonr
jordonr /getpodcast.lua
CreatedDecember 17, 2025 16:22
getpodcast.lua
localhttps=require'ssl.https'
localltn12=require("ltn12")
localfeedparser=require("xml2lua")
localhandler=require("xmlhandler.tree")
localheaders= {
["user-agent"]="Mozilla/5.0",
}
functiongetUrl(url)
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp